OpenMRS FHIR2 Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions
: Openmrs Task - JSON Representation
Raw json | Download
{
"resourceType" : "Task",
"id" : "e8f8d71a-6c14-4105-b6fe-30f3cf6b7dc9",
"meta" : {
"profile" : [
"http://fhir.openmrs.org/fhir/StructureDefinition/OpenMRS-task"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Task</b><a name=\"e8f8d71a-6c14-4105-b6fe-30f3cf6b7dc9\"> </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 "e8f8d71a-6c14-4105-b6fe-30f3cf6b7dc9" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-OpenMRS-task.html\">OpenMRS Task</a></p></div><p><b>basedOn</b>: <a href=\"ServiceRequest-example-openmrs-ServiceRequest.html\">ServiceRequest/example-openmrs-ServiceRequest</a></p><p><b>status</b>: completed</p><p><b>intent</b>: order</p><p><b>for</b>: <a href=\"Patient-example-openmrs-Patient.html\">Patient/example-openmrs-Patient</a> " JEANNETTE"</p><p><b>encounter</b>: <a href=\"Encounter-5b829d01-34bb-47d1-b1bb-9303c3a9ebcb.html\">Encounter/5b829d01-34bb-47d1-b1bb-9303c3a9ebcb</a></p><p><b>authoredOn</b>: 2021-02-20</p><p><b>lastModified</b>: 2021-02-21</p><p><b>owner</b>: <a href=\"Organization/1832473e-2fe0-452d-abe9-3cdb9879522f\">Organization/1832473e-2fe0-452d-abe9-3cdb9879522f: Clinical Laboratory @ Acme Hospital</a></p></div>"
},
"basedOn" : [
{
"reference" : "ServiceRequest/example-openmrs-ServiceRequest"
}
],
"status" : "completed",
"intent" : "order",
"for" : {
"reference" : "Patient/example-openmrs-Patient"
},
"encounter" : {
"reference" : "Encounter/5b829d01-34bb-47d1-b1bb-9303c3a9ebcb"
},
"authoredOn" : "2021-02-20",
"lastModified" : "2021-02-21",
"owner" : {
"reference" : "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f",
"display" : "Clinical Laboratory @ Acme Hospital"
}
}