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

FHIR IG analytics

Packagetw.iii.ltc
Resource TypeAdverseEvent
IdAdverseEvent-ltc-adverseevent-cs100-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: AdverseEvent ltc-adverseevent-cs100-example

長期照顧-異常事件文字描述

  • textType: 事件描述
  • text: 巡視時發現個案暈眩跌坐於地,已聯繫家屬與機構。

identifier: http://ltc-ig.fhir.tw/adverse-event/AE-CS100-2025-001 (use: official, )

actuality: Adverse Event

event: 照顧意外事件

subject: 王小明 (no stated gender), DoB Unknown ( https://example.org/mrn#A0001)

date: 2025-11-05 10:20:00+0800

recordedDate: 2025-11-05 10:30:00+0800


Source1

{
  "resourceType": "AdverseEvent",
  "id": "ltc-adverseevent-cs100-example",
  "meta": {
    "profile": [
      "http://ltc-ig.fhir.tw/StructureDefinition/AdverseEvent-twltc"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "textType",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-incident-texttype",
                "code": "desc",
                "display": "事件描述"
              }
            ]
          }
        },
        {
          "url": "text",
          "valueString": "巡視時發現個案暈眩跌坐於地,已聯繫家屬與機構。"
        }
      ],
      "url": "http://ltc-ig.fhir.tw/StructureDefinition/Ext-TW-LTC-AdverseEvent-Description"
    }
  ],
  "identifier": {
    "use": "official",
    "system": "http://ltc-ig.fhir.tw/adverse-event",
    "value": "AE-CS100-2025-001"
  },
  "actuality": "actual",
  "event": {
    "coding": [
      {
        "system": "http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-incident-category",
        "code": "careacc",
        "display": "照顧意外事件"
      }
    ]
  },
  "subject": {
    "reference": "Patient/ltc-patient-cs100-example"
  },
  "date": "2025-11-05T10:20:00+08:00",
  "recordedDate": "2025-11-05T10:30:00+08:00"
}