Get a service request by ID

get

/ServiceRequest/{id}

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.

Retrieves an individual service request by the associated ID.

Request

Path Parameters
Header Parameters

There's no request body for this operation.

Back to Top

Response

200 Response

Successful retrieve response.
Body ()
Root Schema : ServiceRequest
Type: object
Show Source
Nested Schema : bodySite
Type: array
The location on the body.
Show Source
Nested Schema : category
Type: array
(USCDI) The classification of the service.
Show Source
Nested Schema : code
(USCDI) What is being requested or ordered.
Match All
(USCDI) What is being requested or ordered.
Show Source
Nested Schema : occurrencePeriod
(USCDI) When the service should occur.
Match All
(USCDI) When the service should occur.
Show Source
Nested Schema : occurrenceTiming
(USCDI) When the service should occur.
Match All
(USCDI) When the service should occur.
Show Source
Nested Schema : performer
Type: array
The requested performer.
Show Source
Nested Schema : reasonCode
Type: array
(USCDI) The explanation or justification for the procedure or service.
Show Source
Nested Schema : reasonReference
Type: array
(USCDI) The U.S. Core profile that supports the requested service.
Show Source
Nested Schema : requester
(USCDI) Who or what is requesting service.
Match All
(USCDI) Who or what is requesting service.
Show Source
Nested Schema : specimen
Type: array
The procedure samples.
Show Source
Nested Schema : subject
(USCDI) The individual or entity the service is ordered for.
Match All
(USCDI) The individual or entity the service is ordered for.
Show Source
Nested Schema : CodeableConcept
Type: object
Show Source
Nested Schema : coding
Type: array
Show Source
Nested Schema : Coding
Type: object
Show Source
Nested Schema : Period
Type: object
Show Source
Nested Schema : Timing
Type: object
Show Source
Nested Schema : event
Type: array
Show Source
Nested Schema : Reference
Type: object
Show Source

Default Response

An OperationOutcome describing any error that occurred.
Body ()
Root Schema : OperationOutcome
Type: object
Show Source
Nested Schema : issue
Type: array
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top