type: exampleresource: Deviceexample: device-example-udi3
Device Example: device-example-udi3
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<!--The use case illustrates the use of an HIBBC UDI -->
<Device xmlns="http://hl7.org/fhir">
<id value="example-udi3"/>
<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"/>
<!-- this is the serial number -->
</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>
<!-- <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>