臺灣愛滋病實作指引
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/omnifhir/aids/ and changes regularly. See the Directory of published versions

: 愛滋用藥通報-CDC門住診別代碼對應HL7 ActEncounterCode - TTL Representation

Active as of 2026-03-31

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/cdc-case-status> a fhir:ConceptMap ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "cdc-case-status"] ;
  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: 概念映射 cdc-case-status</b></p><a name=\"cdc-case-status\"> </a><a name=\"hccdc-case-status\"> </a><p>Mapping from <a href=\"ValueSet-cdc-case-status.html\">CDC-愛滋用藥通報-門住診別值集</a> to <a href=\"http://terminology.hl7.org/7.3.0/ValueSet-v3-ActEncounterCode.html\">ActEncounterCode</a></p><br/><p>Mapping from <a href=\"CodeSystem-cdc-case-status.html\">CDC-愛滋用藥通報-門住診別version: 0.1.0)</a> to <a href=\"http://terminology.hl7.org/7.3.0/CodeSystem-v3-ActCode.html\">ActCodeversion: 11.0.0)</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>N (門診)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equal\" title=\"equal\">is equal to</a></td><td>AMB (ambulatory)</td></tr></table></div>"
  ] ;
  fhir:ConceptMap.url [ fhir:value "https://cdc.gov.tw/aids/ConceptMap/cdc-case-status"] ;
  fhir:ConceptMap.version [ fhir:value "0.1.0"] ;
  fhir:ConceptMap.name [ fhir:value "CDCHL7"] ;
  fhir:ConceptMap.title [ fhir:value "CDC門住診別代碼對應HL7 ActEncounterCode"] ;
  fhir:ConceptMap.status [ fhir:value "active"] ;
  fhir:ConceptMap.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ConceptMap.date [ fhir:value "2026-03-31"^^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 "此對應表為臺灣衛生福利部疾病管制署門住診別代碼對應HL7,供實作者於撰寫程式以自動化對應或轉代碼時使用。"] ;
  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/aids/ValueSet/cdc-case-status" ;
     fhir:link <https://cdc.gov.tw/aids/ValueSet/cdc-case-status>
  ] ;
  fhir:ConceptMap.targetCanonical [
     fhir:value "http://terminology.hl7.org/ValueSet/v3-ActEncounterCode" ;
     fhir:link <http://terminology.hl7.org/ValueSet/v3-ActEncounterCode>
  ] ;
  fhir:ConceptMap.group [
     fhir:index 0 ;
     fhir:ConceptMap.group.source [ fhir:value "https://cdc.gov.tw/aids/CodeSystem/cdc-case-status" ] ;
     fhir:ConceptMap.group.sourceVersion [ fhir:value "0.1.0" ] ;
     fhir:ConceptMap.group.target [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ] ;
     fhir:ConceptMap.group.targetVersion [ fhir:value "11.0.0" ] ;
     fhir:ConceptMap.group.element [
       fhir:index 0 ;
       fhir:ConceptMap.group.element.code [ fhir:value "N" ] ;
       fhir:ConceptMap.group.element.display [ fhir:value "門診" ] ;
       fhir:ConceptMap.group.element.target [
         fhir:index 0 ;
         fhir:ConceptMap.group.element.target.code [ fhir:value "AMB" ] ;
         fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equal" ]
       ]
     ]
  ] .

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

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