This page is part of the electronic Long-Term Services and Supports Implementation Guide (v2.0.0-ballot: STU2 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
: Task2 - JSON Representation
Raw json | Download
{
"resourceType" : "Task",
"id" : "Task2",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Task</b><a name=\"Task2\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Task "Task2" </p></div><p><b>ServiceRequest Pertains To Goal</b>: <a href=\"Goal-goal2.html\">Goal/goal2</a></p><p><b>status</b>: ready</p><p><b>intent</b>: order</p><p><b>priority</b>: routine</p><p><b>code</b>: Fulfill the focal request <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R4/codesystem-task-code.html\">Task Codes</a>#fulfill)</span></p><p><b>description</b>: Son working with Besty to work on mobility to dance at son's upcoming wedding.</p><p><b>for</b>: <a href=\"Patient-patientBSJ1.html\">Patient/patientBSJ1: Betsy</a> " SMITH-JOHNSON"</p><p><b>requester</b>: <a href=\"Practitioner-planner1.html\">Practitioner/planner1: Mark Planner</a> " PLANNER"</p><p><b>owner</b>: <a href=\"RelatedPerson-son1.html\">RelatedPerson/son1: Charles - Betsy's son</a> " CHARLES"</p></div>"
},
"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"
}
}