Open Nursing Core FHIR Implementation Guide (ONC-IG)
0.1.0 - draft

Open Nursing Core FHIR Implementation Guide (ONC-IG) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Pain Assessment Code Value Set - TTL Representation

Draft as of 2026-01-01

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-assessment-code-vs"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet pain-assessment-code-vs</b></p><a name=\"pain-assessment-code-vs\"> </a><a name=\"hcpain-assessment-code-vs\"> </a><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><span title=\"Version is not explicitly 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><a href=\"https://loinc.org/72514-3/\">72514-3</a></td><td>Pain severity - 0-10 verbal numeric rating</td></tr><tr><td><a href=\"https://loinc.org/38208-5/\">38208-5</a></td><td>Pain severity - Reported</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "https://clinyqai.github.io/open-nursing-core-ig/ValueSet/pain-assessment-code-vs"^^xsd:anyURI ;
fhir:l <https://clinyqai.github.io/open-nursing-core-ig/ValueSet/pain-assessment-code-vs>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "PainAssessmentCodeValueSet"] ; # 
  fhir:title [ fhir:v "Pain Assessment Code Value Set"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2026-01-01T13:37:23+00:00"^^xsd:dateTime] ; # 
  fhir:description [ fhir:v "LOINC codes for pain severity assessment"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>       ] ;
      ( fhir:concept [
fhir:code [ fhir:v "72514-3" ] ;
fhir:display [ fhir:v "Pain severity - 0-10 verbal numeric rating" ]       ] [
fhir:code [ fhir:v "38208-5" ] ;
fhir:display [ fhir:v "Pain severity - Reported" ]       ] )     ] )
  ] . #