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 code : TCodeableConceptArray read GetcodeArray;
Public property period : TPeriod read Getperiod write Setperiod;
Public property detail : TReferenceArray read GetdetailArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property code : TCodeableConceptArray read GetcodeArray;

This list of codes 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 the procedure being documented is necessarily a "History and Physical" act.

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 : TReferenceArray read GetdetailArray;

The description and/or reference of the event(s) being documented. For example, this could be used to document such a colonoscopy or an appendectomy.


Generated by PasDoc 0.15.0.