type: codesystemcodesystem: 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 version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="devicealert-category"/>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
<valueCode value="dev"/>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
<valueCode value="informative"/>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
<valueInteger value="1"/>
</extension>
<url value="http://hl7.org/fhir/devicealert-category"/>
<version value="6.0.0"/>
<name value="DeviceAlertCategory"/>
<title value="Device Alert Category"/>
<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>