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

: Pain severity - 0-10 verbal numeric rating - XML Representation

Active as of 2025-10-15

Raw xml | Download


<ValueSet xmlns="http://hl7.org/fhir">
  <id value="pain-scale"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ValueSet pain-scale</b></p><a name="pain-scale"> </a><a name="hcpain-scale"> </a><ul><li>Include these codes as defined in <code>https://loinc.org</code><span title="Version is not explicity 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>LA6111-4</td><td>0</td></tr><tr><td>LA6112-2</td><td>1</td></tr><tr><td>LA6113-0</td><td>2 or more</td></tr><tr><td>LA6114-8</td><td>3</td></tr><tr><td>LA6115-5</td><td>4</td></tr><tr><td>LA10137-0</td><td>5</td></tr><tr><td>LA10138-8</td><td>6</td></tr><tr><td>LA10139-6</td><td>7</td></tr><tr><td>LA10140-4</td><td>8</td></tr><tr><td>LA10141-2</td><td>9</td></tr><tr><td>LA13942-0</td><td>10</td></tr></table></li></ul></div>
  </text>
  <url
       value="http://hl7belgium.org/fhir/patient-monitoring/ValueSet/pain-scale"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.40.54.48.9"/>
  </identifier>
  <version value="0.1.0"/>
  <name value="PainScale"/>
  <title value="Pain severity - 0-10 verbal numeric rating"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2025-10-15T15:23:31+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="Pain severity scale, where 0 is no pain and 10 is the worst pain imaginable. See https://loinc.org/72514-3"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="BE"/>
      <display value="Belgium"/>
    </coding>
  </jurisdiction>
  <compose>
    <include>
      <system value="https://loinc.org"/>
      <concept>
        <code value="LA6111-4"/>
        <display value="0"/>
      </concept>
      <concept>
        <code value="LA6112-2"/>
        <display value="1"/>
      </concept>
      <concept>
        <code value="LA6113-0"/>
        <display value="2 or more"/>
      </concept>
      <concept>
        <code value="LA6114-8"/>
        <display value="3"/>
      </concept>
      <concept>
        <code value="LA6115-5"/>
        <display value="4"/>
      </concept>
      <concept>
        <code value="LA10137-0"/>
        <display value="5"/>
      </concept>
      <concept>
        <code value="LA10138-8"/>
        <display value="6"/>
      </concept>
      <concept>
        <code value="LA10139-6"/>
        <display value="7"/>
      </concept>
      <concept>
        <code value="LA10140-4"/>
        <display value="8"/>
      </concept>
      <concept>
        <code value="LA10141-2"/>
        <display value="9"/>
      </concept>
      <concept>
        <code value="LA13942-0"/>
        <display value="10"/>
      </concept>
    </include>
  </compose>
</ValueSet>