Skip to content

HL7/personal-health-record-format-ig

Repository files navigation

Patient Health Records

Current Build (Public)
Preview Branches
IG Proposal
Project Confluence Page
Project Scope Statement

Project Insight Number: 1804

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/HL7/personal-health-record-format-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