This FHIR Implementation Guide serves as a repository for all of the FHIR profiles that are created for the SPL FHIR project. These profiles allow for mappings from the FDA Structured Product Labelling specification to FHIR resources.
This IGuide is developed in FHIR Shorthand (FSH), a domain-specific language (DSL) for defining the content of FHIR Implementation Guides (IG).
After you check out the guide source from Github, install SUSHI (the FSH compiler), as instructed here.
Now run:
Windows: $ _genonce
Mac: $ ./_genonce.sh
This will run the HL7 IG Publisher, which will take several minutes to complete. After the publisher is finished, open the file ./output/index.html to see the resulting IG.
To get a clean build, you may delete the ./input and/or the ./output directories.