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

Raw XML (canonical form)

Implantable device/UDI example ICCBBA Format (id = "example-udi2")

<Device xmlns="http://hl7.org/fhir">
  <id value="example-udi2"/>
  <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-udi2</p><p><b>udiCarrier</b>: Universal Device Identifier = =+05037=/A9999XYZ100T0474=,000025=A99971312345600=&gt;014032=}013032</p><p><b>status</b>: not-available</p><p><b>type</b>: DI = A9999XYZ100T0474 <span>(Details : {http://hl7.org/fhir/NamingSystem/iccbba-other-di code 'A9999XYZ100T0474' =
           '??)</span></p><p><b>manufacturer</b>: Acme Devices, Inc</p><p><b>manufactureDate</b>: 01/02/2013</p><p><b>expirationDate</b>: 01/02/2014</p><p><b>model</b>: Bone,Putty Demineralized</p><p><b>patient</b>: <a>Patient/example</a></p></div></text><extension url="http://hl7.org/fhir/StructureDefinition/device-din">
    <!--    from Element: extension    -->
    <valueIdentifier>
      <system value="http://hl7.org/fhir/NamingSystem/iccbba-din"/>
      <!--     If the content is from an ICCBBA-encoded UDI, this is the URI to use for the system
          -->
      <value value="A99971312345600"/>
      <!--     this is the donation identification number    -->
    </valueIdentifier>
  </extension>
  <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="=+05037=/A9999XYZ100T0474=,000025=A99971312345600=&gt;014032=}013032"/>
    <!--   With appropriate settings, the scanning device provides this data string:   -->
  </udiCarrier>
  <status value="not-available"/>
  <type>
    <coding>
      <system value="http://hl7.org/fhir/NamingSystem/iccbba-other-di"/>
      <code value="A9999XYZ100T0474"/>
      <!--   this is the PPIC, or DI   -->
    </coding>
    <text value="DI = A9999XYZ100T0474"/><!--    note: optional text value added here for a prettier generated narrative    -->
  </type>
  <manufacturer value="Acme Devices, Inc"/>
  <manufactureDate value="2013-02-01"/>
  <!--     013032 = this is the manufacturing date expressed in YYYDDD (three digit year, three
   digit day number)   -->
  <expirationDate value="2014-02-01"/>
  <!--   014032 = this is the expiration date expressed in YYYDDD (three digit year, three digit
   day number)   -->
  <model value="Bone,Putty Demineralized"/>
  <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.