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

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

CodeDisplayDefinition
IA Stage IASmoldering or indolent. Can have single plasmocytoma or limited disease at imaging; Normal renal function (serum creatinine level < 2.0 mg/dL).
IB Stage IB< 5 focal lesions, mild diffuse disease; Abnormal renal function (serum creatinine level ≥ 2.0 mg/dL).
IIA Stage IIA5–20 focal lesions; moderate diffuse disease; Normal renal function (serum creatinine level < 2.0 mg/dL).
IIB Stage IIB5–20 focal lesions; moderate diffuse disease; Abnormal renal function (serum creatinine level ≥ 2.0 mg/dL).
IIIA Stage IIIA> 20 focal lesions; moderate diffuse disease; normal renal function (serum creatinine level < 2.0 mg/dL).
IIIB Stage IIIB> 20 focal lesions; moderate diffuse disease; Abnormal renal function (serum creatinine level ≥ 2.0 mg/dL).
" ]; fhir:CodeSystem.url [ fhir:value "http://fhir.ch/ig/ch-crl/CodeSystem/nkrs-dssplus"]; fhir:CodeSystem.version [ fhir:value "0.9.0"]; fhir:CodeSystem.name [ fhir:value "NkrsDSSplus"]; fhir:CodeSystem.title [ fhir:value "NKRS - DSSplus"]; 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 "The DSSplus (Durie-Salmon Plus staging system) is the revised Durie-Salmon staging system for multiple myeloma \r\nclassification, based on MRI findings, FDG PET/CT findings, or both. \r\n\r\n**DSSplus (Variable number: 4.30)** \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-dssplus"; fhir:link ]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.count [ fhir:value "6"^^xsd:nonNegativeInteger]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "IA" ]; fhir:CodeSystem.concept.display [ fhir:value "Stage IA" ]; fhir:CodeSystem.concept.definition [ fhir:value "Smoldering or indolent. Can have single plasmocytoma or limited disease at imaging; Normal renal function (serum creatinine level < 2.0 mg/dL)." ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "IB" ]; fhir:CodeSystem.concept.display [ fhir:value "Stage IB" ]; fhir:CodeSystem.concept.definition [ fhir:value "< 5 focal lesions, mild diffuse disease; Abnormal renal function (serum creatinine level ≥ 2.0 mg/dL)." ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "IIA" ]; fhir:CodeSystem.concept.display [ fhir:value "Stage IIA" ]; fhir:CodeSystem.concept.definition [ fhir:value "5–20 focal lesions; moderate diffuse disease; Normal renal function (serum creatinine level < 2.0 mg/dL)." ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "IIB" ]; fhir:CodeSystem.concept.display [ fhir:value "Stage IIB" ]; fhir:CodeSystem.concept.definition [ fhir:value "5–20 focal lesions; moderate diffuse disease; Abnormal renal function (serum creatinine level ≥ 2.0 mg/dL)." ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "IIIA" ]; fhir:CodeSystem.concept.display [ fhir:value "Stage IIIA" ]; fhir:CodeSystem.concept.definition [ fhir:value "> 20 focal lesions; moderate diffuse disease; normal renal function (serum creatinine level < 2.0 mg/dL)." ] ], [ fhir:index 5; fhir:CodeSystem.concept.code [ fhir:value "IIIB" ]; fhir:CodeSystem.concept.display [ fhir:value "Stage IIIB" ]; fhir:CodeSystem.concept.definition [ fhir:value "> 20 focal lesions; moderate diffuse disease; Abnormal renal function (serum creatinine level ≥ 2.0 mg/dL)." ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------