This page is part of the FHIR Specification (v0.06: DSTU 1 Ballot 2). The current version which supercedes this version is 4.0.1. For a full list of available versions, see the Directory of published versions

 

Example of device (id = "example")

<Device xmlns="http://hl7.org/fhir">
  <type>
    <coding>
      <system>http://snomed.info</system>
      <code>86184003</code>
      <display>Electrocardiographic monitor and recorder</display>
    </coding>
    <text>ECG</text>
  </type>
  <manufacturer>Acme Devices, Inc</manufacturer>
  <model>AB 45-J</model>
  <serialNumber>AMID-342135-8464</serialNumber>
  <assignedId>
    <system>http://goodcare.org/devices/id</system>
    <id>345675</id>
  </assignedId>
  <contact>
    <system>phone</system>
    <value>ext 4352</value>
  </contact>
  <text>
    <status>generated</status>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>example</p>
    </div>
  </text>
</Device>