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

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

CodeDisplay
0 Stage 0
I Stage I
II Stage II
III Stage III
IV Stage IV
" ]; fhir:CodeSystem.url [ fhir:value "http://fhir.ch/ig/ch-crl/CodeSystem/nkrs-raistaging"]; fhir:CodeSystem.version [ fhir:value "0.9.0"]; fhir:CodeSystem.name [ fhir:value "NkrsRaiStaging"]; fhir:CodeSystem.title [ fhir:value "NKRS - Rai 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 classification for Chronic Lymphocytic Leukaemia (CLL) includes 4 stages based on blood and bone marrow \r\ncell count (lymphocytes, platelets), haemoglobin/haematocrit, LN envolvement, hepato- and/or splenomegaly. The staging \r\nallows classification of patients into three risk categories (low, intermediary, high risk with median survival >12y, >8y \r\nand >2y, respectively). \r\n\r\n**Rai staging (Variable number: 4.26)** \r\nin \\'NATIONAL CANCER DATA DICTIONARY, V 1.2, Part A, BASIC VARIABLES for Adults, Adolescents, and Children\\'"]; 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-raistaging"; fhir:link ]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.count [ fhir:value "5"^^xsd:nonNegativeInteger]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "0" ]; fhir:CodeSystem.concept.display [ fhir:value "Stage 0" ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "I" ]; fhir:CodeSystem.concept.display [ fhir:value "Stage I" ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "II" ]; fhir:CodeSystem.concept.display [ fhir:value "Stage II" ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "III" ]; fhir:CodeSystem.concept.display [ fhir:value "Stage III" ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "IV" ]; fhir:CodeSystem.concept.display [ fhir:value "Stage IV" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------