- Organization: Women for FHIR (https://simplifier.net/organization/women-for-fhir)
- Project: Heavy Menstrual Bleeding (https://simplifier.net/menstrual-bleeding)
- Guide: FHIR IG (https://simplifier.net/guide/hmb-fhir-ig?version=current)
This Implementation Guide (IG) is hosted on Simplifier. However, all changes to the IG must be made via this GitHub repository: https://github.com/ahdis/hmb.
Any changes made to the master branch of this repository are automatically transferred to the IG on Simplifier via a webhook. (The reverse direction—from Simplifier to GitHub—does not work the same way.)
If you would like to contribute to the IG directly, please create a Pull Request here.
The source for the FHIR resources is written in FHIR Shorthand (FSH). Generation of the FHIR resource JSON files is performed using SUSHI from the FSH source files in this GitHub repository.
- The
.fsh
files are located in the folder:
hmb/input/fsh
— apply your desired changes here. - From the main
hmb
folder, run the SUSHI compiler:sushi .
- The generated FHIR JSON files will be located in:
hmb/fsh-generated/resources
- Move or copy the updated files into the main folder, replacing the existing ones as needed.