Personal Health Device Implementation Guide
2.1.0 - STU 2.0 International flag

Personal Health Device Implementation Guide, published by HL7 International / Health Care Devices. This guide is not an authorized publication; it is the continuous build for version 2.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/phd/ and changes regularly. See the Directory of published versions

Resource Profile: PhdDeviceMetric

Official URL: http://hl7.org/fhir/uv/phd/StructureDefinition/PhdDeviceMetric Version: 2.1.0
Standards status: Trial-use Maturity Level: 3 Computable Name: PhdDeviceMetric

StructureDefinition for the DeviceMetric for a PHD

This resource captures the device metric for a single type of observation that a PHD device can generate.

ACOM and GHS provide the list of observation types that a device can generate. Accuracy can be specified as well. In GHS the valid range and schedule information can be present. This information can be mapped to a PhdDeviceMetric FHIR Resource.

Usage:

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

NameFlagsCard.TypeDescription & Constraintsdoco
.. DeviceMetric 0..* DeviceMetric Measurement, calculation or setting capability of a medical device
dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources
dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
dom-5: If a resource is contained in another resource, it SHALL NOT have a security label
dom-6: A resource should have narrative for robust management
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
ele-1: All FHIR elements must have a @value or children
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
.... extension:Accuracy 0..1 Quantity Numeric Accuracy
URL: http://hl7.org/fhir/uv/phd/StructureDefinition/Accuracy
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
.... extension:Confidence95 0..1 Range Confidence95
URL: http://hl7.org/fhir/uv/phd/StructureDefinition/Confidence95
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
.... extension:SimpleAlerting 0..1 (Complex) SimpleAlerting
URL: http://hl7.org/fhir/uv/phd/StructureDefinition/SimpleAlerting
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
.... Slices for coding Σ 1..* Coding Code defined by a terminology system
Slice: Unordered, Open by value:system
ele-1: All FHIR elements must have a @value or children
..... coding:MDCType Σ 1..1 Coding The 11073-10101 MDC code for the metric
ele-1: All FHIR elements must have a @value or children
...... system Σ 1..1 uri Identity of the terminology system
ele-1: All FHIR elements must have a @value or children
Fixed Value: urn:iso:std:iso:11073:10101
...... code Σ 1..1 code Symbol in syntax defined by the system
ele-1: All FHIR elements must have a @value or children
.... text Σ 0..1 string It is recommended to display at least the reference identifier for the MDC code.
ele-1: All FHIR elements must have a @value or children
... unit Σ 0..1 CodeableConcept Unit of Measure for the Metric
Binding: DeviceMetricAndComponentTypes (preferred): Describes the unit of the metric.


ele-1: All FHIR elements must have a @value or children
... source Σ 0..1 Reference(PhdDevice) Describes the link to the source Device
ele-1: All FHIR elements must have a @value or children
... operationalStatus Σ 0..1 code on | off | standby | entered-in-error
Binding: DeviceMetricOperationalStatus (required): Describes the operational status of the DeviceMetric.


ele-1: All FHIR elements must have a @value or children
... category Σ 1..1 code measurement | setting | calculation | unspecified
Binding: DeviceMetricCategory (required): Describes the category of the metric.


ele-1: All FHIR elements must have a @value or children
... measurementPeriod Σ 0..1 Timing Describes the measurement repetition time
ele-1: All FHIR elements must have a @value or children

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
DeviceMetric.typepreferredDeviceMetricAndComponentTypes
http://hl7.org/fhir/ValueSet/devicemetric-type
from the FHIR Standard
DeviceMetric.unitpreferredDeviceMetricAndComponentTypes
http://hl7.org/fhir/ValueSet/devicemetric-type
from the FHIR Standard
DeviceMetric.operationalStatusrequiredDeviceMetricOperationalStatus
http://hl7.org/fhir/ValueSet/metric-operational-status|4.0.1
from the FHIR Standard
DeviceMetric.categoryrequiredDeviceMetricCategory
http://hl7.org/fhir/ValueSet/metric-category|4.0.1
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorDeviceMetricIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorDeviceMetricIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorDeviceMetricIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorDeviceMetricIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceDeviceMetricA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

 

Other representations of profile: CSV, Excel, Schematron