Class TConsentVerification
Unit
bsFhir_r5
Declaration
type TConsentVerification = class(TBackboneElement)
Description
A record of a healthcare consumer’s choices or choices made on their behalf by a third party, which permits or denies identified recipient(s) or recipient role(s) to perform one or more actions within a given policy context, for specific purposes and periods of time.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property verified : boolean read Getverified write Setverified; |
Has the instruction been verified.
|
|
property verifiedElement : Tboolean read GetverifiedElement write SetverifiedElement; |
|
|
property verificationType : TCodeableConcept read GetverificationType write SetverificationType; |
Extensible list of verification type starting with verification and re-validation.
|
|
property verifiedBy : TReference read GetverifiedBy write SetverifiedBy; |
The person who conducted the verification/validation of the Grantor decision.
|
|
property verifiedWith : TReference read GetverifiedWith write SetverifiedWith; |
Who verified the instruction (Patient, Relative or other Authorized Person).
|
Generated by PasDoc 0.15.0.
|