FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example DeviceMetric/example (XML)

Health Care Devices Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: No defined compartments

Raw XML (canonical form + also see XML Format Specification)

Jump past Narrative

General DeviceMetric example (id = "example")

<?xml version="1.0" encoding="UTF-8"?>

<DeviceMetric xmlns="http://hl7.org/fhir">
  <id value="example"/> 
  <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><p> <b> Generated Narrative: DeviceMetric</b> <a name="example"> </a> <a name="hcexample"> </a> </p> <div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border:
       1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource DeviceMetric &quot;example&quot; </p> </div> <p> <b> identifier</b> : <code> http://goodcare.org/devicemetric/id</code> /345675</p> <p> <b> type</b> : MDC_PULS_OXIM_SAT_O2 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.5.0/CodeSystem-v3-mdc.html">ISO 11073-10101 Health informatics - Point-of-care</a> #150456)</span> </p> <p> <b> unit</b> : MDC_DIM_PERCENT <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.5.0/CodeSystem-v3-mdc.html">ISO 11073-10101 Health informatics - Point-of-care</a> #262688)</span> </p> <p> <b> device</b> : <a href="broken-link.html">Device/dev1</a> </p> <p> <b> operationalStatus</b> : on</p> <p> <b> color</b> : blue</p> <p> <b> category</b> : measurement</p> <p> <b> measurementFrequency</b> : 1 Hertz<span style="background: LightGoldenRodYellow"> (Details: UCUM code Hz = 'Hz')</span> </p> <h3> Calibrations</h3> <table class="grid"><tr> <td style="display: none">-</td> <td> <b> Type</b> </td> <td> <b> State</b> </td> <td> <b> Time</b> </td> </tr> <tr> <td style="display: none">*</td> <td> two-point</td> <td> calibrated</td> <td> Dec 28, 2016, 2:03:04 PM</td> </tr> </table> </div> </text> <identifier> 
    <system value="http://goodcare.org/devicemetric/id"/> 
    <value value="345675"/> 
  </identifier> 
  <type> 
    <coding> 
      <system value="urn:iso:std:iso:11073:10101"/> 
      <code value="150456"/> 
      <display value="MDC_PULS_OXIM_SAT_O2"/> 
    </coding> 
  </type> 
  <unit> 
    <coding> 
      <system value="urn:iso:std:iso:11073:10101"/> 
      <code value="262688"/> 
      <display value="MDC_DIM_PERCENT"/> 
    </coding> 
  </unit> 
  <device> 
    <reference value="Device/dev1"/> 
  </device> 
  <operationalStatus value="on"/> 
  <color value="blue"/> 
  <category value="measurement"/> 
   <measurementFrequency> 
    <value value="1"/>  
    <unit value="Hertz"/>  
    <system value="http://unitsofmeasure.org"/>  
    <code value="Hz"/>  
  </measurementFrequency> 
  <calibration> 
    <type value="two-point"/> 
    <state value="calibrated"/> 
    <time value="2016-12-28T09:03:04-05:00"/> 
  </calibration> 
</DeviceMetric> 

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.