Rigoletto Implementation Guide
0.3.0 - ci-build

Rigoletto Implementation Guide - Local Development build (v0.3.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Tumor Grade VS - TTL Representation

Active as of 2026-02-12

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 "GradingVS"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet GradingVS</b></p><a name=\"GradingVS\"> </a><a name=\"hcGradingVS\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><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><a href=\"http://snomed.info/id/399415002\">399415002</a></td><td>Low grade histologic differentiation (finding)</td></tr><tr><td><a href=\"http://snomed.info/id/405986005\">405986005</a></td><td>Intermediate grade histologic differentiation (finding)</td></tr><tr><td><a href=\"http://snomed.info/id/399611001\">399611001</a></td><td>High grade histologic differentiation (finding)</td></tr></table></li><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/7.0.1/CodeSystem-v3-NullFlavor.html\"><code>http://terminology.hl7.org/CodeSystem/v3-NullFlavor</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 3.0.0, the version found through the package references\"> version ?3.0.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/7.0.1/CodeSystem-v3-NullFlavor.html#v3-NullFlavor-NI\">NI</a></td><td>No information</td><td>**Description:**The value is exceptional (missing, omitted, incomplete, improper). No information as to the reason for being an exceptional value is provided. This is the most general exceptional value. It is also the default exceptional value.</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://rigoletto.na.icar.cnr.it/ValueSet/GradingVS"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.3.0"] ; # 
  fhir:name [ fhir:v "GradingVS"] ; # 
  fhir:title [ fhir:v "Tumor Grade VS"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2026-02-12T12:08:50+01:00"^^xsd:dateTime] ; # 
  fhir:description [ fhir:v "Value Set per il grado istologico del tumore, utilizzato per classificare la differenziazione cellulare e l'aggressività del tumore"] ; # 
  fhir:copyright [ fhir:v "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "399415002" ] ;
fhir:display [ fhir:v "Low grade histologic differentiation (finding)" ]       ] [
fhir:code [ fhir:v "405986005" ] ;
fhir:display [ fhir:v "Intermediate grade histologic differentiation (finding)" ]       ] [
fhir:code [ fhir:v "399611001" ] ;
fhir:display [ fhir:v "High grade histologic differentiation (finding)" ]       ] )     ] [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-NullFlavor"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "NI" ] ;
fhir:display [ fhir:v "No information" ]       ] )     ] )
  ] . #