This page is part of the Quality Improvement Core Framework (v2.0.0: STU 2) based on FHIR R3. The current version which supercedes this version is 4.1.1. For a full list of available versions, see the Directory of published versions

Device qicore-device-example

{
  "resourceType" : "Device",
  "id" : "qicore-device-example",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml">
      <p>
        <strong>id</strong>: example
      </p>
      <p>
        <strong>identifier</strong>: 345675, Serial Number = AMID-342135-8464
      </p>
      <p>
        <strong>status</strong>: active
      </p>
      <p>
        <strong>type</strong>: ECG { SNOMED CT code '86184003' = 'Electrocardiographic monitor and recorder' })
      </p>
      <p>
        <strong>lotNumber</strong>: 43453424
      </p>
      <p>
        <strong>manufacturer</strong>: Acme Devices, Inc
      </p>
      <p>
        <strong>model</strong>: AB 45-J
      </p>
      <p>
        <strong>contact</strong>: phone ext 4352
      </p>
      <blockquote>
        <p><strong>note</strong></p>
        <p>
          <strong>authorReference</strong>:    
          <a href="Practitioner-qicore-practitioner-example.html">Practitioner/example</a>
        </p>
        <p>
          <strong>time</strong>: 06/28/2015
        </p>
        <p>
          <strong>text</strong>: QA Checked
        </p>
      </blockquote>
    </div>"
  },
  "identifier" : [
    {
      "system" : "http://goodcare.org/devices/id",
      "value" : "345675"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/identifier-type",
            "code" : "SNO"
          }
        ],
        "text" : "Serial Number"
      },
      "value" : "AMID-342135-8464"
    }
  ],
  "status" : "active",
  "type" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "86184003",
        "display" : "Electrocardiographic monitor and recorder"
      }
    ],
    "text" : "ECG"
  },
  "lotNumber" : "43453424",
  "manufacturer" : "Acme Devices, Inc",
  "model" : "AB 45-J",
  "contact" : [
    {
      "system" : "phone",
      "value" : "ext 4352"
    }
  ],
  "note" : [
    {
      "authorReference" : {
        "reference" : "Practitioner/qicore-practitioner-example"
      },
      "time" : "2015-06-28T14:03:32+10:00",
      "text" : "QA Checked"
    }
  ]
}