This page is part of the FHIR Specification (v1.8.0: STU 3 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3
Intravenous Admixture - Potassium Chloride in D5W (id = "medadmin0302")
<MedicationAdministration xmlns="http://hl7.org/fhir"> <id value="medadmin0302"/> <text><status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: medadmin0302</p><p><b>contained</b>: </p><p><b>status</b>: completed</p><p><b>medication</b>: id: med0317</p><p><b>patient</b>: <a>Donald Duck</a></p><p><b>encounter</b>: <a>encounter who leads to this prescription</a></p><p><b>effective</b>: 15/01/2015 4:30:00 AM --> 15/01/2015 2:30:00 PM</p><p><b>performer</b>: <a>Patrick Pump</a></p><p><b>prescription</b>: <a>MedicationRequest/medrx0322</a></p><p><b>reasonGiven</b>: Given as Ordered <span>(Details : {http://hl7.org/fhir/reason-medication-given code 'b' = 'Given as Ordered', given as 'Given as Ordered'})</span></p><h3>Dosages</h3><table><tr><td>-</td><td><b>Text</b></td><td><b>Site</b></td><td><b>Route</b></td><td><b>Method</b></td><td><b>Dose</b></td><td><b>Rate[x]</b></td></tr><tr><td>*</td><td>KCl 20 mEq in 1 L 0.9%NS IV at 100 ml/hr</td><td>Structure of ligament of left superior vena cava <span>(Details : {SNOMED CT code '6073002' = 'Structure of ligament of left superior vena cava', given as 'Structure of ligament of left superior vena cava'})</span></td><td>Intravenous route (qualifier value) <span>(Details : {SNOMED CT code '47625008' = 'Intravenous route (qualifier value)', given as 'Intravenous route (qualifier value)'})</span></td><td>Continuous infusion <span>(Details )</span></td><td>20 mEq<span> (Details: UCUM code mEq = 'mEq')</span></td><td>100 mL<span> (Details: UCUM code mL = 'mL')</span>/1 h<span> (Details: UCUM code h = 'h')</span></td></tr></table></div></text><contained> <Medication> <id value="med0317"/> <product> <form> <coding> <system value="http://snomed.info/sct"/> <code value="385219001"/> <display value="Injection Solution (qualifier value)"/> </coding> <text value="Injection Solution (qualifier value)"/> </form> <ingredient> <itemCodeableConcept> <coding> <system value="http://www.nlm.nih.gov/research/umls/rxnorm"/> <code value="204520"/> <display value="Potassium Chloride"/> </coding> </itemCodeableConcept> <amount> <numerator> <value value="2"/> <system value="http://unitsofmeasure.org"/> <code value="mEq"/> </numerator> <denominator> <value value="1"/> <system value="http://unitsofmeasure.org"/> <code value="mL"/> </denominator> </amount> </ingredient> <ingredient> <itemCodeableConcept> <coding> <system value="http://www.nlm.nih.gov/research/umls/rxnorm"/> <code value="313002"/> <display value="Sodium Chloride 0.9% injectable solution"/> </coding> </itemCodeableConcept> <amount> <numerator> <value value="0.9"/> <system value="http://unitsofmeasure.org"/> <code value="g"/> </numerator> <denominator> <value value="100"/> <system value="http://unitsofmeasure.org"/> <code value="mL"/> </denominator> </amount> </ingredient> </product> </Medication> </contained> <status value="completed"/> <medicationReference> <reference value="#med0317"/> </medicationReference> <patient> <reference value="Patient/pat1"/> <display value="Donald Duck"/> </patient> <encounter> <reference value="Encounter/f001"/> <display value="encounter who leads to this prescription"/> </encounter> <effectivePeriod> <start value="2015-01-15T04:30:00+01:00"/> <end value="2015-01-15T14:30:00+01:00"/> </effectivePeriod> <performer> <reference value="Practitioner/f007"/> <display value="Patrick Pump"/> </performer> <prescription> <reference value="MedicationRequest/medrx0322"/> </prescription> <reasonGiven> <coding> <system value="http://hl7.org/fhir/reason-medication-given"/> <code value="b"/> <display value="Given as Ordered"/> </coding> </reasonGiven> <dosage> <text value="KCl 20 mEq in 1 L 0.9%NS IV at 100 ml/hr"/> <site> <coding> <system value="http://snomed.info/sct"/> <code value="6073002"/> <display value="Structure of ligament of left superior vena cava"/> </coding> </site> <route> <coding> <system value="http://snomed.info/sct"/> <code value="47625008"/> <display value="Intravenous route (qualifier value)"/> </coding> </route> <method> <text value="Continuous infusion"/> </method> <dose> <value value="20"/> <unit value="mEq"/> <system value="http://unitsofmeasure.org"/> <code value="mEq"/> </dose> <rateRatio> <numerator> <value value="100"/> <system value="http://unitsofmeasure.org"/> <code value="mL"/> </numerator> <denominator> <value value="1"/> <system value="http://unitsofmeasure.org"/> <code value="h"/> </denominator> </rateRatio> </dosage> </MedicationAdministration>
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.