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-udi4.xml

Raw XML (canonical form)

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><p><b>udiCarrier</b>: Universal Device Identifier = =)1TE123456A&amp;)RZ12345678</p><p><b>status</b>: not-available</p><p><b>type</b>: DI = 1TE123456A <span>(Details : {http://hl7.org/fhir/NamingSystem/iccbba-blood-di code '1TE123456A' = '??)</span></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><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="=)1TE123456A&amp;)RZ12345678"/>
    <!--   With appropriate settings, the scanning device provides this data string which includes
     an "&"   -->
  </udiCarrier>
  <status value="not-available"/>
  <type>
    <coding>
      <system value="http://hl7.org/fhir/NamingSystem/iccbba-blood-di"/>
      <code value="1TE123456A"/>
      <!--   this is the Device Identifier or DI   -->
    </coding>
    <text value="DI = 1TE123456A"/><!--    note: optional text value added here for a prettier generated narrative    -->
  </type>
  <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.