{
  "resourceType" : "ValueSet",
  "id" : "symptom-severity",
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet symptom-severity</b></p><a name=\"symptom-severity\"> </a><a name=\"hcsymptom-severity\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><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/2667000\">2667000</a></td><td>Absent</td></tr><tr><td><a href=\"http://snomed.info/id/255604002\">255604002</a></td><td>Mild</td></tr><tr><td><a href=\"http://snomed.info/id/1255665007\">1255665007</a></td><td>Moderate</td></tr><tr><td><a href=\"http://snomed.info/id/24484000\">24484000</a></td><td>Severe</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7belgium.org/fhir/patient-monitoring/ValueSet/symptom-severity",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.40.54.48.6"
  }],
  "version" : "0.1.0",
  "name" : "SymptomSeverity",
  "title" : "Symptom Severity Scale",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-05-18T17:09:55+00:00",
  "publisher" : "HL7 Belgium",
  "contact" : [{
    "name" : "HL7 Belgium",
    "telecom" : [{
      "system" : "url",
      "value" : "http://example.com/committees"
    },
    {
      "system" : "email",
      "value" : "my-group@example.com"
    }]
  },
  {
    "name" : "Bob Smith",
    "telecom" : [{
      "system" : "email",
      "value" : "bobsmith@example.com",
      "use" : "work"
    }]
  }],
  "description" : "SNOMED CT codes to represent severity of patient-reported symptoms",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "urn:iso:std:iso:3166",
      "code" : "BE",
      "display" : "Belgium"
    }]
  }],
  "compose" : {
    "include" : [{
      "system" : "http://snomed.info/sct",
      "concept" : [{
        "code" : "2667000",
        "display" : "Absent"
      },
      {
        "code" : "255604002",
        "display" : "Mild"
      },
      {
        "code" : "1255665007",
        "display" : "Moderate"
      },
      {
        "code" : "24484000",
        "display" : "Severe"
      }]
    }]
  }
}