Table of Contents > Downloads and Tools
Downloads and Tools
This implementation guide is web-based and is intended to be browsed online. However, for the convenience of implementers, both this implementation guide and its resource definitions are available to download for local use.
- This full iG as a local static website
- The resource definitions only (JSON format)
FHIR Resource Validation
Below are links to a couple useful tools to support implementers with validation of FHIR Resource instances.
FHIR Validator
The FHIR Validator is a powerful tool available to you for validating FHIR Resource instances generated by your application, examples instances created for testing, etc. This page provides instructions to download and use the FHIR validator.
Example of use with this IG (note the -ig parameter value):
java -jar validator_cli.jar your-resource.json -version 4.01 -ig https://simplifier.net/packages/ca.on.oh-ereferral-econsult/0.11.1-alpha1.0.10.tgz -html-output qa.html