FHIR CI-Build

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

Example Device/RocheGlucoseMonitor (JSON)

Orders and Observations Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: No defined compartments

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

RocheGlucoseMonitor

{
  "resourceType" : "Device",
  "id" : "RocheGlucoseMonitor",
  "identifier" : [{
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/ContinuaDeviceIdentifiers",
        "code" : "SYSID",
        "display" : "System Identifier"
      }]
    },
    "system" : "urn:oid:1.2.840.10004.1.1.1.0.0.1.0.0.1.2680",
    "value" : "00-60-19-00-01-0E-92-34"
  },
  {
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/ContinuaDeviceIdentifiers",
        "code" : "BTMAC",
        "display" : "Bluetooth Address"
      }]
    },
    "system" : "http://hl7.org/fhir/sid/eui-48",
    "value" : "F4-5E-AB-A8-08-32"
  }],
  "udiCarrier" : [{
    "deviceIdentifier" : "26868744401925",
    "issuer" : "http://hl7.org/fhir/NamingSystem/gs1-di",
    "jurisdiction" : "http://hl7.org/fhir/NamingSystem/fda-udi",
    "carrierHRF" : "(01)26868744401925(21)92300365108",
    "entryType" : "unknown"
  }],
  "manufacturer" : "Roche",
  "serialNumber" : "92300365108",
  "name" : [{
    "value" : "meter+00365108",
    "type" : {
      "coding" : [{
        "system" : "http://hl7.org/fhir/device-nametype",
        "code" : "user-friendly-name"
      }]
    }
  }],
  "modelNumber" : "923",
  "type" : [{
    "coding" : [{
      "system" : "urn:iso:std:iso:11073:10101",
      "code" : "65573",
      "display" : "MDC_MOC_VMS_MDS_SIMP"
    }],
    "text" : "MDC_MOC_VMS_MDS_SIMP: Personal Health Device"
  }],
  "deviceVersion" : [{
    "type" : {
      "coding" : [{
        "system" : "urn:iso:std:iso:11073:10101",
        "code" : "531976"
      }],
      "text" : "MDC_ID_PROD_SPEC_FW: Firmware revision"
    },
    "value" : "v1.8.3"
  }],
  "conformsTo" : [{
    "specification" : {
      "coding" : [{
        "system" : "urn:iso:std:iso:11073:10101",
        "code" : "528401"
      }],
      "text" : "MDC_DEV_SPEC_PROFILE_GLUCOSE: Glucose Meter"
    },
    "version" : "2"
  }],
  "property" : [{
    "type" : {
      "coding" : [{
        "system" : "urn:iso:std:iso:11073:10101",
        "code" : "68220"
      }],
      "text" : "MDC_TIME_SYNC_PROTOCOL: Time synchronization protocol"
    },
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "urn:iso:std:iso:11073:10101",
        "code" : "532224"
      }],
      "text" : "MDC_TIME_SYNC_NONE: No time synchronization"
    }
  },
  {
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/ASN1ToHL7",
        "code" : "68219.0"
      }],
      "text" : "mds-time-capab-real-time-clock"
    },
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0136",
        "code" : "Y"
      }],
      "text" : "real time clock supported"
    }
  }]
}

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.