This is the template for FHIR IGs created by Topology Health.
Copy this entire repository into a topology-template folder of your FHIR IG project:
cp -r . /path/to/your-ig/topology-template/Add the following line to your ig.ini file:
template = topology.base.templateThe template folder will load the base FHIR template in the template folder and overwrite the necessary components with the topology-template when you conduct the build of your IG.
After setting up the template, build your IG using the FHIR IG Publisher:
# Using the FHIR IG Publisher
java -jar publisher.jar -ig .
# Or using the provided scripts
./scripts/ant.xmlNote there is no published in this repo. You will need to create an IG to use this template.
template/
├── content/assets/ # CSS, JavaScript, images, fonts
├── includes/ # HTML fragments and templates
├── layouts/ # Page layout templates
├── liquid/ # Liquid template files
├── scripts/ # Build and processing scripts
└── config/ # Configuration files
The template uses CSS custom properties for easy theming:
:root {
--navbar-bg-color: #222373; /* Main banner color - Topology Blue*/
--btn-hover-color: #e7bad7; /* Accent color - Topology Pink*/
--stripe-bg-color: #e7bad7; /* Header strip color - Topology Pink*/
}For questions or issues with this template:
- Check the FHIR IG Publisher documentation
- Review the HL7 IG Template Guide
The Topology IG Template is based on the HL7 template.
This template is copyright Topology Health 2025.
Current version: 0.1.0
Author: Topology Health
Canonical: http://topology.health/templates/topology.base.template