IAppointment
FHIR GraphQL Schema. Version 8.8.1 import * from 'types.graphql'
interface IAppointment {
id: String
meta: Meta
implicitRules: uri
_implicitRules: ElementBase
language: code
_language: ElementBase
text: Narrative
contained: [Resource]
extension: [Extension]
modifierExtension: [Extension]
identifier: [Identifier]
status: code
_status: ElementBase
cancelationReason: CodeableConcept
serviceCategory: [CodeableConcept]
serviceType: [CodeableConcept]
specialty: [CodeableConcept]
appointmentType: CodeableConcept
reasonCode: [CodeableConcept]
reasonReference: [Reference]
priority: unsignedInt
_priority: ElementBase
description: String
_description: ElementBase
supportingInformation: [Reference]
start: instant
_start: ElementBase
end: instant
_end: ElementBase
minutesDuration: positiveInt
_minutesDuration: ElementBase
slot: [Reference]
created: dateTime
_created: ElementBase
comment: String
_comment: ElementBase
patientInstruction: String
_patientInstruction: ElementBase
basedOn: [Reference]
participant: [AppointmentParticipant]!
requestedPeriod: [Period]
}