FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.ae-research-backport-ig.r4b
Resource TypeCodeSystem
IdCodeSystem-adverse-event-severity-or-grade-cs.json
FHIR VersionR4B
Sourcehttp://hl7.org/fhir/uv/ae-research-backport-ig/2023Sep/CodeSystem-adverse-event-severity-or-grade-cs.html
URLhttp://hl7.org/fhir/uv/ae-research-backport-ig/CodeSystem/adverse-event-severity-or-grade-cs
Version1.0.0-ballot
Statusdraft
Date2023-07-28T19:53:38+00:00
NameAdverseEventSeverityOrGradeCS
TitleAdverseEvent Severity or Grade Codes
Realmuv
Authorityhl7
DescriptionHierarchical Code System for codes that indicate severity of the adverse event or grade.
Contentcomplete

Resources that use this resource

ValueSet
adverse-event-severity-or-grade-vsAdverseEvent Severity or Grade Value Set

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Properties

This code system defines the following properties for its concepts

CodeURITypeDescription
abstractbooleanTrue when the code is not intended to be used
parenthttp://hl7.org/fhir/concept-properties#parentcodeThe parent term of the current term

Concepts

This code system http://hl7.org/fhir/uv/ae-research-backport-ig/CodeSystem/adverse-event-severity-or-grade-cs defines the following codes:

CodeDisplayDefinitionabstractParent
severity Severity CodesGrouping concept for severitiestrue
grade Grade CodesGrouping concept for gradestrue
1 MildAn 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.grade, severity
2 ModerateAn 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.grade, severity
3 SevereAn adverse event experience that requires intensive therapeutic intervention and interrupts usual daily activities.grade, severity
4 Life Threatening or DisablingAny 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.grade
5 Death Related to Adverse EventThe termination of life associated with an adverse event.grade

Source1

{
  "resourceType": "CodeSystem",
  "id": "adverse-event-severity-or-grade-cs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
        }
      ]
    }
  ]
}