type: codesystemcodesystem: 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 version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="devicealert-annunciation"/>
<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="normative"/>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
<valueInteger value="2"/>
</extension>
<url value="http://hl7.org/fhir/devicealert-annunciation"/>
<version value="6.0.0"/>
<name value="DeviceAlertAnnunciation"/>
<title value="Device Alert Annunciation"/>
<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>