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:

Request

Query Parameters
Header Parameters
Back to Top

Response

Supported Media Types

200 Response

OK

Headers
Body
Example Response (application/fhir+json)
{
    "resourceType":"Bundle",
    "id":"69eeaac3-5def-4ffd-8e51-04150cbb5385",
    "type":"searchset",
    "link":[
        {
            "relation":"self",
            "url":"https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Schedule?_id=24477854-21304876-62852027-0"
        }
    ],
    "entry":[
        {
            "fullUrl":"https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Schedule/24477854-21304876-62852027-0",
            "resource":{
                "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
  • 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