-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the Inferno Test Kit tutorial. This is a walk-through of useful functionality provided by the Inferno Framework to help users develop and package Inferno Test Suites, which can be used to evaluate conformance of FHIR systems to applicable FHIR Implementation Guides or other criteria.
This tutorial is designed to demonstrate commonly used capabilities by the Inferno Framework step-by-step, with the goal of providing a simple set of tests for servers of the US Core Implementation Guide. You can either start at the beginning, and work through each step, or skip to steps you are interested in. Each step provides a branch to provide an easy starting point.
Since we are writing tests for servers, it is helpful to have reference servers to develop tests against. Some commonly used reference servers, loaded with data, includes:
-
Inferno Standardized API Demonstration Server: https://inferno.healthit.gov/reference-server/r4. This server is protected by a simple mock OAuth2.0 implementation, which can be bypassed by using
SAMPLE_TOKEN
bearer token. Use patient85
or355
. - HAPI Public Server: https://hapi.fhir.org/r4
Additional public test servers are listed on the HL7 Confluence Public Test Servers Page
..installation instructions (probably should be links, if they are long)
- Add
bearer_token
user input - Create a new search test
- Step 2
- Step 3
- Step 4