FHIR IG Statistics: ValueSet/twcdc-testresult-values
Resources that use this resource
Resources that this resource uses
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
Code | Display | Definition |
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
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": "檢體保留"
}
]
}
]
}
}