This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2
Detailed Descriptions for the elements in the AppointmentResponse resource.
AppointmentResponse | |
Definition | A reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection. |
Control | 1..1 |
AppointmentResponse.identifier | |
Definition | This records identifiers associated with this appointment response concern that are defined by business processed and/ or used to refer to it when a direct URL reference to the resource itself is not appropriate. |
Note | This is a business identifer, not a resource identifier (see discussion) |
Control | 0..* |
Type | Identifier |
Summary | true |
AppointmentResponse.appointment | |
Definition | Parent appointment that this response is replying to. |
Control | 1..1 |
Type | Reference(Appointment) |
Summary | true |
AppointmentResponse.participantType | |
Definition | Role of participant in the appointment. |
Control | 0..* |
Binding | ParticipantType: Required: See http://hl7.org/fhir/vs/encounter-participant-type (Role of participant in encounter) |
Type | CodeableConcept |
Summary | true |
AppointmentResponse.actor | |
Definition | A Person, Location/HealthcareService or Device that is participating in the appointment. |
Control | 0..1 |
Type | Reference(Patient | Practitioner | RelatedPerson | Device | HealthcareService | Location) |
Summary | true |
AppointmentResponse.participantStatus | |
Definition | Participation status of the Participant. When the status is declined or tentative if the start/end times are different to the appointment, then these times should be interpreted as a requested time change. When the status is accepted, the times can either be the time of the appointment (as a confirmation of the time) or can be empty. |
Control | 1..1 |
Binding | ParticipantStatus: Required: http://hl7.org/fhir/participantstatus (The Participation status of an appointment) |
Type | code |
Is Modifier | true |
Summary | true |
AppointmentResponse.comment | |
Definition | This comment is particularly important when the responder is declining, tentative or requesting another time to indicate the reasons why. |
Control | 0..1 |
Type | string |
AppointmentResponse.start | |
Definition | This may be either the same as the appointment request to confirm the details of the appointment, or alternately a new time to request a re-negotiation of the start time. |
Control | 0..1 |
Type | instant |
AppointmentResponse.end | |
Definition | This may be either the same as the appointment request to confirm the details of the appointment, or alternately a new time to request a re-negotiation of the end time. |
Control | 0..1 |
Type | instant |