臺灣長期照顧實作指引(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-sdk-example",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CoverageEligibilityRequest ltc-coverageeligibilityrequest-sdk-example</b></p><a name=\"ltc-coverageeligibilityrequest-sdk-example\"> </a><a name=\"hcltc-coverageeligibilityrequest-sdk-example\"> </a><p><b>status</b>: Active</p><p><b>purpose</b>: Coverage benefits</p><p><b>patient</b>: <a href=\"Patient-ltc-patient-sdk-example.html\">王小明 Male, DoB: 1950-01-01 ( Provider number\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>created</b>: 2025-08-04 17:00:00+0800</p><p><b>insurer</b>: <a href=\"Organization-ltc-organization-sdk-example.html\">Organization OOO長期照顧管理中心</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-sdk-example.html\">Coverage: status = active</a></td></tr></table></div>"
},
"status" : "active",
"purpose" : [
"benefits"
],
"patient" : {
🔗 "reference" : "Patient/ltc-patient-sdk-example"
},
"created" : "2025-08-04T17:00:00+08:00",
"insurer" : {
🔗 "reference" : "Organization/ltc-organization-sdk-example"
},
"insurance" : [
{
"coverage" : {
🔗 "reference" : "Coverage/ltc-coverage-sdk-example"
}
}
]
}