FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/twcdc-testresult-values

Packagetw.gov.mohw.cdc.twidir
TypeValueSet
Idtwcdc-testresult-values
FHIR VersionR4
Sourcehttps://twidir.cdc.gov.tw/twidir/https://twidir.cdc.gov.tw/twidir/0.1.1/ValueSet-twcdc-testresult-values.html
URLhttps://twidir.cdc.gov.tw/twidir/ValueSet/twcdc-testresult-values
Version0.1.1
Statusactive
Date2023-07-28
NameTWCDCTestResult
TitleCDC-LIMS系統-檢驗結果值集
Realmtw
Authoritynational
Description臺灣衛生福利部疾管署LIMS系統「檢驗結果」值集,值集出版日期:2023-07-28;資料所屬單位:臺灣衛生福利部疾管署。 *因原始資料無值集版本資訊,故使用其「生效日期」作為版本資訊。*

Resources that use this resource

StructureDefinition
observation-reporting檢驗檢查(Observation reporting)

Resources that this resource uses

CodeSystem
v3-ObservationInterpretationObservationInterpretation
twcdc-testresult-valuesCDC-LIMS系統-檢驗結果
v3-ObservationInterpretationObservationInterpretation

Narrative

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

This value set includes codes based on the following rules:

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation
    CodeDisplayDefinition
    NEG陰性An absence finding of the specified component / analyte, organism or clinical sign based on the established threshold of the performed test or procedure.

    \[Note: Negative does not necessarily imply the complete absence of the specified item.\]
    POS陽性A presence finding of the specified component / analyte, organism or clinical sign based on the established threshold of the performed test or procedure.
    IND無效檢體The specified component / analyte, organism or clinical sign could neither be declared positive / negative nor detected / not detected by the performed test or procedure.

    *Usage Note:* For example, if the specimen was degraded, poorly processed, or was missing the required anatomic structures, then "indeterminate" (i.e. "cannot be determined") is the appropriate response, not "equivocal".
  • Include these codes as defined in https://twidir.cdc.gov.tw/twidir/CodeSystem/twcdc-testresult-values
    CodeDisplay
    3未確定
    6未檢驗
    7檢體保留

Source

{
  "resourceType": "ValueSet",
  "id": "twcdc-testresult-values",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://twidir.cdc.gov.tw/twidir/ValueSet/twcdc-testresult-values",
  "version": "0.1.1",
  "name": "TWCDCTestResult",
  "title": "CDC-LIMS系統-檢驗結果值集",
  "status": "active",
  "experimental": false,
  "date": "2023-07-28",
  "publisher": "衛福部疾病管制署",
  "contact": [
    {
      "name": "衛福部疾病管制署",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.cdc.gov.tw"
        }
      ]
    }
  ],
  "description": "臺灣衛生福利部疾管署LIMS系統「檢驗結果」值集,值集出版日期:2023-07-28;資料所屬單位:臺灣衛生福利部疾管署。\r\n\r\n*因原始資料無值集版本資訊,故使用其「生效日期」作為版本資訊。*",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
        "concept": [
          {
            "code": "NEG",
            "display": "陰性"
          },
          {
            "code": "POS",
            "display": "陽性"
          },
          {
            "code": "IND",
            "display": "無效檢體"
          }
        ]
      },
      {
        "system": "https://twidir.cdc.gov.tw/twidir/CodeSystem/twcdc-testresult-values",
        "concept": [
          {
            "code": "3",
            "display": "未確定"
          },
          {
            "code": "6",
            "display": "未檢驗"
          },
          {
            "code": "7",
            "display": "檢體保留"
          }
        ]
      }
    ]
  }
}