You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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