View raw Markdown
type: codesystemcodesystem: devicealert-manifestation

Device Alert Manifestation

Concepts

CodeDisplayDefinition
auditoryAuditoryThe signal is annunciated using sound (e.g. a chime)
vibratoryVibratoryThe signal is annunciated using a vibrating tactile method
visualVisualThe 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>