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

FHIR IG analytics

Packagetw.iii.ltc
Resource TypeCommunication
IdCommunication-ltc-communication-servicea-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: Communication ltc-communication-servicea-example

長照 SDK-案件編號(CASENO): 106305420

status: Completed

category: 電話訪視/關懷

subject: 王小明 Male, DoB: 1950-01-01 ( Provider number (use: official, ))

topic: 照顧管理

sent: 2025-07-14 10:30:00+0800

note:

評估人員:吳麗竹;提醒:下週安排家訪。


Source1

{
  "resourceType": "Communication",
  "id": "ltc-communication-servicea-example",
  "meta": {
    "profile": [
      "http://ltc-ig.fhir.tw/StructureDefinition/LTC-Communication-ServiceA"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://ltc-ig.fhir.tw/StructureDefinition/Ext-TW-LTC-Export-CaseNo",
      "valueString": "106305420"
    }
  ],
  "status": "completed",
  "category": [
    {
      "coding": [
        {
          "system": "http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-service-activity",
          "code": "TEL"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/ltc-patient-sdk-example"
  },
  "topic": {
    "coding": [
      {
        "system": "http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-service-item",
        "code": "AA02"
      }
    ]
  },
  "sent": "2025-07-14T10:30:00+08:00",
  "note": [
    {
      "text": "評估人員:吳麗竹;提醒:下週安排家訪。"
    }
  ]
}