COVID19 Case Reporting - Local Development build (v0.1.0). See the Directory of published versions
: Example Task - Covid19LabOrderCancellationExample - JSON Representation
Raw json | Download
{
"resourceType" : "Task",
"id" : "Covid19LabOrderCancellationExample",
"meta" : {
"profile" : [
"http://openhie.org/fhir/covid19-casereporting/StructureDefinition/covid19-lab-task"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Task</b><a name=\"Covid19LabOrderCancellationExample\"> </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 "Covid19LabOrderCancellationExample" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-covid19-lab-task.html\">Lab Task</a></p></div><p><b>identifier</b>: Filler Identifier: ORDER12345</p><p><b>basedOn</b>: <a href=\"ServiceRequest-Covid19ServiceRequestExample.html\">ServiceRequest/Covid19ServiceRequestExample</a></p><p><b>status</b>: cancelled</p><p><b>statusReason</b>: Inappropriate bottle or container for sample <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#281264009)</span></p><p><b>intent</b>: order</p><p><b>executionPeriod</b>: ?? --> 2022-07-30</p><p><b>lastModified</b>: 2022-07-30</p><p><b>requester</b>: <a href=\"Organization-Covid19OrganizationExample.html\">Organization/Covid19OrganizationExample</a> "Covid19 Organization"</p><p><b>owner</b>: <a href=\"Organization-Covid19OrganizationExample.html\">Organization/Covid19OrganizationExample</a> "Covid19 Organization"</p></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "FILL"
}
]
},
"system" : "http://openhie.org/fhir/covid19-casereporting/lab-integration/order-id",
"value" : "ORDER12345"
}
],
"basedOn" : [
{
"reference" : "ServiceRequest/Covid19ServiceRequestExample"
}
],
"status" : "cancelled",
"statusReason" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "281264009"
}
]
},
"intent" : "order",
"executionPeriod" : {
"end" : "2022-07-30"
},
"lastModified" : "2022-07-30",
"requester" : {
"reference" : "Organization/Covid19OrganizationExample"
},
"owner" : {
"reference" : "Organization/Covid19OrganizationExample"
}
}