FHIR IG analytics| Package | hl7.fhir.uv.cow.r4 |
| Resource Type | Task |
| Id | Task-cow-cancellation-task-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Task cow-cancellation-task-example
Profile: Cancellation Request Task
identifier: https://placer.example.org/cpoe/e5ffec7e-4b00-4a9b-88db-e9c848aed46c
status: Requested
intent: order
code: Mark the focal resource as no longer active
{
"resourceType": "Task",
"id": "cow-cancellation-task-example",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/cow/StructureDefinition/cancellation-request-task"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://placer.example.org/cpoe",
"value": "e5ffec7e-4b00-4a9b-88db-e9c848aed46c"
}
],
"status": "requested",
"intent": "order",
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/CodeSystem/task-code",
"code": "abort"
}
]
},
"focus": {
"reference": "Task/cow-coordination-task-example"
}
}