Implementation of the Nuts Knooppunt specifications.
A demonstration Electronic Health Record (EHR) application showcasing Dutch healthcare data exchange use cases including BGZ exchange and eOverdracht workflows.
See mock-components/demo-ehr/README.md for detailed documentation and setup instructions.
See docs/CONFIGURATION.md for configuration options and instructions.
See docs/DEPLOYMENT.md for how to deploy the Knooppunt in your XIS/healthcare system.
See docs/INTEGRATION.md for how to integrate the Knooppunt in your local XIS/healthcare system.
Browse it at https://nuts-foundation.github.io/nuts-knooppunt/docs/api/.
/mitz/notify), called by MITZ directly.See docs/ARCHITECTURE.md for an overview of the architecture and design of the Knooppunt (for Knooppunt developers).
It’s a typical Go application, so:
go test ./...
and:
go build .
./nuts-knoopppunt
For a complete overview of the deployment options, see docs/DEPLOYMENT.md.
A docker compose config is provided to run a set of services that are useful for development:
--profile demoehr)--profile pep)Start the base stack with:
docker compose up --build
Start with demo-ehr:
docker compose --profile demoehr up --build