Skip to content

nuts-foundation/nuts-knooppunt

Repository files navigation

nuts-knooppunt

Implementation of the Nuts Knooppunt specifications.

Endpoints

Configuration

See docs/CONFIGURATION.md for configuration options and instructions.

Deployment

See docs/DEPLOYMENT.md for how to deploy the Knooppunt in your XIS/healthcare system.

Integration

See docs/INTEGRATION.md for how to integrate the Knooppunt in your local XIS/healthcare system.

Architecture

See docs/ARCHITECTURE.md for an overview of the architecture and design of the Knooppunt (for Knooppunt developers).

Go toolchain

It's a typical Go application, so:

go test ./...

and:

go build .
./nuts-knoopppunt

Development stack

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:

  • HAPI server, multi-tenancy enabled, using UUIDs, running on port 8080
  • PostgreSQL database, for the HAPI server

Start the stack with:

docker compose up --build