--- type: "codesystem" title: "Device Alert Type" codesystem: "devicealert-type" --- # Device Alert Type - **Official URL**: http://hl7.org/fhir/devicealert-type - **Version**: 6.0.0 - **Status**: active - **Name**: DeviceAlertType - **Title**: Device Alert Type - **Publisher**: HL7 International / Health Care Devices - **Description**: Describes the type of a DeviceAlert. - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | physiological | Physiological | The alert condition is related to the patient state | | technical | Technical | The alert condition is related to the device state | ## 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 type of a DeviceAlert."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/devicealert-type"/> <content value="complete"/> <concept> <code value="physiological"/> <display value="Physiological"/> <definition value="The alert condition is related to the patient state"/> </concept> <concept> <code value="technical"/> <display value="Technical"/> <definition value="The alert condition is related to the device state"/> </concept> </CodeSystem> ```