Get a schedule by ID

get

/Schedule/{id}

Retrieves an individual schedule by the associated ID.

Authorization Types

This operation supports the following authorization types:

  • Patient
  • Provider
  • System

Request

Path Parameters
Header Parameters
Back to Top

Response

Supported Media Types

200 Response

OK

Headers
Body
Example Response (application/json+fhir)
{
    "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
  • For Update or Patch versioning controls. Related to If-Match. When a resource performs an operation that creates or updates a record, an Etag value is returned as a header. This same value should be included in request headers as an If-Match for any subsequent update to that record.
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the X-Request-Id, if present.
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the opc-Request-Id, if present.
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : issue
Type: array
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : details
Type: object
Show Source
Nested Schema : location
Type: array
Show Source
Nested Schema : coding
Type: array
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top