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

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

CodeDisplayDefinition
0 No (score 0)
1 Mild (score 1)Inclusive cirrhosis without portal hypertension. \r\nChild-Pugh-Score A; CLIF-SOFA Score 0. \r\n(ICD-10:, K70.0–K70.3, K70.9, K71.3–K71.5, K71.7, K73, K74, K76.0, K76.2–K76.4, K76.8, K76.9, Z94.4)
2 Moderate to severe (score 3)Moderate liver disease: \r\ncirrhosis with portal hypertension, but without bleeding OR\r\nChild-Pugh-Score B OR\r\nCLIF-SOFA Score 1-2.\r\nSevere liver disease:\r\nChild-Pugh-Score C OR\r\nCLIF-SOFA Score 3-4, OR\r\ncoagulation disorder AND portal hypertension.\r\n(ICD-10: I85.0, I85.9, I86.4, I98.2, K70.4, K71.1, K72.1, K72.9, K76.5–K76.7)
" ]; fhir:CodeSystem.url [ fhir:value "http://fhir.ch/ig/ch-crl/CodeSystem/nkrs-liverdisease"]; fhir:CodeSystem.version [ fhir:value "0.9.0"]; fhir:CodeSystem.name [ fhir:value "NkrsLiverDisease"]; fhir:CodeSystem.title [ fhir:value "NKRS - Liver Disease"]; 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 presence and severity of liver disease at the time of diagnosis \r\nas pre-existing medical condition. Scores weight the estimated effect on patient survival. \r\n\r\n**Liver Disease (Variable number: 10.2)** \r\nin \\'NATIONAL CANCER DATA DICTIONARY, V 1.1, Part B1, SUPPLEMENTARY VARIABLES for Adults (15.10.2019)\\'\r\n([EN](https://www.nacr.ch/assets/files/uploads/b1-datadictionary-supplementaryvariables-adults-v1.1.pdf), \r\n[DE](https://www.nkrs.ch/assets/files/uploads/variablen-zusatzdaten-kinderjugendliche-v1.1.pdf), \r\n[FR](https://www.onec.ch/assets/files/uploads/b1-dict-des-donnees-variables-suppl-adultes-v1.1.pdf), \r\n[IT](https://www.snrt.ch/assets/files/uploads/b1-variabili-supplementari-adulti-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-liverdisease"; fhir:link ]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.count [ fhir:value "3"^^xsd:nonNegativeInteger]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "0" ]; fhir:CodeSystem.concept.display [ fhir:value "No (score 0)" ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "1" ]; fhir:CodeSystem.concept.display [ fhir:value "Mild (score 1)" ]; fhir:CodeSystem.concept.definition [ fhir:value "Inclusive cirrhosis without portal hypertension. \r\nChild-Pugh-Score A; CLIF-SOFA Score 0. \r\n(ICD-10:, K70.0–K70.3, K70.9, K71.3–K71.5, K71.7, K73, K74, K76.0, K76.2–K76.4, K76.8, K76.9, Z94.4)" ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "2" ]; fhir:CodeSystem.concept.display [ fhir:value "Moderate to severe (score 3)" ]; fhir:CodeSystem.concept.definition [ fhir:value "Moderate liver disease: \r\ncirrhosis with portal hypertension, but without bleeding OR\r\nChild-Pugh-Score B OR\r\nCLIF-SOFA Score 1-2.\r\nSevere liver disease:\r\nChild-Pugh-Score C OR\r\nCLIF-SOFA Score 3-4, OR\r\ncoagulation disorder AND portal hypertension.\r\n(ICD-10: I85.0, I85.9, I86.4, I98.2, K70.4, K71.1, K72.1, K72.9, K76.5–K76.7)" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------