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

FHIR IG analytics

Packagetw.iii.ltc
Resource TypeServiceRequest
IdServiceRequest-pasport-servicerequest-exercise-therapy-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: ServiceRequest pasport-servicerequest-exercise-therapy-example

identifier: http://ltc-ig.fhir.tw/servicerequest-id/SR-SPORT-2024-001

status: Active

intent: Order

category: Physical Activity

code: 申請個人化運動治療計畫,包含步行訓練、平衡訓練及肌力強化運動

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

authoredOn: 2024-01-15 10:00:00+0800

requester: Practitioner 王美玲(official)

performerType: Physiotherapist

reasonCode: Alzheimer's disease

reasonReference: Condition Stretching exercises

supportingInfo: Observation Heart rate

note: @2024-01-15 10:00:00+0800

患者因認知功能輕度下降,建議透過規律運動改善體能及認知功能。需要專業物理治療師指導,設計適合的運動計畫。

patientInstruction: 請於每週二、四、六上午9:00-10:00參加運動治療課程,穿著合適運動鞋及寬鬆衣物


Source1

{
  "resourceType": "ServiceRequest",
  "id": "pasport-servicerequest-exercise-therapy-example",
  "meta": {
    "profile": [
      "http://ltc-ig.fhir.tw/StructureDefinition/PASportServiceRequest"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://ltc-ig.fhir.tw/servicerequest-id",
      "value": "SR-SPORT-2024-001"
    }
  ],
  "status": "active",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "http://ltc-ig.fhir.tw/CodeSystem/TempCodeCS-Sport",
          "code": "PhysicalActivity",
          "display": "Physical Activity"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "229070002",
        "display": "Stretching exercises"
      }
    ],
    "text": "申請個人化運動治療計畫,包含步行訓練、平衡訓練及肌力強化運動"
  },
  "subject": {
    "reference": "Patient/ltc-patient-chen-ming-hui"
  },
  "authoredOn": "2024-01-15T10:00:00+08:00",
  "requester": {
    "reference": "Practitioner/ltc-practitioner-example"
  },
  "performerType": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "36682004",
        "display": "Physiotherapist"
      }
    ]
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "26929004",
          "display": "Alzheimer's disease"
        }
      ]
    }
  ],
  "reasonReference": [
    {
      "reference": "Condition/pasport-condition-exercise-history-example"
    }
  ],
  "supportingInfo": [
    {
      "reference": "Observation/pasport-observation-heart-rate-example"
    }
  ],
  "note": [
    {
      "time": "2024-01-15T10:00:00+08:00",
      "text": "患者因認知功能輕度下降,建議透過規律運動改善體能及認知功能。需要專業物理治療師指導,設計適合的運動計畫。"
    }
  ],
  "patientInstruction": "請於每週二、四、六上午9:00-10:00參加運動治療課程,穿著合適運動鞋及寬鬆衣物"
}