FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation version 📍3.0.0| Code | Display | Definition |
| NEG | Negative | 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 | Positive | A presence finding of the specified component / analyte, organism or clinical sign based on the established threshold of the performed test or procedure. |
| WR | Weakly reactive | A weighted presence finding used to indicate that the specified component / analyte reacted with the reagent, but below the reliably measurable limit of the performed test. |
Source1
{
"resourceType": "ValueSet",
"id": "hl7-testresult-values",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://twniis.cdc.gov.tw/twniis/ValueSet/hl7-testresult-values",
"version": "2026-08-15",
"name": "HL7TestResult",
"title": "HL7 Observation-Interpretation值集",
"status": "active",
"experimental": false,
"date": "2026-08-15",
"publisher": "衛福部疾病管制署",
"contact": [
{
"name": "衛福部疾病管制署",
"telecom": [
{
"system": "url",
"value": "https://www.cdc.gov.tw"
}
]
}
],
"description": "HL7 Observation-Interpretation值集。\n\n值集出版日期:2026-08-15;資料所屬單位:臺灣衛生福利部疾管署。\n\n*因原始資料無值集版本資訊,故使用其「生效日期」作為版本資訊。*",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "TW"
}
]
}
],
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"version": "3.0.0",
"concept": [
{
"code": "NEG"
},
{
"code": "POS"
},
{
"code": "WR"
}
]
}
]
}
}