Class TSchedule
Unit
bsFhir_r5
Declaration
type TSchedule = class(TDomainResource)
Description
A container for slots of time that may be available for booking appointments. 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; |
External Ids for this item.
|
|
property active : boolean read Getactive write Setactive; |
Whether this schedule record is in active use or should not be used (such as was entered in error).
|
|
property activeElement : Tboolean read GetactiveElement write SetactiveElement; |
|
|
property serviceCategory : TCodeableConceptArray read GetserviceCategoryArray; |
A broad categorization of the service that is to be performed during this appointment.
|
|
property serviceType : TCodeableReferenceArray 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 name_ : string read Getname_ write Setname_; |
Further description of the schedule as it would be presented to a consumer while searching.
|
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
|
property actor : TReferenceArray read GetactorArray; |
Slots that reference this schedule resource provide the availability details to these referenced resource(s).
|
|
property planningHorizon : TPeriod read GetplanningHorizon write SetplanningHorizon; |
The period of time that the slots that reference this Schedule resource cover (even if none exist). These cover the amount of time that an organization's planning horizon; the interval for which they are currently accepting appointments. This does not define a "template" for planning outside these dates.
|
|
property comment : string read Getcomment write Setcomment; |
Comments on the availability to describe any extended information. Such as custom constraints on the slots that may be associated.
|
|
property commentElement : Tmarkdown read GetcommentElement write SetcommentElement; |
|
Generated by PasDoc 0.15.0.
|