Get a list of schedules
get
/Schedule/
Retrieves a list of schedules that meet supplied query parameters.
Authorization Types
This operation supports the following authorization types:
- Patient
- Provider
- System
Request
Query Parameters
-
_id(required): array[string]
Minimum Number of Items:
1
The logical resource ID.
Example:
_id=12345
Header Parameters
-
Authorization(required): string
Contains the credentials to authenticate a consumer to the service. This should be the OAuth2 Bearer token.
Response
Supported Media Types
- application/json+fhir
200 Response
OK
Headers
-
X-Request-Id: string
Oracle troubleshooting identifier.
-
opc-request-id: string
Oracle troubleshooting identifier.
Example Response (application/json+fhir)
{
"resourceType":"Bundle",
"id":"b040a360-33e1-472f-8bd8-3f2ef372ec94",
"type":"searchset",
"total":"2",
"link":[
{
"relation":"self",
"url":"https://fhir-open.cerner.com/dstu2/ec2458f2-1e24-41c8-b71b-0e701af7583d/Schedule?_id=24477854-21304876-62852027-0%2C24477854-21304876-62852027-15"
}
],
"entry":[
{
"fullUrl":"https://fhir-open.cerner.com/dstu2/ec2458f2-1e24-41c8-b71b-0e701af7583d/Schedule/24477854-21304876-62852027-15",
"resource":{
"resourceType":"Schedule",
"id":"24477854-21304876-62852027-15",
"text":{
"status":"extensions",
"div":"<div><p><b>Schedule</b></p><p><b>Type</b>: Established Patient</p><p><b>Practitioner</b>: Cerner Test, Physician - Primary Care Cerner</p><p><b>Location</b>: MX Clinic 1</p></div>"
},
"extension":[
{
"url":"https://fhir-ehr.cerner.com/dstu2/StructureDefinition/scheduling-location",
"valueReference":{
"reference":"Location/21304876",
"display":"MX Clinic 1"
}
}
],
"type":[
{
"text":"Established Patient"
}
],
"actor":{
"reference":"Practitioner/593923",
"display":"Cerner Test, Physician - Primary Care Cerner"
}
}
},
{
"fullUrl":"https://fhir-open.cerner.com/dstu2/ec2458f2-1e24-41c8-b71b-0e701af7583d/Schedule/24477854-21304876-62852027-0",
"resource":{
"resourceType":"Schedule",
"id":"24477854-21304876-62852027-0",
"text":{
"status":"extensions",
"div":"<div><p><b>Schedule</b></p><p><b>Type</b>: Established Patient</p><p><b>Practitioner</b>: Cerner Test, Physician - Primary Care Cerner</p><p><b>Location</b>: MX Clinic 1</p></div>"
},
"extension":[
{
"url":"https://fhir-ehr.cerner.com/dstu2/StructureDefinition/scheduling-location",
"valueReference":{
"reference":"Location/21304876",
"display":"MX Clinic 1"
}
}
],
"type":[
{
"text":"Established Patient"
}
],
"actor":{
"reference":"Practitioner/593923",
"display":"Cerner Test, Physician - Primary Care Cerner"
}
}
}
]
}
Default Response
An OperationOutcome describing any error that occurred.
Headers
-
X-Request-Id: string
Oracle troubleshooting identifier.
-
opc-request-id: string
Oracle troubleshooting identifier.
Root Schema : schema
Type:
Show Source
object
-
issue(required):
array issue
Minimum Number of Items:
1
-
resourceType(required):
string
Allowed Values:
[ "OperationOutcome" ]
Nested Schema : items
Type:
Show Source
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.