German Oncological Data Standard (GOLD)
0.1.0 - CI Build Germany flag

German Oncological Data Standard (GOLD) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Valueset for Categories of a BodyStructure in the context of one TNM procedure - TTL Representation

Draft as of 2023-12-13

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 "vs-tnm-category-observation"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><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/21905-5/\">21905-5</a></td><td>Primary tumor.clinical [Class] Cancer</td></tr><tr><td><a href=\"https://loinc.org/21906-3/\">21906-3</a></td><td>Regional lymph nodes.clinical [Class] Cancer</td></tr><tr><td><a href=\"https://loinc.org/21907-1/\">21907-1</a></td><td>Distant metastases.clinical [Class] Cancer</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://www.vision-zero-oncology.de/fhir/ValueSet/vs-tnm-category-observation"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "VS_TNM_Category_Observation"] ; # 
  fhir:title [ fhir:v "Valueset for Categories of a BodyStructure in the context of one TNM procedure"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2023-12-13T13:28:13+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Berlin Institute of Health at Charité (BIH)"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Berlin Institute of Health at Charité (BIH)" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.bihealth.org/" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This Valueset contains the coded for the different categories for BodyStructures in the context of TNM (Tumor|Node|Metastase)"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DEU" ]     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "CC-BY-SA-4.0"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "21905-5" ] ;
fhir:display [ fhir:v "Primary tumor.clinical [Class] Cancer" ]       ] [
fhir:code [ fhir:v "21906-3" ] ;
fhir:display [ fhir:v "Regional lymph nodes.clinical [Class] Cancer" ]       ] [
fhir:code [ fhir:v "21907-1" ] ;
fhir:display [ fhir:v "Distant metastases.clinical [Class] Cancer" ]       ] )     ] )
  ] . #