Sha256: 620fa9e32b2df7f2eec09160e297ba3b7f280481cdf9e4e861a9827acd92f36b
Contents?: true
Size: 1.73 KB
Versions: 10
Compression:
Stored size: 1.73 KB
Contents
<?xml version="1.0" encoding="UTF-8"?> <MedicationAdministration xmlns="http://hl7.org/fhir"> <id value="medadmin0310"/> <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="med0304"/> <code> <coding> <system value="http://hl7.org/fhir/sid/ndc"/> <code value="76388-713-25"/> <display value="Myleran 2mg tablet, film coated"/> </coding> </code> </Medication> </contained> <status value="completed"/> <medicationReference> <reference value="#med0304"/> </medicationReference> <subject> <reference value="Patient/pat1"/> <display value="Donald Duck"/> </subject> <effectivePeriod> <start value="2015-01-15T22:03:00+01:00"/> <end value="2015-01-16T02:03:00+01:00"/> </effectivePeriod> <performer> <actor> <reference value="Practitioner/f007"/> <display value="Patrick Pump"/> </actor> </performer> <request> <reference value="MedicationRequest/medrx0306"/> </request> <dosage> <text value="6 mg PO daily for remission induction; adjust dosage to white blood cell (WBC) count. With hold treatment if WBC is less than 15,000/µL; resume when WBC is greater than 50,000/µL"/> <route> <coding> <system value="http://snomed.info/sct"/> <code value="26643006"/> <display value="Oral route (qualifier value)"/> </coding> </route> <dose> <value value="6"/> <unit value="mg"/> <system value="http://unitsofmeasure.org"/> <code value="mg"/> </dose> </dosage> </MedicationAdministration>
Version data entries
10 entries across 10 versions & 1 rubygems