Sha256: 90ed6def4a087a4a8429c28e5c1f6f443da998e42f2ac7ac43a2f49e979e4280

Contents?: true

Size: 1.67 KB

Versions: 4

Compression:

Stored size: 1.67 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&amp;)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 &#39;1TE123456A&#39; = &#39;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&amp;)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

4 entries across 4 versions & 1 rubygems

Version Path
fhir_models-1.8.3 lib/fhir_models/examples/xml/device-example-udi4.xml
fhir_models-1.8.2 lib/fhir_models/examples/xml/device-example-udi4.xml
fhir_models-1.8.1 lib/fhir_models/examples/xml/device-example-udi4.xml
fhir_models-1.8.0 lib/fhir_models/examples/xml/device-example-udi4.xml