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

FHIR IG analytics

Packagetw.iii.ltc
Resource TypeGoal
IdGoal-ltc-goal-mobility-improvement-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: Goal ltc-goal-mobility-improvement-example

lifecycleStatus: Active

description: 改善住民行動能力

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

start: 2024-01-15

Targets

-MeasureDetail[x]Due[x]
*Impaired mobility (finding)能夠獨立使用助行器行走50公尺2024-04-15

expressedBy: PractitionerRole Registered nurse

note: @2024-01-15

住民目前需要部分協助才能行走,期望透過復健訓練達到獨立行走的目標


Source1

{
  "resourceType": "Goal",
  "id": "ltc-goal-mobility-improvement-example",
  "meta": {
    "profile": [
      "http://ltc-ig.fhir.tw/StructureDefinition/LTCGoal"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "lifecycleStatus": "active",
  "description": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "710950005",
        "display": "Advancing mobility"
      }
    ],
    "text": "改善住民行動能力"
  },
  "subject": {
    "reference": "Patient/ltc-patient-referral-chen-ming-hui-example"
  },
  "startDate": "2024-01-15",
  "target": [
    {
      "measure": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "82971005",
            "display": "Impaired mobility (finding)"
          }
        ]
      },
      "detailString": "能夠獨立使用助行器行走50公尺",
      "dueDate": "2024-04-15"
    }
  ],
  "expressedBy": {
    "reference": "PractitionerRole/ltc-practitioner-role-nurse-example"
  },
  "note": [
    {
      "time": "2024-01-15",
      "text": "住民目前需要部分協助才能行走,期望透過復健訓練達到獨立行走的目標"
    }
  ]
}