Class TCompositionAttester

Unit

Declaration

type TCompositionAttester = class(TBackboneElement)

Description

A set of healthcare-related information that is assembled together into a single logical document that provides a single coherent statement of meaning, establishes its own context and that has clinical attestation with regard to who is making the statement. While a Composition defines the structure, it does not actually contain the content: rather the full content of a document is contained in a Bundle, of which the Composition is the first resource contained.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property mode : TBSFHIRPrimitiveStringArray read GetmodeArray;
Public property time_ : string read Gettime_ write Settime_;
Public property time_Element : TdateTime_ read Gettime_Element write Settime_Element;
Public property party : TReference read Getparty write Setparty;

Description

Methods

Public constructor Create; override;
 

Properties

Public property mode : TBSFHIRPrimitiveStringArray read GetmodeArray;

The type of attestation the authenticator offers.

Public property time_ : string read Gettime_ write Settime_;

When the composition was attested by the party.

Public property time_Element : TdateTime_ read Gettime_Element write Settime_Element;
 
Public property party : TReference read Getparty write Setparty;

Who attested the composition in the specified way.


Generated by PasDoc 0.15.0.