Class TConsentPolicyBasis
Unit
bsFhir_r5
Declaration
type TConsentPolicyBasis = 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
|
property reference : TReference read Getreference write Setreference; |
|
property url : string read Geturl write Seturl; |
|
property urlElement : Turl read GeturlElement write SeturlElement; |
Description
Methods
|
constructor Create; override; |
|
Properties
|
property reference : TReference read Getreference write Setreference; |
A Reference that identifies the policy the organization will enforce for this Consent.
|
|
property url : string read Geturl write Seturl; |
A URL that links to a computable version of the policy the organization will enforce for this Consent.
|
|
property urlElement : Turl read GeturlElement write SeturlElement; |
|
Generated by PasDoc 0.15.0.
|