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.

Examples

Resource Bundle Description Download Link
Patient Summary Submission Bundle Have Conditions / active and past condition
Has Procedure
Has Medication
Has AllergyIntolerancce
Has Immunization
PSON-example-Bundle-01
Patient Summary Response Bundle Use for searching - The expected response that is returned as Bundle searchset when querying for PSON-example-Bundle-01 PSON-example-Bundle-02
Patient Summary Invalidate Bundle Use for invalidation - Same values with PSON-example-Bundle-01 except that the value for Composition.status is "entered-in-error" PSON-example-Bundle-03
Patient Summary Submit Bundle Condition / No information about problems
Has Procedure
Has AllergyIntolerance
Has Immunization / Immunization consent not given
MedicationStatement / No known medications
BundleDocumentPSONSubmit-04
Patient Summary Submit Bundle Has MedicationRequest / multiple meds
Has Condition / multiple problems
AllergyIntolerance / No known allergies
Has Procedure
Has Immunization / Multiple Immunizations
BundleDocumentPSONSubmit-05
Patient Summmary Submit Bundle Has MedicationRequest
Condition / No information about problems
Has AllergyIntolerance
Immunization / No information about immunizations
BundleDocumentPSONSubmit-06

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://packages.simplifier.net/ca.on.patient-summary/-/ca.on.patient-summary-0.0.1-alpha.tgz -html-output qa.html