臺灣社政領域基礎實作指引, published by 衛生福利部社會及家庭署. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/sfaassn2025-source/base/ 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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/CarePlan/current-care-min> a fhir:CarePlan ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "current-care-min"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://sfaa.gov.tw/base/StructureDefinition/CarePlan-twss-base" ;
fhir:index 0 ;
fhir:link <https://sfaa.gov.tw/base/StructureDefinition/CarePlan-twss-base>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>個案服務規劃</b></h3><p><b>個案</b>:<a href=\"Patient-pat-min.html\">Patient/pat-min</a></p><p><b>案件</b>:<a href=\"EpisodeOfCare-episode-base.html\">EpisodeOfCare/episode-base</a></p><p><b>預計提供經濟補助</b>:<span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"><a href=\"CodeSystem-twss-provided-financial-subsidy.html\">TWSS 預計提供經濟補助代碼系統</a>#5</span> 身心障礙者生活補助</p><p><b>預計提供福利服務</b>:<span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"><a href=\"CodeSystem-twss-provided-welfare-service.html\">TWSS 預計提供福利服務代碼系統</a>#3</span> 身體照顧及家務服務</p><p><b>預計提供就業服務</b>:<span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"><a href=\"CodeSystem-twss-provided-employment-service.html\">TWSS 預計提供就業服務代碼系統</a>#13</span> 就業服務</p></div>"
] ;
fhir:DomainResource.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/workflow-episodeOfCare" ] ;
fhir:Extension.valueReference [
fhir:link <http://hl7.org/fhir/EpisodeOfCare/episode-base> ;
fhir:Reference.reference [ fhir:value "EpisodeOfCare/episode-base" ]
]
] ;
fhir:CarePlan.status [ fhir:value "active"] ;
fhir:CarePlan.intent [ fhir:value "plan"] ;
fhir:CarePlan.subject [
fhir:link <http://hl7.org/fhir/Patient/pat-min> ;
fhir:Reference.reference [ fhir:value "Patient/pat-min" ]
] ;
fhir:CarePlan.activity [
fhir:index 0 ;
fhir:CarePlan.activity.detail [
fhir:CarePlan.activity.detail.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://sfaa.gov.tw/base/CodeSystem/twss-provided-financial-subsidy" ] ;
fhir:Coding.code [ fhir:value "5" ] ;
fhir:Coding.display [ fhir:value "身心障礙者生活補助" ]
]
] ;
fhir:CarePlan.activity.detail.status [ fhir:value "scheduled" ]
]
], [
fhir:index 1 ;
fhir:CarePlan.activity.detail [
fhir:CarePlan.activity.detail.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://sfaa.gov.tw/base/CodeSystem/twss-provided-welfare-service" ] ;
fhir:Coding.code [ fhir:value "3" ] ;
fhir:Coding.display [ fhir:value "身體照顧及家務服務" ]
]
] ;
fhir:CarePlan.activity.detail.status [ fhir:value "scheduled" ]
]
], [
fhir:index 2 ;
fhir:CarePlan.activity.detail [
fhir:CarePlan.activity.detail.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://sfaa.gov.tw/base/CodeSystem/twss-provided-employment-service" ] ;
fhir:Coding.code [ fhir:value "13" ] ;
fhir:Coding.display [ fhir:value "就業服務" ]
]
] ;
fhir:CarePlan.activity.detail.status [ fhir:value "scheduled" ]
]
] .
<http://hl7.org/fhir/EpisodeOfCare/episode-base> a fhir:EpisodeOfCare .
<http://hl7.org/fhir/Patient/pat-min> a fhir:Patient .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/CarePlan/current-care-min.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/CarePlan/current-care-min.ttl> .
IG © 2026+ 衛生福利部社會及家庭署. Package tw.gov.mohw.twss.base#0.0.1 based on FHIR 4.0.1. Generated 2026-08-10
Links: Table of Contents |
QA Report
| Version History
