Skip to content

GIDSOpenStandaarden/welldata-implementation-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WellData FHIR Implementation Guide

This repository contains the FHIR Implementation Guide for the WellData project.

Prerequisites

  • Docker

Building the Docker Image

docker build . -t gidsopenstandaarden-welldata-ig

Available Make Targets

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

Usage

Full IG Build

docker run --rm -v "${PWD}:/src" gidsopenstandaarden-welldata-ig build

The result can be viewed in the ./output folder.

SUSHI Validation Only

For quick FSH syntax validation without running the full IG publisher:

docker run --rm -v "${PWD}:/src" gidsopenstandaarden-welldata-ig sushi

Show Help

docker run --rm -v "${PWD}:/src" gidsopenstandaarden-welldata-ig help

Output Formats

The 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

GitHub Actions

The guide is automatically built using GitHub Actions. The result is published at: https://gidsopenstandaarden.github.io/welldata-implementation-guide/

About

The WellData FSH implementation guide

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 5