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/device-example-bpmonitor (JSON)

Responsible Owner: Orders and Observations Work GroupStandards Status: InformativeCompartments: Device

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

device-example-bpmonitor

{
  "resourceType" : "Device",
  "id" : "device-example-bpmonitor",
  "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-09-1F-FF-FE-80-07-3A"
  },
  {
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/ContinuaDeviceIdentifiers",
        "code" : "BTMAC",
        "display" : "Bluetooth Address"
      }]
    },
    "system" : "http://hl7.org/fhir/sid/eui-48",
    "value" : "00-09-1F-80-07-3A"
  }],
  "location" : {
    "reference" : "Location/2"
  },
  "parent" : {
    "reference" : "Device/345675"
  },
  "udiCarrier" : [{
    "deviceIdentifier" : "39183189818",
    "issuer" : "http://hl7.org/fhir/NamingSystem/gs1-di",
    "jurisdiction" : "http://hl7.org/fhir/NamingSystem/fda-udi",
    "carrierHRF" : "(01)39183189818(21)5091100966",
    "entryType" : "electronic-transmission"
  }],
  "manufacturer" : "MediTech Solutions",
  "serialNumber" : "5091100966",
  "name" : [{
    "value" : "MediTech Solutions MT-BP2000X",
    "type" : {
      "coding" : [{
        "system" : "http://hl7.org/fhir/device-nametype",
        "code" : "user-friendly-name"
      }]
    }
  }],
  "modelNumber" : "MT-BP2000X",
  "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"
  }],
  "conformsTo" : [{
    "specification" : {
      "coding" : [{
        "system" : "urn:iso:std:iso:11073:10101",
        "code" : "528391"
      }],
      "text" : "MDC_DEV_SPEC_PROFILE_BP: Blood Pressure meter"
    },
    "version" : "1"
  }],
  "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"
    },
    "valueBoolean" : true
  },
  {
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/ASN1ToHL7",
        "code" : "68219.1"
      }],
      "text" : "mds-time-capab-set-clock"
    },
    "valueBoolean" : true
  }]
}

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.