--- type: "codesystem" title: "Device Alert Category" codesystem: "devicealert-category" --- # Device Alert Category - **Official URL**: http://hl7.org/fhir/devicealert-category - **Version**: 6.0.0 - **Status**: active - **Name**: DeviceAlertCategory - **Title**: Device Alert Category - **Publisher**: HL7 International / Health Care Devices - **Description**: Describes the category of a DeviceAlert. - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | environment | Environment | Related to environmental conditions | | respiratory | Respiratory | Related to subject's respiratory function | | maintenance | Maintenance | Related to maintenance of the subject (e.g., a device) | ## 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 category of a DeviceAlert."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/devicealert-category"/> <content value="complete"/> <concept> <code value="environment"/> <display value="Environment"/> <definition value="Related to environmental conditions"/> </concept> <concept> <code value="respiratory"/> <display value="Respiratory"/> <definition value="Related to subject's respiratory function"/> </concept> <concept> <code value="maintenance"/> <display value="Maintenance"/> <definition value="Related to maintenance of the subject (e.g., a device)"/> </concept> </CodeSystem> ```