臺灣長期照顧實作指引(TW LTC IG)
1.0.0 - STU 1.0.0
臺灣長期照顧實作指引(TW LTC IG), published by 經濟部產業發展署. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Lorex/TWLongTermCare_IG_Build/ and changes regularly. See the Directory of published versions
{
"resourceType" : "CoverageEligibilityRequest",
"id" : "ltc-coverageeligibilityrequest-cs100-example",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CoverageEligibilityRequest ltc-coverageeligibilityrequest-cs100-example</b></p><a name=\"ltc-coverageeligibilityrequest-cs100-example\"> </a><a name=\"hcltc-coverageeligibilityrequest-cs100-example\"> </a><p><b>status</b>: Active</p><p><b>purpose</b>: Coverage benefits</p><p><b>patient</b>: <a href=\"Patient-ltc-patient-cs100-example.html\">王小明 (no stated gender), DoB Unknown ( https://example.org/mrn#A0001)</a></p><p><b>created</b>: 2025-10-05 09:00:00+0800</p><p><b>insurer</b>: <a href=\"Organization-ltc-organization-cs100-example.html\">Organization 某某長照管理中心</a></p><h3>Insurances</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Coverage</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Coverage-ltc-coverage-cs100-example.html\">Coverage: status = active</a></td></tr></table></div>"
},
"status" : "active",
"purpose" : [
"benefits"
],
"patient" : {
🔗 "reference" : "Patient/ltc-patient-cs100-example"
},
"created" : "2025-10-05T09:00:00+08:00",
"insurer" : {
🔗 "reference" : "Organization/ltc-organization-cs100-example"
},
"insurance" : [
{
"coverage" : {
🔗 "reference" : "Coverage/ltc-coverage-cs100-example"
}
}
]
}