Skip to main content

AppointmentResponse

No description

type AppointmentResponse implements IDomainResource, IResource {
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​

AppointmentResponse.id ● String scalar​

AppointmentResponse.meta ● Meta object​

AppointmentResponse.implicitRules ● uri scalar​

AppointmentResponse._implicitRules ● ElementBase object​

AppointmentResponse.language ● code scalar​

AppointmentResponse._language ● ElementBase object​

AppointmentResponse.text ● Narrative object​

AppointmentResponse.contained ● [Resource] list object​

AppointmentResponse.extension ● [Extension] list object​

AppointmentResponse.modifierExtension ● [Extension] list object​

AppointmentResponse.identifier ● [Identifier] list object​

AppointmentResponse.appointment ● Reference! non-null object​

AppointmentResponse.start ● instant scalar​

AppointmentResponse._start ● ElementBase object​

AppointmentResponse.end ● instant scalar​

AppointmentResponse._end ● ElementBase object​

AppointmentResponse.participantType ● [CodeableConcept] list object​

AppointmentResponse.actor ● Reference object​

AppointmentResponse.participantStatus ● code scalar​

AppointmentResponse._participantStatus ● ElementBase object​

AppointmentResponse.comment ● String scalar​

AppointmentResponse._comment ● ElementBase object​

Interfaces​

IDomainResource interface​

IResource interface​

Returned By​

AppointmentResponse query ● AppointmentResponseList query

Member Of​

AppointmentResponseEdge object ● AppointmentResponseListType object ● AppointmentResponseReadType object