Service Request
Overview
Supported Elements
status
intent
category
code
subject
occurrence[x]
authoredOn
requester
Supported Search Endpoints
Get ServiceRequest by ID
GET
/ServiceRequest/{id}
Get ServiceRequests by Patient
GET
/ServiceRequest?patient={Type/}[id]
Get ServiceRequests by Patient and Category
GET
/ServiceRequest?patient={Type/}[id]&category={system|}[code]
sdoh
, laboratory
).Get ServiceRequests by Patient and Code
GET
/ServiceRequest?patient={Type/}[id]&code={system|}[code]
Get ServiceRequests by Patient, Category, and Authored Date
GET
/ServiceRequest?patient={Type/}[id]&category={system|}[code]&authored={gt|lt|ge|le}[date]
Get ServiceRequests by Patient and Status
GET
/ServiceRequest?patient={Type/}[id]&status={system|}[code]
active
, completed
, cancelled
).Get ServiceRequests by Patient, Code, and Authored Date
GET
/ServiceRequest?patient={Type/}[id]&code={system|}[code]&authored={gt|lt|ge|le}[date]