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

FHIR IG analytics

Packagehl7.fhir.us.eltss
Resource TypeCarePlan
IdCarePlan-careplan1.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: CarePlan

ResourceCarePlan "careplan1" Version"1" Updated"2020-09-03 10:16:03-0400"

Information Source: #KZ0jzPjXDrhCiMif!

Profile: CarePlan_eltss

status: active

intent: plan

category: Assessment and Plan of Treatment (US Core CarePlan Category Extension Codes#assess-plan)

title: Betsy Smith Johnson's Services and Supports Plan

description: A service and support plan that outlines Betsy's assessed needs, goals, strengths, preferences, and services/providers to meet those needs and goals.

subject: Patient/patientBSJ1 " SMITH-JOHNSON"

period: 2020-05-01 --> 2020-12-31

author: Practitioner/planner1 " PLANNER"

addresses:

supportingInfo:

goal:

activity

reference: ServiceRequest/service1: Service 1

activity

reference: ServiceRequest/service2: Service 2

activity

reference: ServiceRequest/service3: Service 3

activity

reference: ServiceRequest/service4: Service 4

activity

progress: Betsy will start doing balance exercises ( @2020-05-10)

reference: Task/Task1: Task1

activity

progress: Betsy working on mobility to dance at son's upcoming wedding ( @2020-05-10)

reference: Task/Task2: Task2


Source1

{
  "resourceType": "CarePlan",
  "id": "careplan1",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2020-09-03T10:16:03.512-04:00",
    "source": "#KZ0jzPjXDrhCiMif",
    "profile": [
      "http://hl7.org/fhir/us/eltss/StructureDefinition/CarePlan-eltss"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "plan",
  "category": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/core/CodeSystem/careplan-category",
          "code": "assess-plan"
        }
      ]
    }
  ],
  "title": "Betsy Smith Johnson's Services and Supports Plan",
  "description": "A service and support plan that outlines Betsy's assessed needs, goals, strengths, preferences, and services/providers to meet those needs and goals.",
  "subject": {
    "reference": "Patient/patientBSJ1"
  },
  "period": {
    "start": "2020-05-01",
    "end": "2020-12-31"
  },
  "author": {
    "reference": "Practitioner/planner1"
  },
  "addresses": [
    {
      "reference": "Condition/need1"
    },
    {
      "reference": "Condition/need2"
    },
    {
      "reference": "Condition/need3"
    },
    {
      "reference": "Condition/need4"
    }
  ],
  "supportingInfo": [
    {
      "reference": "Observation/strength1"
    },
    {
      "reference": "Observation/strength2"
    },
    {
      "reference": "Observation/pref1"
    },
    {
      "reference": "QuestionnaireResponse/questionnaireresponse1"
    },
    {
      "reference": "Contract/contract1"
    },
    {
      "reference": "RiskAssessment/risk1"
    }
  ],
  "goal": [
    {
      "reference": "Goal/goal1"
    },
    {
      "reference": "Goal/goal2"
    }
  ],
  "activity": [
    {
      "reference": {
        "reference": "ServiceRequest/service1",
        "display": "Service 1"
      }
    },
    {
      "reference": {
        "reference": "ServiceRequest/service2",
        "display": "Service 2"
      }
    },
    {
      "reference": {
        "reference": "ServiceRequest/service3",
        "display": "Service 3"
      }
    },
    {
      "reference": {
        "reference": "ServiceRequest/service4",
        "display": "Service 4"
      }
    },
    {
      "progress": [
        {
          "time": "2020-05-10",
          "text": "Betsy will start doing balance exercises"
        }
      ],
      "reference": {
        "reference": "Task/Task1",
        "display": "Task1"
      }
    },
    {
      "progress": [
        {
          "time": "2020-05-10",
          "text": "Betsy working on mobility to dance at son's upcoming wedding"
        }
      ],
      "reference": {
        "reference": "Task/Task2",
        "display": "Task2"
      }
    }
  ]
}