Class TVisionPrescription
Unit
bsFhir_stu3
Declaration
type TVisionPrescription = class(TDomainResource)
Description
An authorization for the supply 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; |
Business identifier which may be used by other parties to reference or identify the prescription.
|
|
property status : string read Getstatus write Setstatus; |
The status of the resource instance.
|
|
property patient : TReference read Getpatient write Setpatient; |
A link to a resource representing the person to whom the vision products will be supplied.
|
|
property encounter : TReference read Getencounter write Setencounter; |
A link to a resource that identifies the particular occurrence of contact between patient and health care provider.
|
|
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 reason : TElement read Getreason write Setreason; |
Can be the reason or the indication for writing the prescription.
|
Generated by PasDoc 0.15.0.
|