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

FHIR IG analytics

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

status: Active

intent: Plan

category: Assessment and Plan of Treatment

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

period: 2024-01-15 --> 2024-04-15

author: PractitionerRole Registered nurse

contributor: RelatedPerson 陳志強

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

activity

Details

-CodeStatusScheduled[x]PerformerDescription
*Stretching exercisesIn Progress2024-01-15 --> 2024-04-15PractitionerRole Registered nurse進行每日助行器行走訓練,每次30分鐘,每日2次

note: @2024-01-15

住民配合度良好,預期能達成獨立行走的目標


Source1

{
  "resourceType": "CarePlan",
  "id": "ltc-careplan-mobility-example",
  "meta": {
    "profile": [
      "http://ltc-ig.fhir.tw/StructureDefinition/LTCCarePlan"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "plan",
  "category": [
    {
      "coding": [
        {
          "system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/careplan-category-tw",
          "code": "assess-plan"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/ltc-patient-chen-ming-hui"
  },
  "period": {
    "start": "2024-01-15",
    "end": "2024-04-15"
  },
  "author": {
    "reference": "PractitionerRole/ltc-practitioner-role-nurse-example"
  },
  "contributor": [
    {
      "reference": "RelatedPerson/ltc-related-person-primary-caregiver-example"
    }
  ],
  "goal": [
    {
      "reference": "Goal/ltc-goal-mobility-improvement-example"
    }
  ],
  "activity": [
    {
      "detail": {
        "code": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "229070002",
              "display": "Stretching exercises"
            }
          ]
        },
        "status": "in-progress",
        "scheduledPeriod": {
          "start": "2024-01-15",
          "end": "2024-04-15"
        },
        "performer": [
          {
            "reference": "PractitionerRole/ltc-practitioner-role-nurse-example"
          }
        ],
        "description": "進行每日助行器行走訓練,每次30分鐘,每日2次"
      }
    }
  ],
  "note": [
    {
      "time": "2024-01-15",
      "text": "住民配合度良好,預期能達成獨立行走的目標"
    }
  ]
}