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

FHIR IG analytics

Packagetw.gov.mohw.cdc.tb
Resource TypeValueSet
IdValueSet-observation-interpretation.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/omnifhir/tb/ValueSet-observation-interpretation.html
URLhttps://tb.cdc.gov.tw/tb/ValueSet/observation-interpretation
Version0.1.0
Statusactive
Date2026-03-31
NameObservationInterpretationCodes
TitleHL7-生化檢查通報-Observation Interpretation Codes值集
Realmtw
Authoritynational
DescriptionHL7-生化檢查通報-Observation Interpretation Codes值集

Resources that use this resource

StructureDefinition
tw.gov.mohw.cdc.tb#currentObservation-tb-check生化檢查-Observation TB Check

Resources that this resource uses

CodeSystem
hl7.terminology#currentv3-ObservationInterpretationObservationInterpretation

Narrative

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

Generated Narrative: 取值集合 observation-interpretation

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation version 📍4.0.0
    CodeDisplayDefinition
    NDNot detectedThe presence of the specified component / analyte, organism or clinical sign could not be determined within the limit of detection of the performed test or procedure.
    DETDetectedThe measurement of the specified component / analyte, organism or clinical sign above the limit of detection of the performed test or procedure.

Source1

{
  "resourceType": "ValueSet",
  "id": "observation-interpretation",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://tb.cdc.gov.tw/tb/ValueSet/observation-interpretation",
  "version": "0.1.0",
  "name": "ObservationInterpretationCodes",
  "title": "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-生化檢查通報-Observation Interpretation Codes值集",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "TW"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
        "version": "4.0.0",
        "concept": [
          {
            "code": "ND"
          },
          {
            "code": "DET"
          }
        ]
      }
    ]
  }
}