Class TCompositionRelatesTo
Unit
bsFhir_stu3
Declaration
type TCompositionRelatesTo = 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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property code : string read Getcode write Setcode; |
The type of relationship that this composition has with anther composition or document.
|
|
property target : TElement read Gettarget write Settarget; |
The target composition/document of this relationship.
|
Generated by PasDoc 0.15.0.
|