Release 4B 5

This page is part of the FHIR Specification (v4.3.0: R4B (v5.0.0: R5 - STU ). The This is the current published version which supercedes in it's permanent home (it will always be available at this version is 5.0.0 . URL). For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R5 R4B R4 R3 R2

Devicemetric-example.json

Example DeviceMetric/example (JSON)

Health Care Devices Work Group Maturity Level : N/A Standards Status : Informative Compartments : Not linked to any No defined compartments

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

General DeviceMetric example

{
  "resourceType": "DeviceMetric",
  "id": "example",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></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 &quot;example&quot; </p></div><p><b>identifier</b>: id: 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/3.1.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/3.1.0/CodeSystem-v3-mdc.html\">ISO 11073-10101 Health informatics - Point-of-care</a>#262688)</span></p><p><b>source</b>: <a href=\"todo.html\">Device/dev1</a></p><p><b>parent</b>: <a href=\"todo.html\">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 class=\"grid\"><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>29/12/2016 1:03:04 AM</td></tr></table></div>"
  },
  "identifier": [
    {
      "system": "http://goodcare.org/devicemetric/id",
      "value": "345675"
    }
  ],
  "type": {
    "coding": [
      {
        "system": "urn:iso:std:iso:11073:10101",
        "code": "150456",
        "display": "MDC_PULS_OXIM_SAT_O2"
      }
    ]

  "resourceType" : "DeviceMetric",
  "id" : "example",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: DeviceMetric</b><a name=\"example\"> </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>: id:\u00a0345675</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.1.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.1.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>-</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>29 Dec 2016, 1:03:04 am</td></tr></table></div>"

  },
  "unit": {
    "coding": [
      {
        "system": "urn:iso:std:iso:11073:10101",
        "code": "262688",
        "display": "MDC_DIM_PERCENT"
      }
    ]

  "identifier" : [{
    "system" : "http://goodcare.org/devicemetric/id",
    "value" : "345675"
  }],
  "type" : {
    "coding" : [{
      "system" : "urn:iso:std:iso:11073:10101",
      "code" : "150456",
      "display" : "MDC_PULS_OXIM_SAT_O2"
    }]

  },
  "source": {
    "reference": "Device/dev1"

  "unit" : {
    "coding" : [{
      "system" : "urn:iso:std:iso:11073:10101",
      "code" : "262688",
      "display" : "MDC_DIM_PERCENT"
    }]

  },
  "parent": {
    "reference": "DeviceDefinition/dc102"

  "device" : {
    "reference" : "Device/dev1"

  },
  "operationalStatus": "on",
  "color": "blue",
  "category": "measurement",
  "measurementPeriod": {
    "repeat": {
      "frequency": 1,
      "period": 1,
      "periodUnit": "s"
    }

  "operationalStatus" : "on",
  "color" : "blue",
  "category" : "measurement",
  "measurementFrequency" : {
    "value" : 1,
    "unit" : "Hertz",
    "system" : "http://unitsofmeasure.org",
    "code" : "Hz"

  },
  "calibration": [
    {
      "type": "two-point",
      "state": "calibrated",
      "time": "2016-12-28T09:03:04-05:00"
    }
  ]

  "calibration" : [{
    "type" : "two-point",
    "state" : "calibrated",
    "time" : "2016-12-28T09:03:04-05:00"
  }]

}

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.