This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Intravenous Admixture - Potassium Chloride in D5W
{
"resourceType" : "MedicationAdministration",
"id" : "medadmin0302",
"contained" : [{
"resourceType" : "Medication",
"id" : "med0317",
"doseForm" : {
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "385219001",
"display" : "Solution for injection"
}],
"text" : "Solution for injection"
},
"ingredient" : [{
"item" : {
"concept" : {
"coding" : [{
"system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
"code" : "204520",
"display" : "potassium chloride 2 MEQ/ML Injectable Solution"
}],
"text" : "Potassium Chloride"
}
},
"strengthRatio" : {
"numerator" : {
"value" : 2,
"system" : "http://unitsofmeasure.org",
"code" : "meq"
},
"denominator" : {
"value" : 1,
"system" : "http://unitsofmeasure.org",
"code" : "mL"
}
}
},
{
"item" : {
"concept" : {
"coding" : [{
"system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
"code" : "313002",
"display" : "sodium chloride 9 MG/ML Injectable Solution"
}]
}
},
"strengthRatio" : {
"numerator" : {
"value" : 0.9,
"system" : "http://unitsofmeasure.org",
"code" : "g"
},
"denominator" : {
"value" : 100,
"system" : "http://unitsofmeasure.org",
"code" : "mL"
}
}
}]
}],
"partOf" : [{
"reference" : "Procedure/biopsy"
}],
"status" : "completed",
"category" : [{
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/medication-admin-category",
"code" : "inpatient",
"display" : "Inpatient"
}]
}],
"medication" : {
"reference" : {
"reference" : "#med0317"
}
},
"subject" : {
"reference" : "Patient/pat1",
"display" : "Donald Duck"
},
"encounter" : {
"reference" : "Encounter/f001",
"display" : "encounter who leads to this prescription"
},
"occurrencePeriod" : {
"start" : "2015-01-15T04:30:00+01:00",
"end" : "2015-01-15T14:30:00+01:00"
},
"performer" : [{
"actor" : {
"reference" : {
"reference" : "Practitioner/f007",
"display" : "Patrick Pump"
}
}
}],
"reason" : [{
"concept" : {
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/reason-medication-given",
"code" : "b",
"display" : "Given as Ordered"
}]
}
}],
"request" : {
"reference" : "MedicationRequest/medrx0322"
},
"dosage" : {
"text" : "KCl 20 mEq in 1 L 0.9%NS IV at 100 ml/hr",
"site" : {
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "6073002",
"display" : "Structure of ligament of left superior vena cava"
}]
},
"route" : {
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "47625008",
"display" : "Intravenous route"
}]
},
"method" : {
"text" : "Continuous infusion"
},
"dose" : {
"value" : 20,
"unit" : "meq",
"system" : "http://unitsofmeasure.org",
"code" : "meq"
},
"rateRatio" : {
"numerator" : {
"value" : 100,
"system" : "http://unitsofmeasure.org",
"code" : "mL"
},
"denominator" : {
"value" : 1,
"system" : "http://unitsofmeasure.org",
"code" : "h"
}
}
}
}
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.