臺灣長期照顧實作指引(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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CoverageEligibilityResponse ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ltc-coverageeligibilityresponse-cs100-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://ltc-ig.fhir.tw/StructureDefinition/LTC-CoverageEligibilityResponse"^^xsd:anyURI ;
fhir:l <http://ltc-ig.fhir.tw/StructureDefinition/LTC-CoverageEligibilityResponse> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CoverageEligibilityResponse ltc-coverageeligibilityresponse-cs100-example</b></p><a name=\"ltc-coverageeligibilityresponse-cs100-example\"> </a><a name=\"hcltc-coverageeligibilityresponse-cs100-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-LTC-CoverageEligibilityResponse.html\">長照-核定額度(CoverageEligibilityResponse)</a></p></div><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 10:00:00+0800</p><p><b>requestor</b>: <a href=\"Organization-ltc-organization-cs100-example.html\">Organization 某某長照管理中心</a></p><p><b>request</b>: <a href=\"CoverageEligibilityRequest-ltc-coverageeligibilityrequest-cs100-example.html\">CoverageEligibilityRequest: status = active; purpose = benefits; created = 2025-10-05 09:00:00+0800</a></p><p><b>outcome</b>: Processing Complete</p><p><b>insurer</b>: <a href=\"Organization-ltc-organization-cs100-example.html\">Organization 某某長照管理中心</a></p><blockquote><p><b>insurance</b></p><p><b>coverage</b>: <a href=\"Coverage-ltc-coverage-cs100-example.html\">Coverage: status = active</a></p><blockquote><p><b>item</b></p><p><b>category</b>: <span title=\"Codes:{http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-service-group care-pro}\">照顧及專業服務</span></p><blockquote><p><b>benefit</b></p><p><b>type</b>: <span title=\"Codes:{http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-benefit-type total}\">總額度</span></p><p><b>allowed</b>: <span title=\"New Taiwan Dollar\">NT$15,460.00</span> (TWD)</p></blockquote><blockquote><p><b>benefit</b></p><p><b>type</b>: <span title=\"Codes:{http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-benefit-type subsidy}\">補助額度</span></p><p><b>allowed</b>: <span title=\"New Taiwan Dollar\">NT$12,987.00</span> (TWD)</p></blockquote><blockquote><p><b>benefit</b></p><p><b>type</b>: <span title=\"Codes:{http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-benefit-type copay}\">部分負擔</span></p><p><b>allowed</b>: <span title=\"New Taiwan Dollar\">NT$2,473.00</span> (TWD)</p></blockquote></blockquote></blockquote></div>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:purpose ( [ fhir:v "benefits"] ) ; #
fhir:patient [
fhir:l fhir:Patient/ltc-patient-cs100-example ;
fhir:reference [ fhir:v "Patient/ltc-patient-cs100-example" ]
] ; #
fhir:created [ fhir:v "2025-10-05T10:00:00+08:00"^^xsd:dateTime] ; #
fhir:requestor [
fhir:l fhir:Organization/ltc-organization-cs100-example ;
fhir:reference [ fhir:v "Organization/ltc-organization-cs100-example" ]
] ; #
fhir:request [
fhir:l fhir:CoverageEligibilityRequest/ltc-coverageeligibilityrequest-cs100-example ;
fhir:reference [ fhir:v "CoverageEligibilityRequest/ltc-coverageeligibilityrequest-cs100-example" ]
] ; #
fhir:outcome [ fhir:v "complete"] ; #
fhir:insurer [
fhir:l fhir:Organization/ltc-organization-cs100-example ;
fhir:reference [ fhir:v "Organization/ltc-organization-cs100-example" ]
] ; #
fhir:insurance ( [
fhir:coverage [
fhir:l fhir:Coverage/ltc-coverage-cs100-example ;
fhir:reference [ fhir:v "Coverage/ltc-coverage-cs100-example" ] ] ;
( fhir:item [
fhir:category [
( fhir:coding [
fhir:system [
fhir:v "http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-service-group"^^xsd:anyURI ;
fhir:l <http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-service-group> ] ;
fhir:code [ fhir:v "care-pro" ] ] ) ] ;
( fhir:benefit [
fhir:type [
( fhir:coding [
fhir:system [
fhir:v "http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-benefit-type"^^xsd:anyURI ;
fhir:l <http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-benefit-type> ] ;
fhir:code [ fhir:v "total" ] ] ) ] ;
fhir:allowed [
a fhir:Money ;
fhir:value [ fhir:v "15460"^^xsd:decimal ] ;
fhir:currency [ fhir:v "TWD" ] ] ] [
fhir:type [
( fhir:coding [
fhir:system [
fhir:v "http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-benefit-type"^^xsd:anyURI ;
fhir:l <http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-benefit-type> ] ;
fhir:code [ fhir:v "subsidy" ] ] ) ] ;
fhir:allowed [
a fhir:Money ;
fhir:value [ fhir:v "12987"^^xsd:decimal ] ;
fhir:currency [ fhir:v "TWD" ] ] ] [
fhir:type [
( fhir:coding [
fhir:system [
fhir:v "http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-benefit-type"^^xsd:anyURI ;
fhir:l <http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-benefit-type> ] ;
fhir:code [ fhir:v "copay" ] ] ) ] ;
fhir:allowed [
a fhir:Money ;
fhir:value [ fhir:v "2473"^^xsd:decimal ] ;
fhir:currency [ fhir:v "TWD" ] ] ] ) ] )
] ) . #
IG © 2024+ 經濟部產業發展署. Package tw.iii.ltc#1.0.0 based on FHIR 4.0.1. Generated 2026-03-01
Links: Table of Contents |
QA Report