This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Prospective warnings of potential issues when providing care to the patient.
The Alert resource provides a single interface for managing clinical and administrative facts that need to be brought to the attention of users of clinical systems. Examples can include many things. Patient's posing particular risks (falls, physical violence), patient's needing special accomodations (hard of hearing, use easy-open caps), administrative concerns (verify postal address, pre-payment required) or any other situation that needs to be brought to attention within the context of a particular workflow. (The workflow relevant to the issue can be identified by the category element.)
Usually, resources specific to particular types of issues (health conditions, allergies, active medications will be used to communicate those issues. However, in some cases, particularly important information (a latex or severe food allergy) migt be highlighted as an Alert as well as the more typical resource.
<Alert xmlns="http://hl7.org/fhir"> <!-- from Resource: extension, modifierExtension, language, text, and contained --> <identifier><!-- 0..* Identifier Business identifier --></identifier> <category><!-- 0..1 CodeableConcept Clinical, administrative, etc. --></category> <status value="[code]"/><!-- 1..1 active | inactive | entered in error --> <subject><!-- 1..1 Resource(Patient) Who is alert about? --></subject> <author><!-- 0..1 Resource(Practitioner|Patient|Device) Alert creator --></author> <note value="[string]"/><!-- 1..1 Text of alert --> </Alert>
Alternate definitions: Schema/Schematron, Resource Profile
Path | Definition | Type | Reference |
---|---|---|---|
Alert.status | Indicates whether this alert is active and needs to be displayed to a user, or whether it is no longer needed or entered in error | Fixed | http://hl7.org/fhir/alert-status |
The Alert resource is sometimes known as "patient notes" and MAY be used to warn of issues such as:
The Alert resource should not be used for Allergies / Adverse Reactions (use AllergyIntolerance, or to record Alarms raised by devices attached to the patient (DSTU - under development).
Search parameters for this resource. The standard parameters also apply. See Searching for more information about searching in REST, messaging, and services.
Name | Type | Description | Paths |
_id | token | The logical resource id associated with the resource (must be supported by all servers) | |
_language | token | The language of the resource | |
subject | reference | The identity of a subject to list alerts for | Alert.subject (Patient) |