CH ELM (R4)
1.3.1 - release
This page is part of the Observations of notifiable communicable infectious diseases (v1.3.1: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Active as of 2024-06-17 |
{
"resourceType" : "ValueSet",
"id" : "ch-elm-observation-interpretation-codes",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.4.0/CodeSystem-v3-ObservationInterpretation.html\"><code>http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/5.4.0/CodeSystem-v3-ObservationInterpretation.html#v3-ObservationInterpretation-POS\">POS</a></td><td>Positive</td><td>A presence finding of the specified component / analyte, organism or clinical sign based on the established threshold of the performed test or procedure.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.4.0/CodeSystem-v3-ObservationInterpretation.html#v3-ObservationInterpretation-NEG\">NEG</a></td><td>Negative</td><td>An absence finding of the specified component / analyte, organism or clinical sign based on the established threshold of the performed test or procedure.<br/><br/>\\[Note: Negative does not necessarily imply the complete absence of the specified item.\\]</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.4.0/CodeSystem-v3-ObservationInterpretation.html#v3-ObservationInterpretation-R\">R</a></td><td>Resistant</td><td>Bacterial strain inhibited in vitro by a concentration of an antimicrobial agent that is associated with a high likelihood of therapeutic failure. Reference: CLSI (http://www.clsi.org/Content/NavigationMenu/Resources/HarmonizedTerminologyDatabase/Harmonized\\_Terminolo.htm) Projects: ISO 20776-1, ISO 20776-2<br/><br/>\\[Note 1: Bacterial strains are categorized as resistant by applying the appropriate breakpoints in a defined phenotypic test system.\\]<br/><br/>\\[Note 2: This breakpoint can be altered due to changes in circumstances (e.g., changes in commonly used drug dosages, emergence of new resistance mechanisms).\\]</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.4.0/CodeSystem-v3-ObservationInterpretation.html#v3-ObservationInterpretation-S\">S</a></td><td>Susceptible</td><td>Bacterial strain inhibited by in vitro concentration of an antimicrobial agent that is associated with a high likelihood of therapeutic success. Reference: CLSI (http://www.clsi.org/Content/NavigationMenu/Resources/HarmonizedTerminologyDatabase/Harmonized\\_Terminolo.htm) Synonym (earlier term): Sensitive Projects: ISO 20776-1, ISO 20776-2<br/><br/>\\[Note 1: Bacterial strains are categorized as susceptible by applying the appropriate breakpoints in a defined phenotypic system.\\]<br/><br/>\\[Note 2: This breakpoint can be altered due to changes in circumstances (e.g., changes in commonly used drug dosages, emergence of new resistance mechanisms).\\]</td></tr></table></li></ul></div>"
},
"url" : "http://fhir.ch/ig/ch-elm/ValueSet/ch-elm-observation-interpretation-codes",
"version" : "1.3.1",
"name" : "ChElmObservationInterpretationCodes",
"title" : "CH ELM Observation Interpretation Codes",
"status" : "active",
"experimental" : false,
"date" : "2024-06-17T08:47:24+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 codes for the qualitative interpretation of the observation values (susceptible/resistant).",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "CHE"
}
]
}
],
"copyright" : "CC0-1.0",
"compose" : {
"include" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"concept" : [
{
"code" : "POS",
"display" : "Positive"
},
{
"code" : "NEG",
"display" : "Negative"
},
{
"code" : "R",
"display" : "Resistant"
},
{
"code" : "S",
"display" : "Susceptible"
}
]
}
]
}
}