This repository contains a FHIR Implementation Guide created with FHIR Shorthand, SUSHI, and the FHIR IG Publisher.
- Node.js/npm
- Jekyll
- JDK
- In the root directory, run
_updatePublisher.sh
on MacOS/Linux or_updatePublisher.bat
on Windows to download the FHIR IG Publisher JAR. - Now, run
_genonce.sh
on MacOS/Linux or_genonce.bat
on Windows to generate the Implementation Guide HTML. - The output will be in the
output
directory. Open theindex.html
file in a web browser to view the Implementation Guide.
The input/fsh
folder contains the Profiles defined in this IG, written in FHIR Shorthand (FSH). The narrative content is found in input/pagecontent
in Markdown format. Global configuration is done in sushi-config.yaml
in the root of the directory.
Vishnu Ravi (@vishnuravi)