CH CRL (R4)
0.9.0 - Draft

This page is part of the CH CRL (R4) (v0.9.0: STU Draft) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: NKRS - Method of First Detection - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "nkrs-methodfirstdetection"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://fhir.ch/ig/ch-crl/CodeSystem/nkrs-methodfirstdetection defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"nkrs-methodfirstdetection-1\"> </a></td><td>Clinical symptoms</td><td>Clinical symptoms related to the tumour.</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"nkrs-methodfirstdetection-2\"> </a></td><td>Incidental discovery</td><td>Diagnosis on the occasion of surveillance/treatment for another disease, incl. tumour aftercare for a previous primary tumour, routine medical consultation/routine check-up, surgery.</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"nkrs-methodfirstdetection-3\"> </a></td><td>Organised screening program</td><td>Screening programmes organized at national or regional level, with an explicit policy, that includes several essential elements from target population to treatment. Screening refers to a targeted examination/search for an asymptomatic tumour.</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"nkrs-methodfirstdetection-4\"> </a></td><td>Opportunistic screening</td><td>Screening outside an organized or population-based screening programme, as a result of, for example, a recommendation made during a routine medical consultation/check-up for the woman, on the basis of a possibly increased risk for developing cervical cancer or by self-referral. Screening refers to a targeted examination/search for an asymptomatic tumour.</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"nkrs-methodfirstdetection-5\"> </a></td><td>Self-examination</td><td>Use this code if it is known that the chain of events leading to a diagnosis of cancer was a self-exam by the patient (e.g. a lump in the breasts, or a skin lesion).</td></tr><tr><td style=\"white-space:nowrap\">6<a name=\"nkrs-methodfirstdetection-6\"> </a></td><td>Death with autopsy</td><td>Cancer diagnosed after death.</td></tr><tr><td style=\"white-space:nowrap\">7<a name=\"nkrs-methodfirstdetection-7\"> </a></td><td>Death without autopsy</td><td>Cancer diagnosed after death.</td></tr><tr><td style=\"white-space:nowrap\">8<a name=\"nkrs-methodfirstdetection-8\"> </a></td><td>Other</td><td/></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://fhir.ch/ig/ch-crl/CodeSystem/nkrs-methodfirstdetection"];
  fhir:CodeSystem.version [ fhir:value "0.9.0"];
  fhir:CodeSystem.name [ fhir:value "NkrsMethodFirstDetection"];
  fhir:CodeSystem.title [ fhir:value "NKRS - Method of First Detection"];
  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 method or circumstance by which the case came to medical attention and the cancer was first diagnosed. \r\n\r\n**Method of first detection (Variable number: 2.6)** \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-methodfirstdetection";
     fhir:link <http://fhir.ch/ig/ch-crl/ValueSet/nkrs-methodfirstdetection>
  ];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.count [ fhir:value "8"^^xsd:nonNegativeInteger];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "1" ];
     fhir:CodeSystem.concept.display [ fhir:value "Clinical symptoms" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Clinical symptoms related to the tumour." ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "2" ];
     fhir:CodeSystem.concept.display [ fhir:value "Incidental discovery" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Diagnosis on the occasion of surveillance/treatment for another disease, incl. tumour aftercare for a previous primary tumour, routine medical consultation/routine check-up, surgery." ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "3" ];
     fhir:CodeSystem.concept.display [ fhir:value "Organised screening program" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Screening programmes organized at national or regional level, with an explicit policy, that includes several essential elements from target population to treatment. Screening refers to a targeted examination/search for an asymptomatic tumour." ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "4" ];
     fhir:CodeSystem.concept.display [ fhir:value "Opportunistic screening" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Screening outside an organized or population-based screening programme, as a result of, for example, a recommendation made during a routine medical consultation/check-up for the woman, on the basis of a possibly increased risk for developing cervical cancer or by self-referral. Screening refers to a targeted examination/search for an asymptomatic tumour." ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "5" ];
     fhir:CodeSystem.concept.display [ fhir:value "Self-examination" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Use this code if it is known that the chain of events leading to a diagnosis of cancer was a self-exam by the patient (e.g. a lump in the breasts, or a skin lesion)." ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.concept.code [ fhir:value "6" ];
     fhir:CodeSystem.concept.display [ fhir:value "Death with autopsy" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Cancer diagnosed after death." ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.concept.code [ fhir:value "7" ];
     fhir:CodeSystem.concept.display [ fhir:value "Death without autopsy" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Cancer diagnosed after death." ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.concept.code [ fhir:value "8" ];
     fhir:CodeSystem.concept.display [ fhir:value "Other" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.