Electronic Long-Term Services and Supports (eLTSS) Release 1 - US Realm
2.0.0 - STU2 United States of America flag

Electronic Long-Term Services and Supports (eLTSS) Release 1 - US Realm, published by HL7 International / Human and Social Services. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/eLTSS/ and changes regularly. See the Directory of published versions

: Task1 - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "Task",
  "id" : "Task1",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Task</b><a name=\"Task1\"> </a><a name=\"hcTask1\"> </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\">ResourceTask &quot;Task1&quot; </p></div><p><b>ServiceRequest Pertains To Goal</b>: <a href=\"Goal-goal1.html\">Goal/goal1</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>: Perform exercises to improve balance skills.</p><p><b>for</b>: <a href=\"Patient-patientBSJ1.html\">Patient/patientBSJ1: Betsy</a> &quot; SMITH-JOHNSON&quot;</p><p><b>requester</b>: <a href=\"Practitioner-planner1.html\">Practitioner/planner1: Mark Planner</a> &quot; PLANNER&quot;</p><p><b>owner</b>: <a href=\"Patient-patientBSJ1.html\">Patient/patientBSJ1: Betsy</a> &quot; SMITH-JOHNSON&quot;</p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/resource-pertainsToGoal",
      "valueReference" : {
        🔗 "reference" : "Goal/goal1"
      }
    }
  ],
  "status" : "ready",
  "intent" : "order",
  "priority" : "routine",
  "code" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/CodeSystem/task-code",
        "code" : "fulfill",
        "display" : "Fulfill the focal request"
      }
    ]
  },
  "description" : "Perform exercises to improve balance skills.",
  "for" : {
    🔗 "reference" : "Patient/patientBSJ1",
    "display" : "Betsy"
  },
  "requester" : {
    🔗 "reference" : "Practitioner/planner1",
    "display" : "Mark Planner"
  },
  "owner" : {
    🔗 "reference" : "Patient/patientBSJ1",
    "display" : "Betsy"
  }
}