<Device xmlns="http://hl7.org/fhir">
  <id value="core-examples-Device-example4" />
  <meta>
    <versionId value="1" />
    <lastUpdated value="2016-09-08T11:37:48.818+00:00" />
  </meta>
  <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>