Sha256: 14f0378f3b992c66515875a0a463f7d39b07f417dbbe8e612c1820fc527477a7

Contents?: true

Size: 1.85 KB

Versions: 10

Compression:

Stored size: 1.85 KB

Contents

<?xml version="1.0" encoding="UTF-8"?><SupplyDelivery xmlns="http://hl7.org/fhir">
	<id value="simpledelivery"/>
	<!--  
business identifier - in this case the same as the request id
  -->
	<text><status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: simpledelivery</p><p><b>identifier</b>: Order10284</p><p><b>basedOn</b>: <a>SupplyRequest/simpleorder</a></p><p><b>partOf</b>: Central Supply Restock</p><p><b>status</b>: completed</p><p><b>type</b>: Blood collect tubes blue cap <span>(Details : {http://hl7.org/fhir/supply-item-type code &#39;device&#39; = &#39;Device)</span></p><h3>SuppliedItems</h3><table><tr><td>-</td><td><b>Quantity</b></td><td><b>Item[x]</b></td></tr><tr><td>*</td><td>10</td><td>Blood collect tubes blue cap <span>(Details : {[not stated] code &#39;BlueTubes&#39; = &#39;BlueTubes&#39;, given as &#39;Blood collect tubes blue cap&#39;})</span></td></tr></table><p><b>occurrence</b>: Dec 31, 2016</p><p><b>supplier</b>: Vendor1</p><p><b>destination</b>: Location 1</p></div></text><identifier>
		<value value="Order10284"/>
	</identifier>
	<basedOn>
		<reference value="SupplyRequest/simpleorder"/>
	</basedOn>
	<partOf>
		<display value="Central Supply Restock"/>
	</partOf>
	<status value="completed"/>
	<type>
		<coding>
			<system value="http://hl7.org/fhir/supply-item-type"/>
			<code value="device"/>
		</coding>
		<text value="Blood collect tubes blue cap"/>
	</type>
	<suppliedItem>
		<quantity>
			<value value="10"/>
		</quantity>
		<itemCodeableConcept>
			<coding>
				<code value="BlueTubes"/>
				<display value="Blood collect tubes blue cap"/>
			</coding>
		</itemCodeableConcept>
	</suppliedItem>
	<occurrenceDateTime value="2016-12-31"/>
	<supplier>
		<display value="Vendor1"/>
	</supplier>
	<destination>
		<display value="Location 1"/>
	</destination>
</SupplyDelivery>

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
fhir_stu3_models-3.2.0 lib/fhir_stu3_models/examples/xml/supplydelivery-example.xml
fhir_stu3_models-3.1.1 lib/fhir_stu3_models/examples/xml/supplydelivery-example.xml
fhir_stu3_models-3.1.0 lib/fhir_stu3_models/examples/xml/supplydelivery-example.xml
fhir_stu3_models-3.0.2 lib/fhir_stu3_models/examples/xml/supplydelivery-example.xml
fhir_stu3_models-3.0.1 lib/fhir_stu3_models/examples/xml/supplydelivery-example.xml
fhir_stu3_models-3.0.0 lib/fhir_stu3_models/examples/xml/supplydelivery-example.xml
fhir_models-3.0.4 lib/fhir_models/examples/xml/supplydelivery-example.xml
fhir_models-3.0.3 lib/fhir_models/examples/xml/supplydelivery-example.xml
fhir_models-3.0.2 lib/fhir_models/examples/xml/supplydelivery-example.xml
fhir_models-3.0.1 lib/fhir_models/examples/xml/supplydelivery-example.xml