type: codesystemcodesystem: devicealert-manifestation
Device Alert Manifestation
- Official URL: http://hl7.org/fhir/devicealert-manifestation
- Version: 6.0.0
- Status: active
- Name: DeviceAlertManifestation
- Title: Device Alert Manifestation
- Publisher: HL7 International / Health Care Devices
- Description: Describes the manifestation of a DeviceAlert.
- Case Sensitive: true
- Content: complete
Concepts
| Code | Display | Definition |
|---|---|---|
| auditory | Auditory | The signal is annunciated using sound (e.g. a chime) |
| vibratory | Vibratory | The signal is annunciated using a vibrating tactile method |
| visual | Visual | The signal is annunciated using light (e.g. an illuminated icon, flashing light, or text message) |
CodeSystem XML
<?xml version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="devicealert-manifestation"/>
<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-manifestation"/>
<version value="6.0.0"/>
<name value="DeviceAlertManifestation"/>
<title value="Device Alert Manifestation"/>
<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 manifestation of a DeviceAlert."/>
<caseSensitive value="true"/>
<valueSet value="http://hl7.org/fhir/ValueSet/devicealert-manifestation"/>
<content value="complete"/>
<concept>
<code value="auditory"/>
<display value="Auditory"/>
<definition value="The signal is annunciated using sound (e.g. a chime)"/>
</concept>
<concept>
<code value="vibratory"/>
<display value="Vibratory"/>
<definition value="The signal is annunciated using a vibrating tactile method"/>
</concept>
<concept>
<code value="visual"/>
<display value="Visual"/>
<definition value="The signal is annunciated using light (e.g. an illuminated icon, flashing light, or text message)"/>
</concept>
</CodeSystem>