STU 3 Candidate

This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 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-udi1.xml

Raw XML (canonical form)

Implantable device/UDI example (id = "example-udi1")

<Device xmlns="http://hl7.org/fhir">
  <id value="example-udi1"/>

  <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-udi1</p><p><b>identifier</b>: 1234-5678-90AB-CDEF, Serial Number = 10987654d321</p><p><b>udiCarrier</b>: Universal Device Identifier = {01}09504000059118{17}141120{10}7654321D{21}10987654d321</p><p><b>status</b>: not-available</p><p><b>type</b>: Coated femoral stem prosthesis, modular <span>(Details : {http://hl7.org/fhir/NamingSystem/gs1-di code '09504000059118' = '??; {SNOMED
           CT code '468063009' = 'Coated femoral stem prosthesis, modular (physical object)', given
           as 'Coated femoral stem prosthesis, modular'})</span></p><p><b>lotNumber</b>: 7654321D</p><p><b>manufacturer</b>: Acme Devices, Inc</p><p><b>expirationDate</b>: 20/11/2014</p><p><b>model</b>: PM/Octane 2014</p><p><b>patient</b>: <a>Patient/example</a></p></div></text><identifier>
    <system value="http://acme.com/devices/pacemakers/octane/serial"/>
    <value value="1234-5678-90AB-CDEF"/>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system value="http://hl7.org/fhir/identifier-type"/>
        <code value="SNO"/>
      </coding>
    </type>
    <value value="10987654d321"/>
  </identifier>
  <udiCarrier>
    <type>
      <coding>
        <system value="http://hl7.org/fhir/identifier-type"/>
        <code value="UDI"/>
      </coding>
    </type>
    <system value="http://hl7.org/fhir/NamingSystem/fda-udi"/>
    <value value="{01}09504000059118{17}141120{10}7654321D{21}10987654d321"/>
  </udiCarrier>
  <status value="not-available"/>
  <type>
    <coding>
      <system value="http://hl7.org/fhir/NamingSystem/gs1-di"/>
      <code value="09504000059118"/>
    </coding>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="468063009"/>
      <display value="Coated femoral stem prosthesis, modular"/>
    </coding>
  </type>
  <lotNumber value="7654321D"/>
  <manufacturer value="Acme Devices, Inc"/>
  <expirationDate value="2014-11-20"/>
  <model value="PM/Octane 2014"/>
  <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.