Class TObservationDefinition

Unit

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

Public constructor Create; override;

Properties

Public property category : TCodeableConceptArray read GetcategoryArray;
Public property code : TCodeableConcept read Getcode write Setcode;
Public property identifier : TIdentifierArray read GetidentifierArray;
Public property permittedDataType : TBSFHIRPrimitiveStringArray read GetpermittedDataTypeArray;
Public property multipleResultsAllowed : boolean read GetmultipleResultsAllowed write SetmultipleResultsAllowed;
Public property multipleResultsAllowedElement : Tboolean read GetmultipleResultsAllowedElement write SetmultipleResultsAllowedElement;
Public property method : TCodeableConcept read Getmethod write Setmethod;
Public property preferredReportName : string read GetpreferredReportName write SetpreferredReportName;
Public property preferredReportNameElement : Tstring read GetpreferredReportNameElement write SetpreferredReportNameElement;
Public property quantitativeDetails : TObservationDefinitionQuantitativeDetails read GetquantitativeDetails write SetquantitativeDetails;
Public property qualifiedInterval : TObservationDefinitionQualifiedIntervalArray read GetqualifiedIntervalArray;
Public property validCodedValueSet : TReference read GetvalidCodedValueSet write SetvalidCodedValueSet;
Public property normalCodedValueSet : TReference read GetnormalCodedValueSet write SetnormalCodedValueSet;
Public property abnormalCodedValueSet : TReference read GetabnormalCodedValueSet write SetabnormalCodedValueSet;
Public property criticalCodedValueSet : TReference read GetcriticalCodedValueSet write SetcriticalCodedValueSet;

Description

Methods

Public constructor Create; override;
 

Properties

Public property category : TCodeableConceptArray read GetcategoryArray;

A code that classifies the general type of observation.

Public property code : TCodeableConcept read Getcode write Setcode;

Describes what will be observed. Sometimes this is called the observation "name".

Public property identifier : TIdentifierArray read GetidentifierArray;

A unique identifier assigned to this ObservationDefinition artifact.

Public property permittedDataType : TBSFHIRPrimitiveStringArray read GetpermittedDataTypeArray;

The data types allowed for the value element of the instance observations conforming to this ObservationDefinition.

Public property multipleResultsAllowed : boolean read GetmultipleResultsAllowed write SetmultipleResultsAllowed;

Multiple results allowed for observations conforming to this ObservationDefinition.

Public property multipleResultsAllowedElement : Tboolean read GetmultipleResultsAllowedElement write SetmultipleResultsAllowedElement;
 
Public property method : TCodeableConcept read Getmethod write Setmethod;

The method or technique used to perform the observation.

Public property preferredReportName : string read GetpreferredReportName write SetpreferredReportName;

The preferred name to be used when reporting the results of observations conforming to this ObservationDefinition.

Public property preferredReportNameElement : Tstring read GetpreferredReportNameElement write SetpreferredReportNameElement;
 
Public property quantitativeDetails : TObservationDefinitionQuantitativeDetails read GetquantitativeDetails write SetquantitativeDetails;

Characteristics for quantitative results of this observation.

Public property qualifiedInterval : TObservationDefinitionQualifiedIntervalArray read GetqualifiedIntervalArray;

Multiple ranges of results qualified by different contexts for ordinal or continuous observations conforming to this ObservationDefinition.

Public property validCodedValueSet : TReference read GetvalidCodedValueSet write SetvalidCodedValueSet;

The set of valid coded results for the observations conforming to this ObservationDefinition.

Public property normalCodedValueSet : TReference read GetnormalCodedValueSet write SetnormalCodedValueSet;

The set of normal coded results for the observations conforming to this ObservationDefinition.

Public property abnormalCodedValueSet : TReference read GetabnormalCodedValueSet write SetabnormalCodedValueSet;

The set of abnormal coded results for the observation conforming to this ObservationDefinition.

Public 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.