Query for Existing Data for Mobile (QEDm)
3.0.0-comment1 - ballot International flag

Query for Existing Data for Mobile (QEDm), published by IHE Patient Care Coordination Technical Committee. This guide is not an authorized publication; it is the continuous build for version 3.0.0-comment1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/QEDm/ and changes regularly. See the Directory of published versions

: Dummy Device example - XML Representation

Raw xml | Download



<Device xmlns="http://hl7.org/fhir">
  <id value="ex-device"/>
  <meta>
    <security>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
      <code value="HTEST"/>
    </security>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Device ex-device</b></p><a name="ex-device"> </a><a name="hcex-device"> </a><a name="ex-device-en-US"> </a><p><b>status</b>: Active</p><p><b>distinctIdentifier</b>: Decomposer</p><p><b>manufacturer</b>: Acme</p><h3>Versions</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Value</b></td></tr><tr><td style="display: none">*</td><td>1000</td></tr></table></div>
  </text>
  <status value="active"/>
  <distinctIdentifier value="Decomposer"/>
  <manufacturer value="Acme"/>
  <version>
    <value value="1000"/>
  </version>
</Device>