FHIR IG analytics| Package | hl7.fhir.us.eltss |
| Resource Type | Task |
| Id | Task-Task2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
ResourceTask "Task2"
ServiceRequest Pertains To Goal: Goal/goal2
status: ready
intent: order
priority: routine
code: Fulfill the focal request (Task Codes#fulfill)
description: Son working with Besty to work on mobility to dance at son's upcoming wedding.
for: Patient/patientBSJ1: Betsy " SMITH-JOHNSON"
requester: Practitioner/planner1: Mark Planner " PLANNER"
owner: RelatedPerson/son1: Charles - Betsy's son " CHARLES"
{
"resourceType": "Task",
"id": "Task2",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/resource-pertainsToGoal",
"valueReference": {
"reference": "Goal/goal2"
}
}
],
"status": "ready",
"intent": "order",
"priority": "routine",
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/CodeSystem/task-code",
"code": "fulfill",
"display": "Fulfill the focal request"
}
]
},
"description": "Son working with Besty to work on mobility to dance at son's upcoming wedding.",
"for": {
"reference": "Patient/patientBSJ1",
"display": "Betsy"
},
"requester": {
"reference": "Practitioner/planner1",
"display": "Mark Planner"
},
"owner": {
"reference": "RelatedPerson/son1",
"display": "Charles - Betsy's son"
}
}