Class TCodeableReference
Unit
bsFhir_r4b
Declaration
type TCodeableReference = class(TElement)
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
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.
|
|
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.
|