Skip to content

erikinfo/hackathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CDS Service using Websockets in early versions of FHIR R5

During the FHIR Dev Days 2023 we compiled an experiment using FHIR R5 and CDS Hooks. The middle layer is a websocket.

Getting started:

  1. Start "CDSServiceTemplateApplication.java"
  2. Open Terminal:
cd ui
npm start
  1. Start CDS Hooks Test with the main class in "CDSHooks.java"

Beispiel REST Schnittstelle im Projekt:

Die Schnittstelle lässt sich über die URL http://localhost:8080/cds-services/trials aufrufen und man stellt die Anfragetype auf POST ein.

Pflichtinhalte für die Anfrage zur Standard REST Schnittstelle:

  • Content-Type: application/json
  • Body Inhalt: cds-hook-example-body.json

Einfach einen Breakpoint setzen bei der Methode die die REST Schnittstelle darstellt und die benötigten Informationen eintragen bei der Anfrage, um zu schauen wie Anfrage beim Spring Server ankommt.

Informationen:

About

Student Hackathon @ FHIR Dev Days 2023

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages