Class TVisionPrescription
Unit
bsFhir_r5
Declaration
type TVisionPrescription = class(TDomainResource)
Description
An authorization for the provision of glasses and/or contact lenses to a patient. 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; |
A unique identifier assigned to this vision prescription.
|
|
property status : string read Getstatus write Setstatus; |
The status of the resource instance.
|
|
property created : string read Getcreated write Setcreated; |
The date this resource was created.
|
|
property createdElement : TdateTime_ read GetcreatedElement write SetcreatedElement; |
|
|
property patient : TReference read Getpatient write Setpatient; |
A resource reference to the person to whom the vision prescription applies.
|
|
property encounter : TReference read Getencounter write Setencounter; |
A reference to a resource that identifies the particular occurrence of contact between patient and health care provider during which the prescription was issued.
|
|
property dateWritten : string read GetdateWritten write SetdateWritten; |
The date (and perhaps time) when the prescription was written.
|
|
property dateWrittenElement : TdateTime_ read GetdateWrittenElement write SetdateWrittenElement; |
|
|
property prescriber : TReference read Getprescriber write Setprescriber; |
The healthcare professional responsible for authorizing the prescription.
|
|
property lensSpecification : TVisionPrescriptionLensSpecificationArray read GetlensSpecificationArray; |
Contain the details of the individual lens specifications and serves as the authorization for the fullfillment by certified professionals.
|
Generated by PasDoc 0.15.0.
|