FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example DeviceAlert/example (XML)

Health Care Devices Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Device, Patient

Raw XML (canonical form + also see XML Format Specification)

General DeviceAlert example (id = "example")

<?xml version="1.0" encoding="UTF-8"?>

<DeviceAlert xmlns="http://hl7.org/fhir">
  <id value="example"/> 
  <identifier> 
    <use value="official"/> 
    <type> 
      <text value="Alarm Unique Id"/> 
    </type> 
    <value value="0600dcFFFF750001^^^EUI-64_d1130a75-316c-4401-88c4-9c71704cdf6b_d629bc41-0310-4fec-b1a4-41356b
    66a7eb"/> 
  </identifier> 
  <status value="in-progress"/> 
  <type value="physiological"/> 
  <priority value="medium"/> 
  <code> 
    <coding> 
      <system value="urn:iso:std:iso:11073:10101"/> 
      <code value="196670"/> 
      <display value="MDC_EVT_LO"/> 
    </coding> 
  </code> 
  <subject> 
    <reference value="Patient/pat1"/> 
  </subject> 
  <presence value="true"/> 
  <device> 
    <reference value="Device/example"/> 
  </device> 
  <derivedFrom> 
    <observation> 
      <reference value="Observation/f0f9274d-8ada-402b-afa9-b9468ca50510"/> 
      <type value="Observation"/> 
    </observation> 
    <limit> 
      <low> 
        <value value="87"/> 
        <unit value="MDC_DIM_PERCENT"/> 
        <system value="urn:iso:std:iso:11073:10101"/> 
        <code value="262688"/> 
      </low> 
      <high> 
        <value value="98"/> 
        <unit value="MDC_DIM_PERCENT"/> 
        <system value="urn:iso:std:iso:11073:10101"/> 
        <code value="262688"/> 
      </high> 
    </limit> 
  </derivedFrom> 
  <acknowledged value="false"/> 
  <label value="**SpO2   86  &lt;87  "/> 
  <signal> 
    <activationState value="on"/> 
    <presence value="on"/> 
    <annunciator> 
      <reference> 
        <reference value="Device/example"/> 
        <type value="Device"/> 
      </reference> 
    </annunciator> 
    <manifestation> 
      <coding> 
        <system value="http://hl7.org/fhir/devicealert-manifestation"/> 
        <code value="visual"/> 
        <display value="Visual"/> 
      </coding> 
      <text value="visual alert"/> 
    </manifestation> 
  </signal> 
</DeviceAlert> 

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.