Class TCompositionRelatesTo

Unit

Declaration

type TCompositionRelatesTo = 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 : string read Getcode write Setcode;
Public property codeElement : TDocumentRelationshipType read GetcodeElement write SetcodeElement;
Public property target : TElement read Gettarget write Settarget;

Description

Methods

Public constructor Create; override;
 

Properties

Public property code : string read Getcode write Setcode;

The type of relationship that this composition has with anther composition or document.

Public property codeElement : TDocumentRelationshipType read GetcodeElement write SetcodeElement;
 
Public property target : TElement read Gettarget write Settarget;

The target composition/document of this relationship.


Generated by PasDoc 0.15.0.