Class TObservationDefinitionComponent
Unit
bsFhir_r5
Declaration
type TObservationDefinitionComponent = class(TBackboneElement)
Description
Set of definitional characteristics for a kind of observation or measurement produced or consumed by an orderable health care service.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property code : TCodeableConcept read Getcode write Setcode; |
Describes what will be observed.
|
|
property permittedDataType : TBSFHIRPrimitiveStringArray read GetpermittedDataTypeArray; |
The data types allowed for the value element of the instance of this component observations.
|
|
property permittedUnit : TCodingArray read GetpermittedUnitArray; |
Units allowed for the valueQuantity element in the instance observations conforming to this ObservationDefinition.
|
|
property qualifiedValue : TObservationDefinitionQualifiedValueArray read GetqualifiedValueArray; |
A set of qualified values associated with a context and a set of conditions - provides a range for quantitative and ordinal observations and a collection of value sets for qualitative observations.
|
Generated by PasDoc 0.15.0.
|