Class TVisionPrescription

Unit

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

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 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 reason : TElement read Getreason write Setreason;
Public property dispense : TVisionPrescriptionDispenseArray read GetdispenseArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

Business identifier which may be used by other parties to reference or identify the 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 patient : TReference read Getpatient write Setpatient;

A link to a resource representing the person to whom the vision products will be supplied.

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

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 reason : TElement read Getreason write Setreason;

Can be the reason or the indication for writing the prescription.

Public property dispense : TVisionPrescriptionDispenseArray read GetdispenseArray;

Deals with details of the dispense part of the supply specification.


Generated by PasDoc 0.15.0.