Class TCodeableReference

Unit

Declaration

type TCodeableReference = class(TDataType)

Description

A reference to a resource (by instance), or instead, a reference to a concept defined in a terminology or ontology (by class). If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property concept : TCodeableConcept read Getconcept write Setconcept;
Public property reference : TReference read Getreference write Setreference;

Description

Methods

Public constructor Create; override;
 

Properties

Public property concept : TCodeableConcept read Getconcept write Setconcept;

A reference to a concept - e.g. the information is identified by its general class to the degree of precision found in the terminology.

Public property reference : TReference read Getreference write Setreference;

A reference to a resource the provides exact details about the information being referenced.


Generated by PasDoc 0.15.0.