This page is part of the FHIR Specification (v4.0.1: R4 - Mixed Normative and STU) in it's permanent home (it will always be available at this URL). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2
Health Care Devices Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Not linked to any defined compartments |
Raw XML (canonical form + also see XML Format Specification)
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 with Details</b> </p> <p> <b> id</b> : example</p> <p> <b> identifier</b> : 345675</p> <p> <b> type</b> : MDC_PULS_OXIM_SAT_O2 <span> (Details : {urn:iso:std:iso:11073:10101 code '150456' = '150456', given as 'MDC_PULS_OXIM_SAT_O2'})</span> </p> <p> <b> unit</b> : MDC_DIM_PERCENT <span> (Details : {urn:iso:std:iso:11073:10101 code '262688' = '262688', given as 'MDC_DIM_PERCENT'})</span> </p> <p> <b> source</b> : <a> Device/dev1</a> </p> <p> <b> parent</b> : <a> DeviceDefinition/dc102</a> </p> <p> <b> operationalStatus</b> : on</p> <p> <b> color</b> : blue</p> <p> <b> category</b> : measurement</p> <p> <b> measurementPeriod</b> : Do Once per 1 seconds</p> <h3> Calibrations</h3> <table> <tr> <td> -</td> <td> <b> Type</b> </td> <td> <b> State</b> </td> <td> <b> Time</b> </td> </tr> <tr> <td> *</td> <td> two-point</td> <td> calibrated</td> <td> 28/12/2016 9:03:04 AM</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> <source> <reference value="Device/dev1"/> </source> <parent> <reference value="DeviceDefinition/dc102"/> </parent> <operationalStatus value="on"/> <color value="blue"/> <category value="measurement"/> <measurementPeriod> <repeat> <frequency value="1"/> <period value="1"/> <periodUnit value="s"/> </repeat> </measurementPeriod> <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.