2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Extension Reference to the DeviceMetric resource - Definition

URL for this extension:

http://hl7.org/fhir/ExtensionDefinition/relatedDeviceMetric

Status: draft

This extension provides the facility to link the current Observation resource to the DeviceMetric resource from where the data is coming from.

Health Level Seven, Inc. - Health Care Devices (DEV) WG

usage info: todo

Extension Content

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ExtensionDefinition/relatedDeviceMetric
Reference to the DeviceMetric resource: This extension provides the facility to link the current Observation resource to the DeviceMetric resource from where the data is coming from.
Use on element: Observation
..valueReference 1..1DeviceMetricReference to the DeviceMetric resource
Use on element: Observation

XML Template

<!-- Reference to the DeviceMetric resource -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/ExtensionDefinition/relatedDeviceMetric" >
 <!-- from Element: extension -->
 <valueReference> <!-- Reference --!> /<valueReference> 
</extension>

JSON Template

// extension added to existing objectdoco

  "http://hl7.org/fhir/ExtensionDefinition/relatedDeviceMetric" : { // Reference to the DeviceMetric resource
    "valueReference" : [{ Reference(DeviceMetric) }] // R!Reference to the DeviceMetric resource
  }

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ExtensionDefinition/relatedDeviceMetric
Reference to the DeviceMetric resource: This extension provides the facility to link the current Observation resource to the DeviceMetric resource from where the data is coming from.
Use on element: Observation
..valueReference 1..1DeviceMetricReference to the DeviceMetric resource
Use on element: Observation

XML Template

<!-- Reference to the DeviceMetric resource -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/ExtensionDefinition/relatedDeviceMetric" >
 <!-- from Element: extension -->
 <valueReference> <!-- Reference --!> /<valueReference> 
</extension>

JSON Template

to do