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

FHIR IG analytics

Packagetw.iii.ltc
Resource TypeCarePlan
IdCarePlan-ltc-careplan-referral-home-service-example.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 ltc-careplan-referral-home-service-example

status: Active

intent: Proposal

category: Assessment and Plan of Treatment

subject: 陳明慧 Female, DoB: 1945-03-15 ( National Person Identifier (TWN): A123456789 (use: official, ))

period: 2024-02-01 --> 2024-08-01

author: PractitionerRole Registered nurse

goal: Goal: lifecycleStatus = active; description = Advancing mobility; start[x] = 2024-01-15; note = 住民目前需要部分協助才能行走,期望透過復健訓練達到獨立行走的目標

activity

Details

-CodeStatusPerformerDescription
*居家護理Not StartedOrganization 新北市私立安康老人長期照顧中心(養護型)提供居家護理服務,如換藥、傷口照護、健康評估等

activity

Details

-CodeStatusPerformerDescription
*居家吞嚥Not StartedOrganization 新北市私立安康老人長期照顧中心(養護型)提供居家吞嚥訓練與相關照護服務

note: @2024-01-20

個案需要居家照顧及復健服務,由照管中心評估後安排服務提供單位


Source1

{
  "resourceType": "CarePlan",
  "id": "ltc-careplan-referral-home-service-example",
  "meta": {
    "profile": [
      "http://ltc-ig.fhir.tw/StructureDefinition/LTCCarePlanReferral"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "proposal",
  "category": [
    {
      "coding": [
        {
          "system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/careplan-category-tw",
          "code": "assess-plan"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/ltc-patient-referral-chen-ming-hui-example"
  },
  "period": {
    "start": "2024-02-01",
    "end": "2024-08-01"
  },
  "author": {
    "reference": "PractitionerRole/ltc-practitioner-role-nurse-example"
  },
  "goal": [
    {
      "reference": "Goal/ltc-goal-mobility-improvement-example"
    }
  ],
  "activity": [
    {
      "detail": {
        "code": {
          "coding": [
            {
              "system": "http://ltc-ig.fhir.tw/CodeSystem/ReferralCarePlanCS-TWLTC",
              "code": "home-care",
              "display": "居家護理"
            }
          ]
        },
        "status": "not-started",
        "performer": [
          {
            "reference": "Organization/ltc-organization-example"
          }
        ],
        "description": "提供居家護理服務,如換藥、傷口照護、健康評估等"
      }
    },
    {
      "detail": {
        "code": {
          "coding": [
            {
              "system": "http://ltc-ig.fhir.tw/CodeSystem/ReferralCarePlanCS-TWLTC",
              "code": "home-swallowing",
              "display": "居家吞嚥"
            }
          ]
        },
        "status": "not-started",
        "performer": [
          {
            "reference": "Organization/ltc-organization-example"
          }
        ],
        "description": "提供居家吞嚥訓練與相關照護服務"
      }
    }
  ],
  "note": [
    {
      "time": "2024-01-20",
      "text": "個案需要居家照顧及復健服務,由照管中心評估後安排服務提供單位"
    }
  ]
}