Class TObservationReferenceRange
Unit
bsFhir_stu3 
Declaration
type TObservationReferenceRange = class(TBackboneElement) 
Description
 Measurements and simple assertions made about a patient, device or other subject.  
Hierarchy
Overview
Methods
Properties
Description
Methods
  | 
constructor Create; override; | 
 
| 
  |  
 
Properties
  | 
property low : TQuantity read Getlow write Setlow; | 
 
| 
 
 The value of the low bound of the reference range. The low bound of the reference range endpoint is inclusive of the value (e.g. reference range is >=5 - <=9). If the low bound is omitted, it is assumed to be meaningless (e.g. reference range is <=2.3).  
 |  
 
  | 
property high : TQuantity read Gethigh write Sethigh; | 
 
| 
 
 The value of the high bound of the reference range. The high bound of the reference range endpoint is inclusive of the value (e.g. reference range is >=5 - <=9). If the high bound is omitted, it is assumed to be meaningless (e.g. reference range is >= 2.3).  
 |  
 
  | 
property type_ : TCodeableConcept read Gettype_ write Settype_; | 
 
| 
 
 Codes to indicate the what part of the targeted reference population it 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. For example, a reference range may be based on the normal population or a particular sex or race.  
 |  
 
  | 
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 text : string read Gettext write Settext; | 
 
| 
 
 Text based reference range in an observation which may be used when a quantitative range is not appropriate for an observation. An example would be a reference value of "Negative" or a list or table of 'normals'.  
 |  
 
  | 
property textElement : Tstring read GettextElement write SettextElement; | 
 
| 
  |  
 
 Generated by PasDoc 0.15.0. 
 |