FHIR IG analytics| Package | hl7.fhir.uv.cow.r4b |
| Resource Type | Task |
| Id | Task-cow-coordination-task-example.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Task cow-coordination-task-example
Profile: Coordination Task
identifier: https://placer.example.org/cpoe/f085e001-2e55-4ae0-aa1b-f5e17ec42d91
status: In Progress
intent: order
code: Fulfill the focal request
focus: ServiceRequest Glucose [Mass/volume] in Serum or Plasma
{
"resourceType": "Task",
"id": "cow-coordination-task-example",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/cow/StructureDefinition/coordination-task"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://placer.example.org/cpoe",
"value": "f085e001-2e55-4ae0-aa1b-f5e17ec42d91"
}
],
"status": "in-progress",
"intent": "order",
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/CodeSystem/task-code",
"code": "fulfill"
}
]
},
"focus": {
"reference": "ServiceRequest/cow-service-request-example"
}
}