jmandel / fhir-change-watcher

Watch for changes in a FHIR server and emit as SSE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fhir-watcher

Point to a server and generate a change feed of [previous, current] resource pairs for all server updates

Examples

Print to console

deno run --allow-all  --watch examples/console.ts

Spool to Server-Sent Events web endpoint

npx sse-cat http://localhost:8000
deno run --allow-all  --watch examples/server.ts

About

Watch for changes in a FHIR server and emit as SSE


Languages

Language:TypeScript 100.0%