Release 5 Ballot

This page is part of the FHIR Specification (v5.0.0-ballot: R5 Ballot - see ballot notes). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R4B R4 R3

Example CodeSystem/adverse-event-category (XML)

Patient Care Work GroupMaturity Level: N/AStandards Status: Informative

Raw XML (canonical form + also see XML Format Specification)

Definition for Code SystemAdverseEventCategory

<?xml version="1.0" encoding="UTF-8"?>

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="adverse-event-category"/> 
  <meta> 
    <lastUpdated value="2022-09-10T04:52:37.223+10:00"/> 
    <profile value="http://hl7.org/fhir/StructureDefinition/shareablecodesystem"/> 
  </meta> 
  <text> 
    <status value="generated"/> 
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p> This code system 
        <code> http://terminology.hl7.org/CodeSystem/adverse-event-category</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">wrong-patient
            <a name="adverse-event-category-wrong-patient"> </a> 
          </td> 
          <td> Wrong Patient</td> 
          <td> The adverse event pertains to an event involving the wrong patient, who was not
             the intended subject.</td> 
        </tr> 
        <tr> 
          <td style="white-space:nowrap">procedure-mishap
            <a name="adverse-event-category-procedure-mishap"> </a> 
          </td> 
          <td> Procedure Mishap</td> 
          <td> The adverse event pertains to a procedure mishap.</td> 
        </tr> 
        <tr> 
          <td style="white-space:nowrap">medication-mishap
            <a name="adverse-event-category-medication-mishap"> </a> 
          </td> 
          <td> Medication Mishap</td> 
          <td> The adverse event pertains to a medication mishap, such as wrong dose, route, rate,
             or duration of administration.</td> 
        </tr> 
        <tr> 
          <td style="white-space:nowrap">device
            <a name="adverse-event-category-device"> </a> 
          </td> 
          <td> Device</td> 
          <td> The adverse event pertains to a device.</td> 
        </tr> 
        <tr> 
          <td style="white-space:nowrap">unsafe-physical-environment
            <a name="adverse-event-category-unsafe-physical-environment"> </a> 
          </td> 
          <td> Unsafe Physical Environment</td> 
          <td> The adverse event pertains to an unsafe physical environment.</td> 
        </tr> 
        <tr> 
          <td style="white-space:nowrap">hospital-aquired-infection
            <a name="adverse-event-category-hospital-aquired-infection"> </a> 
          </td> 
          <td> Hospital Acquired Infection</td> 
          <td> The adverse event pertains to a hospital acquired infection.</td> 
        </tr> 
        <tr> 
          <td style="white-space:nowrap">wrong-body-site
            <a name="adverse-event-category-wrong-body-site"> </a> 
          </td> 
          <td> Wrong Body Site</td> 
          <td> The adverse event pertains to the wrong body site.</td> 
        </tr> 
      </table> 
    </div> 
  </text> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="pc"/> 
  </extension> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="draft"/> 
  </extension> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="1"/> 
  </extension> 
  <url value="http://terminology.hl7.org/CodeSystem/adverse-event-category"/> 
  <identifier> 
    <system value="urn:ietf:rfc:3986"/> 
    <value value="urn:oid:2.16.840.1.113883.4.642.4.1251"/> 
  </identifier> 
  <version value="5.0.0-ballot"/> 
  <name value="AdverseEventCategory"/> 
  <title value="AdverseEventCategory"/> 
  <status value="draft"/> 
  <experimental value="false"/> 
  <date value="2020-12-28T16:55:11+11:00"/> 
  <publisher value="HL7 (FHIR Project)"/> 
  <contact> 
    <telecom> 
      <system value="url"/> 
      <value value="http://hl7.org/fhir"/> 
    </telecom> 
    <telecom> 
      <system value="email"/> 
      <value value="fhir@lists.hl7.org"/> 
    </telecom> 
  </contact> 
  <description value="Overall categorization of the event, e.g. product-related or situational."/> 
  <caseSensitive value="true"/> 
  <valueSet value="http://hl7.org/fhir/ValueSet/adverse-event-category"/> 
  <content value="complete"/> 
  <concept> 
    <code value="wrong-patient"/> 
    <display value="Wrong Patient"/> 
    <definition value="The adverse event pertains to an event involving the wrong patient, who was not
     the intended subject."/> 
  </concept> 
  <concept> 
    <code value="procedure-mishap"/> 
    <display value="Procedure Mishap"/> 
    <definition value="The adverse event pertains to a procedure mishap."/> 
  </concept> 
  <concept> 
    <code value="medication-mishap"/> 
    <display value="Medication Mishap"/> 
    <definition value="The adverse event pertains to a medication mishap, such as wrong dose, route, rate,
     or duration of administration."/> 
  </concept> 
  <concept> 
    <code value="device"/> 
    <display value="Device"/> 
    <definition value="The adverse event pertains to a device."/> 
  </concept> 
  <concept> 
    <code value="unsafe-physical-environment"/> 
    <display value="Unsafe Physical Environment"/> 
    <definition value="The adverse event pertains to an unsafe physical environment."/> 
  </concept> 
  <concept> 
    <code value="hospital-aquired-infection"/> 
    <display value="Hospital Acquired Infection"/> 
    <definition value="The adverse event pertains to a hospital acquired infection."/> 
  </concept> 
  <concept> 
    <code value="wrong-body-site"/> 
    <display value="Wrong Body Site"/> 
    <definition value="The adverse event pertains to the wrong body site."/> 
  </concept> 
</CodeSystem> 

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.