FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagetw.gov.mohw.cdc.tb
Resource TypeConceptMap
IdConceptMap-cdc-observation-interpretation.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/omnifhir/tb/ConceptMap-cdc-observation-interpretation.html
URLhttps://tb.cdc.gov.tw/tb/ConceptMap/cdc-observation-interpretation
Version0.1.0
Statusactive
Date2026-03-31
NameCDCHL7ObservationInterpretationCodes
TitleCDC檢驗(查)評估或判讀結果HL7 Observation Interpretation Codes
Realmtw
Authoritynational
Description此對應表為臺灣衛生福利部疾病管制署「檢驗(查)評估或判讀結果」對應HL7,供實作者於撰寫程式以自動化對應或轉代碼時使用。

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
hl7.terminology#currentv3-ObservationInterpretationObservationInterpretation
tw.gov.mohw.cdc.tb#currentcdc-observation-interpretationCDC-生化檢查通報-檢驗(查)評估或判讀結果
ValueSet
tw.gov.mohw.cdc.tb#currentcdc-observation-interpretationCDC-生化檢查通報-檢驗(查)評估或判讀結果值集

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: 概念映射 cdc-observation-interpretation

Mapping from CDC-生化檢查通報-檢驗(查)評估或判讀結果值集 to Observation Interpretation Codes


Mapping from CDC-生化檢查通報-檢驗(查)評估或判讀結果version: 0.1.0) to ObservationInterpretationversion: 4.0.0)

Source CodeRelationshipTarget Code
0 (未發現異於參考值)is equal toND (Not detected)
1 (異於參考值)is equal toDET (Detected)

Source1

{
  "resourceType": "ConceptMap",
  "id": "cdc-observation-interpretation",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://tb.cdc.gov.tw/tb/ConceptMap/cdc-observation-interpretation",
  "version": "0.1.0",
  "name": "CDCHL7ObservationInterpretationCodes",
  "title": "CDC檢驗(查)評估或判讀結果HL7 Observation Interpretation Codes",
  "status": "active",
  "experimental": false,
  "date": "2026-03-31",
  "publisher": "衛福部疾病管制署",
  "contact": [
    {
      "name": "衛福部疾病管制署",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.cdc.gov.tw"
        }
      ]
    }
  ],
  "description": "此對應表為臺灣衛生福利部疾病管制署「檢驗(查)評估或判讀結果」對應HL7,供實作者於撰寫程式以自動化對應或轉代碼時使用。",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "TW"
        }
      ]
    }
  ],
  "sourceCanonical": "https://tb.cdc.gov.tw/tb/ValueSet/cdc-observation-interpretation",
  "targetCanonical": "http://hl7.org/fhir/ValueSet/observation-interpretation",
  "group": [
    {
      "source": "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-observation-interpretation",
      "sourceVersion": "0.1.0",
      "target": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
      "targetVersion": "4.0.0",
      "element": [
        {
          "code": "0",
          "display": "未發現異於參考值",
          "target": [
            {
              "code": "ND",
              "equivalence": "equal"
            }
          ]
        },
        {
          "code": "1",
          "display": "異於參考值",
          "target": [
            {
              "code": "DET",
              "equivalence": "equal"
            }
          ]
        }
      ]
    }
  ]
}