This page is part of the Observations of notifiable communicable infectious diseases (v1.0.0-trialuse: STU 1 Draft) based on FHIR 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
: CH ELM Observation Interpretation Codes - JSON Representation
Raw json | Download
{
"resourceType" : "ValueSet",
"id" : "ch-elm-observation-interpretation-codes",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
},
"url" : "http://fhir.ch/ig/ch-elm/ValueSet/ch-elm-observation-interpretation-codes",
"version" : "1.0.0-trialuse",
"name" : "ChElmObservationInterpretationCodes",
"title" : "CH ELM Observation Interpretation Codes",
"status" : "active",
"experimental" : false,
"date" : "2023-09-13T14:45:41+02: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"
}
]
}
]
}
}