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

Active as of 2025-10-15

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "pain-scale"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://hl7belgium.org/fhir/patient-monitoring/ValueSet/pain-scale"^^xsd:anyURI] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.40.54.48.9" ]
  ] ) ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "PainScale"] ; # 
  fhir:title [ fhir:v "Pain severity - 0-10 verbal numeric rating"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-10-15T15:23:31+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "My Organization"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "My Organization" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://example.com/committees" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "my-group@example.com" ]     ] )
  ] [
fhir:name [ fhir:v "Bob Smith" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "bobsmith@example.com" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Pain severity scale, where 0 is no pain and 10 is the worst pain imaginable. See https://loinc.org/72514-3"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "BE" ] ;
fhir:display [ fhir:v "Belgium" ]     ] )
  ] ) ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "https://loinc.org"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "LA6111-4" ] ;
fhir:display [ fhir:v "0" ]       ] [
fhir:code [ fhir:v "LA6112-2" ] ;
fhir:display [ fhir:v "1" ]       ] [
fhir:code [ fhir:v "LA6113-0" ] ;
fhir:display [ fhir:v "2 or more" ]       ] [
fhir:code [ fhir:v "LA6114-8" ] ;
fhir:display [ fhir:v "3" ]       ] [
fhir:code [ fhir:v "LA6115-5" ] ;
fhir:display [ fhir:v "4" ]       ] [
fhir:code [ fhir:v "LA10137-0" ] ;
fhir:display [ fhir:v "5" ]       ] [
fhir:code [ fhir:v "LA10138-8" ] ;
fhir:display [ fhir:v "6" ]       ] [
fhir:code [ fhir:v "LA10139-6" ] ;
fhir:display [ fhir:v "7" ]       ] [
fhir:code [ fhir:v "LA10140-4" ] ;
fhir:display [ fhir:v "8" ]       ] [
fhir:code [ fhir:v "LA10141-2" ] ;
fhir:display [ fhir:v "9" ]       ] [
fhir:code [ fhir:v "LA13942-0" ] ;
fhir:display [ fhir:v "10" ]       ] )     ] )
  ] . #