--- type: "codesystem" title: "Device Alert Annunciation" codesystem: "devicealert-annunciation" --- # Device Alert Annunciation - **Official URL**: http://hl7.org/fhir/devicealert-annunciation - **Version**: 6.0.0 - **Status**: active - **Name**: DeviceAlertAnnunciation - **Title**: Device Alert Annunciation - **Publisher**: HL7 International / Health Care Devices - **Description**: Describes the annunciation of a DeviceAlert. - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | local | Local | The signal is annunciated on or adjacent to the detecting device (e.g., at the bedside) | | remote | Remote | The signal is annunciated at a place away from the detecting device (e.g., at a nursing station) | ## 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 annunciation of a DeviceAlert."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/devicealert-annunciation"/> <content value="complete"/> <concept> <code value="local"/> <display value="Local"/> <definition value="The signal is annunciated on or adjacent to the detecting device (e.g., at the bedside)"/> </concept> <concept> <code value="remote"/> <display value="Remote"/> <definition value="The signal is annunciated at a place away from the detecting device (e.g., at a nursing station)"/> </concept> </CodeSystem> ```