HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm
1.1.0 - STU 2 Ballot

This page is part of the electronic Case Reporting (eCR) (v1.1.0: STU 2 on FHIR R4 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.1.0. For a full list of available versions, see the Directory of published versions

: US Core Device Example: ECMO - XML Representation

Raw xml | Download



<Device xmlns="http://hl7.org/fhir">
  <id value="us-core-device-ecmo"/>
  <meta>
    <versionId value="2"/>
    <lastUpdated value="2020-12-01T02:51:21.730+00:00"/>
    <source value="#rOkT3hBXGCllwXgJ"/>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-implantable-device"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><h3>UdiCarriers</h3><table class="grid"><tr><td>-</td><td><b>DeviceIdentifier</b></td><td><b>CarrierHRF</b></td><td><b>EntryType</b></td></tr><tr><td>*</td><td>99863313444317</td><td>(01)99863313444316(17)220101(10)M320(21)AC222</td><td>rfid</td></tr></table><p><b>status</b>: active</p><p><b>manufacturer</b>: ACME Biomedical</p><p><b>expirationDate</b>: 2024-01-01</p><p><b>lotNumber</b>: M321</p><p><b>serialNumber</b>: AC222</p><h3>DeviceNames</h3><table class="grid"><tr><td>-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td>*</td><td>ACME Extracorporeal membrane oxygenator</td><td>udi-label-name</td></tr></table><p><b>modelNumber</b>: 4.0</p><p><b>type</b>: <span title="Codes: {http://snomed.info/sct 469244005}">Extracorporeal membrane oxygenator (physical object)</span></p><p><b>patient</b>: <a href="Patient-patient-ecr-eve-everywoman.html">Eve Everywoman. Generated Summary: Medical Record Number: 1032702 (USUAL); active; Eve L Everywoman ; Phone: 1-(404)555-1212, eve.everywoman@example.com; gender: female; birthDate: 1974-11-24</a></p></div>
  </text>
  <udiCarrier>
    <deviceIdentifier value="99863313444317"/>
    <carrierHRF value="(01)99863313444316(17)220101(10)M320(21)AC222"/>
    <entryType value="rfid"/>
  </udiCarrier>
  <status value="active"/>
  <manufacturer value="ACME Biomedical"/>
  <expirationDate value="2024-01-01"/>
  <lotNumber value="M321"/>
  <serialNumber value="AC222"/>
  <deviceName>
    <name value="ACME Extracorporeal membrane oxygenator"/>
    <type value="udi-label-name"/>
  </deviceName>
  <modelNumber value="4.0"/>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="469244005"/>
      <display value="Extracorporeal membrane oxygenator (physical object)"/>
    </coding>
    <text value="Extracorporeal membrane oxygenator (physical object)"/>
  </type>
  <patient>
    <reference value="Patient/patient-ecr-eve-everywoman"/>
    <display value="Eve Everywoman"/>
  </patient>
</Device>