Skip to main content

ISlot

FHIR GraphQL Schema. Version 8.8.1 import * from 'types.graphql'

interface ISlot {
id: String
meta: Meta
implicitRules: uri
_implicitRules: ElementBase
language: code
_language: ElementBase
text: Narrative
contained: [Resource]
extension: [Extension]
modifierExtension: [Extension]
identifier: [Identifier]
serviceCategory: [CodeableConcept]
serviceType: [CodeableConcept]
specialty: [CodeableConcept]
appointmentType: CodeableConcept
schedule: Reference!
status: code
_status: ElementBase
start: instant
_start: ElementBase
end: instant
_end: ElementBase
overbooked: Boolean
_overbooked: ElementBase
comment: String
_comment: ElementBase
}

Fields

ISlot.id ● String scalar

ISlot.meta ● Meta object

ISlot.implicitRules ● uri scalar

ISlot._implicitRules ● ElementBase object

ISlot.language ● code scalar

ISlot._language ● ElementBase object

ISlot.text ● Narrative object

ISlot.contained ● [Resource] list object

ISlot.extension ● [Extension] list object

ISlot.modifierExtension ● [Extension] list object

ISlot.identifier ● [Identifier] list object

ISlot.serviceCategory ● [CodeableConcept] list object

ISlot.serviceType ● [CodeableConcept] list object

ISlot.specialty ● [CodeableConcept] list object

ISlot.appointmentType ● CodeableConcept object

ISlot.schedule ● Reference! non-null object

ISlot.status ● code scalar

ISlot._status ● ElementBase object

ISlot.start ● instant scalar

ISlot._start ● ElementBase object

ISlot.end ● instant scalar

ISlot._end ● ElementBase object

ISlot.overbooked ● Boolean scalar

ISlot._overbooked ● ElementBase object

ISlot.comment ● String scalar

ISlot._comment ● ElementBase object