Skip to content

Processing HL7's FHIR IG for SHR.org

Dylan Phelan edited this page Nov 2, 2017 · 3 revisions

Tools:

In order to process the output FHIR IG to redirect from the appropriate pages on shr.org, we will need the following technologies:

Process:

  1. Enter the folder containing all of the IG files.
  2. In your terminal, run python path/to/shr-format-FHIR-files.py from the folder containing the outputs.
  3. Copy the folder contianing the now reformatted IG files into the central directory of the SHR.org directory.
  4. Enter the SHR.org central directory.
  5. 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.

Clone this wiki locally