Laboratory Workflows Implementation Guide
0.3.0 - ci-build
Laboratory Workflows Implementation Guide - Local Development build (v0.3.0). See the Directory of published versions
{
"resourceType" : "Task",
"id" : "example-laboratory-task-simple-completed",
"meta" : {
"profile" : [
"http://i-tech-uw.github.io/laboratory-workflows-ig/StructureDefinition/laboratory-task"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Task</b></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 \"example-laboratory-task-simple-completed\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-laboratory-task.html\">Laboratory Workflow Task Resource</a></p></div><p><b>identifier</b>: id: 88ffa7fb-0419-4097-8b45-24f0d843a5ea</p><p><b>basedOn</b>: <a href=\"ServiceRequest-example-laboratory-service-request.html\">ServiceRequest/example-laboratory-service-request</a></p><p><b>status</b>: completed</p><p><b>intent</b>: order</p><p><b>for</b>: <a href=\"Patient-example-laboratory-patient.html\">Patient/example-laboratory-patient</a> \" MUTESA\"</p><p><b>authoredOn</b>: 2021-02-20</p><p><b>owner</b>: <a href=\"Practitioner-example-laboratory-practitioner.html\">Practitioner/example-laboratory-practitioner</a> \"\"</p><h3>Outputs</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td>*</td><td>DiagnosticReport <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></td><td><a href=\"DiagnosticReport-example-laboratory-diagnostic-report.html\">DiagnosticReport/example-laboratory-diagnostic-report</a></td></tr></table></div>"
},
"identifier" : [
{
"system" : "http://i-tech-uw.github.io/lab-workflow-ig/ext/task/identifier",
"value" : "88ffa7fb-0419-4097-8b45-24f0d843a5ea"
}
],
"basedOn" : [
{
"reference" : "ServiceRequest/example-laboratory-service-request",
"type" : "ServiceRequest"
}
],
"status" : "completed",
"intent" : "order",
"for" : {
"reference" : "Patient/example-laboratory-patient"
},
"authoredOn" : "2021-02-20",
"owner" : {
"reference" : "Practitioner/example-laboratory-practitioner"
},
"output" : [
{
"type" : {
"text" : "DiagnosticReport"
},
"valueReference" : {
"reference" : "DiagnosticReport/example-laboratory-diagnostic-report"
}
}
]
}