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

FHIR IG analytics

Packagetw.iii.ltc
Resource TypeGoal
IdGoal-pasport-goal-walking-steps-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 pasport-goal-walking-steps-example

identifier: http://ltc-ig.fhir.tw/goal-id/goal-walking-2024-001

lifecycleStatus: Active

category: Physical Activity

description: 患者每日步行步數目標:達到每日8000步,促進心血管健康和肌肉力量

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

start: 2024-01-15

Targets

-MeasureDetail[x]Due[x]
*Number of steps in 24 hour Measured8000 steps per day (Details: UCUM code/d = '/d')2024-04-15

statusDate: 2024-01-15

note: @2024-01-15

考慮患者目前體能狀況,設定循序漸進的步數目標,最終達到每日8000步


Source1

{
  "resourceType": "Goal",
  "id": "pasport-goal-walking-steps-example",
  "meta": {
    "profile": [
      "http://ltc-ig.fhir.tw/StructureDefinition/PASportGoal"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://ltc-ig.fhir.tw/goal-id",
      "value": "goal-walking-2024-001"
    }
  ],
  "lifecycleStatus": "active",
  "category": [
    {
      "coding": [
        {
          "system": "http://ltc-ig.fhir.tw/CodeSystem/TempCodeCS-Sport",
          "code": "PhysicalActivity",
          "display": "Physical Activity"
        }
      ]
    }
  ],
  "description": {
    "text": "患者每日步行步數目標:達到每日8000步,促進心血管健康和肌肉力量"
  },
  "subject": {
    "reference": "Patient/ltc-patient-chen-ming-hui"
  },
  "startDate": "2024-01-15",
  "target": [
    {
      "measure": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "41950-7",
            "display": "Number of steps in 24 hour Measured"
          }
        ]
      },
      "detailQuantity": {
        "value": 8000,
        "unit": "steps per day",
        "system": "http://unitsofmeasure.org",
        "code": "/d"
      },
      "dueDate": "2024-04-15"
    }
  ],
  "statusDate": "2024-01-15",
  "note": [
    {
      "time": "2024-01-15",
      "text": "考慮患者目前體能狀況,設定循序漸進的步數目標,最終達到每日8000步"
    }
  ]
}