CH ELM (R4)
1.3.0 - release Switzerland flag

CH ELM (R4), published by Federal Office of Public Health FOPH. This guide is not an authorized publication; it is the continuous build for version 1.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/ahdis/ch-elm/ and changes regularly. See the Directory of published versions

: CH ELM Lab Study Types - JSON Representation

Active as of 2024-05-16

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "ch-elm-lab-study-types",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://loinc.org/18725-2/\">18725-2</a></td><td>Microbiology studies (set)</td></tr><tr><td><a href=\"https://loinc.org/18769-0/\">18769-0</a></td><td>Microbial susceptibility tests Set</td></tr></table></li></ul></div>"
  },
  "url" : "http://fhir.ch/ig/ch-elm/ValueSet/ch-elm-lab-study-types",
  "version" : "1.3.0",
  "name" : "ChElmLabStudyTypes",
  "title" : "CH ELM Lab Study Types",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-05-16T08:38:14+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 laboratory specialties.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "CHE"
        }
      ]
    }
  ],
  "copyright" : "CC0-1.0",
  "compose" : {
    "include" : [
      {
        "system" : "http://loinc.org",
        "concept" : [
          {
            "code" : "18725-2",
            "display" : "Microbiology studies (set)"
          },
          {
            "code" : "18769-0",
            "display" : "Microbial susceptibility tests Set"
          }
        ]
      }
    ]
  }
}