FHIR IG analytics| Package | hl7.fhir.us.quality-core |
| Resource Type | Task |
| Id | Task-done-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Task done-example
Profile: US Quality Core Task Done
identifier: http://www.acme.org/tasks/19009
status: Completed
intent: order
priority: Routine
code: Fulfill the focal request
focus: ServiceRequest Excision of appendix (procedure)
executionPeriod: 2018-06-11 --> 2018-06-11
{
"resourceType": "Task",
"id": "done-example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/quality-core/StructureDefinition/us-quality-core-taskdone"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://www.acme.org/tasks",
"value": "19009"
}
],
"status": "completed",
"intent": "order",
"priority": "routine",
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/CodeSystem/task-code",
"code": "fulfill",
"display": "Fulfill the focal request"
}
]
},
"focus": {
"reference": "ServiceRequest/service-requested-example"
},
"for": {
"reference": "Patient/example"
},
"executionPeriod": {
"start": "2018-06-11",
"end": "2018-06-11"
}
}