Class TVisionPrescription

Unit

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

Public constructor Create; override;

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;
Public property status : string read Getstatus write Setstatus;
Public property statusElement : TFinancialResourceStatusCodes read GetstatusElement write SetstatusElement;
Public property created : string read Getcreated write Setcreated;
Public property createdElement : TdateTime_ read GetcreatedElement write SetcreatedElement;
Public property patient : TReference read Getpatient write Setpatient;
Public property encounter : TReference read Getencounter write Setencounter;
Public property dateWritten : string read GetdateWritten write SetdateWritten;
Public property dateWrittenElement : TdateTime_ read GetdateWrittenElement write SetdateWrittenElement;
Public property prescriber : TReference read Getprescriber write Setprescriber;
Public property lensSpecification : TVisionPrescriptionLensSpecificationArray read GetlensSpecificationArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

A unique identifier assigned to this vision prescription.

Public property status : string read Getstatus write Setstatus;

The status of the resource instance.

Public property statusElement : TFinancialResourceStatusCodes read GetstatusElement write SetstatusElement;
 
Public property created : string read Getcreated write Setcreated;

The date this resource was created.

Public property createdElement : TdateTime_ read GetcreatedElement write SetcreatedElement;
 
Public property patient : TReference read Getpatient write Setpatient;

A resource reference to the person to whom the vision prescription applies.

Public 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.

Public property dateWritten : string read GetdateWritten write SetdateWritten;

The date (and perhaps time) when the prescription was written.

Public property dateWrittenElement : TdateTime_ read GetdateWrittenElement write SetdateWrittenElement;
 
Public property prescriber : TReference read Getprescriber write Setprescriber;

The healthcare professional responsible for authorizing the prescription.

Public 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.