<?xml version=“1.0” encoding=“UTF-8”?><Device xmlns=“hl7.org/fhir”>

<id value="ihe-pcd"/>
<text>
  <status value="generated"/>
  <div xmlns="http://www.w3.org/1999/xhtml">
    <p>Acme Patient Monitor</p>
  </div>
</text>
<identifier>
    <type>
      <coding>
        <system value="http://hl7.org/fhir/identifier-type"/>
        <code value="SNO"/>
      </coding>
      <text value="Serial Number"/>
    </type>
  <value value="AMID-123-456"/>
</identifier>
<type>
  <text value="Vital Signs Monitor"/>
</type>
<manufacturer value="Acme Devices, Inc"/>
<model value="A.1.1"/>
<lotNumber value="12345"/>

</Device>