臺灣長期照顧實作指引(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

: 長照-照管全量匯出審核結果(ClaimResponse)範例 - TTL Representation

Raw ttl | Download


@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:ClaimResponse ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ltc-claimresponse-export-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://ltc-ig.fhir.tw/StructureDefinition/LTC-ClaimResponse-Export"^^xsd:anyURI ;
fhir:l <http://ltc-ig.fhir.tw/StructureDefinition/LTC-ClaimResponse-Export>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ClaimResponse ltc-claimresponse-export-example</b></p><a name=\"ltc-claimresponse-export-example\"> </a><a name=\"hcltc-claimresponse-export-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-ClaimResponse-Export.html\">長照 SDK-照管全量匯出(ClaimResponse)</a></p></div><p><b>長照 SDK-錯誤訊息</b>: 跨月金額超出核定上限</p><blockquote><p><b>長照 SDK-單位資訊(PIA/PIB/CENTER/MAN_*)</b></p><ul><li>type: <span title=\"Codes:\">PIA</span></li><li>name: OOO居家長照機構</li><li>code: A10001</li></ul></blockquote><p><b>identifier</b>: <code>http://ltc-ig.fhir.tw/identifier/export/yyyymm-roc</code>/11407</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-04</p><p><b>insurer</b>: <a href=\"Organization-ltc-organization-cs100-example.html\">Organization 某某長照管理中心</a></p><p><b>outcome</b>: Processing Complete</p><p><b>disposition</b>: 審核通過</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
fhir:url [
fhir:v "http://ltc-ig.fhir.tw/StructureDefinition/Ext-TW-LTC-Export-Error"^^xsd:anyURI ;
fhir:l <http://ltc-ig.fhir.tw/StructureDefinition/Ext-TW-LTC-Export-Error>     ] ;
fhir:value [
a fhir:String ;
fhir:v "跨月金額超出核定上限"     ]
  ] [
    ( fhir:extension [
fhir:url [
fhir:v "type"^^xsd:anyURI ;
fhir:l fhir:type       ] ;
fhir:value [
a fhir:CodeableConcept ;
fhir:text [ fhir:v "PIA" ]       ]     ] [
fhir:url [
fhir:v "name"^^xsd:anyURI ;
fhir:l fhir:name       ] ;
fhir:value [
a fhir:String ;
fhir:v "OOO居家長照機構"       ]     ] [
fhir:url [
fhir:v "code"^^xsd:anyURI ;
fhir:l fhir:code       ] ;
fhir:value [
a fhir:String ;
fhir:v "A10001"       ]     ] ) ;
fhir:url [
fhir:v "http://ltc-ig.fhir.tw/StructureDefinition/Ext-TW-LTC-Export-Unit"^^xsd:anyURI ;
fhir:l <http://ltc-ig.fhir.tw/StructureDefinition/Ext-TW-LTC-Export-Unit>     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [
fhir:v "http://ltc-ig.fhir.tw/identifier/export/yyyymm-roc"^^xsd:anyURI ;
fhir:l <http://ltc-ig.fhir.tw/identifier/export/yyyymm-roc>     ] ;
fhir:value [ fhir:v "11407" ]
  ] ) ; # 
  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-04"^^xsd:date] ; # 
  fhir:insurer [
fhir:l fhir:Organization/ltc-organization-cs100-example ;
fhir:reference [ fhir:v "Organization/ltc-organization-cs100-example" ]
  ] ; # 
  fhir:outcome [ fhir:v "complete"] ; # 
  fhir:disposition [ fhir:v "審核通過"] . #