Chart Alerts
Source Object: Chart Alerts
Overview and Usage: The "Chart Alerts" source object in athena EHR is a crucial component for tracking and managing alerts and notifications related to patient charts. It is designed to capture information about alerts, including their modification history and department association. Here's an overview of key fields and their usage:
- Last Modified: The "lastmodified" field records the date and time when the alert was last modified, providing a chronological record of alert updates.
- Last Modified By: "lastmodifiedby" identifies the user or entity that last modified the alert, offering transparency and accountability in the modification process.
- Note Text: "notetext" contains the text or content of the alert or notification, providing important information or instructions.
- Department: "departmentid" associates the alert with a specific department or healthcare unit, allowing for department-specific alerts and notifications.
The "Chart Alerts" source object ensures the systematic recording of alerts, notifications, and their history within patient charts. It is essential for tracking changes, important messages, and department-specific information. Healthcare providers rely on this functionality for effective patient care and communication. Developers can utilize this source object to build features and applications that enhance alert management and streamline communication processes within athena EHR.
Mapping Table
Data Field | Example Value | Source Data Field Description | Source Field Data Type | Source Data Field Cardinality | Mapped FHIR++ Resource | Mapped FHIR Data Field | Augmented Mapping | Associated Coding System | Associated FHIR Data Field Extension | Mapping Context |
---|---|---|---|---|---|---|---|---|---|---|
lastmodified | - | The time this note was updated (mm/dd/yyyy hh24:mi:ss; Eastern time), if the note has been updated. | String | 0..1 | Communication | note[1].author.authorString | - | Top Level | ||
lastmodifiedby | - | If the note has been modified, the username who last modified this note. | String | 0..1 | Communication | note[1].time | - | Top Level | ||
notetext | - | The text of the note. | String | 0..1 | Communication | note[1].text | - | Top Level | ||
departmentid | - | department id. | Integer | 0..1 | Communication | extension[*].valueInteger | - | department-id | Top Level |