--- type: "codesystem" title: "Device Alert Status" codesystem: "devicealert-status" --- # Device Alert Status - **Official URL**: http://hl7.org/fhir/devicealert-status - **Version**: 6.0.0 - **Status**: active - **Name**: DeviceAlertStatus - **Title**: Device Alert Status - **Publisher**: HL7 International / Health Care Devices - **Description**: Describes the status of a DeviceAlert. - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | in-progress | In Progress | The alert condition is present, or any signal from a previously present condition is not off | | completed | Completed | The alert condition is not present, and all signals are off | | entered-in-error | Entered in Error | This alert record was created in error and is not valid. | | unknown | Unknown | The status of the alert is not known. | ## CodeSystem XML ```xml <status value="active"/> <experimental value="false"/> <date value="2023-12-10T10:01:24+11:00"/> <publisher value="HL7 International / Health Care Devices"/> <contact> <telecom> <system value="url"/> <value value="http://www.hl7.org/Special/committees/healthcaredevices"/> </telecom> <telecom> <system value="email"/> <value value="fhir@lists.hl7.org"/> </telecom> </contact> <description value="Describes the status of a DeviceAlert."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/devicealert-status"/> <content value="complete"/> <concept> <code value="in-progress"/> <display value="In Progress"/> <definition value="The alert condition is present, or any signal from a previously present condition is not off"/> </concept> <concept> <code value="completed"/> <display value="Completed"/> <definition value="The alert condition is not present, and all signals are off"/> </concept> <concept> <code value="entered-in-error"/> <display value="Entered in Error"/> <definition value="This alert record was created in error and is not valid."/> </concept> <concept> <code value="unknown"/> <display value="Unknown"/> <definition value="The status of the alert is not known."/> </concept> </CodeSystem> ```