FHIR Orders Exchange (FOE) / Post-Acute Orders (PAO) / (DME-Orders), published by HL7. This is not an authorized publication; it is the continuous build for version 0.2.2). This version is based on the current content of https://github.com/HL7/dme-orders/ and changes regularly. See the Directory of published versions
: Task Medication Request - JSON Representation
Raw json | Download
{
"resourceType" : "Task",
"id" : "MedicationRequest",
"meta" : {
"versionId" : "1",
"lastUpdated" : "2020-08-10T04:55:45.575Z",
"profile" : [
"http://hl7.org/fhir/us/dme-orders/StructureDefinition/PAOX-task"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Task</b><a name=\"MedicationRequest\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Task "MedicationRequest" Version "1" Updated "2020-08-10 04:55:45+0000" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PAOX-task.html\">PAO Task</a></p></div><p><b>identifier</b>: id:\u00a056ae5855-9f20-41e4-a59d-000e36d9d85a</p><p><b>basedOn</b>: <a href=\"ServiceRequest-HomeHealth.html\">ServiceRequest/HomeHealth</a></p><p><b>status</b>: requested</p><p><b>intent</b>: order</p><p><b>code</b>: Fulfill the focal request <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R4/codesystem-task-code.html\">Task Codes</a>#fulfill)</span></p><p><b>description</b>: Order Immunosuppressive</p><p><b>focus</b>: <a href=\"MedicationRequest-Everolimus.html\">MedicationRequest/Everolimus</a></p><p><b>for</b>: <a href=\"Patient-example1.html\">Patient/example1</a> " SHAW"</p><p><b>authoredOn</b>: 2020-07-30 20:07:15-0600</p><p><b>requester</b>: <a href=\"Organization-Inpatient.html\">Organization/Inpatient</a> "St. Michael's Hospital"</p></div>"
},
"identifier" : [
{
"value" : "56ae5855-9f20-41e4-a59d-000e36d9d85a"
}
],
"basedOn" : [
{
"reference" : "ServiceRequest/HomeHealth"
}
],
"status" : "requested",
"intent" : "order",
"code" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/CodeSystem/task-code",
"code" : "fulfill"
}
]
},
"description" : "Order Immunosuppressive",
"focus" : {
"reference" : "MedicationRequest/Everolimus"
},
"for" : {
"reference" : "Patient/example1"
},
"authoredOn" : "2020-07-30T20:07:15-06:00",
"requester" : {
"reference" : "Organization/Inpatient"
}
}