Class TAppointment
Unit
bsFhir_stu3
Declaration
type TAppointment = class(TDomainResource)
Description
A booking of a healthcare event among patient(s), practitioner(s), related person(s) and/or device(s) for a specific date/time. This may result in one or more Encounter(s). 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 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 (e.g. in CDA documents, or in written / printed documentation).
|
|
property status : string read Getstatus write Setstatus; |
The overall status of the Appointment. Each of the participants has their own participation status which indicates their involvement in the process, however this status indicates the shared status.
|
|
property serviceCategory : TCodeableConcept read GetserviceCategory write SetserviceCategory; |
A broad categorisation of the service that is to be performed during this appointment.
|
|
property serviceType : TCodeableConceptArray read GetserviceTypeArray; |
The specific service that is to be performed during this appointment.
|
|
property specialty : TCodeableConceptArray read GetspecialtyArray; |
The specialty of a practitioner that would be required to perform the service requested in this appointment.
|
|
property appointmentType : TCodeableConcept read GetappointmentType write SetappointmentType; |
The style of appointment or patient that has been booked in the slot (not service type).
|
|
property reason : TCodeableConceptArray read GetreasonArray; |
The reason that this appointment is being scheduled. This is more clinical than administrative.
|
|
property indication : TReferenceArray read GetindicationArray; |
Reason the appointment has been scheduled to take place, as specified using information from another resource. When the patient arrives and the encounter begins it may be used as the admission diagnosis. The indication will typically be a Condition (with other resources referenced in the evidence.detail), or a Procedure.
|
|
property priority : Int64 read Getpriority write Setpriority; |
The priority of the appointment. Can be used to make informed decisions if needing to re-prioritize appointments. (The iCal Standard specifies 0 as undefined, 1 as highest, 9 as lowest priority).
|
|
property priorityElement : TunsignedInt read GetpriorityElement write SetpriorityElement; |
|
|
property description : string read Getdescription write Setdescription; |
The brief description of the appointment as would be shown on a subject line in a meeting request, or appointment list. Detailed or expanded information should be put in the comment field.
|
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
|
property supportingInformation : TReferenceArray read GetsupportingInformationArray; |
Additional information to support the appointment provided when making the appointment.
|
|
property start : string read Getstart write Setstart; |
Date/Time that the appointment is to take place.
|
|
property startElement : Tinstant read GetstartElement write SetstartElement; |
|
|
property end_ : string read Getend_ write Setend_; |
Date/Time that the appointment is to conclude.
|
|
property end_Element : Tinstant read Getend_Element write Setend_Element; |
|
|
property minutesDuration : Int64 read GetminutesDuration write SetminutesDuration; |
Number of minutes that the appointment is to take. This can be less than the duration between the start and end times (where actual time of appointment is only an estimate or is a planned appointment request).
|
|
property minutesDurationElement : TpositiveInt read GetminutesDurationElement write SetminutesDurationElement; |
|
|
property slot : TReferenceArray read GetslotArray; |
The slots from the participants' schedules that will be filled by the appointment.
|
|
property created : string read Getcreated write Setcreated; |
The date that this appointment was initially created. This could be different to the meta.lastModified value on the initial entry, as this could have been before the resource was created on the FHIR server, and should remain unchanged over the lifespan of the appointment.
|
|
property createdElement : TdateTime_ read GetcreatedElement write SetcreatedElement; |
|
|
property comment : string read Getcomment write Setcomment; |
Additional comments about the appointment.
|
|
property commentElement : Tstring read GetcommentElement write SetcommentElement; |
|
|
property incomingReferral : TReferenceArray read GetincomingReferralArray; |
The referral request this appointment is allocated to assess (incoming referral).
|
|
property requestedPeriod : TPeriodArray read GetrequestedPeriodArray; |
A set of date ranges (potentially including times) that the appointment is preferred to be scheduled within. When using these values, the minutes duration should be provided to indicate the length of the appointment to fill and populate the start/end times for the actual allocated time.
|
Generated by PasDoc 0.15.0.
|