/cds-hook-sample

CDS (Clinical Decision Support) Hook Service allow EHR to communicate with external services

Primary LanguageTypeScript

Sample CDS Hook Service

CDS Hook Patient Card

Description

Sample CDS hook, which allows external EHR to communicate with external services for decision support.

Getting Started

Dependencies

  • Install NodeJs
  • Setup Ngrok and publish your APIs. Get Started https://ngrok.com/docs/getting-started/

Running

* npm start
* ngrok tunnel --label edge=[EDGE ID] http://localhost:3000
* Goto https://sandbox.cds-hooks.org/
* Add CDS Service url https://[ngrokBaseURL]/cds-services

Alt text

TroubleShoot

  • If you face error, while adding cds-service to Sandbox. Add a custom header to your request ngrok-skip-browser-warning with any value true

Alt text

Alt text