Get a list of procedure requests
/ProcedureRequest/
Retrieves a list of procedure requests that meet supplied query parameters.
Authorization Types
This operation supports the following authorization types:
- Patient
- Provider
- System
Request
-
_count: integer
Minimum Value:
1The maximum number of results to return per page.
Example:
_count=15 -
_id: array[string]
Minimum Number of Items:
1The logical resource ID associated with the procedure request.
May not be provided with
_lastUpdatedand_count.Example:
_id=12345 -
_lastUpdated: array[string]
Collection Format:
multiMinimum Number of Items:1Maximum Number of Items:2An explicit or implied date and time range within which the most recent clinically relevant update was made to the procedure request. Must be prefixed by
georle.- Must include a time.
- May be provided up to two times, and must use the
georleprefixes. When provided twice, the lower value must have thegeprefix and the higher value must have theleprefix. - Only detects changes to fields that affect the clinical meaning of the order. An example of the types of changes that is not caught by this query are changes that would affect the version, but not the FHIR content.
Example:
ge2014-05-19T20:54:02.000Z -
patient: string
The logical resource ID of the patient associated with the procedure request. This parameter is required if the
_idorsubjectparameter is not used.Example:
patient=12724066 -
subject: string
The logical resource ID of the subject associated with the procedure request. Must represent a patient. May use the
:Patientmodifier. This parameter is required if the_idorpatientparameter is not used.Examples:
-
subject=Patient/12345 -
subject:Patient=12345
-
-
Authorization(required): string
Contains the credentials to authenticate a consumer to the service. This should be the OAuth2 Bearer token.
Response
- application/json+fhir
200 Response
OK
-
X-Request-Id: string
Oracle troubleshooting identifier.
-
opc-request-id: string
Oracle troubleshooting identifier.
{
"resourceType":"Bundle",
"id":"311a684c-3bc5-42c0-8a4e-a75a1bb6c9fd",
"type":"searchset",
"total":"1",
"link":[
{
"relation":"self",
"url":"https://fhir-open.cerner.com/dstu2/ec2458f2-1e24-41c8-b71b-0e701af7583d/ProcedureRequest?patient=12724067"
}
],
"entry":[
{
"fullUrl":"https://fhir-open.cerner.com/dstu2/ec2458f2-1e24-41c8-b71b-0e701af7583d/ProcedureRequest/309771147",
"resource":{
"resourceType":"ProcedureRequest",
"id":"309771147",
"meta":{
"versionId":"1",
"lastUpdated":"2020-03-19T01:01:01.000Z"
},
"text":{
"status":"generated",
"div":"<div><p><b>Procedure Request</b></p><p><b>Subject</b>: SMART, JOE</p><p><b>Procedure</b>: Immunizations Quality Measures</p><p><b>Scheduled</b>: Mar 4, 2020 5:52 P.M. UTC</p><p><b>Status</b>: Accepted</p><p><b>Orderer</b>: SYSTEM, SYSTEM Cerner</p></div>"
},
"subject":{
"reference":"Patient/12724067",
"display":"SMART, JOE"
},
"code":{
"text":"Immunizations Quality Measures"
},
"scheduledDateTime":"2020-03-04T11:52:15.000-06:00",
"encounter":{
"reference":"Encounter/97953480"
},
"status":"accepted",
"orderedOn":"2020-03-04T11:52:15.000-06:00",
"orderer":{
"reference":"Practitioner/1",
"display":"SYSTEM, SYSTEM Cerner"
}
}
}
]
}
Default Response
An OperationOutcome describing any error that occurred.
-
X-Request-Id: string
Oracle troubleshooting identifier.
-
opc-request-id: string
Oracle troubleshooting identifier.
object-
issue(required):
array issue
Minimum Number of Items:
1 -
resourceType(required):
string
Allowed Values:
[ "OperationOutcome" ]
object-
code(required):
string
See the IssueType definition for codes and more information.
-
details:
object details
-
location:
array location
-
severity(required):
string
Allowed Values:
[ "fatal", "error", "warning", "information" ]See the IssueSeverity definition for more information.