Class TObservationDefinitionQualifiedInterval
Unit
bsFhir_r4
Declaration
type TObservationDefinitionQualifiedInterval = 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 category : string read Getcategory write Setcategory; |
The category of interval of values for continuous or ordinal observations conforming to this ObservationDefinition.
|
|
property range : TRange read Getrange write Setrange; |
The low and high values determining the interval. There may be only one of the two.
|
|
property context : TCodeableConcept read Getcontext write Setcontext; |
Codes to indicate the health context the range applies to. For example, the normal or therapeutic range.
|
|
property appliesTo : TCodeableConceptArray read GetappliesToArray; |
Codes to indicate the target population this reference range applies to.
|
|
property gender : string read Getgender write Setgender; |
Sex of the population the range applies to.
|
|
property age : TRange read Getage write Setage; |
The age at which this reference range is applicable. This is a neonatal age (e.g. number of weeks at term) if the meaning says so.
|
|
property gestationalAge : TRange read GetgestationalAge write SetgestationalAge; |
The gestational age to which this reference range is applicable, in the context of pregnancy.
|
|
property condition : string read Getcondition write Setcondition; |
Text based condition for which the reference range is valid.
|
|
property conditionElement : Tstring read GetconditionElement write SetconditionElement; |
|
Generated by PasDoc 0.15.0.
|