-
Notifications
You must be signed in to change notification settings - Fork 16
Processing HL7's FHIR IG for SHR.org
Dylan Phelan edited this page Nov 2, 2017
·
3 revisions
In order to process the output FHIR IG to redirect from the appropriate pages on shr.org, we will need the following technologies:
- Enter the folder containing all of the IG files.
- In your terminal, run
python path/to/shr-format-FHIR-files.py
from the folder containing the outputs. - Copy the folder contianing the now reformatted IG files into the central directory of the SHR.org directory.
- Enter the SHR.org central directory.
- Rename the folder you have just moved into the SHR.org directory to
fhir/
.
Now when one builds the SHR.org website as usual, the build will take much longer than usual (since you've just added +500 files to the build) but will allow users to now access url/fhir
, where url
is the central url to the website being built.