AppointmentResponse
BaseA reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection.
| Path | Card. | Type | Description & Constraints |
|---|---|---|---|
| AppointmentResponse | 0..* | — | A reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection |
| .idΣ | 0..1 | String | Logical id of this artifact |
| .metaΣ | 0..1 | Meta | Metadata about the resource |
| .implicitRules?!Σ | 0..1 | uri | A set of rules under which this content was created |
| .language | 0..1 | code | Language of the resource content Bindinglanguages(preferred) |
| .text | 0..1 | Narrative | Text summary of the resource, for human interpretation |
| .contained | 0..* | Resource | Contained, inline Resources |
| .extension | 0..* | Extension | Additional content defined by implementations |
| .modifierExtension?! | 0..* | Extension | Extensions that cannot be ignored |
| .identifierΣ | 0..* | Identifier | External Ids for this item |
| .appointmentΣ | 1..1 | Reference(Appointment) | Appointment this response relates to |
| .start | 0..1 | instant | Time from appointment, or requested new start time |
| .end | 0..1 | instant | Time from appointment, or requested new end time |
| .participantTypeΣ | 0..* | CodeableConcept | Role of participant in the appointment Bindingencounter-participant-type(extensible) |
| .actorΣ | 0..1 | Reference(Patient | Practitioner | PractitionerRole | RelatedPerson | Device | HealthcareService | Location) | Person, Location, HealthcareService, or Device |
| .participantStatus?!Σ | 1..1 | code | accepted | declined | tentative | needs-action Bindingparticipationstatus(required) |
| .comment | 0..1 | string | Additional comments |