--- type: "codesystem" title: "Device Alert Activation State" codesystem: "devicealert-activationState" --- # Device Alert Activation State - **Official URL**: http://hl7.org/fhir/devicealert-activationState - **Version**: 6.0.0 - **Status**: active - **Name**: DeviceAlertActivationState - **Title**: Device Alert Activation State - **Publisher**: HL7 International / Health Care Devices - **Description**: Describes the activation state of a DeviceAlert. - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | on | On | The intended system function (e.g., detecting or signaling) is activated | | off | Off | The intended system function (e.g., detecting or signaling) is deactivated | | paused | Paused | The intended system function (e.g., detecting or signaling) is temporarily suppressed | ## 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 activation state of a DeviceAlert."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/devicealert-activationState"/> <content value="complete"/> <concept> <code value="on"/> <display value="On"/> <definition value="The intended system function (e.g., detecting or signaling) is activated"/> </concept> <concept> <code value="off"/> <display value="Off"/> <definition value="The intended system function (e.g., detecting or signaling) is deactivated"/> </concept> <concept> <code value="paused"/> <display value="Paused"/> <definition value="The intended system function (e.g., detecting or signaling) is temporarily suppressed"/> </concept> </CodeSystem> ```