FHIR Release 3 (STU)

This page is part of the FHIR Specification (v3.0.2: STU 3). 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-udi4.xml

Orders and Observations Work GroupMaturity Level: N/ABallot Status: InformativeCompartments: Device

Raw XML (canonical form)

Jump past Narrative

Blood Bag UDI example ICCBBA Format (id = "example-udi4")

<Device xmlns="http://hl7.org/fhir">
  <id value="example-udi4"/> 
  <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-udi4</p> <h3> Udis</h3> <table> <tr> <td> -</td> <td> <b> Jurisdiction</b> </td> <td> <b> CarrierHRF</b> </td> <td> <b> Issuer</b> </td> </tr> <tr> <td> *</td> <td> <a> http://hl7.org/fhir/NamingSystem/fda-udi</a> </td> <td> =)1TE123456A&amp;)RZ12345678</td> <td> <a> http://hl7.org/fhir/NamingSystem/iccbba-blood</a> </td> </tr> </table> <p> <b> status</b> : inactive</p> <p> <b> lotNumber</b> : RZ12345678</p> <p> <b> manufacturer</b> : GlobalMed, Inc</p> <p> <b> patient</b> : <a> Patient/example</a> </p> </div> </text> <udi> 
    <!--    This is  US FDA example    -->
    <jurisdiction value="http://hl7.org/fhir/NamingSystem/fda-udi"/> 
    <!--     The Human readable form here  which is FDA GS-1 format of the udi     -->
    <carrierHRF value="=)1TE123456A&amp;)RZ12345678"/> 
    <!--   Orgnanizations accredited by the FDA to operate a system to issue UDIS for device  currently
     the FDA has accredited three issuing agencies.  GS1, HIBCC, and ICCBBA    -->
    <issuer value="http://hl7.org/fhir/NamingSystem/iccbba-blood"/> 
  </udi> 
  <status value="inactive"/> 
  <lotNumber value="RZ12345678"/> 
  <manufacturer value="GlobalMed, Inc"/> 
  <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.