傳染病通報系統實作指引
0.1.0 - ci-build Taiwan, Province of China flag

傳染病通報系統實作指引, published by 衛福部疾病管制署. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fhir-nidrs/nidrs/ and changes regularly. See the Directory of published versions

: CDC-職業對應HL7 AdministrativeOccupation Codes - TTL Representation

Active as of 2026-10-01

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/ConceptMap/hl7-cdc-occupation> a fhir:ConceptMap ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "hl7-cdc-occupation"] ;
  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: 概念映射 hl7-cdc-occupation</b></p><a name=\"hl7-cdc-occupation\"> </a><a name=\"hchl7-cdc-occupation\"> </a><p>Mapping from <a href=\"ValueSet-cdc-occupation.html\">CDC-職業值集</a> to <a href=\"ValueSet-occupation.html\">臺灣壽險公會 + 臺灣勞動部 + CDC - 職業值集</a></p><br/><p>Mapping from <a href=\"CodeSystem-cdc-occupation.html\">CDC-職業version: 0.1.0)</a> to <a href=\"https://twcore.mohw.gov.tw/ig/twcore/0.3.2/CodeSystem-occupation-lia-roc-tw.html\">臺灣壽險公會傷害保險個人職業分類表version: 2023-06-01)</a></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td></tr><tr><td>18 (學生)</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#concept-map-equivalence-equivalent\" title=\"equivalent\">is equivalent to</a></td><td>12010020 (學生(不含軍校、警校))</td></tr><tr><td>19 (家管)</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#concept-map-equivalence-equivalent\" title=\"equivalent\">is equivalent to</a></td><td>17000010 (家庭主婦)</td></tr><tr><td>36 (照服員或個人健康照顧工作人員)</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#concept-map-equivalence-equivalent\" title=\"equivalent\">is equivalent to</a></td><td>10010080 (一般看護人員、基層照服員)</td></tr><tr><td>37 (保母或兒童照顧工作人員)</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#concept-map-equivalence-equivalent\" title=\"equivalent\">is equivalent to</a></td><td>17000030 (褓姆)</td></tr><tr><td>38 (實驗室檢驗人員)</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#concept-map-equivalence-equivalent\" title=\"equivalent\">is equivalent to</a></td><td>08200030 (實驗室研究人員、研發人員)</td></tr><tr><td>39 (獸醫師)</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#concept-map-equivalence-equivalent\" title=\"equivalent\">is equivalent to</a></td><td>10010040 (獸醫)</td></tr><tr><td>41 (畜牧業人員)</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#concept-map-equivalence-equivalent\" title=\"equivalent\">is equivalent to</a></td><td>01020020 (畜牧工作人員)</td></tr></table></div>"
  ] ;
  fhir:ConceptMap.url [ fhir:value "https://cdc.gov.tw/nidrs/ConceptMap/hl7-cdc-occupation"] ;
  fhir:ConceptMap.version [ fhir:value "0.1.0"] ;
  fhir:ConceptMap.name [ fhir:value "CDCHL7Occupation"] ;
  fhir:ConceptMap.title [ fhir:value "CDC-職業代碼對應臺灣壽險公會傷害保險個人職業分類表及臺灣勞動部職業標準分類"] ;
  fhir:ConceptMap.status [ fhir:value "active"] ;
  fhir:ConceptMap.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ConceptMap.date [ fhir:value "2026-10-01"^^xsd:date] ;
  fhir:ConceptMap.publisher [ fhir:value "衛福部疾病管制署"] ;
  fhir:ConceptMap.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.cdc.gov.tw" ]
     ]
  ] ;
  fhir:ConceptMap.description [ fhir:value "此對應表為臺灣衛生福利部疾病管制署「職業」對應TW Core IG,供實作者於撰寫程式以自動化對應或轉代碼時使用。"] ;
  fhir:ConceptMap.jurisdiction [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
       fhir:Coding.code [ fhir:value "TW" ]
     ]
  ] ;
  fhir:ConceptMap.sourceCanonical [
     fhir:value "https://cdc.gov.tw/nidrs/ValueSet/cdc-occupation" ;
     fhir:link <https://cdc.gov.tw/nidrs/ValueSet/cdc-occupation>
  ] ;
  fhir:ConceptMap.targetCanonical [
     fhir:value "https://cdc.gov.tw/nidrs/ValueSet/occupation" ;
     fhir:link <https://cdc.gov.tw/nidrs/ValueSet/occupation>
  ] ;
  fhir:ConceptMap.group [
     fhir:index 0 ;
     fhir:ConceptMap.group.source [ fhir:value "https://cdc.gov.tw/nidrs/CodeSystem/cdc-occupation" ] ;
     fhir:ConceptMap.group.sourceVersion [ fhir:value "0.1.0" ] ;
     fhir:ConceptMap.group.target [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/occupation-lia-roc-tw" ] ;
     fhir:ConceptMap.group.targetVersion [ fhir:value "2023-06-01" ] ;
     fhir:ConceptMap.group.element [
       fhir:index 0 ;
       fhir:ConceptMap.group.element.code [ fhir:value "18" ] ;
       fhir:ConceptMap.group.element.display [ fhir:value "學生" ] ;
       fhir:ConceptMap.group.element.target [
         fhir:index 0 ;
         fhir:ConceptMap.group.element.target.code [ fhir:value "12010020" ] ;
         fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equivalent" ]
       ]
     ], [
       fhir:index 1 ;
       fhir:ConceptMap.group.element.code [ fhir:value "19" ] ;
       fhir:ConceptMap.group.element.display [ fhir:value "家管" ] ;
       fhir:ConceptMap.group.element.target [
         fhir:index 0 ;
         fhir:ConceptMap.group.element.target.code [ fhir:value "17000010" ] ;
         fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equivalent" ]
       ]
     ], [
       fhir:index 2 ;
       fhir:ConceptMap.group.element.code [ fhir:value "36" ] ;
       fhir:ConceptMap.group.element.display [ fhir:value "照服員或個人健康照顧工作人員" ] ;
       fhir:ConceptMap.group.element.target [
         fhir:index 0 ;
         fhir:ConceptMap.group.element.target.code [ fhir:value "10010080" ] ;
         fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equivalent" ]
       ]
     ], [
       fhir:index 3 ;
       fhir:ConceptMap.group.element.code [ fhir:value "37" ] ;
       fhir:ConceptMap.group.element.display [ fhir:value "保母或兒童照顧工作人員" ] ;
       fhir:ConceptMap.group.element.target [
         fhir:index 0 ;
         fhir:ConceptMap.group.element.target.code [ fhir:value "17000030" ] ;
         fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equivalent" ]
       ]
     ], [
       fhir:index 4 ;
       fhir:ConceptMap.group.element.code [ fhir:value "38" ] ;
       fhir:ConceptMap.group.element.display [ fhir:value "實驗室檢驗人員" ] ;
       fhir:ConceptMap.group.element.target [
         fhir:index 0 ;
         fhir:ConceptMap.group.element.target.code [ fhir:value "08200030" ] ;
         fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equivalent" ]
       ]
     ], [
       fhir:index 5 ;
       fhir:ConceptMap.group.element.code [ fhir:value "39" ] ;
       fhir:ConceptMap.group.element.display [ fhir:value "獸醫師" ] ;
       fhir:ConceptMap.group.element.target [
         fhir:index 0 ;
         fhir:ConceptMap.group.element.target.code [ fhir:value "10010040" ] ;
         fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equivalent" ]
       ]
     ], [
       fhir:index 6 ;
       fhir:ConceptMap.group.element.code [ fhir:value "41" ] ;
       fhir:ConceptMap.group.element.display [ fhir:value "畜牧業人員" ] ;
       fhir:ConceptMap.group.element.target [
         fhir:index 0 ;
         fhir:ConceptMap.group.element.target.code [ fhir:value "01020020" ] ;
         fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equivalent" ]
       ]
     ]
  ] .

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

<http://hl7.org/fhir/ConceptMap/hl7-cdc-occupation.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ConceptMap/hl7-cdc-occupation.ttl> .