Point-of-Care Device Implementation Guide
0.4.0 - CI Build International flag

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

Profiles

Page standards status: Informative

This Implementation Guide specifies profiles on the FHIR Device, DeviceMetric, and Observation resources. Each profile defines constraints, extensions, and terminology requirements for an implementation that claims conformance to this guide.

A point-of-care device model is made of multiple resource instances and the relationships between them. The following diagram shows the FHIR resource profiles (blue) and references to other profiles or FHIR core resources (white).

PoCD Profiles
PoCD Profiles diagram showing FHIR resource profiles and references

Observation Subject Guidance

The Observation profiles in this Implementation Guide require the subject element to be present and shall reference a Patient resource or MDS Device resource.

Patient References: A Patient resource is referenced when the observation is about a patient, such as a physiological measurement or vital sign. This is the typical use case for clinical observations.

Device References: An MDS Device resource is referenced when the observation is about the device itself, such as a device setting or a technical device measurement (e.g., ventilator air pressure or infusion rate). For therapeutic devices, device settings are often patient-related but are documented as observations about the device resource. When an observation's subject points to a Device resource, the associated patient can be found using the Device.patient reference.

Version-Specific References for Device Observations: When an observation's subject points to a Device resource with dynamic content that is relevant to the observation (such as configuration parameters or settings that changed over time), a version-specific reference should be used. This ensures that for retrospective analysis, the exact state of the device's patient reference at the time the observation was made is available, rather than potentially resolving to a different patient reference at a later time.

Mandatory Subject and Handling Unknown Patient Demographics: The subject element is mandatory in all Observation profiles in this Implementation Guide to ensure compatibility with the FHIR Vital Signs Profile. In situations where patient demographics are unknown to the device—such as due to privacy concerns or because measurements are taken before the patient is admitted—implementers may create a temporary Patient resource that contains only a unique identifier. This temporary resource can be referenced by observations and can be updated, linked to, or merged with the final Patient resource when complete demographic information becomes available. This approach maintains data integrity and allows observations to be properly contextualized while accommodating real-world device deployment scenarios.

DeviceMetric Source and Observation Device Attributes

To support traceability and contextualization of observations within the device hierarchy, the PoCD profiles use two key reference elements:

DeviceMetric.source: The source element in a DeviceMetric profile shall reference the MDS (Medical Device System) Device resource. This establishes the connection from the metric (the lowest level of the hierarchy) back to the root device system, enabling complete traceability of the measurement to its source device. This is essential for identifying which physical device produced the measurement, particularly in environments with multiple connected devices.

Observation.device: The device element in an Observation profile shall reference the DeviceMetric resource that provided the measurement. This direct connection allows consumers of observation data to access the full device context and hierarchy by following the reference chain: Observation → DeviceMetric → MDS Device (and from there to VMDs and Channels as needed). This approach supports the IEEE 11073 hierarchical model and ensures observations can be properly contextualized with all relevant device metadata.

These references together ensure that clinical systems and archives can reconstruct the complete device configuration and hierarchy for any observation, supporting safe clinical use and comprehensive retrospective analysis.

Must Support

For the profiles listed below, when mustSupport is set to true on data elements (flagged with a S in table view) this shall be interpreted as follows:

  • Data sources shall be capable of populating the element in a resource instance if the data is available and permissions allow.
  • Data consumers shall be capable of consuming the element from the resource instance if the data is relevant to their business case.

Device Profiles and Extensions

Profile/Extension Description
MDS Device profile StructureDefinition for Device resources that represent a Medical Device System (MDS). This is the top-level resource in the hierarchical model of a Point-of-Care device.
VMD Device profile StructureDefinition for Device resources that represent Virtual Medical Devices (VMD). These are medical-related subsystems in the hierarchical model of a Point-of-Care device.
Channel Device profile StructureDefinition for Device resources that represent Channels, which are used for grouping metrics together.
Device Instance extension StructureDefinition that adds an instance number or label to Device or DeviceMetric.
Approved Jurisdictions extension StructureDefinition that adds approved jurisdictions to a Device.
Operator extension StructureDefinition that adds an operator to a Device.
Operating hours extension StructureDefinition that adds operating hours to a Device.
Operating cycles extension StructureDefinition that adds operating cycles to a Device.
Operating mode extension StructureDefinition that adds an operating mode to a Device.

DeviceMetric Profiles and Extensions

Profile/Extension Description
Numeric DeviceMetric profile StructureDefinition for DeviceMetric resources that represent numerical measurements, calculations, or settings.
Enumeration DeviceMetric profile StructureDefinition for DeviceMetric resources that represent coded or text status, annotations, or settings.
Sample Array DeviceMetric profile StructureDefinition for DeviceMetric resources that represent real-time waveforms or wave snippets.
Device Instance extension StructureDefinition that adds an instance number or label to Device or DeviceMetric.
Relation extension StructureDefinition that adds relations to a DeviceMetric.
Metric availability extension StructureDefinition that adds metric availability to a DeviceMetric.
Technical range extension StructureDefinition that adds technical range and accuracy to a DeviceMetric.
Resolution extension StructureDefinition that adds resolution to a DeviceMetric.
Sweep Speed extension StructureDefinition that adds default sweep speed to a DeviceMetric.
Visual Grid extension StructureDefinition that adds grid line definitions to a DeviceMetric.

Observation Profiles and Extensions

Profile/Extension Description
Numeric Observation profile StructureDefinition for Observation resources that represent numerical measurements, calculations, or settings.
Compound Numeric Observation profile StructureDefinition for Observation resources that represent numerical measurements, calculations, or settings with multiple components.
Enumeration Observation profile StructureDefinition for Observation resources that represent coded or text status, annotations, or settings.
Sample Array Observation profile StructureDefinition for Observation resources that represent real-time waveforms or wave snippets.

Profiles only used for mappings

The profiles listed here are not intended to be used in actual implementations, but are used for mapping purposes for ISO/IEEE 11073-10207 (i.e. IEEE SDC) in this implementation guide.

Profile Description
Observation profile StructureDefinition for measurements and simple assertions made about a patient, device or other subject.
Patient profile StructureDefinition for Patient resources that represent demographics and other administrative information.
Practitioner profile StructureDefinition for Practitioner resources that represent demographics and other administrative information.