Skip to main content

IAppointmentResponse

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

interface IAppointmentResponse {
id: String
meta: Meta
implicitRules: uri
_implicitRules: ElementBase
language: code
_language: ElementBase
text: Narrative
contained: [Resource]
extension: [Extension]
modifierExtension: [Extension]
identifier: [Identifier]
appointment: Reference!
start: instant
_start: ElementBase
end: instant
_end: ElementBase
participantType: [CodeableConcept]
actor: Reference
participantStatus: code
_participantStatus: ElementBase
comment: String
_comment: ElementBase
}

Fields

IAppointmentResponse.id ● String scalar

IAppointmentResponse.meta ● Meta object

IAppointmentResponse.implicitRules ● uri scalar

IAppointmentResponse._implicitRules ● ElementBase object

IAppointmentResponse.language ● code scalar

IAppointmentResponse._language ● ElementBase object

IAppointmentResponse.text ● Narrative object

IAppointmentResponse.contained ● [Resource] list object

IAppointmentResponse.extension ● [Extension] list object

IAppointmentResponse.modifierExtension ● [Extension] list object

IAppointmentResponse.identifier ● [Identifier] list object

IAppointmentResponse.appointment ● Reference! non-null object

IAppointmentResponse.start ● instant scalar

IAppointmentResponse._start ● ElementBase object

IAppointmentResponse.end ● instant scalar

IAppointmentResponse._end ● ElementBase object

IAppointmentResponse.participantType ● [CodeableConcept] list object

IAppointmentResponse.actor ● Reference object

IAppointmentResponse.participantStatus ● code scalar

IAppointmentResponse._participantStatus ● ElementBase object

IAppointmentResponse.comment ● String scalar

IAppointmentResponse._comment ● ElementBase object