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 📍4.0.0| Code | Display | Definition |
| ND | Not detected | The 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. |
| DET | Detected | The 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"
}
]
}
]
}
}