FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.eltss.r4
Resource TypeTask
IdTask-Task1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Task

Resource Task "Task1"

ServiceRequest Pertains To Goal: Goal/goal1

status: ready

intent: order

priority: routine

code: Fulfill the focal request (Task Codes#fulfill)

description: Perform exercises to improve balance skills.

for: Patient/patientBSJ1: Betsy " SMITH-JOHNSON"

requester: Practitioner/planner1: Mark Planner " PLANNER"

owner: Patient/patientBSJ1: Betsy " SMITH-JOHNSON"


Source1

{
  "resourceType": "Task",
  "id": "Task1",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "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"
  }
}