QI-Core Implementation Guide
7.0.0-ballot - STU7 Ballot United States of America flag

QI-Core Implementation Guide, published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 7.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-qi-core/ and changes regularly. See the Directory of published versions

: Device example - JSON Representation

Raw json | Download


{
  "resourceType" : "Device",
  "id" : "example",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-device"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Device example</b></p><a name=\"example\"> </a><a name=\"hcexample\"> </a><a name=\"example-en-US\"> </a><p><b>identifier</b>: <code>http://goodcare.org/devices/id</code>/345675, Serial Number/AMID-342135-8464</p><h3>UdiCarriers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>DeviceIdentifier</b></td><td><b>CarrierHRF</b></td></tr><tr><td style=\"display: none\">*</td><td>09504000059118</td><td>(01)09504000059118(17)141120(10)7654321D(21)10987654d321</td></tr></table><p><b>status</b>: Active</p><p><b>manufacturer</b>: Acme Devices, Inc</p><p><b>lotNumber</b>: 43453424</p><p><b>modelNumber</b>: AB 45-J</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 86184003}\">ECG</span></p><p><b>patient</b>: <a href=\"Patient-example.html\">Jim Chalmers  Male, DoB: 1974-12-25 ( Medical record number\u00a0(use:\u00a0usual,\u00a0period:\u00a02001-05-06 --&gt; (ongoing)))</a></p><p><b>contact</b>: ph: ext 4352</p><p><b>note</b>: QA Checked (By Practitioner/example @2015-06-28 14:03:32+1000)</p></div>"
  },
  "identifier" : [
    {
      "system" : "http://goodcare.org/devices/id",
      "value" : "345675"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "SNO"
          }
        ],
        "text" : "Serial Number"
      },
      "value" : "AMID-342135-8464"
    }
  ],
  "udiCarrier" : [
    {
      "deviceIdentifier" : "09504000059118",
      "carrierHRF" : "(01)09504000059118(17)141120(10)7654321D(21)10987654d321"
    }
  ],
  "status" : "active",
  "manufacturer" : "Acme Devices, Inc",
  "lotNumber" : "43453424",
  "modelNumber" : "AB 45-J",
  "type" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "86184003",
        "display" : "Electrocardiographic monitor and recorder"
      }
    ],
    "text" : "ECG"
  },
  "patient" : {
    🔗 "reference" : "Patient/example"
  },
  "contact" : [
    {
      "system" : "phone",
      "value" : "ext 4352"
    }
  ],
  "note" : [
    {
      "authorReference" : {
        🔗 "reference" : "Practitioner/example"
      },
      "time" : "2015-06-28T14:03:32+10:00",
      "text" : "QA Checked"
    }
  ]
}