ServiceRequest REST Endpoints
Description
This topic describes information for the ServiceRequest resource.
Overview
The ServiceRequest resource returns the requests or orders for procedures, diagnostic tests or other services to be performed on a patient. This resource includes a wide range of requests including diagnostic procedures, therapies, patient care activities, referrals, and consults. Medication, dietary and appointment requests are not returned with the ServiceRequest resource. Referrals generated by Referral Management are also returned and return the associated referral order in the ServiceRequest.basedOn
field.
The following fields are returned if valued:
Terminology Bindings
-
Description: The status of a service order.
Details: Request Status
System:
http://hl7.org/fhir/request-status
-
Description: The kind of service request.
Details: Request Intent
System:
http://hl7.org/fhir/request-intent
-
Description: A code that classifies the request for service.
Details: For more information, see Code Set 6000 Catalog Type under the List of Code Sets section in Proprietary Codes and Systems.
System:
https://fhir.cerner.com/{EHR source ID}/codeSet/6000
-
Description: The level of importance to be assigned to actioning the request.
Details: Request Priority
System:
http://hl7.org/fhir/request-priority
-
Description: A code that identifies a particular service that has been requested.
-
Details: SNOMED CT
System:
http://snomed.info/sct
-
Details: LOINC
System:
http://loinc.org
-
Details: For more information, see Code Set 200 Order Catalog under the List of Code Sets section in Proprietary Codes and Systems.
System:
https://fhir.cerner.com/{EHR source ID}/codeSet/200
-
-
ServiceRequest.occurrence.timing
Description: The code for a known or defined timing pattern.
-
Details: TimingAbbreviation
System:
https://hl7.org/fhir/r4/v3/GTSAbbreviation/cs.html
-
Details: SNOMED CT
System:
http://snomed.info/sct
-
Details: For more information, see Code Set 4003 Frequency under the List of Code Sets section in Proprietary Codes and Systems.
System:
https://fhir.cerner.com/{EHR source ID}/codeSet/4003
-
-
ServiceRequest.asNeededCodeableConcept
Description: A code representing the pre-condition for performing the service.
-
Details: SNOMED CT
System:
http://snomed.info/sct
-
Details: For more information, see Code Set 4005 Reason for Medication under the List of Code Sets section in Proprietary Codes and Systems.
System:
https://fhir.cerner.com/{EHR source ID}/codeSet/4005
-
-
Description: A reason code for why the service is being requested.
-
Description: A code representing the anatomic location where the procedure should be performed.
-
Details: SNOMED CT
System:
http://snomed.info/sct
-
Details: For more information, see Code Set 1028 Body Site under the List of Code Sets section in Proprietary Codes and Systems.
System:
https://fhir.cerner.com/millennium/r4/proprietary-codes-and-systems/#code-set-1028-body-site
-
Details: For more information, see Code Set 14045 Surgical Procedure Modifiers under the List of Code Sets section in Proprietary Codes and Systems.
System:
https://fhir.cerner.com/{EHR source ID}/codeSet/14045
-
- Get a list of service requests
- Method: getPath:
/ServiceRequest/
- Get a service request by ID
- Method: getPath:
/ServiceRequest/{id}