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

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/ValueSet/RelationshipTypeVS-TWLTC> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "RelationshipTypeVS-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: ValueSet RelationshipTypeVS-TWLTC</b></p><a name=\"RelationshipTypeVS-TWLTC\"> </a><a name=\"hcRelationshipTypeVS-TWLTC\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"http://terminology.hl7.org/7.3.0/CodeSystem-v2-0131.html\"><code>http://terminology.hl7.org/CodeSystem/v2-0131</code></a><span title=\"Version is explicitly stated to be 3.0.0\"> version ?3.0.0</span></li><li>Include codes from<a href=\"http://terminology.hl7.org/7.0.0/CodeSystem-v3-RoleCode.html\"><code>http://terminology.hl7.org/CodeSystem/v3-RoleCode</code></a><span title=\"Version is explicitly stated to be 3.0.0\"> version ?3.0.0</span> where concept  is-a <a href=\"http://terminology.hl7.org/7.0.0/CodeSystem-v3-RoleCode.html#v3-RoleCode-_PersonalRelationshipRoleType\">_PersonalRelationshipRoleType</a></li><li>Include all codes defined in <a href=\"CodeSystem-RelationshipTypeCS-TWLTC.html\"><code>http://ltc-ig.fhir.tw/CodeSystem/RelationshipTypeCS-TWLTC</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?1.0.0</span></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "http://ltc-ig.fhir.tw/ValueSet/RelationshipTypeVS-TWLTC"] ;
  fhir:ValueSet.version [ fhir:value "1.0.0"] ;
  fhir:ValueSet.name [ fhir:value "RelationshipTypeVSTWLTC"] ;
  fhir:ValueSet.title [ fhir:value "關係類型擴展值集"] ;
  fhir:ValueSet.status [ fhir:value "active"] ;
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2024-09-02"^^xsd:date] ;
  fhir:ValueSet.publisher [ fhir:value "經濟部產業發展署"] ;
  fhir:ValueSet.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:ValueSet.description [ fhir:value "關係人與個案的關係類型擴展代碼值集,新增孫媳婦、孫女婿、聘用看護-本國籍、聘用看護-外國籍等代碼"] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0131" ] ;
       fhir:ValueSet.compose.include.version [ fhir:value "3.0.0" ]
     ], [
       fhir:index 1 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ] ;
       fhir:ValueSet.compose.include.version [ fhir:value "3.0.0" ] ;
       fhir:ValueSet.compose.include.filter [
         fhir:index 0 ;
         fhir:ValueSet.compose.include.filter.property [ fhir:value "concept" ] ;
         fhir:ValueSet.compose.include.filter.op [ fhir:value "is-a" ] ;
         fhir:ValueSet.compose.include.filter.value [ fhir:value "_PersonalRelationshipRoleType" ]
       ]
     ], [
       fhir:index 2 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://ltc-ig.fhir.tw/CodeSystem/RelationshipTypeCS-TWLTC" ]
     ]
  ] .

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

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