Cookiecutter template for a FHIR Shorthand project.
- GitHub repo: https://github.com/glichtner/cookiecutter-fhir-shorthand
- Free software: BSD license
- Creates an empty project structure for FHIR shorthand (SUSHI) projects
- Adds the files created by SUSHI's --init command (version 2.1.1) and some additional files
- Adds two github workflows for validating fsh files and publishing the implementation guide from the master branch
- Adds a pre-commit config for enforcing file formatting standards
- Create project from cookiecutter
cookiecutter gh:glichtner/cookiecutter-fhir-shorthand
- If appropriate environment for SUSHI hasn't been setup you can run:
conda create --name sushi
conda install nodejs
npm install -g fsh-sushi