Skip to main content

HS.FHIRModel.R4.Count

class HS.FHIRModel.R4.Count extends HS.FHIRModel.FHIRClassSuper

*****************************************
** Count generated class schema
*****************************************
A measured amount (or an amount that can potentially be measured). Note that measured amounts include amounts that are not precisely quantified, including amounts involving arbitrary units and floating currencies.

Property Inventory

Method Inventory

Parameters

parameter XMLTYPE = R4_COUNT;
Inherited description: This parameter provides the default XMLTYPE for the class. If it is empty then the class name will be used to construct a default XML type.

The default XMLTYPE is used when naming and referencing this type in a schema and the schema context did not provide an XML type name.

Properties

property _code as HS.FHIRModel.R4.Element;
Extensions for code
Property methods: _codeGet(), _codeGetSwizzled(), _codeIsValid(), _codeNewObject(), _codeSet()
property _comparator as HS.FHIRModel.R4.Element;
Extensions for comparator
Property methods: _comparatorGet(), _comparatorGetSwizzled(), _comparatorIsValid(), _comparatorNewObject(), _comparatorSet()
property _system as HS.FHIRModel.R4.Element;
Extensions for system
Property methods: _systemGet(), _systemGetSwizzled(), _systemIsValid(), _systemNewObject(), _systemSet()
property _unit as HS.FHIRModel.R4.Element;
Extensions for unit
Property methods: _unitGet(), _unitGetSwizzled(), _unitIsValid(), _unitNewObject(), _unitSet()
property _value as HS.FHIRModel.R4.Element;
Extensions for value
Property methods: _valueGet(), _valueGetSwizzled(), _valueIsValid(), _valueNewObject(), _valueSet()
property code as %String;
A computer processable form of the unit in some unit representation system.
Property methods: codeDisplayToLogical(), codeGet(), codeIsValid(), codeLogicalToDisplay(), codeLogicalToOdbc(), codeNormalize(), codeSet()
property comparator as %String (VALUELIST = ",<,<=,>=,>");
How the value should be understood and represented - whether the actual value is greater or less than the stated value due to measurement issues; e.g. if the comparator is "<" , then the real value is < stated value.
Property methods: comparatorDisplayToLogical(), comparatorGet(), comparatorIsValid(), comparatorLogicalToDisplay(), comparatorLogicalToOdbc(), comparatorNormalize(), comparatorSet()
property extension as HS.FHIRModel.R4.SeqOfExtension;
May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Property methods: extensionGet(), extensionGetSwizzled(), extensionIsValid(), extensionNewObject(), extensionSet()
property fhirID as %String;
Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Property methods: fhirIDDisplayToLogical(), fhirIDGet(), fhirIDIsValid(), fhirIDLogicalToDisplay(), fhirIDLogicalToOdbc(), fhirIDNormalize(), fhirIDSet()
property system as %String;
The identification of the system that provides the coded form of the unit.
Property methods: systemDisplayToLogical(), systemGet(), systemIsValid(), systemLogicalToDisplay(), systemLogicalToOdbc(), systemNormalize(), systemSet()
property unit as %String;
A human-readable form of the unit.
Property methods: unitDisplayToLogical(), unitGet(), unitIsValid(), unitLogicalToDisplay(), unitLogicalToOdbc(), unitNormalize(), unitSet()
property value as %Integer;
The value of the measured amount. The value includes an implicit precision in the presentation of the value.
Property methods: valueDisplayToLogical(), valueGet(), valueIsValid(), valueLogicalToDisplay(), valueNormalize(), valueSet(), valueXSDToLogical()

Methods

method IncludeExtension()
method _getProperties() as %DynamicArray
Inherited description: Return an array of the defined properties of this class in the definition order that they were discovered in the the HL7FHIR JSchema document
classmethod fromDao(dao As %Library.DynamicAbstractObject) as HS.FHIRModel.R4.Count
method toDao() as %DynamicAbstractObject
Inherited description: >

The toDao() method casts the set to a DAO.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab