臺灣長期照顧實作指引(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:Claim ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ltc-claim-export-dispatch-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://ltc-ig.fhir.tw/StructureDefinition/LTC-Claim-Export"^^xsd:anyURI ;
fhir:l <http://ltc-ig.fhir.tw/StructureDefinition/LTC-Claim-Export> ] )
] ; #
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: Claim ltc-claim-export-dispatch-example</b></p><a name=\"ltc-claim-export-dispatch-example\"> </a><a name=\"hcltc-claim-export-dispatch-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-Claim-Export.html\">長照 SDK-照管全量匯出(Claim)</a></p></div><p><b>identifier</b>: <code>https://ltc-ig.fhir.tw/identifier/export/case-no</code>/111307113, <code>https://ltc-ig.fhir.tw/identifier/export/eva-id</code>/7546385480</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/claim-type professional}\">Professional</span></p><p><b>use</b>: Preauthorization</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-07-01</p><p><b>provider</b>: <a href=\"Organization-ltc-organization-cs100-example.html\">Organization 某某長照管理中心</a></p><p><b>priority</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/processpriority normal}\">Normal</span></p><h3>Insurances</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Sequence</b></td><td><b>Focal</b></td><td><b>Coverage</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td><td>true</td><td><a href=\"Coverage-ltc-coverage-cs100-example.html\">Coverage: status = active</a></td></tr></table><blockquote><p><b>item</b></p><p><b>sequence</b>: 1</p><p><b>productOrService</b>: <span title=\"Codes:{http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-service-item BA04}\">協助進食或管灌餵食</span></p></blockquote><blockquote><p><b>item</b></p><p><b>sequence</b>: 2</p><p><b>productOrService</b>: <span title=\"Codes:{http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-service-item BA07}\">協助沐浴及洗頭</span></p></blockquote><blockquote><p><b>item</b></p><p><b>sequence</b>: 3</p><p><b>productOrService</b>: <span title=\"Codes:{http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-service-item BA18}\">安全看視</span></p></blockquote><blockquote><p><b>item</b></p><p><b>sequence</b>: 4</p><p><b>productOrService</b>: <span title=\"Codes:{http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-service-item BA02}\">基本日常照顧</span></p></blockquote><blockquote><p><b>item</b></p><p><b>sequence</b>: 5</p><p><b>productOrService</b>: <span title=\"Codes:{http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-service-item BA13}\">陪同外出</span></p></blockquote></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "https://ltc-ig.fhir.tw/identifier/export/case-no"^^xsd:anyURI ;
fhir:l <https://ltc-ig.fhir.tw/identifier/export/case-no> ] ;
fhir:value [ fhir:v "111307113" ]
] [
fhir:system [
fhir:v "https://ltc-ig.fhir.tw/identifier/export/eva-id"^^xsd:anyURI ;
fhir:l <https://ltc-ig.fhir.tw/identifier/export/eva-id> ] ;
fhir:value [ fhir:v "7546385480" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:type [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/claim-type"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/claim-type> ] ;
fhir:code [ fhir:v "professional" ] ] )
] ; #
fhir:use [ fhir:v "preauthorization"] ; #
fhir:patient [
fhir:l fhir:Patient/ltc-patient-cs100-example ;
fhir:reference [ fhir:v "Patient/ltc-patient-cs100-example" ]
] ; #
fhir:created [ fhir:v "2025-07-01"^^xsd:date] ; #
fhir:provider [
fhir:l fhir:Organization/ltc-organization-cs100-example ;
fhir:reference [ fhir:v "Organization/ltc-organization-cs100-example" ]
] ; #
fhir:priority [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/processpriority"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/processpriority> ] ;
fhir:code [ fhir:v "normal" ] ] )
] ; #
fhir:insurance ( [
fhir:sequence [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:focal [ fhir:v true ] ;
fhir:coverage [
fhir:l fhir:Coverage/ltc-coverage-cs100-example ;
fhir:reference [ fhir:v "Coverage/ltc-coverage-cs100-example" ] ]
] ) ; #
fhir:item ( [
fhir:sequence [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:productOrService [
( fhir:coding [
fhir:system [
fhir:v "http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-service-item"^^xsd:anyURI ;
fhir:l <http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-service-item> ] ;
fhir:code [ fhir:v "BA04" ] ] ) ]
] [
fhir:sequence [ fhir:v "2"^^xsd:positiveInteger ] ;
fhir:productOrService [
( fhir:coding [
fhir:system [
fhir:v "http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-service-item"^^xsd:anyURI ;
fhir:l <http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-service-item> ] ;
fhir:code [ fhir:v "BA07" ] ] ) ]
] [
fhir:sequence [ fhir:v "3"^^xsd:positiveInteger ] ;
fhir:productOrService [
( fhir:coding [
fhir:system [
fhir:v "http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-service-item"^^xsd:anyURI ;
fhir:l <http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-service-item> ] ;
fhir:code [ fhir:v "BA18" ] ] ) ]
] [
fhir:sequence [ fhir:v "4"^^xsd:positiveInteger ] ;
fhir:productOrService [
( fhir:coding [
fhir:system [
fhir:v "http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-service-item"^^xsd:anyURI ;
fhir:l <http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-service-item> ] ;
fhir:code [ fhir:v "BA02" ] ] ) ]
] [
fhir:sequence [ fhir:v "5"^^xsd:positiveInteger ] ;
fhir:productOrService [
( fhir:coding [
fhir:system [
fhir:v "http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-service-item"^^xsd:anyURI ;
fhir:l <http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-service-item> ] ;
fhir:code [ fhir:v "BA13" ] ] ) ]
] ) . #
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