• Include these codes as defined in http://hl7.org/fhir/event-status
    Code Display Definition Canonical Mapping for "Adverse Event Status"
    in-progress In Progress The event is currently occurring. ~ active
    completed Completed The event has now concluded. ~ complete
    entered-in-error Entered in Error This electronic record should never have existed, though it is possible that real-world decisions were based on it. (If real-world activity has occurred, the status should be "stopped" rather than "entered-in-error".). ~ error
    unknown Unknown The authoring/source system does not know which of the status values currently applies for this event. Note: This concept is not to be used for "other" - one of the listed statuses is presumed to apply, but the authoring/source system does not know which. ~ unknown
<status value="draft"/> <experimental value="true"/> <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."/> <jurisdiction> <coding> <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/> <code value="001"/> <display value="World"/> </coding> </jurisdiction> <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>