臺灣社政領域基礎實作指引
0.0.1 - ci-build

臺灣社政領域基礎實作指引, 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

: 個案服務案件結案範例 - TTL Representation

Raw ttl | Download


@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/EpisodeOfCare/episode-closure-min> a fhir:EpisodeOfCare ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "episode-closure-min"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://sfaa.gov.tw/base/StructureDefinition/EpisodeOfCare-twss-base" ;
       fhir:index 0 ;
       fhir:link <https://sfaa.gov.tw/base/StructureDefinition/EpisodeOfCare-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>:EOC-CLOSE-001</p><p><b>案件狀態</b>:finished</p><p><b>個案</b>:<a href=\"Patient-pat-min.html\">Patient/pat-min</a> \"王小明\"</p><p><b>服務期間</b>:2026-01-01 至 2026-07-31</p><p><b>結案原因[extension: <a href=\"StructureDefinition-twss-case-close-reason.html\">twss-case-close-reason</a>]</b>:服務目標已達成</p><p><b>案件狀態[extension: <a href=\"StructureDefinition-twss-case-status-extension.html\">twss-case-status-extension</a>]</b>:已結案</p><p><b>結案時是否轉介[extension: <a href=\"StructureDefinition-twss-is-referred-at-closure.html\">twss-is-referred-at-closure</a>]</b>:否</p></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "https://sfaa.gov.tw/base/StructureDefinition/twss-case-close-reason" ] ;
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.text [ fhir:value "服務目標已達成" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:Extension.url [ fhir:value "https://sfaa.gov.tw/base/StructureDefinition/twss-case-status-extension" ] ;
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://sfaa.gov.tw/base/CodeSystem/twss-case-status" ] ;
         fhir:Coding.code [ fhir:value "C" ] ;
         fhir:Coding.display [ fhir:value "已結案" ]
       ]
     ]
  ], [
     fhir:index 2 ;
     fhir:Extension.url [ fhir:value "https://sfaa.gov.tw/base/StructureDefinition/twss-is-referred-at-closure" ] ;
     fhir:Extension.valueBoolean [ fhir:value "false"^^xsd:boolean ]
  ] ;
  fhir:EpisodeOfCare.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "https://sfaa.gov.tw/base/identifier/case-number" ] ;
     fhir:Identifier.value [ fhir:value "EOC-CLOSE-001" ]
  ] ;
  fhir:EpisodeOfCare.status [ fhir:value "finished"] ;
  fhir:EpisodeOfCare.type [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://sfaa.gov.tw/base/CodeSystem/twss-episode-of-care-type" ] ;
       fhir:Coding.code [ fhir:value "early-intervention" ] ;
       fhir:Coding.display [ fhir:value "兒童發展通報轉介及個案管理服務" ]
     ]
  ] ;
  fhir:EpisodeOfCare.patient [
     fhir:link <http://hl7.org/fhir/Patient/pat-min> ;
     fhir:Reference.reference [ fhir:value "Patient/pat-min" ]
  ] ;
  fhir:EpisodeOfCare.period [
     fhir:Period.start [ fhir:value "2026-01-01"^^xsd:date ] ;
     fhir:Period.end [ fhir:value "2026-07-31"^^xsd:date ]
  ] .

<http://hl7.org/fhir/Patient/pat-min> a fhir:Patient .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/EpisodeOfCare/episode-closure-min.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/EpisodeOfCare/episode-closure-min.ttl> .