International Patient Summary Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/ritikarawlani/fhir-ips/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "MedicationRequest",
"id" : "eumfh-39-07-1-request",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/uv/ips/StructureDefinition/MedicationRequest-uv-ips"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest eumfh-39-07-1-request</b></p><a name=\"eumfh-39-07-1-request\"> </a><a name=\"hceumfh-39-07-1-request\"> </a><a name=\"eumfh-39-07-1-request-en-US\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <a href=\"Medication-eumfh-39-07-1.html\">simvastatin</a></p><p><b>subject</b>: <a href=\"Patient-eumfh-39-07.html\">Alexander Heig (inject 39-07)</a></p><blockquote><p><b>dosageInstruction</b></p></blockquote><h3>DispenseRequests</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ValidityPeriod</b></td></tr><tr><td style=\"display: none\">*</td><td>2021-01-01 --> (ongoing)</td></tr></table></div>"
},
"status" : "active",
"intent" : "order",
"medicationReference" : {
🔗 "reference" : "Medication/eumfh-39-07-1",
"display" : "simvastatin"
},
"subject" : {
🔗 "reference" : "Patient/eumfh-39-07",
"display" : "Alexander Heig (inject 39-07)"
},
"dosageInstruction" : [
{
"text" : "40 mg/day",
"timing" : {
"repeat" : {
"frequency" : 1,
"period" : 1,
"periodUnit" : "d"
}
},
"doseAndRate" : [
{
"doseQuantity" : {
"value" : 40,
"unit" : "mg",
"system" : "http://unitsofmeasure.org",
"code" : "mg"
}
}
]
}
],
"dispenseRequest" : {
"validityPeriod" : {
"start" : "2021-01-01"
}
}
}