Implementation guides are viewed in a browser but first you must get a copy onto your own computer so the browser can open and navigate properly.
- Go back to the home page of this repository
- Open the folder
output
and notice the included subfolders, one for each implementation guide - Open the folder you are interested in to view, e.g.
EventSummary
- Scroll down to the file
full-ig.zip
and click on it - Click on the
Download
button - Once the zip is downloaded you will need to extract all the files to open and navigate properly
- The implementation guide is then ready to be viewed by opening the file
index.html
and double-clicking on it to open it with your (default) browser - The home page will then display
- CDA implementation guides associated with each publication in this repository are not automatically included in the
full-ig.zip
file but can be found in theoutput
folder of the desired publication. For example the CDA implementation guide for Shared Medicines List can be found here:ci-fhir-stu3/output/SharedMedicinesList/DH_2936_2020_Shared_Medicines_List_CDA_IG_v1.0.0.pdf
.
The disadvantage with downloading a zip is that the content is only up-to-date at the moment of your download action. Any later updates to the repository are therefore not seen, unless a new subsequent download is done. A more advanced option to allow updates to be seen is to "clone" the repository.
- Go back to the home page of this repository
- Click on the green
Clone or download
button - Click on
Download ZIP
- Use the standard dialog box to save the zip file to the location of your choice
- Once the zip is downloaded you will need to extract all the files to open and navigate properly
- Navigate to the folder
output
and notice the included subfolders, one for each implementation guide - Open the folder you are interested in to view, eg
EventSummary
- Scroll down to the file
index.html
and double-click on it to open it with your (default) browser - The home page will then display
The disadvantage with this snapshot is that the content is only up-to-date at the moment of your download action. Any later updates to the repository are therefore not seen, unless a new subsequent download is done. A more advanced option to allow updates to be seen is to "clone" the repository.
This option uses the capability of the git version control system to readily obtain any updates to this repository on your computer. It does presume a basic understanding of git, which is outside the scope of this readme.
- Go back to the home page of this repository
- Click on the green
Clone or download
button - Click in the popup box containing the URL of the repository and copy it (which is https://github.com/AuDigitalHealth/ci-fhir-stu3.git)
- Use your preferred git software (such as SourceTree, GitKraken or the git command line tool) to clone this repository to a location on your computer
- Navigate to where the repository was cloned
- Open the folder
output
and notice the included subfolders, one for each implementation guide - Open the folder you are interested in to view, eg
EventSummary
- Scroll down to the file
index.html
and double-click on it to open it with your (default) browser - The home page will then display
For further information on cloning a repository, refer to this GitHub help page.
Readers wishing to view the native implementation guide content (i.e. the xml
files), have a number of options. They are:
The input files in this repository can be viewed within the GitHub code
viewing pane. Note that this does not require that any content be downloaded onto your computer.
- Go back to the home page of this repository
- Click on the folder
examples
to see a list of included example xml files, or theresources
folder to see the list of included profiles - Click on the hyperlink of the file that interests you, noting that the purpose of any particular xml may not be clear from its name
- The xml file will then open within the GitHub code viewing pane
- Note that all included files may be viewed by this means
All downloaded content, that is text-based (e.g. xml, markdown) may also be viewed with text editor software. For optimal viewing with this approach, xml-aware software such as Notepad++ or Oxygen is recommeded. Just navigate to the directory/file that you wish to view. For example, to view the raw xml of one of the profiles, click on resources
and then one of the listed xml files that interest you.
Profiles can be opened with the Forge application in order to view the technical constraints applied in the profile. This advanced option requires additional setup, which is:
- Clone the HL7 AU au-fhir-base repository onto your computer. This is required as our repositories are technically derived from HL7 AU
au-fhir-base
which must be present on your computer in order for Forge to collect all of the upstream constraints. - A symbolic link must be created between the 2 repositories, specifically from within the
ci-fhir-stu3
resources folder to the HL7 AUau-fhir-base
resources folder. This can be achieved with the following command (executed in an adminstrator-enabled command terminal window and update command with file paths specific to your computer):
mklink /D C:\path\to\folder\ci-fhir-stu3\resources\link_to_au-fhir-base-stu3_resources C:\path\to\folder\au-fhir-base-stu3\resources
- Download the STU3 version of Forge (for which you will need to first create a logon)
- Open Forge and then open profile folder of
ci-fhir-stu3\resources
, ensuring that the tickbox 'include subfolders' is ticked - Double click on one of the listed profiles
For further information please refer to the comprehensive Forge documentation.