This page is part of the Adverse Event Clinical Research R4 Backport (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "CodeSystem",
"id" : "adverse-event-severity-or-grade-cs",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Properties</b></p><p><b>This code system defines the following properties for its concepts</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>URI</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>abstract</td><td/><td>boolean</td><td>True when the code is not intended to be used</td></tr><tr><td>parent</td><td>http://hl7.org/fhir/concept-properties#parent</td><td>code</td><td>The parent term of the current term</td></tr></table><p><b>Concepts</b></p><p>This code system <code>http://hl7.org/fhir/uv/ae-research-backport-ig/CodeSystem/adverse-event-severity-or-grade-cs</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><td><b>abstract</b></td><td><b>Parent</b></td></tr><tr><td style=\"white-space:nowrap\">severity<a name=\"adverse-event-severity-or-grade-cs-severity\"> </a></td><td>Severity Codes</td><td>Grouping concept for severities</td><td>true</td><td/></tr><tr><td style=\"white-space:nowrap\">grade<a name=\"adverse-event-severity-or-grade-cs-grade\"> </a></td><td>Grade Codes</td><td>Grouping concept for grades</td><td>true</td><td/></tr><tr><td style=\"white-space:nowrap\">1<a name=\"adverse-event-severity-or-grade-cs-1\"> </a></td><td>Mild</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><td/><td>grade, severity</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"adverse-event-severity-or-grade-cs-2\"> </a></td><td>Moderate</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><td/><td>grade, severity</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"adverse-event-severity-or-grade-cs-3\"> </a></td><td>Severe</td><td>An adverse event experience that requires intensive therapeutic intervention and interrupts usual daily activities.</td><td/><td>grade, severity</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"adverse-event-severity-or-grade-cs-4\"> </a></td><td>Life Threatening or Disabling</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><td/><td>grade</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"adverse-event-severity-or-grade-cs-5\"> </a></td><td>Death Related to Adverse Event</td><td>The termination of life associated with an adverse event.</td><td/><td>grade</td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "informative",
"_valueCode" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical" : "http://hl7.org/fhir/uv/ae-research-backport-ig/ImplementationGuide/hl7.fhir.uv.ae-research-backport-ig"
}
]
}
}
],
"url" : "http://hl7.org/fhir/uv/ae-research-backport-ig/CodeSystem/adverse-event-severity-or-grade-cs",
"version" : "1.0.0-ballot",
"name" : "AdverseEventSeverityOrGradeCS",
"title" : "AdverseEvent Severity or Grade Codes",
"status" : "draft",
"experimental" : true,
"date" : "2023-07-28T19:53:38+00:00",
"publisher" : "HL7 International - Biomedical Research and Regulation, Vulcan AdverseEvent groups",
"contact" : [
{
"name" : "Biomedical Research and Regulation WG",
"telecom" : [
{
"system" : "url",
"value" : "http://hl7.org/Special/committees/rcrim"
}
]
}
],
"description" : "Hierarchical Code System for codes that indicate severity of the adverse event or grade.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001"
}
]
}
],
"caseSensitive" : true,
"hierarchyMeaning" : "is-a",
"content" : "complete",
"count" : 7,
"property" : [
{
"code" : "abstract",
"description" : "True when the code is not intended to be used",
"type" : "boolean"
},
{
"code" : "parent",
"uri" : "http://hl7.org/fhir/concept-properties#parent",
"description" : "The parent term of the current term",
"type" : "code"
}
],
"concept" : [
{
"code" : "severity",
"display" : "Severity Codes",
"definition" : "Grouping concept for severities",
"property" : [
{
"code" : "abstract",
"valueBoolean" : true
}
]
},
{
"code" : "grade",
"display" : "Grade Codes",
"definition" : "Grouping concept for grades",
"property" : [
{
"code" : "abstract",
"valueBoolean" : true
}
]
},
{
"code" : "1",
"display" : "Mild",
"definition" : "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.",
"property" : [
{
"code" : "parent",
"valueCode" : "grade"
},
{
"code" : "parent",
"valueCode" : "severity"
}
]
},
{
"code" : "2",
"display" : "Moderate",
"definition" : "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.",
"property" : [
{
"code" : "parent",
"valueCode" : "grade"
},
{
"code" : "parent",
"valueCode" : "severity"
}
]
},
{
"code" : "3",
"display" : "Severe",
"definition" : "An adverse event experience that requires intensive therapeutic intervention and interrupts usual daily activities.",
"property" : [
{
"code" : "parent",
"valueCode" : "grade"
},
{
"code" : "parent",
"valueCode" : "severity"
}
]
},
{
"code" : "4",
"display" : "Life Threatening or Disabling",
"definition" : "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.",
"property" : [
{
"code" : "parent",
"valueCode" : "grade"
}
]
},
{
"code" : "5",
"display" : "Death Related to Adverse Event",
"definition" : "The termination of life associated with an adverse event.",
"property" : [
{
"code" : "parent",
"valueCode" : "grade"
}
]
}
]
}
IG © 2020+ HL7 International - Biomedical Research and Regulation, Vulcan AdverseEvent groups. Package hl7.fhir.uv.ae-research-backport-ig#1.0.0-ballot based on FHIR 4.0.1. Generated 2023-07-28
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change