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

: 轉介單居住狀況代碼 - TTL Representation

Active as of 2024-08-25

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/CodeSystem/ReferralConditionResidenceCS-TWLTC> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ReferralConditionResidenceCS-TWLTC"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ReferralConditionResidenceCS-TWLTC</b></p><a name=\"ReferralConditionResidenceCS-TWLTC\"> </a><a name=\"hcReferralConditionResidenceCS-TWLTC\"> </a><p>This case-sensitive code system <code>http://ltc-ig.fhir.tw/CodeSystem/ReferralConditionResidenceCS-TWLTC</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">not-alone<a name=\"ReferralConditionResidenceCS-TWLTC-not-alone\"> </a></td><td>非獨居</td><td>個案非獨居。</td></tr><tr><td style=\"white-space:nowrap\">alone-managed<a name=\"ReferralConditionResidenceCS-TWLTC-alone-managed\"> </a></td><td>獨居 (社會局列冊管理個案)</td><td>個案獨居,且社會局列冊管理。</td></tr><tr><td style=\"white-space:nowrap\">alone-not-managed<a name=\"ReferralConditionResidenceCS-TWLTC-alone-not-managed\"> </a></td><td>獨居 (社會局未列冊管理個案)</td><td>個案獨居,但社會局未列冊管理。</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "http://ltc-ig.fhir.tw/CodeSystem/ReferralConditionResidenceCS-TWLTC"] ;
  fhir:CodeSystem.version [ fhir:value "1.0.0"] ;
  fhir:CodeSystem.name [ fhir:value "ReferralConditionResidenceCSTWLTC"] ;
  fhir:CodeSystem.title [ fhir:value "轉介單居住狀況代碼"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2024-08-25"^^xsd:date] ;
  fhir:CodeSystem.publisher [ fhir:value "經濟部產業發展署"] ;
  fhir:CodeSystem.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "經濟部產業發展署" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://www.ida.gov.tw/" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "用於表述個案的居住狀況"] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "3"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "not-alone" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "非獨居" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "個案非獨居。" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "alone-managed" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "獨居 (社會局列冊管理個案)" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "個案獨居,且社會局列冊管理。" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "alone-not-managed" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "獨居 (社會局未列冊管理個案)" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "個案獨居,但社會局未列冊管理。" ]
  ] .

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

<http://hl7.org/fhir/CodeSystem/ReferralConditionResidenceCS-TWLTC.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/ReferralConditionResidenceCS-TWLTC.ttl> .