Skip to main content

HS.FHIR.DTL.vR4.Model.Resource.DeviceMetric

class HS.FHIR.DTL.vR4.Model.Resource.DeviceMetric extends HS.FHIR.DTL.vR4.Model.Base.DomainResource

Measurement, calculation or setting capability of a medical device.

Property Inventory

Parameters

parameter ELEMENTQUALIFIED = 1;
Inherited description: ELEMENTQUALIFIED controls the format of exported XML. The ELEMENTQUALIFIED specification should be based on the elementFormDefault attribute of the schema that defines the type. To maintain compatibility, ELEMENTQUALIFIED will default to 1 (true) for literal format export and will default to 0 (false) for encoded or encoded12 format export. These were the values always previously assumed for the elementFormDefault attribute.

NOTE: Direct use of XMLExport method does not support the ELEMENTQUALIFIED. The export must be done using %XML.Writer or SOAP support.

parameter XMLNAME = DeviceMetric;
Inherited description: This parameter provides the default XMLNAME for the class. If it is empty then the class name will be used to construct a default XML name. The default XMLNAME is used as the top level tag when exporting objects and the export context did not provide an XML container name.
parameter XMLPROJECTION = ELEMENT;
parameter XMLSEQUENCE = 1;
Inherited description: If the XMLSEQUENCE = 1, then the order of the XML elements must match the order of the class properties. This allows us to deal with XML where the same field appears multiple times and is distinguished by the order.
parameter XMLTYPE = DeviceMetric;
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 calibration as list of HS.FHIR.DTL.vR4.Model.Element.DeviceMetric.calibration (XMLNAME = "calibration", XMLPROJECTION = "ELEMENT");
BackboneElement

Describes the calibrations that have been performed or that are required to be performed.

Property methods: calibrationBuildValueArray(), calibrationCollectionToDisplay(), calibrationCollectionToOdbc(), calibrationDisplayToCollection(), calibrationGet(), calibrationGetObject(), calibrationGetObjectId(), calibrationGetSwizzled(), calibrationIsValid(), calibrationOdbcToCollection(), calibrationSet(), calibrationSetObject(), calibrationSetObjectId()
property category as %String (MAXLEN = 1000000, XMLNAME = "category", XMLPROJECTION = "ATTRIBUTE") [ Required ];
code

measurement | setting | calculation | unspecified

metric-category|4.0.1 is the REQUIRED FHIR4 ValueSet for codes; you may NOT extend metric-category|4.0.1 and you may NOT use codes from other ValueSets.

Property methods: categoryDisplayToLogical(), categoryGet(), categoryIsValid(), categoryLogicalToDisplay(), categoryLogicalToOdbc(), categoryNormalize(), categorySet()
property color as %String (MAXLEN = 1000000, XMLNAME = "color", XMLPROJECTION = "ATTRIBUTE");
code

black | red | green | yellow | blue | magenta | cyan | white

metric-color|4.0.1 is the REQUIRED FHIR4 ValueSet for codes; you may NOT extend metric-color|4.0.1 and you may NOT use codes from other ValueSets.

Property methods: colorDisplayToLogical(), colorGet(), colorIsValid(), colorLogicalToDisplay(), colorLogicalToOdbc(), colorNormalize(), colorSet()
property identifier as list of HS.FHIR.DTL.vR4.Model.Datatype.Identifier (XMLNAME = "identifier", XMLPROJECTION = "ELEMENT");
Identifier

Instance identifier.

Property methods: identifierBuildValueArray(), identifierCollectionToDisplay(), identifierCollectionToOdbc(), identifierDisplayToCollection(), identifierGet(), identifierGetObject(), identifierGetObjectId(), identifierGetSwizzled(), identifierIsValid(), identifierOdbcToCollection(), identifierSet(), identifierSetObject(), identifierSetObjectId()
property measurementPeriod as HS.FHIR.DTL.vR4.Model.Datatype.Timing (XMLNAME = "measurementPeriod", XMLPROJECTION = "ELEMENT");
Timing

Describes the measurement repetition time.

Property methods: measurementPeriodGet(), measurementPeriodGetSwizzled(), measurementPeriodIsValid(), measurementPeriodNewObject(), measurementPeriodSet()
property operationalStatus as %String (MAXLEN = 1000000, XMLNAME = "operationalStatus", XMLPROJECTION = "ATTRIBUTE");
code

on | off | standby | entered-in-error

metric-operational-status|4.0.1 is the REQUIRED FHIR4 ValueSet for codes; you may NOT extend metric-operational-status|4.0.1 and you may NOT use codes from other ValueSets.

Property methods: operationalStatusDisplayToLogical(), operationalStatusGet(), operationalStatusIsValid(), operationalStatusLogicalToDisplay(), operationalStatusLogicalToOdbc(), operationalStatusNormalize(), operationalStatusSet()
property parent as HS.FHIR.DTL.vR4.Model.Base.Reference (XMLNAME = "parent", XMLPROJECTION = "ELEMENT");
Reference

Describes the link to the parent Device.

Device

Property methods: parentGet(), parentGetSwizzled(), parentIsValid(), parentNewObject(), parentSet()
property source as HS.FHIR.DTL.vR4.Model.Base.Reference (XMLNAME = "source", XMLPROJECTION = "ELEMENT");
Reference

Describes the link to the source Device.

Device

Property methods: sourceGet(), sourceGetSwizzled(), sourceIsValid(), sourceNewObject(), sourceSet()
property type as HS.FHIR.DTL.vR4.Model.Datatype.CodeableConcept (XMLNAME = "type", XMLPROJECTION = "ELEMENT") [ Required ];
CodeableConcept

Identity of metric, for example Heart Rate or PEEP Setting.

devicemetric-type is the PREFERRED FHIR4 ValueSet for codes, but if you need to express meanings not found in devicemetric-type, you may use codes from any ValueSet.

Property methods: typeGet(), typeGetSwizzled(), typeIsValid(), typeNewObject(), typeSet()
property unit as HS.FHIR.DTL.vR4.Model.Datatype.CodeableConcept (XMLNAME = "unit", XMLPROJECTION = "ELEMENT");
CodeableConcept

Unit of Measure for the Metric.

devicemetric-type is the PREFERRED FHIR4 ValueSet for codes, but if you need to express meanings not found in devicemetric-type, you may use codes from any ValueSet.

Property methods: unitGet(), unitGetSwizzled(), unitIsValid(), unitNewObject(), unitSet()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab