Home > Downloads
Downloads and Tools
This implementation guide (IG) is web-based and is intended to be browsed online. However, for the convenience of implementers, the resource definitions are available to download for local use.
- Resource definitions (JSON format)
Examples
Resource | Download Link |
---|---|
Sample Payload for OR Schedule |
Link to file |
Sample Payload for OR Slot |
Link to file |
Sample Payload for OR Location |
Link to file |
Bundle for Case Scheduled |
Link to file |
Bundle for Case Performed |
Link to file |
Bundle for Case Cancelled |
Link to file |
FHIR Resource Validation
The FHIR Validator is a powerful tool available to you for validating FHIR Resource instances generated by your application, example instances created for testing, etc.
This page provides instructions to download and use the FHIR validator. Below is an example of use of the FHIR validator with this IG (note the -ig parameter value):
java -jar validator_cli.jar my-resource.json -version 4.01 -ig https://simplifier.net/packages/ca.on.oh-seris/0.10.0-alpha1.0.5 -html-output qa.html
java -jar validator_cli.jar my-resource.json -version 4.0.1 -ig my-package.tgz -html-output qa.html