Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 913 Bytes

File metadata and controls

53 lines (35 loc) · 913 Bytes

Standard Patient Health Record

Current Build (Public)

Prerequisites

# install the sushi tool
git clone https://github.com/FHIR/sushi
npm install -g fsh-sushi
sushi --help

Getting the Documentation

# get a copy of the source code
git clone https://github.com/Open-Health-Manager/standard-patient-health-record-ig
cd fhir-directory-attestation

Compiling Documentation

# update the publisher
./_updatePublisher.sh

# then compile the document
./_genonce.sh

# open the documentation (assuming Mac + Chrome)
cd output
open -a "Google Chrome" index.html

Contributing

# check which branch you are on
git branch

# create a new branch
git checkout -b new-branch

# commit changes
git commit -a -m 'descriptive message'
git push origin new-branch