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

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

CodeDisplay
0 cM0
1 cM1
1a cM1a
1a(0) cM1a(0)
1a(1) cM1a(1)
1b(0) cM1b(0)
1b(1) cM1b(1)
1c(0) cM1c(0)
1c(1) cM1c(1)
1d(0) cM1d(0)
1d(1) cM1d(1)
1b cM1b
1c cM1c
1d cM1d
" ]; fhir:CodeSystem.url [ fhir:value "http://fhir.ch/ig/ch-crl/CodeSystem/nkrs-cm"]; fhir:CodeSystem.version [ fhir:value "0.9.0"]; fhir:CodeSystem.name [ fhir:value "NkrscM"]; fhir:CodeSystem.title [ fhir:value "NKRS - cM"]; 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 data item records the absence or presence of distant metastases based on clinical investigation, imaging, endoscopy, surgical exploration without biopsy. \r\n\r\n**cM (Variable number: 4.5)** \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-cm"; fhir:link ]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.count [ fhir:value "14"^^xsd:nonNegativeInteger]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "0" ]; fhir:CodeSystem.concept.display [ fhir:value "cM0" ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "1" ]; fhir:CodeSystem.concept.display [ fhir:value "cM1" ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "1a" ]; fhir:CodeSystem.concept.display [ fhir:value "cM1a" ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "1a(0)" ]; fhir:CodeSystem.concept.display [ fhir:value "cM1a(0)" ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "1a(1)" ]; fhir:CodeSystem.concept.display [ fhir:value "cM1a(1)" ] ], [ fhir:index 5; fhir:CodeSystem.concept.code [ fhir:value "1b(0)" ]; fhir:CodeSystem.concept.display [ fhir:value "cM1b(0)" ] ], [ fhir:index 6; fhir:CodeSystem.concept.code [ fhir:value "1b(1)" ]; fhir:CodeSystem.concept.display [ fhir:value "cM1b(1)" ] ], [ fhir:index 7; fhir:CodeSystem.concept.code [ fhir:value "1c(0)" ]; fhir:CodeSystem.concept.display [ fhir:value "cM1c(0)" ] ], [ fhir:index 8; fhir:CodeSystem.concept.code [ fhir:value "1c(1)" ]; fhir:CodeSystem.concept.display [ fhir:value "cM1c(1)" ] ], [ fhir:index 9; fhir:CodeSystem.concept.code [ fhir:value "1d(0)" ]; fhir:CodeSystem.concept.display [ fhir:value "cM1d(0)" ] ], [ fhir:index 10; fhir:CodeSystem.concept.code [ fhir:value "1d(1)" ]; fhir:CodeSystem.concept.display [ fhir:value "cM1d(1)" ] ], [ fhir:index 11; fhir:CodeSystem.concept.code [ fhir:value "1b" ]; fhir:CodeSystem.concept.display [ fhir:value "cM1b" ] ], [ fhir:index 12; fhir:CodeSystem.concept.code [ fhir:value "1c" ]; fhir:CodeSystem.concept.display [ fhir:value "cM1c" ] ], [ fhir:index 13; fhir:CodeSystem.concept.code [ fhir:value "1d" ]; fhir:CodeSystem.concept.display [ fhir:value "cM1d" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------