| Package | ch.fhir.ig.ch-elm |
| Resource Type | ValueSet |
| Id | ch-elm-interpretation-codes-pos-neg |
| FHIR Version | R4 |
| Source | http://fhir.ch/ig/ch-elm/https://build.fhir.org/ig/ahdis/ch-elm/ValueSet-ch-elm-interpretation-codes-pos-neg.html |
| URL | http://fhir.ch/ig/ch-elm/ValueSet/ch-elm-interpretation-codes-pos-neg |
| Version | 1.11.0-cibuild2 |
| Status | active |
| Date | 2025-08-12T10:48:44+00:00 |
| Name | ChElmInterpretationCodesPosNeg |
| Title | CH ELM Interpretation Codes Positive and Negative |
| Realm | ch |
| Authority | hl7 |
| Description | This CH ELM value set includes the code for positive and negative interpretation code(s). |
| Copyright | CC0-1.0 |
No resources found
| CodeSystem | |
| v3-ObservationInterpretation | ObservationInterpretation |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet ch-elm-interpretation-codes-pos-neg
http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation| 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. |
{
"resourceType": "ValueSet",
"id": "ch-elm-interpretation-codes-pos-neg",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://fhir.ch/ig/ch-elm/ValueSet/ch-elm-interpretation-codes-pos-neg",
"version": "1.11.0-cibuild2",
"name": "ChElmInterpretationCodesPosNeg",
"title": "CH ELM Interpretation Codes Positive and Negative",
"status": "active",
"experimental": false,
"date": "2025-08-12T10:48:44+00:00",
"publisher": "Federal Office of Public Health FOPH",
"contact": [
{
"name": "Federal Office of Public Health FOPH",
"telecom": [
{
"system": "url",
"value": "https://www.bag.admin.ch/bag/en/home/das-bag/kontakt-standort.html"
}
]
}
],
"description": "This CH ELM value set includes the code for positive and negative interpretation code(s).",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "CH"
}
]
}
],
"copyright": "CC0-1.0",
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"concept": [
{
"code": "NEG",
"display": "Negative"
},
{
"code": "POS",
"display": "Positive"
}
]
}
]
}
}