This page is part of the CodeX™ Radiation Therapy (v1.0.0: STU 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Draft as of 2023-07-28 |
@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:id [ fhir:v "codexrt-radiotheraphy-adverse-event-severity-or-gradeCS"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://hl7.org/fhir/us/codex-radiation-therapy/CodeSystem/codexrt-radiotheraphy-adverse-event-severity-or-gradeCS</code> 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=\"codexrt-radiotheraphy-adverse-event-severity-or-gradeCS-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=\"codexrt-radiotheraphy-adverse-event-severity-or-gradeCS-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=\"codexrt-radiotheraphy-adverse-event-severity-or-gradeCS-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=\"codexrt-radiotheraphy-adverse-event-severity-or-gradeCS-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=\"codexrt-radiotheraphy-adverse-event-severity-or-gradeCS-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=\"codexrt-radiotheraphy-adverse-event-severity-or-gradeCS-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:url [ fhir:v "http://hl7.org/fhir/us/codex-radiation-therapy/CodeSystem/codexrt-radiotheraphy-adverse-event-severity-or-gradeCS"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "AdverseEventSeverityOrGradeCS"] ; #
fhir:title [ fhir:v "Severity or Grade CodeSystem based on CTCAE"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2023-07-28T13:07:08+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 Cross Group Projects Work Group"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 Cross Group Projects Work Group" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.hl7.org/Special/committees/cgp" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "cgplist@lists.HL7.org" ] ] )
] ) ; #
fhir:description [ fhir:v "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:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ;
fhir:display [ fhir:v "United States of America" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "0" ] ;
fhir:display [ fhir:v "Absent Adverse Event" ] ;
fhir:definition [ fhir:v "The absence of adverse events or within normal limits or values." ]
] [
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Mild Adverse Event" ] ;
fhir:definition [ fhir:v "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:code [ fhir:v "2" ] ;
fhir:display [ fhir:v "Moderate Adverse Event" ] ;
fhir:definition [ fhir:v "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:code [ fhir:v "3" ] ;
fhir:display [ fhir:v "Severe Adverse Event" ] ;
fhir:definition [ fhir:v "An adverse event experience that requires intensive therapeutic intervention and interrupts usual daily activities." ]
] [
fhir:code [ fhir:v "4" ] ;
fhir:display [ fhir:v "Life Threatening or Disabling Adverse Event" ] ;
fhir:definition [ fhir:v "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:code [ fhir:v "5" ] ;
fhir:display [ fhir:v "Death Related to Adverse Event" ] ;
fhir:definition [ fhir:v "The termination of life associated with an adverse event." ]
] ) . #
IG © 2021+ HL7 Cross Group Projects Work Group. Package hl7.fhir.us.codex-radiation-therapy#1.0.0 based on FHIR 4.0.1. Generated 2023-07-28
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change