<?xml version=“1.0” encoding=“UTF-8”?><Device xmlns=“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><h3>Udis</h3><table><tr><td>-</td><td><b>DeviceIdentifier</b></td><td><b>Name</b></td><td><b>Jurisdiction</b></td><td><b>Issuer</b></td></tr><tr><td>*</td><td>A9999XYZ100T0474</td><td>Bone,Putty Demineralized</td><td><a>http://hl7.org/fhir/NamingSystem/fda-udi</a></td><td><a>http://hl7.org/fhir/NamingSystem/iccbba-other</a></td></tr></table><p><b>status</b>: inactive</p><p><b>manufacturer</b>: Acme Devices, Inc</p><p><b>manufactureDate</b>: Feb 1, 2013</p><p><b>expirationDate</b>: Feb 1, 2014</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> <udi> <!-- The Device Identifier (DI) here so you can look up - in this case using the GUDID database --> <deviceIdentifier value="A9999XYZ100T0474"/> <name value="Bone,Putty Demineralized"/> <!-- This is US FDA example --> <jurisdiction value="http://hl7.org/fhir/NamingSystem/fda-udi"/> <!-- If the content is from an ICCBBA-encoded UDI, this is the URI to use for the system --> <issuer value="http://hl7.org/fhir/NamingSystem/iccbba-other"/> </udi> <status value="inactive"/> <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) --> <patient> <reference value="Patient/example"/> </patient>
</Device>