STU 3 Ballot

This page is part of the FHIR Specification (v1.6.0: STU 3 Ballot 4). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R3

Device-example-udi3.xml

Raw XML (canonical form)

Implantable device/UDI example HIBBC Format (id = "example-udi3")

<Device xmlns="http://hl7.org/fhir">
  <id value="example-udi3"/>
  <text><status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example-udi3</p><p><b>identifier</b>: Serial Number = XYZ4567890123 45678</p><p><b>udiCarrier</b>: Universal Device Identifier = +H123PARTNO1234567890120/$$420020216LOT123456789012345/SXYZ456789012
        3 45678/16D20130202C</p><p><b>status</b>: not-available</p><p><b>type</b>: DI =H123PARTNO1234567890120 <span>(Details : {http://hl7.org/fhir/NamingSystem/hibcc-di code 'H123PARTNO1234567890120' =
           '??)</span></p><p><b>lotNumber</b>: LOT123456789012345</p><p><b>manufacturer</b>: GlobalMed, Inc</p><p><b>manufactureDate</b>: 02/02/2013</p><p><b>expirationDate</b>: 02/02/2020</p><p><b>model</b>: Ultra Implantable</p><p><b>patient</b>: <a>Patient/example</a></p></div></text><identifier>
    <!--   The serial number which is a component of the the production identifier (PI), a conditional,
     variable portion of a UDI. The identifier.type code should be set to “SNO”(Serial Number)
     and the system left empty.    -->
    <type>
      <coding>
        <system value="http://hl7.org/fhir/identifier-type"/>
        <code value="SNO"/>
      </coding>
    </type>
    <value value="XYZ4567890123 45678"/>
    <!--     this is the serial number    -->
  </identifier>
  <udiCarrier>
    <!--   The 'type' component should be set to “UDI” and the 'system' component to the the appropriate
     repository url.    -->
    <type>
      <coding>
        <system value="http://hl7.org/fhir/identifier-type"/>
        <code value="UDI"/>
      </coding>
    </type>
    <system value="http://hl7.org/fhir/NamingSystem/fda-udi"/>
    <!--   UDIs of devices managed in the U.S. by the FDA,   -->
    <value value="+H123PARTNO1234567890120/$$420020216LOT123456789012345/SXYZ4567890123 45678/16D20130202C"/>
    <!--   With appropriate settings, the scanning device provides this data string:   -->
  </udiCarrier>
  <status value="not-available"/>
  <type>
    <coding>
      <system value="http://hl7.org/fhir/NamingSystem/hibcc-di"/>
      <code value="H123PARTNO1234567890120"/>
      <!--   this is the Device Identifier or DI   -->
    </coding>
    <text value="DI =H123PARTNO1234567890120"/><!--    note: optional text value added here for a prettier generated narrative    -->
  </type>
  <lotNumber value="LOT123456789012345"/>
  <manufacturer value="GlobalMed, Inc"/>
  <manufactureDate value="2013-02-02"/>
  <!--   20130202= this is the manufacturing date expressed in  [YYYYMMDD]   -->
  <expirationDate value="2020-02-02"/>
  <!--   20020216 = this is the expiration date expressed in YYMMDDHH   -->
  <model value="Ultra Implantable"/>
  <patient>
    <reference value="Patient/example"/>
  </patient>
</Device>

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.