Class TCompositionEvent
Unit
bsFhir_r4b
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
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.
|
|
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.
|
|
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.
|