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 - JSON Representation

Active as of 2025-10-15

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "pain-scale",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "url" : "http://hl7belgium.org/fhir/patient-monitoring/ValueSet/pain-scale",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.4.642.40.54.48.9"
    }
  ],
  "version" : "0.1.0",
  "name" : "PainScale",
  "title" : "Pain severity - 0-10 verbal numeric rating",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-10-15T15:23:31+00:00",
  "publisher" : "My Organization",
  "contact" : [
    {
      "name" : "My Organization",
      "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" : "Pain severity scale, where 0 is no pain and 10 is the worst pain imaginable. See https://loinc.org/72514-3",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "BE",
          "display" : "Belgium"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "https://loinc.org",
        "concept" : [
          {
            "code" : "LA6111-4",
            "display" : "0"
          },
          {
            "code" : "LA6112-2",
            "display" : "1"
          },
          {
            "code" : "LA6113-0",
            "display" : "2 or more"
          },
          {
            "code" : "LA6114-8",
            "display" : "3"
          },
          {
            "code" : "LA6115-5",
            "display" : "4"
          },
          {
            "code" : "LA10137-0",
            "display" : "5"
          },
          {
            "code" : "LA10138-8",
            "display" : "6"
          },
          {
            "code" : "LA10139-6",
            "display" : "7"
          },
          {
            "code" : "LA10140-4",
            "display" : "8"
          },
          {
            "code" : "LA10141-2",
            "display" : "9"
          },
          {
            "code" : "LA13942-0",
            "display" : "10"
          }
        ]
      }
    ]
  }
}