Class TObservationDefinition
Unit
bsFhir_r4
Declaration
type TObservationDefinition = class(TDomainResource)
Description
Set of definitional characteristics for a kind of observation or measurement produced or consumed by an orderable health care service. If the element is present, it must have either a @value, an @id, or extensions
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property category : TCodeableConceptArray read GetcategoryArray; |
A code that classifies the general type of observation.
|
|
property code : TCodeableConcept read Getcode write Setcode; |
Describes what will be observed. Sometimes this is called the observation "name".
|
|
property identifier : TIdentifierArray read GetidentifierArray; |
A unique identifier assigned to this ObservationDefinition artifact.
|
|
property permittedDataType : TBSFHIRPrimitiveStringArray read GetpermittedDataTypeArray; |
The data types allowed for the value element of the instance observations conforming to this ObservationDefinition.
|
|
property multipleResultsAllowed : boolean read GetmultipleResultsAllowed write SetmultipleResultsAllowed; |
Multiple results allowed for observations conforming to this ObservationDefinition.
|
|
property multipleResultsAllowedElement : Tboolean read GetmultipleResultsAllowedElement write SetmultipleResultsAllowedElement; |
|
|
property method : TCodeableConcept read Getmethod write Setmethod; |
The method or technique used to perform the observation.
|
|
property preferredReportName : string read GetpreferredReportName write SetpreferredReportName; |
The preferred name to be used when reporting the results of observations conforming to this ObservationDefinition.
|
|
property preferredReportNameElement : Tstring read GetpreferredReportNameElement write SetpreferredReportNameElement; |
|
|
property qualifiedInterval : TObservationDefinitionQualifiedIntervalArray read GetqualifiedIntervalArray; |
Multiple ranges of results qualified by different contexts for ordinal or continuous observations conforming to this ObservationDefinition.
|
|
property validCodedValueSet : TReference read GetvalidCodedValueSet write SetvalidCodedValueSet; |
The set of valid coded results for the observations conforming to this ObservationDefinition.
|
|
property normalCodedValueSet : TReference read GetnormalCodedValueSet write SetnormalCodedValueSet; |
The set of normal coded results for the observations conforming to this ObservationDefinition.
|
|
property abnormalCodedValueSet : TReference read GetabnormalCodedValueSet write SetabnormalCodedValueSet; |
The set of abnormal coded results for the observation conforming to this ObservationDefinition.
|
|
property criticalCodedValueSet : TReference read GetcriticalCodedValueSet write SetcriticalCodedValueSet; |
The set of critical coded results for the observation conforming to this ObservationDefinition.
|
Generated by PasDoc 0.15.0.
|