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> 
    <system value="http://goodcare.org/DeviceAlert/id"/> 
    <value value="345675"/> 
  </identifier> 
  <status value="completed"/> 
  <type value="physiological"/> 
  <code> 
    <coding> 
      <system value="urn:iso:std:iso:11073:10101"/> 
      <code value="196688"/> 
    </coding> 
  </code> 
  <subject> 
    <reference value="Patient/pat1"/> 
  </subject> 
  <presence value="true"/> 
  <device> 
    <reference value="Device/example"/> 
  </device> 
</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.