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 (JSON)

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

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

General DeviceMetric example

{
  "resourceType" : "DeviceMetric",
  "id" : "example",
  "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"
    }]
  },
  "unit" : {
    "coding" : [{
      "system" : "urn:iso:std:iso:11073:10101",
      "code" : "262688",
      "display" : "MDC_DIM_PERCENT"
    }]
  },
  "device" : {
    "reference" : "Device/dev1"
  },
  "operationalStatus" : "on",
  "color" : "blue",
  "category" : {
    "coding" : [{
      "system" : "http://hl7.org/fhir/metric-category",
      "code" : "measurement",
      "display" : "Measurement"
    }]
  },
  "measurementFrequency" : {
    "value" : 1,
    "unit" : "Hertz",
    "system" : "http://unitsofmeasure.org",
    "code" : "Hz"
  },
  "calibration" : [{
    "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.