FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example Device/example-udi3 (XML)

Orders and Observations Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: No defined compartments

Raw XML (canonical form + also see XML Format Specification)

example-udi3 (id = "example-udi3")

<?xml version="1.0" encoding="UTF-8"?>

<!--  The use case illustrates the use of an HIBBC UDI   --><!--   <association>
    <status> 
       <coding>
       <system value="http://terminology.hl7.org/CodeSystem/device-association-status"
 />
           <code value="attached"/>
     </coding>
    </status>
      <humanSubject>
    <reference value="Patient/example"/>
    </humanSubject>
  </association>   --><Device xmlns="http://hl7.org/fhir">
  <id value="example-udi3"/> 
  <!--    this is the serial number   -->
  <identifier> 
    <!--  The serial number which is a component of 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://terminology.hl7.org/CodeSystem/v2-0203"/> 
        <code value="SNO"/> 
      </coding> 
    </type> 
    <value value="XYZ456789012345678"/> 
  </identifier> 
  <udiCarrier> 
    <deviceIdentifier value="007444534255003288"/> 
    <issuer value="http://hl7.org/fhir/NamingSystem/hibcc"/> 
    <jurisdiction value="http://hl7.org/fhir/NamingSystem/fda-udi"/> 
    <carrierHRF value="+H123PARTNO1234567890120/$$420020216LOT123456789012345/SXYZ456789012345678/16D20130202C"/> 
    <entryType value="manual"/> 
  </udiCarrier> 
  <status value="inactive"/> 
  <manufacturer value="GlobalMed, Inc"/> 
  <manufactureDate value="2013-02-02"/> 
  <expirationDate value="2020-02-02"/> 
  <lotNumber value="LOT123456789012345"/> 
  <name> 
    <value value="Ultra Implantable"/> 
    <type> 
      <coding> 
        <system value="http://hl7.org/fhir/device-nametype"/> 
        <code value="user-friendly-name"/> 
      </coding> 
    </type> 
  </name> 
</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.