Sha256: 8fb930e9d3e98a37a970dd6f9a767680c9208714d8ff0ed4fd12e95d77ae4894
Contents?: true
Size: 1.66 KB
Versions: 7
Compression:
Stored size: 1.66 KB
Contents
<?xml version="1.0" encoding="UTF-8"?><Device xmlns="http://hl7.org/fhir"> <id value="example-udi4"/> <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-udi4</p><p><b>udiCarrier</b>: Universal Device Identifier = =)1TE123456A&)RZ12345678</p><p><b>status</b>: not-available</p><p><b>type</b>: DI = 1TE123456A <span>(Details : {http://hl7.org/fhir/NamingSystem/iccbba-blood-di code '1TE123456A' = '??)</span></p><p><b>lotNumber</b>: RZ12345678</p><p><b>manufacturer</b>: GlobalMed, Inc</p><p><b>patient</b>: <a>Patient/example</a></p></div></text><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="=)1TE123456A&)RZ12345678"/> <!-- With appropriate settings, the scanning device provides this data string which includes an "&" --> </udiCarrier> <status value="not-available"/> <type> <coding> <system value="http://hl7.org/fhir/NamingSystem/iccbba-blood-di"/> <code value="1TE123456A"/> <!-- this is the Device Identifier or DI --> </coding> <text value="DI = 1TE123456A"/><!-- note: optional text value added here for a prettier generated narrative --> </type> <lotNumber value="RZ12345678"/> <manufacturer value="GlobalMed, Inc"/> <patient> <reference value="Patient/example"/> </patient> </Device>
Version data entries
7 entries across 7 versions & 1 rubygems