This page is part of the Quality Improvement Core Framework (v2.0.0: STU 2) based on FHIR (HL7® FHIR® Standard) R3. The current version which supersedes this version is 7.0.1. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "MedicationRequest",
"id" : "qicore-medicationrequest-example",
"text" : {
"status" : "generated",
"div" : "<div xmlns="http://www.w3.org/1999/xhtml">
<p>Penicillin VK 5ml suspension to be administered by oral route</p>
<p>ONE 5ml spoonful to be taken THREE times a day</p>
<p>100ml bottle</p>
<p>to patient ref: a23</p>
<p>by doctor X</p>
</div>"
},
"status" : "active",
"intent" : "order",
"medicationReference" : {
"reference" : "Medication/qicore-medication-example"
},
"subject" : {
"reference" : "Patient/qicore-patient-example"
},
"authoredOn" : "2015-03-25T19:32:52-05:00",
"dosageInstruction" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/pharmacy-core-doseType",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "440231000124106",
"display" : "Maintenance dose"
}
]
}
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/pharmacy-core-infuseOver",
"valueDuration" : {
"value" : 1,
"unit" : "min",
"system" : "http://unitsofmeasure.org",
"code" : "m"
}
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/pharmacy-core-minDosePerPeriod",
"valueRatio" : {
"numerator" : {
"value" : 15,
"unit" : "ml",
"system" : "http://unitsofmeasure.org",
"code" : "ml"
},
"denominator" : {
"value" : 1,
"unit" : "day",
"system" : "http://unitsofmeasure.org",
"code" : "day"
}
}
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/pharmacy-core-maxDeliveryVolume",
"valueQuantity" : {
"value" : 15,
"unit" : "ml",
"system" : "http://unitsofmeasure.org",
"code" : "ml"
}
}
],
"timing" : {
"repeat" : {
"frequency" : 3,
"period" : 1,
"periodUnit" : "d"
}
},
"site" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "447964005"
}
]
},
"route" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "394899003",
"display" : "oral administration of treatment"
}
]
},
"doseQuantity" : {
"value" : 5,
"unit" : "ml",
"system" : "http://unitsofmeasure.org",
"code" : "ml"
}
}
],
"dispenseRequest" : {
"quantity" : {
"value" : 100,
"unit" : "ml",
"system" : "http://unitsofmeasure.org",
"code" : "ml"
}
}
}