FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.be.patient-monitoring
Resource TypeValueSet
IdValueSet-pain-scale.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7-be/patient-monitoring/ValueSet-pain-scale.html
URLhttp://hl7belgium.org/fhir/patient-monitoring/ValueSet/pain-scale
Version0.1.0
Statusactive
Date2025-11-26T11:04:56+00:00
NamePainScale
TitlePain severity - 0-10 verbal numeric rating
Realmbe
Authorityhl7
DescriptionPain severity scale, where 0 is no pain and 10 is the worst pain imaginable. See https://loinc.org/72514-3

Resources that use this resource

StructureDefinition
surgical-wound-pain-observationSurgical wound pain observation

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet pain-scale

  • Include these codes as defined in https://loinc.org version Not Stated (use latest from terminology server)
    CodeDisplay
    LA6111-40
    LA6112-21
    LA6113-02 or more
    LA6114-83
    LA6115-54
    LA10137-05
    LA10138-86
    LA10139-67
    LA10140-48
    LA10141-29
    LA13942-010

Source1

{
  "resourceType": "ValueSet",
  "id": "pain-scale",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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-11-26T11:04:56+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"
          }
        ]
      }
    ]
  }
}