@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "nkrs-inrgssstaging"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

This code system http://fhir.ch/ig/ch-crl/CodeSystem/nkrs-inrgssstaging defines the following codes:

CodeDisplayDefinition
L1 Stage L1Localized tumour not involving vital structures as defined by the list of image-defined risk factors and confined to one body compartment.
L2 Stage L2Locoregional tumor with presence of one or more image-defined risk factors.
M Stage MDistant metastatic disease (except stage MS).
MS Stage MSMetastatic disease in children younger than 18 months with metastases confined to skin, liver, and/or bone marrow.
" ]; fhir:CodeSystem.url [ fhir:value "http://fhir.ch/ig/ch-crl/CodeSystem/nkrs-inrgssstaging"]; fhir:CodeSystem.version [ fhir:value "0.9.0"]; fhir:CodeSystem.name [ fhir:value "NkrsINRGSSStaging"]; fhir:CodeSystem.title [ fhir:value "NKRS - INRGSS Staging"]; fhir:CodeSystem.status [ fhir:value "active"]; fhir:CodeSystem.date [ fhir:value "2022-02-04T14:14:21+01:00"^^xsd:dateTime]; fhir:CodeSystem.publisher [ fhir:value "Bundesamt für Gesundheit BAG"]; fhir:CodeSystem.contact [ fhir:index 0; fhir:ContactDetail.name [ fhir:value "Bundesamt für Gesundheit BAG" ]; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "https://www.bag.admin.ch/" ] ] ]; fhir:CodeSystem.description [ fhir:value "This data item records the paediatric stage classification of the \r\nInternational Neuroblastoma Risk Group Staging System (INRGSS). \r\n\r\n**INRGSS staging (Variable number: 4.22)** \r\nin \\'NATIONAL CANCER DATA DICTIONARY, V 1.1, Part A, BASIC VARIABLES for Adults, Adolescents, and Children (23.12.2019)\\'\r\n([EN](https://www.nacr.ch/assets/files/uploads/a-datadictionary-basicvariables-v1.1.pdf), \r\n[DE](https://www.nkrs.ch/assets/files/uploads/a-datenstruktur-variablen-der-basisdaten-v1.1.pdf), \r\n[FR](https://www.onec.ch/assets/files/uploads/a-dict-des-donnees-variables-de-base-v1.1.pdf), \r\n[IT](https://www.snrt.ch/assets/files/uploads/a-dati-oncologici-variabili-di-base-v1.1.pdf))"]; fhir:CodeSystem.jurisdiction [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ]; fhir:Coding.code [ fhir:value "CH" ] ] ]; fhir:CodeSystem.copyright [ fhir:value "CC-BY-SA-4.0"]; fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.valueSet [ fhir:value "http://fhir.ch/ig/ch-crl/ValueSet/nkrs-inrgssstaging"; fhir:link ]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.count [ fhir:value "4"^^xsd:nonNegativeInteger]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "L1" ]; fhir:CodeSystem.concept.display [ fhir:value "Stage L1" ]; fhir:CodeSystem.concept.definition [ fhir:value "Localized tumour not involving vital structures as defined by the list of image-defined risk factors and confined to one body compartment." ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "L2" ]; fhir:CodeSystem.concept.display [ fhir:value "Stage L2" ]; fhir:CodeSystem.concept.definition [ fhir:value "Locoregional tumor with presence of one or more image-defined risk factors." ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "M" ]; fhir:CodeSystem.concept.display [ fhir:value "Stage M" ]; fhir:CodeSystem.concept.definition [ fhir:value "Distant metastatic disease (except stage MS)." ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "MS" ]; fhir:CodeSystem.concept.display [ fhir:value "Stage MS" ]; fhir:CodeSystem.concept.definition [ fhir:value "Metastatic disease in children younger than 18 months with metastases confined to skin, liver, and/or bone marrow." ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------