臺灣長期照顧實作指引(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 loinc: <http://loinc.org/rdf#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- <http://hl7.org/fhir/Bundle/ltc-bundle-payload-example> a fhir:Bundle ; fhir:nodeRole fhir:treeRoot ; fhir:Resource.id [ fhir:value "ltc-bundle-payload-example"] ; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://ltc-ig.fhir.tw/StructureDefinition/LTC-Bundle-Payload" ; fhir:index 0 ; fhir:link <http://ltc-ig.fhir.tw/StructureDefinition/LTC-Bundle-Payload> ] ] ; fhir:Bundle.type [ fhir:value "collection"] ; fhir:Bundle.entry [ fhir:index 0 ; fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/Patient/ltc-patient-sdk-example" ] ; fhir:Bundle.entry.resource <http://example.org/Patient/ltc-patient-sdk-example> ], [ fhir:index 1 ; fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/Organization/ltc-organization-sdk-example" ] ; fhir:Bundle.entry.resource <http://example.org/Organization/ltc-organization-sdk-example> ], [ fhir:index 2 ; fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/Practitioner/ltc-practitioner-sdk-example" ] ; fhir:Bundle.entry.resource <http://example.org/Practitioner/ltc-practitioner-sdk-example> ], [ fhir:index 3 ; fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/EpisodeOfCare/ltc-episodeofcare-sdk-example" ] ; fhir:Bundle.entry.resource <http://example.org/EpisodeOfCare/ltc-episodeofcare-sdk-example> ], [ fhir:index 4 ; fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/Observation/ltc-observation-assessment-sdk-example" ] ; fhir:Bundle.entry.resource <http://example.org/Observation/ltc-observation-assessment-sdk-example> ], [ fhir:index 5 ; fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/CoverageEligibilityResponse/ltc-coverageeligibilityresponse-sdk-example" ] ; fhir:Bundle.entry.resource <http://example.org/CoverageEligibilityResponse/ltc-coverageeligibilityresponse-sdk-example> ], [ fhir:index 6 ; fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/CarePlan/ltc-careplan-sdk-example" ] ; fhir:Bundle.entry.resource <http://example.org/CarePlan/ltc-careplan-sdk-example> ] . <http://example.org/Patient/ltc-patient-sdk-example> a fhir:Patient ; fhir:Resource.id [ fhir:value "ltc-patient-sdk-example"] ; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://ltc-ig.fhir.tw/StructureDefinition/LTCPatient" ; fhir:index 0 ; fhir:link <http://ltc-ig.fhir.tw/StructureDefinition/LTCPatient> ] ] ; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_ltc-patient-sdk-example\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient ltc-patient-sdk-example</b></p><a name=\"ltc-patient-sdk-example\"> </a><a name=\"hcltc-patient-sdk-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-LTCPatient.html\">長期照顧-住民基本資料</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">王小明 Male, DoB: 1950-01-01 ( Provider number (use: official, ))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 0912345678</li><li>台北市中山區中山北路100號(home)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: Next-of-Kin\">Next-of-Kin:</td><td colspan=\"3\"><ul><li>王大明</li><li>ph: 0987654321</li></ul></td></tr></table></div>" ] ; fhir:Patient.identifier [ fhir:index 0 ; fhir:Identifier.use [ fhir:value "official" ] ; fhir:Identifier.type [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ; fhir:Coding.code [ fhir:value "PRN" ] ] ] ; fhir:Identifier.system [ fhir:value "https://example.org/mrn" ] ; fhir:Identifier.value [ fhir:value "A0001" ] ] ; fhir:Patient.name [ fhir:index 0 ; fhir:HumanName.use [ fhir:value "usual" ] ; fhir:HumanName.text [ fhir:value "王小明" ] ] ; fhir:Patient.telecom [ fhir:index 0 ; fhir:ContactPoint.system [ fhir:value "phone" ] ; fhir:ContactPoint.value [ fhir:value "0912345678" ] ] ; fhir:Patient.gender [ fhir:value "male"] ; fhir:Patient.birthDate [ fhir:value "1950-01-01"^^xsd:date] ; fhir:Patient.address [ fhir:index 0 ; fhir:Address.use [ fhir:value "home" ] ; fhir:Address.text [ fhir:value "台北市中山區中山北路100號" ] ] ; fhir:Patient.contact [ fhir:index 0 ; fhir:Patient.contact.relationship [ fhir:index 0 ; fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0131" ] ; fhir:Coding.code [ fhir:value "N" ] ; fhir:Coding.display [ fhir:value "Next-of-Kin" ] ] ] ; fhir:Patient.contact.name [ fhir:HumanName.text [ fhir:value "王大明" ] ] ; fhir:Patient.contact.telecom [ fhir:index 0 ; fhir:ContactPoint.system [ fhir:value "phone" ] ; fhir:ContactPoint.value [ fhir:value "0987654321" ] ] ] . <http://example.org/Organization/ltc-organization-sdk-example> a fhir:Organization ; fhir:Resource.id [ fhir:value "ltc-organization-sdk-example"] ; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://ltc-ig.fhir.tw/StructureDefinition/Organization-twltc" ; fhir:index 0 ; fhir:link <http://ltc-ig.fhir.tw/StructureDefinition/Organization-twltc> ] ] ; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_ltc-organization-sdk-example\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization ltc-organization-sdk-example</b></p><a name=\"ltc-organization-sdk-example\"> </a><a name=\"hcltc-organization-sdk-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-Organization-twltc.html\">長期照顧-機構</a></p></div><p><b>identifier</b>: <code>http://www.moi.gov.tw</code>/0131060099</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span></p><p><b>name</b>: OOO長期照顧管理中心</p></div>" ] ; fhir:Organization.identifier [ fhir:index 0 ; fhir:Identifier.system [ fhir:value "http://www.moi.gov.tw" ] ; fhir:Identifier.value [ fhir:value "0131060099" ] ] ; fhir:Organization.type [ fhir:index 0 ; fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/organization-type" ] ; fhir:Coding.code [ fhir:value "prov" ] ; fhir:Coding.display [ fhir:value "Healthcare Provider" ] ] ] ; fhir:Organization.name [ fhir:value "OOO長期照顧管理中心"] . <http://example.org/Practitioner/ltc-practitioner-sdk-example> a fhir:Practitioner ; fhir:Resource.id [ fhir:value "ltc-practitioner-sdk-example"] ; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://ltc-ig.fhir.tw/StructureDefinition/LTCPractitioner" ; fhir:index 0 ; fhir:link <http://ltc-ig.fhir.tw/StructureDefinition/LTCPractitioner> ] ] ; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Practitioner_ltc-practitioner-sdk-example\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Practitioner ltc-practitioner-sdk-example</b></p><a name=\"ltc-practitioner-sdk-example\"> </a><a name=\"hcltc-practitioner-sdk-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-LTCPractitioner.html\">長期照顧-照顧服務提供者</a></p></div><p><b>identifier</b>: <code>http://example.org/fhir/NamingSystem/practitioner-id</code>/P001</p><p><b>name</b>: 李小華</p></div>" ] ; fhir:Practitioner.identifier [ fhir:index 0 ; fhir:Identifier.system [ fhir:value "http://example.org/fhir/NamingSystem/practitioner-id" ] ; fhir:Identifier.value [ fhir:value "P001" ] ] ; fhir:Practitioner.name [ fhir:index 0 ; fhir:HumanName.text [ fhir:value "李小華" ] ] . <http://example.org/EpisodeOfCare/ltc-episodeofcare-sdk-example> a fhir:EpisodeOfCare ; fhir:Resource.id [ fhir:value "ltc-episodeofcare-sdk-example"] ; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://ltc-ig.fhir.tw/StructureDefinition/LTC-EpisodeOfCare-Payload" ; fhir:index 0 ; fhir:link <http://ltc-ig.fhir.tw/StructureDefinition/LTC-EpisodeOfCare-Payload> ] ] ; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"EpisodeOfCare_ltc-episodeofcare-sdk-example\"> </a><p class=\"res-header-id\"><b>Generated Narrative: EpisodeOfCare ltc-episodeofcare-sdk-example</b></p><a name=\"ltc-episodeofcare-sdk-example\"> </a><a name=\"hcltc-episodeofcare-sdk-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-EpisodeOfCare-Payload.html\">長照 SDK-長照案件</a></p></div><p><b>identifier</b>: <code>https://ltc-ig.fhir.tw/identifier/sdk/r1.1-case-serial</code>/123456789</p><p><b>status</b>: Active</p><p><b>patient</b>: <a href=\"Patient-ltc-patient-sdk-example.html\">王小明 Male, DoB: 1950-01-01 ( Provider number (use: official, ))</a></p><p><b>managingOrganization</b>: <a href=\"Organization-ltc-organization-sdk-example.html\">Organization OOO長期照顧管理中心</a></p><p><b>period</b>: 2025-01-01 --> (ongoing)</p></div>" ] ; fhir:EpisodeOfCare.identifier [ fhir:index 0 ; fhir:Identifier.system [ fhir:value "https://ltc-ig.fhir.tw/identifier/sdk/r1.1-case-serial" ] ; fhir:Identifier.value [ fhir:value "123456789" ] ] ; fhir:EpisodeOfCare.status [ fhir:value "active"] ; fhir:EpisodeOfCare.patient [ fhir:link <http://hl7.org/fhir/Patient/ltc-patient-sdk-example> ; fhir:Reference.reference [ fhir:value "Patient/ltc-patient-sdk-example" ] ] ; fhir:EpisodeOfCare.managingOrganization [ fhir:link <http://hl7.org/fhir/Organization/ltc-organization-sdk-example> ; fhir:Reference.reference [ fhir:value "Organization/ltc-organization-sdk-example" ] ] ; fhir:EpisodeOfCare.period [ fhir:Period.start [ fhir:value "2025-01-01"^^xsd:date ] ] . <http://hl7.org/fhir/Patient/ltc-patient-sdk-example> a fhir:Patient . <http://hl7.org/fhir/Organization/ltc-organization-sdk-example> a fhir:Organization . <http://example.org/Observation/ltc-observation-assessment-sdk-example> a fhir:Observation ; fhir:Resource.id [ fhir:value "ltc-observation-assessment-sdk-example"] ; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://ltc-ig.fhir.tw/StructureDefinition/LTC-Observation-Assessment-Payload" ; fhir:index 0 ; fhir:link <http://ltc-ig.fhir.tw/StructureDefinition/LTC-Observation-Assessment-Payload> ] ] ; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_ltc-observation-assessment-sdk-example\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation ltc-observation-assessment-sdk-example</b></p><a name=\"ltc-observation-assessment-sdk-example\"> </a><a name=\"hcltc-observation-assessment-sdk-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-Observation-Assessment-Payload.html\">長照 SDK-評估核定摘要</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8357-6}\">Blood pressure method</span></p><p><b>subject</b>: <a href=\"Patient-ltc-patient-sdk-example.html\">王小明 Male, DoB: 1950-01-01 ( Provider number (use: official, ))</a></p><p><b>effective</b>: 2025-01-01</p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-assessment-component welfare-identity}\">長照福利身分</span></p><p><b>value</b>: <span title=\"Codes:{http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-welfare-identity cat3}\">第3類</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-assessment-component cms-level}\">CMS 等級</span></p><p><b>value</b>: <span title=\"Codes:{http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-cmslevel 1a}\">1a</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-assessment-component assessment-type}\">評估類型</span></p><p><b>value</b>: <span title=\"Codes:{http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-assessment-type initial}\">初評</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-assessment-component plan-start}\">計畫起始日</span></p><p><b>value</b>: 2025-01-01</p></blockquote></div>" ] ; fhir:Observation.status [ fhir:value "final"] ; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0 ; a loinc:8357-6 ; fhir:Coding.system [ fhir:value "http://loinc.org" ] ; fhir:Coding.code [ fhir:value "8357-6" ] ; fhir:Coding.display [ fhir:value "Blood pressure method" ] ] ] ; fhir:Observation.subject [ fhir:link <http://hl7.org/fhir/Patient/ltc-patient-sdk-example> ; fhir:Reference.reference [ fhir:value "Patient/ltc-patient-sdk-example" ] ] ; fhir:Observation.effectiveDateTime [ fhir:value "2025-01-01"^^xsd:date] ; fhir:Observation.component [ fhir:index 0 ; fhir:Observation.component.code [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-assessment-component" ] ; fhir:Coding.code [ fhir:value "welfare-identity" ] ; fhir:Coding.display [ fhir:value "長照福利身分" ] ] ] ; fhir:Observation.component.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-welfare-identity" ] ; fhir:Coding.code [ fhir:value "cat3" ] ; fhir:Coding.display [ fhir:value "第3類" ] ] ] ], [ fhir:index 1 ; fhir:Observation.component.code [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-assessment-component" ] ; fhir:Coding.code [ fhir:value "cms-level" ] ; fhir:Coding.display [ fhir:value "CMS 等級" ] ] ] ; fhir:Observation.component.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-cmslevel" ] ; fhir:Coding.code [ fhir:value "1a" ] ; fhir:Coding.display [ fhir:value "1a" ] ] ] ], [ fhir:index 2 ; fhir:Observation.component.code [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-assessment-component" ] ; fhir:Coding.code [ fhir:value "assessment-type" ] ; fhir:Coding.display [ fhir:value "評估類型" ] ] ] ; fhir:Observation.component.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-assessment-type" ] ; fhir:Coding.code [ fhir:value "initial" ] ; fhir:Coding.display [ fhir:value "初評" ] ] ] ], [ fhir:index 3 ; fhir:Observation.component.code [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-assessment-component" ] ; fhir:Coding.code [ fhir:value "plan-start" ] ; fhir:Coding.display [ fhir:value "計畫起始日" ] ] ] ; fhir:Observation.component.valueDateTime [ fhir:value "2025-01-01"^^xsd:date ] ] . <http://example.org/CoverageEligibilityResponse/ltc-coverageeligibilityresponse-sdk-example> a fhir:CoverageEligibilityResponse ; fhir:Resource.id [ fhir:value "ltc-coverageeligibilityresponse-sdk-example"] ; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://ltc-ig.fhir.tw/StructureDefinition/LTC-CoverageEligibilityResponse" ; fhir:index 0 ; fhir:link <http://ltc-ig.fhir.tw/StructureDefinition/LTC-CoverageEligibilityResponse> ] ] ; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"CoverageEligibilityResponse_ltc-coverageeligibilityresponse-sdk-example\"> </a><p class=\"res-header-id\"><b>Generated Narrative: CoverageEligibilityResponse ltc-coverageeligibilityresponse-sdk-example</b></p><a name=\"ltc-coverageeligibilityresponse-sdk-example\"> </a><a name=\"hcltc-coverageeligibilityresponse-sdk-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-sdk-example.html\">王小明 Male, DoB: 1950-01-01 ( Provider number (use: official, ))</a></p><p><b>created</b>: 2025-08-04 17:02:19+0800</p><p><b>request</b>: <a href=\"CoverageEligibilityRequest-ltc-coverageeligibilityrequest-sdk-example.html\">CoverageEligibilityRequest: status = active; purpose = benefits; created = 2025-08-04 17:00:00+0800</a></p><p><b>outcome</b>: Processing Complete</p><p><b>insurer</b>: <a href=\"Organization-ltc-organization-sdk-example.html\">Organization OOO長期照顧管理中心</a></p><blockquote><p><b>insurance</b></p><p><b>coverage</b>: <a href=\"Coverage-ltc-coverage-sdk-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>" ] ; fhir:CoverageEligibilityResponse.status [ fhir:value "active"] ; fhir:CoverageEligibilityResponse.purpose [ fhir:value "benefits" ; fhir:index 0 ] ; fhir:CoverageEligibilityResponse.patient [ fhir:link <http://hl7.org/fhir/Patient/ltc-patient-sdk-example> ; fhir:Reference.reference [ fhir:value "Patient/ltc-patient-sdk-example" ] ] ; fhir:CoverageEligibilityResponse.created [ fhir:value "2025-08-04T17:02:19+08:00"^^xsd:dateTime] ; fhir:CoverageEligibilityResponse.request [ fhir:link <http://hl7.org/fhir/CoverageEligibilityRequest/ltc-coverageeligibilityrequest-sdk-example> ; fhir:Reference.reference [ fhir:value "CoverageEligibilityRequest/ltc-coverageeligibilityrequest-sdk-example" ] ] ; fhir:CoverageEligibilityResponse.outcome [ fhir:value "complete"] ; fhir:CoverageEligibilityResponse.insurer [ fhir:link <http://hl7.org/fhir/Organization/ltc-organization-sdk-example> ; fhir:Reference.reference [ fhir:value "Organization/ltc-organization-sdk-example" ] ] ; fhir:CoverageEligibilityResponse.insurance [ fhir:index 0 ; fhir:CoverageEligibilityResponse.insurance.coverage [ fhir:link <http://hl7.org/fhir/Coverage/ltc-coverage-sdk-example> ; fhir:Reference.reference [ fhir:value "Coverage/ltc-coverage-sdk-example" ] ] ; fhir:CoverageEligibilityResponse.insurance.item [ fhir:index 0 ; fhir:CoverageEligibilityResponse.insurance.item.category [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-service-group" ] ; fhir:Coding.code [ fhir:value "care-pro" ] ; fhir:Coding.display [ fhir:value "照顧及專業服務" ] ] ] ; fhir:CoverageEligibilityResponse.insurance.item.benefit [ fhir:index 0 ; fhir:CoverageEligibilityResponse.insurance.item.benefit.type [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-benefit-type" ] ; fhir:Coding.code [ fhir:value "total" ] ] ] ; fhir:CoverageEligibilityResponse.insurance.item.benefit.allowedMoney [ fhir:Money.value [ fhir:value "15460"^^xsd:decimal ] ; fhir:Money.currency [ fhir:value "TWD" ] ] ], [ fhir:index 1 ; fhir:CoverageEligibilityResponse.insurance.item.benefit.type [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-benefit-type" ] ; fhir:Coding.code [ fhir:value "subsidy" ] ] ] ; fhir:CoverageEligibilityResponse.insurance.item.benefit.allowedMoney [ fhir:Money.value [ fhir:value "12987"^^xsd:decimal ] ; fhir:Money.currency [ fhir:value "TWD" ] ] ], [ fhir:index 2 ; fhir:CoverageEligibilityResponse.insurance.item.benefit.type [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-benefit-type" ] ; fhir:Coding.code [ fhir:value "copay" ] ] ] ; fhir:CoverageEligibilityResponse.insurance.item.benefit.allowedMoney [ fhir:Money.value [ fhir:value "2473"^^xsd:decimal ] ; fhir:Money.currency [ fhir:value "TWD" ] ] ] ] ] . <http://hl7.org/fhir/CoverageEligibilityRequest/ltc-coverageeligibilityrequest-sdk-example> a fhir:CoverageEligibilityRequest . <http://hl7.org/fhir/Coverage/ltc-coverage-sdk-example> a fhir:Coverage . <http://example.org/CarePlan/ltc-careplan-sdk-example> a fhir:CarePlan ; fhir:Resource.id [ fhir:value "ltc-careplan-sdk-example"] ; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://ltc-ig.fhir.tw/StructureDefinition/LTC-CarePlan-Payload" ; fhir:index 0 ; fhir:link <http://ltc-ig.fhir.tw/StructureDefinition/LTC-CarePlan-Payload> ] ] ; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"CarePlan_ltc-careplan-sdk-example\"> </a><p class=\"res-header-id\"><b>Generated Narrative: CarePlan ltc-careplan-sdk-example</b></p><a name=\"ltc-careplan-sdk-example\"> </a><a name=\"hcltc-careplan-sdk-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-CarePlan-Payload.html\">長照 SDK-照顧計畫(不含輔具)</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>category</b>: <span title=\"Codes:{https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/careplan-category-tw assess-plan}\">Assessment and Plan of Treatment</span></p><p><b>subject</b>: <a href=\"Patient-ltc-patient-sdk-example.html\">王小明 Male, DoB: 1950-01-01 ( Provider number (use: official, ))</a></p><blockquote><p><b>activity</b></p><h3>Details</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>Code</b></td><td><b>Status</b></td><td><b>Scheduled[x]</b></td><td><b>Quantity</b></td></tr><tr><td style=\"display: none\">*</td><td/><td><span title=\"Codes:{http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-service-item AA01}\">照顧計畫擬定與服務連結</span></td><td>Scheduled</td><td>每週 2 次(週二、週五)</td><td>19</td></tr></table></blockquote></div>" ] ; fhir:CarePlan.status [ fhir:value "active"] ; fhir:CarePlan.intent [ fhir:value "plan"] ; fhir:CarePlan.category [ fhir:index 0 ; fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/careplan-category-tw" ] ; fhir:Coding.code [ fhir:value "assess-plan" ] ] ] ; fhir:CarePlan.subject [ fhir:link <http://hl7.org/fhir/Patient/ltc-patient-sdk-example> ; fhir:Reference.reference [ fhir:value "Patient/ltc-patient-sdk-example" ] ] ; fhir:CarePlan.activity [ fhir:index 0 ; fhir:CarePlan.activity.detail [ fhir:Element.extension [ fhir:index 0 ; fhir:Extension.url [ fhir:value "http://ltc-ig.fhir.tw/StructureDefinition/Ext-TW-LTC-UnitPrice" ] ; fhir:Extension.valueMoney [ fhir:Money.value [ fhir:value "195"^^xsd:decimal ] ; fhir:Money.currency [ fhir:value "TWD" ] ] ] ; fhir:CarePlan.activity.detail.code [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-service-item" ] ; fhir:Coding.code [ fhir:value "AA01" ] ; fhir:Coding.display [ fhir:value "照顧計畫擬定與服務連結" ] ] ] ; fhir:CarePlan.activity.detail.status [ fhir:value "scheduled" ] ; fhir:CarePlan.activity.detail.scheduledString [ fhir:value "每週 2 次(週二、週五)" ] ; fhir:CarePlan.activity.detail.quantity [ fhir:Quantity.value [ fhir:value "19"^^xsd:decimal ] ] ] ] . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/Bundle/ltc-bundle-payload-example.ttl> a owl:Ontology ; owl:imports fhir:fhir.ttl ; owl:versionIRI <http://build.fhir.org/Bundle/ltc-bundle-payload-example.ttl> .
IG © 2024+ 經濟部產業發展署. Package tw.iii.ltc#1.0.0 based on FHIR 4.0.1. Generated 2026-07-29
Links: Table of Contents |
QA Report