Class TCompositionEvent

Unit

Declaration

type TCompositionEvent = class(TBackboneElement)

Description

A set of healthcare-related information that is assembled together into a single logical package 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. A Composition defines the structure and narrative content necessary for a document. However, a Composition alone does not constitute a document. Rather, the Composition must be the first entry in a Bundle where Bundle.type=document, and any other resources referenced from Composition must be included as subsequent entries in the Bundle (for example Patient, Practitioner, Encounter, etc.).

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property period : TPeriod read Getperiod write Setperiod;
Public property detail : TCodeableReferenceArray read GetdetailArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property period : TPeriod read Getperiod write Setperiod;

The period of time covered by the documentation. There is no assertion that the documentation is a complete representation for this period, only that it documents events during this time.

Public property detail : TCodeableReferenceArray read GetdetailArray;

Represents the main clinical acts, such as a colonoscopy or an appendectomy, being documented. In some cases, the event is inherent in the typeCode, such as a "History and Physical Report" in which case the procedure being documented is necessarily a "History and Physical" act. The events may be included as a code or as a reference to an other resource.


Generated by PasDoc 0.15.0.