Skip to content
Keith Carlson Jr edited this page Jun 8, 2022 · 31 revisions

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.

Servers to test against

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:

Additional public test servers are listed on the HL7 Confluence Public Test Servers Page

Environment setup

..installation instructions (probably should be links, if they are long)

Tutorial Steps

  1. Add bearer_token user input
  2. Create a new search test
  3. Step 2
  4. Step 3
  5. Step 4