US Core Implementation Guide
9.0.0-ballot - STU 9 Ballot United States of America flag

US Core Implementation Guide, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 9.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/US-Core/ and changes regularly. See the Directory of published versions

: Device Infusion Pump Example - XML Representation

Page standards status: Informative

Raw xml | Download


<Device xmlns="http://hl7.org/fhir">
  <id value="udi-4"/>
  <meta>
    <extension url="http://hl7.org/fhir/StructureDefinition/instance-name">
      <valueString value="Device Infusion Pump Example"/>
    </extension>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/instance-description">
      <valueMarkdown
                     value="This is an infusion pump example for the *US Core Device Profile*."/>
    </extension>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-device"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Device udi-4</b></p><a name="udi-4"> </a><a name="hcudi-4"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-us-core-device.html">US Core Device Profile</a></p></div><h3>UdiCarriers</h3><table class="grid"><tr><td style="display: none">-</td><td><b>DeviceIdentifier</b></td><td><b>CarrierHRF</b></td><td><b>EntryType</b></td></tr><tr><td style="display: none">*</td><td>00812345678901</td><td>(01)00812345678901(11)240115(10)LOT789XYZ(21)IP2000-123456</td><td>Barcode</td></tr></table><p><b>status</b>: Active</p><p><b>manufacturer</b>: ExampleMed Inc.</p><p><b>manufactureDate</b>: 2024-01-15</p><p><b>lotNumber</b>: LOT789XYZ</p><p><b>serialNumber</b>: IP2000-123456</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>ExampleMed IP-2000</td><td>Manufacturer name</td></tr></table><p><b>modelNumber</b>: IP-2000</p><p><b>type</b>: <span title="Codes:{http://snomed.info/sct 433296005}">Intravenous Infusion Pump</span></p><p><b>patient</b>: <a href="Patient-example.html">Amy Shaw</a></p></div>
  </text>
  <udiCarrier>
    <deviceIdentifier value="00812345678901"/>
    <carrierHRF
                value="(01)00812345678901(11)240115(10)LOT789XYZ(21)IP2000-123456"/>
    <entryType value="barcode"/>
  </udiCarrier>
  <status value="active"/>
  <manufacturer value="ExampleMed Inc."/>
  <manufactureDate value="2024-01-15"/>
  <lotNumber value="LOT789XYZ"/>
  <serialNumber value="IP2000-123456"/>
  <deviceName>
    <name value="ExampleMed IP-2000"/>
    <type value="manufacturer-name"/>
  </deviceName>
  <modelNumber value="IP-2000"/>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="433296005"/>
      <display
               value="Infusion pump for intravenous fluids (physical object)"/>
    </coding>
    <text value="Intravenous Infusion Pump"/>
  </type>
  <patient>🔗 
    <reference value="Patient/example"/>
    <display value="Amy Shaw"/>
  </patient>
</Device>