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

FHIR IG analytics

Packagefhir.rehabig
Resource TypeGoal
IdGoal-GoalExample.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

Short-term goal

理解能力

  1. 無理解能力可理解表情動作可理解字詞片語可理解簡單句
  2. 可理解複雜句可理解敘述事件

表達能力:

  1. 無表達能力可用表情動作可用字詞片語可用簡單句
  2. 可用複雜句可敘述完整事件

Source1

{
  "resourceType": "Goal",
  "id": "GoalExample",
  "meta": {
    "profile": [
      "https://build.fhir.org/ig/Kimsber/Rehab-IG/StructureDefinition/Goal"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "lifecycleStatus": "active",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/goal-category",
          "code": "physiotherapy"
        }
      ]
    }
  ],
  "description": {
    "text": "紀錄病人的復健訓練計畫"
  },
  "subject": {
    "reference": "Patient/stroke-patient-001"
  }
}