@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 -------------------------------------------------------------------

<http://hl7.eu/fhir/ig/gravitate-health-ips/ValueSet/eq5d-pain-vs> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "eq5d-pain-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 eq5d-pain-vs</b></p><a name=\"eq5d-pain-vs\"> </a><a name=\"hceq5d-pain-vs\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-eq5d-levels-cs.html\"><code>http://hl7.eu/fhir/ig/gravitate-health-ips/CodeSystem/eq5d-levels-cs</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.1.0</span></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://hl7.eu/fhir/ig/gravitate-health-ips/ValueSet/eq5d-pain-vs"^^xsd:anyURI ;
     fhir:l <http://hl7.eu/fhir/ig/gravitate-health-ips/ValueSet/eq5d-pain-vs>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "EQ5D-PainDiscomfort-VS"] ; # 
  fhir:title [ fhir:v "EQ-5D Pain/Discomfort VS"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2026-03-24T20:22:23+00:00"^^xsd:dateTime] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Gravitate Health Project" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.gravitatehealth.eu/" ]
     ] )
  ] ) ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "http://hl7.eu/fhir/ig/gravitate-health-ips/CodeSystem/eq5d-levels-cs"^^xsd:anyURI ;
         fhir:l <http://hl7.eu/fhir/ig/gravitate-health-ips/CodeSystem/eq5d-levels-cs>
       ]
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

