RareLink Implementation Guide
2.0.0 - 2.0.0

RareLink Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Severity Value Set - JSON Representation

Draft as of 2025-05-12

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "severity-vs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet severity-vs</b></p><a name=\"severity-vs\"> </a><a name=\"hcseverity-vs\"> </a><a name=\"severity-vs-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</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=\"http://snomed.info/id/24484000\">24484000</a></td><td>Severe</td></tr><tr><td><a href=\"http://snomed.info/id/6736007\">6736007</a></td><td>Moderate</td></tr><tr><td><a href=\"http://snomed.info/id/255604002\">255604002</a></td><td>Mild</td></tr></table></li></ul></div>"
  },
  "url" : "https://rarelink.bih-charite.de/fhir/ValueSet/severity-vs",
  "version" : "2.0.0",
  "name" : "SeverityVS",
  "title" : "Severity Value Set",
  "status" : "draft",
  "date" : "2025-05-12T08:03:20+00:00",
  "publisher" : "Berlin Institute of Health - Charité Universitätsmedizin Berlin",
  "contact" : [
    {
      "name" : "Berlin Institute of Health - Charité Universitätsmedizin Berlin",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://github.com/BIH-CEI/RareLink"
        },
        {
          "system" : "email",
          "value" : "adam.graefe@charite.de"
        }
      ]
    }
  ],
  "description" : "Value set for severity levels of conditions.",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "24484000",
            "display" : "Severe"
          },
          {
            "code" : "6736007",
            "display" : "Moderate"
          },
          {
            "code" : "255604002",
            "display" : "Mild"
          }
        ]
      }
    ]
  }
}