Current Build (Public)
Preview Branches
IG Proposal
Project Confluence Page
Project Scope Statement
Project Insight Number: 1804
# install the sushi tool
git clone https://github.com/FHIR/sushi
npm install -g fsh-sushi
sushi --help
# get a copy of the source code
git clone https://github.com/HL7/personal-health-record-format-ig
cd fhir-directory-attestation
# 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
# 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