NAPKON Vaccination Module
1.0.0 - trial-use

NAPKON Vaccination Module - Local Development build (v1.0.0). See the Directory of published versions

: CTCAE Grade Code System - 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 "ctcae-grade-code-system"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system https://www.napkon.de/fhir/CodeSystem/ctcae-grade-code-system 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\">0<a name=\"ctcae-grade-code-system-0\"> </a></td><td>Absent Adverse Event</td><td>The absence of adverse events or within normal limits or values.</td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"ctcae-grade-code-system-1\"> </a></td><td>Mild Adverse Event</td><td>An experience that is usually transient, and requires no special treatment or intervention. The event does not generally interfere with usual daily activities. Includes transient laboratory test alterations.</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"ctcae-grade-code-system-2\"> </a></td><td>Moderate Adverse Event</td><td>An experience that is alleviated with simple therapeutic treatments. The event impacts usual daily activities. Includes laboratory test alterations indicating injury, but without long-term risk.</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"ctcae-grade-code-system-3\"> </a></td><td>Severe Adverse Event</td><td>An adverse event experience that requires intensive therapeutic intervention and interrupts usual daily activities.</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"ctcae-grade-code-system-4\"> </a></td><td>Life Threatening or Disabling Adverse Event</td><td>Any adverse event that places the patient, in the view of the initial reporter, at immediate risk of death from the adverse event as it occurred, i.e., it does not include an adverse experience that, had it occurred in a more severe form, might have caused death.</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"ctcae-grade-code-system-5\"> </a></td><td>Death Related to Adverse Event</td><td>The termination of life associated with an adverse event.</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "https://www.napkon.de/fhir/CodeSystem/ctcae-grade-code-system"];
  fhir:CodeSystem.version [ fhir:value "1.0.0"];
  fhir:CodeSystem.name [ fhir:value "CTCAEGradeCS"];
  fhir:CodeSystem.title [ fhir:value "CTCAE Grade Code System"];
  fhir:CodeSystem.status [ fhir:value "active"];
  fhir:CodeSystem.date [ fhir:value "2021-12-10T11:47:18+00:00"^^xsd:dateTime];
  fhir:CodeSystem.description [ fhir:value "Common terminology criteria (CTC) grades associated with the severity of an adverse event, expressed as integers, 0 through 5, with 0 representing no adverse event, and 5 representing death."];
  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 "0" ];
     fhir:CodeSystem.concept.display [ fhir:value "Absent Adverse Event" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The absence of adverse events or within normal limits or values." ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "1" ];
     fhir:CodeSystem.concept.display [ fhir:value "Mild Adverse Event" ];
     fhir:CodeSystem.concept.definition [ fhir:value "An experience that is usually transient, and requires no special treatment or intervention. The event does not generally interfere with usual daily activities. Includes transient laboratory test alterations." ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "2" ];
     fhir:CodeSystem.concept.display [ fhir:value "Moderate Adverse Event" ];
     fhir:CodeSystem.concept.definition [ fhir:value "An experience that is alleviated with simple therapeutic treatments. The event impacts usual daily activities. Includes laboratory test alterations indicating injury, but without long-term risk." ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "3" ];
     fhir:CodeSystem.concept.display [ fhir:value "Severe Adverse Event" ];
     fhir:CodeSystem.concept.definition [ fhir:value "An adverse event experience that requires intensive therapeutic intervention and interrupts usual daily activities." ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "4" ];
     fhir:CodeSystem.concept.display [ fhir:value "Life Threatening or Disabling Adverse Event" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Any adverse event that places the patient, in the view of the initial reporter, at immediate risk of death from the adverse event as it occurred, i.e., it does not include an adverse experience that, had it occurred in a more severe form, might have caused death." ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.concept.code [ fhir:value "5" ];
     fhir:CodeSystem.concept.display [ fhir:value "Death Related to Adverse Event" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The termination of life associated with an adverse event." ]
  ].

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

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