--- type: "valueset" title: "Adverse Event Status" valueset: "adverse-event-status" --- # Adverse Event Status - **Official URL**: http://hl7.org/fhir/ValueSet/adverse-event-status - **Status**: active - **Name**: AdverseEventStatus - **Title**: Adverse Event Status - **Publisher**: HL7 International - Patient Care WG - **Description**: Codes identifying the lifecycle stage of an adverse event. ## Content (Compose) - **System**: http://hl7.org/fhir/event-status | **Concepts**: in-progress, completed, entered-in-error, unknown ## ValueSet XML ```xml <status value="active"/> <experimental value="false"/> <publisher value="HL7 International - Patient Care WG"/> <contact> <telecom> <system value="url"/> <value value="http://www.hl7.org/Special/committees/patientcare/"/> </telecom> </contact> <description value="Codes identifying the lifecycle stage of an adverse event."/> <compose> <include> <system value="http://hl7.org/fhir/event-status"/> <concept> <code value="in-progress"/> </concept> <concept> <code value="completed"/> </concept> <concept> <code value="entered-in-error"/> </concept> <concept> <code value="unknown"/> </concept> </include> </compose> </ValueSet> ```