Get a schedule by ID
get
/Schedule/{id}
Retrieves a schedule by the associated ID.
Authorization Types
This operation supports the following authorization types:
Request
Path Parameters
-
id(required): string
The logical resource ID.
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/fhir+json
200 Response
OK
Headers
-
X-Request-Id: string
Oracle troubleshooting identifier.
-
opc-request-id: string
Oracle troubleshooting identifier.
Example Response (application/fhir+json)
{
"resourceType":"Schedule",
"id":"24477854-21304876-62852027-0",
"meta":{
"versionId":"34229204v992283",
"lastUpdated":"2020-07-06T18:46:08.000Z"
},
"text":{
"status":"generated",
"div":"<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Schedule</b></p><p><b>Status</b>: Active</p><p><b>Service Type</b>: Established Patient</p><p><b>Practitioner</b>: Cerner Test, Physician - Primary Care Cerner</p></div>"
},
"active":true,
"serviceType":[
{
"coding":[
{
"system":"https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/14249",
"code":"24477854",
"display":"Established Patient",
"userSelected":true
}
],
"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
-
resourceType(required):
string
Allowed Values:
[ "OperationOutcome" ]