MyHealth@Eu Hospital Discharge Report
0.0.1 - qa-preview 150

MyHealth@Eu Hospital Discharge Report - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Medical Device - XML Representation

Raw xml | Download


<Device xmlns="http://hl7.org/fhir">
  <id value="example-device"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Device example-device</b></p><a name="example-device"> </a><a name="hcexample-device"> </a><a name="example-device-en-US"> </a><h3>UdiCarriers</h3><table class="grid"><tr><td style="display: none">-</td><td><b>DeviceIdentifier</b></td><td><b>Issuer</b></td><td><b>Jurisdiction</b></td></tr><tr><td style="display: none">*</td><td>12345678901234</td><td><a href="http://hl7.org/fhir/NamingSystem/gs1">http://hl7.org/fhir/NamingSystem/gs1</a></td><td><a href="http://hl7.org/fhir/R4/valueset-iso3166-1-2.html">http://hl7.org/fhir/ValueSet/iso3166-1-2</a></td></tr></table><p><b>status</b>: Active</p><p><b>manufacturer</b>: ACME Medical Devices Inc.</p><p><b>serialNumber</b>: 12345-67890</p><h3>DeviceNames</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td style="display: none">*</td><td>SuperCuff 3000</td><td>manufacturerName</td></tr></table><p><b>modelNumber</b>: SC3000</p><p><b>partNumber</b>: 98765-43210</p><p><b>type</b>: <span title="Codes:">86184003</span></p><h3>Properties</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Type</b></td><td><b>ValueQuantity</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:">battery-life</span></td><td>10 hours</td></tr></table><p><b>patient</b>: <a href="Patient-ExampleHDRPatient.html">John Albertus Doe  Male, DoB: 1989-12-12 ( https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin#89121210976 (use: official, ))</a></p><p><b>owner</b>: <a href="Organization/SampleOrganization">Organization/SampleOrganization</a></p></div>
  </text>
  <udiCarrier>
    <deviceIdentifier value="12345678901234"/>
    <issuer value="http://hl7.org/fhir/NamingSystem/gs1"/>
    <jurisdiction value="http://hl7.org/fhir/ValueSet/iso3166-1-2"/>
  </udiCarrier>
  <status value="active"/>
  <manufacturer value="ACME Medical Devices Inc."/>
  <serialNumber value="12345-67890"/>
  <deviceName>
    <name value="SuperCuff 3000"/>
    <type value="manufacturerName"/>
  </deviceName>
  <modelNumber value="SC3000"/>
  <partNumber value="98765-43210"/>
  <type>
    <coding>
      <code value="86184003"/>
    </coding>
  </type>
  <property>
    <type>
      <coding>
        <code value="battery-life"/>
      </coding>
    </type>
    <valueQuantity>
      <value value="10"/>
      <unit value="hours"/>
    </valueQuantity>
  </property>
  <patient>🔗 
    <reference value="Patient/ExampleHDRPatient"/>
  </patient>
  <owner>
    <reference value="Organization/SampleOrganization"/>
  </owner>
</Device>