ServiceRequest REST Endpoints
Description
This topic describes information for the ServiceRequest resource.
Overview
Note:
The FHIR API endpoints described below are currently pending production deployment for electronic health record (EHR) environments. Developers are welcome and encouraged to develop against the specifications in anticipation of production availability, which will be announced at a later date.The ServiceRequest resource returns 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.
Profile Support
This resource supports the US Core ServiceRequest Profile from the HL7 FHIR US Core Implementation Guide STU 6.1.0.
Note:
The examples provided here are nonnormative and replaying them in the public sandbox is not guaranteed to yield the results shown on the site.Returned Fields
Terminology Bindings
| Element | Description | Details |
|---|---|---|
ServiceRequest.status |
The status of a service order. | System |
ServiceRequest.intent |
The type of service request. | System |
ServiceRequest.category |
A code that classifies the request for service. | System |
ServiceRequest.code |
A code that identifies a particular service that has been requested. |
ServiceRequest
The operations from the ServiceRequest category.
- Get a list of service requests
- Method: getPath:
/ServiceRequest - Get a service request by ID
- Method: getPath:
/ServiceRequest/{id}