Get a slot by ID
get
/Slot/{id}
Retrieves an individual schedule by the associated ID.
Authorization Types
This operation supports the following authorization types:
- Patient
- Provider
- System
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/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":"Slot",
"id":"24477854-21304876-62852027-0",
"meta":{
"versionId":"0",
"lastUpdated":"2018-12-03T08:10:42.000Z"
},
"text":{
"status":"generated",
"div":"<div><p><b>Slot</b></p><p><b>Type</b>: Established Patient</p><p><b>Start</b>: Jan 1, 2020 2:00 P.M. UTC</p><p><b>End</b>: Jan 1, 2020 2:15 P.M. UTC</p><p><b>ScheduleReference</b>: 24477854-21304876-62852027-0</p><p><b>Status</b>: Free</p></div>"
},
"extension":[
{
"url":"https://fhir-ehr.cerner.com/dstu2/StructureDefinition/scheduling-location",
"valueReference":{
"reference":"Location/21304876"
}
}
],
"type":{
"coding":[
{
"system":"https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/14249",
"code":"24477854",
"display":"Established Patient",
"userSelected":true
}
],
"text":"Established Patient"
},
"schedule":{
"reference":"Schedule/24477854-21304876-62852027-0"
},
"freeBusyType":"free",
"start":"2020-01-01T14:00:00.000Z",
"end":"2020-01-01T14:15:00.000Z"
}
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.