Slot - FHIR Resource (dstu2)
This Slot Resource uses the
FHIR API standard for access and structure.
Validate an Slot FHIR Resource (dstu2)
Resource Attributes
Attribute | Field is list | Type | Description |
---|
comment | false | string | # Comments on the slot to describe any extended information. Such as custom constraints on the slot
|
end | false | instant | # Date/Time that the slot is to conclude
|
freeBusyType | false | code | # busy | free | busy-unavailable | busy-tentative
|
identifier | true | Identifier | # External Ids for this item
|
overbooked | false | boolean | # This slot has already been overbooked, appointments are unlikely to be accepted for this time
|
schedule | false | Reference | # The schedule resource that this slot defines an interval of status information
|
start | false | instant | # Date/Time that the slot is to begin
|
type | false | CodeableConcept | # The type of appointments that can be booked into this slot (ideally this would be an identifiable service - which is at a location, rather than the location itself). If provided then this overrides the value provided on the availability resource
|
Slot Structure
{
"resourceType" : "Slot",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"identifier" : [{ Identifier }], // External Ids for this item
"type" : { CodeableConcept }, // The type of appointments that can be booked into this slot (ideally this would be an identifiable service - which is at a location, rather than the location itself). If provided then this overrides the value provided on the availability resource
"schedule" : { Reference(Schedule) }, // R! The schedule resource that this slot defines an interval of status information
"freeBusyType" : "<code>", // R! busy | free | busy-unavailable | busy-tentative
"start" : "<instant>", // R! Date/Time that the slot is to begin
"end" : "<instant>", // R! Date/Time that the slot is to conclude
"overbooked" : <boolean>, // This slot has already been overbooked, appointments are unlikely to be accepted for this time
"comment" : "<string>" // Comments on the slot to describe any extended information. Such as custom constraints on the slot
}
Slot Search Parameters
The following search parameters can be used to query Slot resources. Just submit them like so:
https://api.1up.health/fhir/dstu2/Slot?query-param=queryvalue
Search Parameter | Field Type | Resource Fields Searched |
---|
fb-type | text | freeBusyType |
identifier | text | identifier |
schedule | reference | schedule |
slot-type | text | type |
start | date | start |