Skip to content

cortexcloud/cortex-fhir-ig

Repository files navigation

Welcome to the H LAB Cortex Core - FHIR Implementation Guide Repository

Pre-requisites

  • Install Volta⚡ from guide.

    • Unix, including macOS
      • curl https://get.volta.sh | bash
    • Windows
      • winget install Volta.Volta
      • You may need to enable Developer Mode. See the guide for instruction and why you need it.
  • Java version 11. The recommend way to setup Java is to use jenv.

    • MacOS

      brew install jenv
  • Ruby version 3.

    • MacOS

      brew install rbenv ruby-build
      rbenv install 3.1.3
      rbenv global 3.1.3
      echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.zshrc
      echo 'eval "$(rbenv init -)"' >> ~/.zshrc

Setup

Install packages

yarn
volta install fsh-sushi
gem install jekyll

To get started, run:

./_updatePublisher.sh

Build & Serve

Then use this command to to generate the IG.

./_genounce.sh

The IG will be generated as a static site at the /output folder. To serve the static site just run the following,

yarn serve

About

HL7 FHIR implementation guide

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors