You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: input/pagecontent/index.md
+5-12Lines changed: 5 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,16 +8,9 @@ This is the continuous integration, community release of the CDS Hooks specifica
8
8
9
9
## Overview
10
10
11
-
The CDS Hooks specification provides a comprehensive framework for seamless integration of Clinical Decision Support (CDS) capabilities within healthcare systems. It outlines the RESTful APIs and JSON over HTTPS interactions that facilitate communication between CDS Clients, such as Electronic Health Record Systems (EHRs) and other health information systems, and CDS Services.
11
+
This specification describes a
12
+
["hook"](http://en.wikipedia.org/wiki/Hooking)-based pattern for invoking
13
+
decision support from within a clinician's workflow. The API supports:
12
14
13
-
By leveraging CDS Hooks, healthcare providers can enhance their decision-making processes by seamlessly accessing real-time clinical guidance and recommendations within their existing workflows. The specification defines the standardized approach for CDS Clients to discover and interact with CDS Services, enabling the seamless integration of CDS capabilities into various healthcare applications.
14
-
15
-
CDS Hooks offers a flexible and extensible architecture that allows CDS Services to provide contextually relevant insights and recommendations based on patient-specific data. The specification enables CDS Clients to request relevant CDS information at critical decision points, ensuring that clinicians receive the most up-to-date and evidence-based guidance when making clinical decisions.
16
-
17
-
With CDS Hooks, CDS Services can effectively deliver responses to CDS Client requests, which may include suggested actions, alerts, links to educational resources, or any other relevant clinical information. These responses are communicated using the FHIR (Fast Healthcare Interoperability Resources) standard, ensuring interoperability and compatibility with modern healthcare systems.
18
-
19
-
Moreover, the CDS Hooks specification addresses important considerations related to security and safety. It outlines mechanisms for authentication, authorization, and encryption to safeguard patient data and ensure the integrity and privacy of healthcare information exchanged between CDS Clients and CDS Services.
20
-
21
-
The CDS Hooks specification also supports extensions, allowing for additional customizations and enhancements to meet specific CDS requirements or accommodate unique healthcare workflows.
22
-
23
-
In short, the CDS Hooks specification provides a standardized approach for integrating CDS capabilities into healthcare systems, enabling seamless access to real-time clinical guidance and supporting informed decision-making by healthcare providers. By leveraging the power of CDS Hooks, healthcare organizations can improve patient outcomes, enhance clinical workflows, and foster interoperability across different healthcare applications and systems.
15
+
* Synchronous, workflow-triggered CDS calls returning information and suggestions
16
+
* Launching a user-facing SMART app when CDS requires additional interaction
0 commit comments