FHIR IG analytics| Package | tw.iii.ltc |
| Resource Type | Observation |
| Id | Observation-ltc-observation-falling-history-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ltc-observation-falling-history-example
Profile: 安全防護-跌倒紀錄
status: Final
category: Survey
code: History of Falls
subject: 陳明慧 Female, DoB: 1945-03-15 ( National Person Identifier (TWN): A123456789 (use: official, ))
effective: 2024-01-10 14:30:00+0800
performer: PractitionerRole Registered nurse
value: 發生跌倒
note: @2024-01-10 14:30:00+0800
住民在浴室滑倒,當時地面濕滑,已加強防滑措施並提醒住民注意安全
| Code | Value[x] |
| Severity | Mild |
{
"resourceType": "Observation",
"id": "ltc-observation-falling-history-example",
"meta": {
"profile": [
"http://ltc-ig.fhir.tw/StructureDefinition/LTCObservationFallingHistory"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "survey"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "101440-6",
"display": "History of Falls"
}
]
},
"subject": {
"reference": "Patient/ltc-patient-chen-ming-hui"
},
"effectiveDateTime": "2024-01-10T14:30:00+08:00",
"performer": [
{
"reference": "PractitionerRole/ltc-practitioner-role-nurse-example"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://loinc.org",
"code": "LA33635-6",
"display": "Observed"
}
],
"text": "發生跌倒"
},
"note": [
{
"time": "2024-01-10T14:30:00+08:00",
"text": "住民在浴室滑倒,當時地面濕滑,已加強防滑措施並提醒住民注意安全"
}
],
"component": [
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "246112005",
"display": "Severity"
}
]
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "255604002",
"display": "Mild"
}
]
}
}
]
}