put
Schedule Conditional Update
Make a request and see the response.
Make a request and see the response.
Response Error Details
-
HTTP CodeError CodeDescription
-
400400
Schedule could not be parsed or failed basic FHIR validation rules (or multiple matches were found).
-
403403
Not Authorized.
-
412412
The given criteria is not selective enough.
Environment | URL |
---|---|
Live |
https://fhirsandbox-prod.apigee.net/fhir/v1/Schedule |
Name | Values | Description |
---|---|---|
Authorization |
Specify access token for API in the given format: Bearer [access_token]. |
|
Accept |
The Accept request-header field can be used to specify certain media types which are acceptable for the response. |
|
Content-Type
(required) |
Specifies the format of data in body |
Name | Values | Description |
---|---|---|
_content |
Search the contents of the resource's data using a fulltext search |
|
_id |
The resource identity |
|
_language |
The resource language |
|
_lastUpdated |
Only return resources which were last updated as specified by the given range. The date parameter format is yyyy-mm-ddThh:nn:ss(TZ). The prefixes >, >=, <= and < may be used on the parameter value. |
|
_lastUpdated |
Only return resources which were last updated as specified by the given range. The date parameter format is yyyy-mm-ddThh:nn:ss(TZ). Two dates can be used to specify an interval. The prefixes >, >=, <= and < may be used on the parameter value. |
|
_profile |
Search for resources which have the given profile |
|
_security |
Search for resources which have the given security labels |
|
_tag |
Search for resources which have the given tag |
|
_text |
Search the contents of the resource's narrative using a fulltext search |
|
actor |
The individual(HealthcareService, Practitioner, Location, ...) to find a Schedule for |
|
date |
Search for Schedule resources that have a period that contains this date specified. The date parameter format is yyyy-mm-ddThh:nn:ss(TZ). The prefixes >, >=, <= and < may be used on the parameter value. |
|
date |
Search for Schedule resources that have a period that contains this date specified. The date parameter format is yyyy-mm-ddThh:nn:ss(TZ). Two dates can be used to specify an interval. The prefixes >, >=, <= and < may be used on the parameter value. |
|
identifier |
A Schedule Identifier |
|
type |
The type of appointments that can be booked into associated slot(s) |
Working...