Patient Monitoring Outcome FHIR Implementation Guide
0.1.0 - STU1 Belgium flag

Patient Monitoring Outcome FHIR Implementation Guide, published by My Organization. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/patient-monitoring/ and changes regularly. See the Directory of published versions

: Symptom Severity Scale - XML Representation

Active as of 2025-08-20

Raw xml | Download


<ValueSet xmlns="http://hl7.org/fhir">
  <id value="symptom-severity"/>
  <text>
    <status value="generated"/>
    <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><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>
  </text>
  <url
       value="http://hl7belgium.org/fhir/patient-monitoring/ValueSet/symptom-severity"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.40.54.48.6"/>
  </identifier>
  <version value="0.1.0"/>
  <name value="SymptomSeverity"/>
  <title value="Symptom Severity Scale"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2025-08-20T09:21:33+00:00"/>
  <publisher value="My Organization"/>
  <contact>
    <name value="My Organization"/>
    <telecom>
      <system value="url"/>
      <value value="http://example.com/committees"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="my-group@example.com"/>
    </telecom>
  </contact>
  <contact>
    <name value="Bob Smith"/>
    <telecom>
      <system value="email"/>
      <value value="bobsmith@example.com"/>
      <use value="work"/>
    </telecom>
  </contact>
  <description
               value="SNOMED CT codes to represent severity of patient-reported symptoms"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="BE"/>
      <display value="Belgium"/>
    </coding>
  </jurisdiction>
  <compose>
    <include>
      <system value="http://snomed.info/sct"/>
      <concept>
        <code value="2667000"/>
        <display value="Absent"/>
      </concept>
      <concept>
        <code value="255604002"/>
        <display value="Mild"/>
      </concept>
      <concept>
        <code value="1255665007"/>
        <display value="Moderate"/>
      </concept>
      <concept>
        <code value="24484000"/>
        <display value="Severe"/>
      </concept>
    </include>
  </compose>
</ValueSet>