Class TAppointmentResponse
Unit
bsFhir_r4
Declaration
type TAppointmentResponse = class(TDomainResource)
Description
A reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection. If the element is present, it must have either a @value, an @id, or extensions
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifierArray read GetidentifierArray; |
This records identifiers associated with this appointment response concern that are defined by business processes and/ or used to refer to it when a direct URL reference to the resource itself is not appropriate.
|
|
property appointment : TReference read Getappointment write Setappointment; |
Appointment that this response is replying to.
|
|
property start : string read Getstart write Setstart; |
Date/Time that the appointment is to take place, or requested new start time.
|
|
property startElement : Tinstant read GetstartElement write SetstartElement; |
|
|
property end_ : string read Getend_ write Setend_; |
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.
|
|
property end_Element : Tinstant read Getend_Element write Setend_Element; |
|
|
property participantType : TCodeableConceptArray read GetparticipantTypeArray; |
Role of participant in the appointment.
|
|
property actor : TReference read Getactor write Setactor; |
A Person, Location, HealthcareService, or Device that is participating in the appointment.
|
|
property participantStatus : string read GetparticipantStatus write SetparticipantStatus; |
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.
|
|
property participantStatusElement : TParticipationStatus read GetparticipantStatusElement write SetparticipantStatusElement; |
|
|
property comment : string read Getcomment write Setcomment; |
Additional comments about the appointment.
|
|
property commentElement : Tstring read GetcommentElement write SetcommentElement; |
|
Generated by PasDoc 0.15.0.
|