This page is part of the Quality Improvement Core Framework (v2.1.0: STU 3 Ballot 1) 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 xmlns="http://hl7.org/fhir"> <id value="qicore-device-example"/> <text> <status value="generated"/> <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> </text> <identifier> <system value="http://goodcare.org/devices/id"/> <value value="345675"/> </identifier> <identifier> <type> <coding> <system value="http://hl7.org/fhir/identifier-type"/> <code value="SNO"/> </coding> <text value="Serial Number"/> </type> <value value="AMID-342135-8464"/> </identifier> <status value="active"/> <type> <coding> <system value="http://snomed.info/sct"/> <code value="86184003"/> <display value="Electrocardiographic monitor and recorder"/> </coding> <text value="ECG"/> </type> <lotNumber value="43453424"/> <manufacturer value="Acme Devices, Inc"/> <model value="AB 45-J"/> <contact> <system value="phone"/> <value value="ext 4352"/> </contact> <note> <authorReference> <reference value="Practitioner/qicore-practitioner-example"/> </authorReference> <time value="2015-06-28T14:03:32+10:00"/> <text value="QA Checked"/> </note> </Device>