Get a list of service requests

get

/ServiceRequest

Note: The FHIR API endpoints described below are available for customers to deploy and use. Developers are welcome and encouraged to develop against the specifications in anticipation of customer deployment.

Retrieves a list of service requests that meet the supplied query parameters.

  • Provide _id, patient, or subject.
  • Use category, code, authored, and _lastUpdated only with patient or subject.

Request

Query Parameters
Header Parameters

There's no request body for this operation.

Back to Top

Response

200 Response

The successful search response.
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : entry
Type: array
Show Source
Nested Schema : BundleEntryForServiceRequest
Type: object
Show Source
Nested Schema : resource
Match One Schema
Show Source
Nested Schema : BundleEntrySearch
Type: object
Show Source
Nested Schema : ServiceRequest
Type: object
Additional Properties Allowed: true
The Oracle US Core ServiceRequest returned by read and search operations. Public properties are limited to the supported profile fields.
Show Source
Nested Schema : ProvenanceForServiceRequest
Type: object
Additional Properties Allowed: true
Show Source
Nested Schema : OperationOutcome
Type: object
The FHIR OperationOutcome.
Show Source
Nested Schema : basedOn
Type: array
Show Source
Nested Schema : bodySite
Type: array
Show Source
Nested Schema : category
Type: array
Show Source
Nested Schema : CodeableConcept
Type: object
Show Source
Nested Schema : ReferenceForServiceRequest
Type: object
Show Source
Nested Schema : locationReference
Type: array
Show Source
Nested Schema : meta
Type: object
Show Source
Nested Schema : note
Type: array
Show Source
Nested Schema : Period
Type: object
Show Source
Nested Schema : Timing
Type: object
Show Source
Nested Schema : orderDetail
Type: array
Show Source
Nested Schema : performer
Type: array
Show Source
Nested Schema : Quantity
Type: object
Show Source
Nested Schema : Range
Type: object
Show Source
Nested Schema : Ratio
Type: object
Show Source
Nested Schema : reasonCode
Type: array
Show Source
Nested Schema : reasonReference
Type: array
Show Source
Nested Schema : Narrative
Type: object
Show Source
Nested Schema : coding
Type: array
The terminology codings or data-absent-reason coding.
Show Source
Nested Schema : Coding
Type: object
Show Source
Nested Schema : security
Type: array
Show Source
Nested Schema : AnnotationForServiceRequest
Type: object
Show Source
Nested Schema : TimingRepeat
Type: object
Show Source
Nested Schema : when
Type: array
Show Source
Nested Schema : issue
Type: array
The OperationOutcome issues.
Show Source
Nested Schema : OperationOutcomeIssue
Type: object
Show Source
Nested Schema : expression
Type: array
Show Source

Default Response

An OperationOutcome describing any error that occurred.
Body ()
Root Schema : OperationOutcome
Type: object
The FHIR OperationOutcome.
Show Source
Nested Schema : issue
Type: array
The OperationOutcome issues.
Show Source
Nested Schema : OperationOutcomeIssue
Type: object
Show Source
Nested Schema : CodeableConcept
Type: object
Show Source
Nested Schema : expression
Type: array
Show Source
Nested Schema : coding
Type: array
The terminology codings or data-absent-reason coding.
Show Source
Nested Schema : Coding
Type: object
Show Source
Back to Top