@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/pcsp/ValueSet/mcode-tnm-regional-nodes-category-vs> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "mcode-tnm-regional-nodes-category-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 mcode-tnm-regional-nodes-category-vs</b></p><a name=\"mcode-tnm-regional-nodes-category-vs\"> </a><a name=\"hcmcode-tnm-regional-nodes-category-vs\"> </a><ul><li>Include all codes defined in <code>http://cancerstaging.org</code><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://hl7.eu/fhir/ig/pcsp/ValueSet/mcode-tnm-regional-nodes-category-vs"^^xsd:anyURI ;
     fhir:l <http://hl7.eu/fhir/ig/pcsp/ValueSet/mcode-tnm-regional-nodes-category-vs>
  ] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "TNMRegionalNodesCategoryVS"] ; # 
  fhir:title [ fhir:v "TNM Regional Nodes Category Value Set"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-01-16T12:01:48+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "PanCareSurPass Project"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "PanCareSurPass Project" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.pancaresurpass.eu/" ]
     ] )
  ] [
     fhir:name [ fhir:v "PanCareSurPass Project" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.pancaresurpass.eu/" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This value set is intended to contain allowable values for the N category, according to TNM staging rules. AJCC codes (preferably, version 8 for current cancers) SHOULD be used."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "150" ] ;
       fhir:display [ fhir:v "Europe" ]
     ] )
  ] ) ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "http://cancerstaging.org"^^xsd:anyURI ;
         fhir:l <http://cancerstaging.org>
       ]
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

