Sha256: 7c432333a4ae80f01cb6744123988c9b501c0ce2630ef45c330c2ae410d6e936

Contents?: true

Size: 1.19 KB

Versions: 10

Compression:

Stored size: 1.19 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
  -->
	<meta>
    <security>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
      <code value="HTEST"/>
      <display value="test health data"/>
    </security>
  </meta>
  <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://terminology.hl7.org/CodeSystem/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 & 1 rubygems

Version Path
fhir_models-4.3.0 lib/fhir_models/examples/xml/supplydelivery-example.xml
fhir_models-4.2.2 lib/fhir_models/examples/xml/supplydelivery-example.xml
fhir_models-4.2.1 lib/fhir_models/examples/xml/supplydelivery-example.xml
fhir_models-4.2.0 lib/fhir_models/examples/xml/supplydelivery-example.xml
fhir_models-4.1.2 lib/fhir_models/examples/xml/supplydelivery-example.xml
fhir_models-4.1.1 lib/fhir_models/examples/xml/supplydelivery-example.xml
fhir_models-4.1.0 lib/fhir_models/examples/xml/supplydelivery-example.xml
fhir_models-4.0.2 lib/fhir_models/examples/xml/supplydelivery-example.xml
fhir_models-4.0.1 lib/fhir_models/examples/xml/supplydelivery-example.xml
fhir_models-4.0.0 lib/fhir_models/examples/xml/supplydelivery-example.xml