This repository contains the FHIR Implementation Guide for the WellData project.
- Docker
docker build . -t gidsopenstandaarden-welldata-ig| Target | Description |
|---|---|
build |
Run the complete FHIR build process (full documentation package) |
sushi |
Run SUSHI only (quick FSH validation) |
version |
Show the current version from sushi-config.yaml |
clean |
Clean build artifacts |
help |
Show help message |
docker run --rm -v "${PWD}:/src" gidsopenstandaarden-welldata-ig buildThe result can be viewed in the ./output folder.
For quick FSH syntax validation without running the full IG publisher:
docker run --rm -v "${PWD}:/src" gidsopenstandaarden-welldata-ig sushidocker run --rm -v "${PWD}:/src" gidsopenstandaarden-welldata-ig helpThe IG Publisher generates resources in multiple formats:
| Format | Location | Config |
|---|---|---|
| JSON | output/*.json |
Always generated |
| TTL (RDF) | output/*.ttl |
excludettl: false in sushi-config.yaml |
| XML | output/*.xml |
excludexml: false in sushi-config.yaml |
The guide is automatically built using GitHub Actions. The result is published at: https://gidsopenstandaarden.github.io/welldata-implementation-guide/