Sha256: 4893a86fca61b5a0b4bd1892ce1caf62443d204dd324f31761b4f499ae6a6639

Contents?: true

Size: 1.75 KB

Versions: 10

Compression:

Stored size: 1.75 KB

Contents

<?xml version="1.0" encoding="UTF-8"?>
<MedicationDispense xmlns="http://hl7.org/fhir">
	<id value="meddisp008"/>
	<meta>
    <security>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
      <code value="HTEST"/>
      <display value="test health data"/>
    </security>
  </meta>
  <contained>
		<Medication>
			<id value="medexample015"/>
		<code>
			<coding>
				<system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
				<code value="213293"/>
				<display value="Capecitabine 500mg oral tablet (Xeloda)"/>
			</coding>
		</code>
		</Medication>
	</contained>
	<status value="completed"/>
	<medicationReference>
		<reference value="#medexample015"/>
	</medicationReference>
	<subject>
		<reference value="Patient/pat1"/>
		<display value="Donald Duck"/> 
	</subject>
	<performer>
		<actor>
			<reference value="Practitioner/f006"/>
		</actor>
	</performer>
	<authorizingPrescription>
		<reference value="MedicationRequest/medrx0309"/>
	</authorizingPrescription>
		<dosageInstruction>
			<sequence value="1"/>
		<timing>
			<repeat>
				<frequency value="2"/>
				<period value="21"/>
				<periodUnit value="d"/>
			</repeat>
		</timing>
		<route>
			<coding>
				<system value="http://snomed.info/sct"/>
				<code value="394899003"/>
				<display value="oral administration of treatment"/>
			</coding>
		</route>
			<doseAndRate>
				<type>
					<coding>
						<system value="http://terminology.hl7.org/CodeSystem/dose-rate-type"/>
						<code value="ordered"/>
						<display value="Ordered"/>
					</coding>
				</type>
				<doseQuantity>
					<value value="500"/>
					<unit value="mg"/>
					<system value="http://unitsofmeasure.org"/>
					<code value="mg"/>
				</doseQuantity>
			</doseAndRate>

	</dosageInstruction>
</MedicationDispense>

Version data entries

10 entries across 10 versions & 1 rubygems

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