FHIR IG analytics| Package | hl7.fhir.uv.cow.r4 |
| Resource Type | Task |
| Id | Task-cow-authorization-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-authorization-cancellation-task-example
Profile: Cancellation Request Task
identifier: https://filler.example.org/lab/62f22c58-44d5-41ef-858b-f5722866b5cd
status: Requested
intent: proposal
code: Mark the focal resource as no longer active
focus: ServiceRequest Glucose [Mass/volume] in Serum or Plasma
{
"resourceType": "Task",
"id": "cow-authorization-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://filler.example.org/lab",
"value": "62f22c58-44d5-41ef-858b-f5722866b5cd"
}
],
"status": "requested",
"intent": "proposal",
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/CodeSystem/task-code",
"code": "abort"
}
]
},
"focus": {
"reference": "ServiceRequest/cow-service-request-example"
}
}