-
Notifications
You must be signed in to change notification settings - Fork 6
Home
The US Core Test Kit is an automated conformance testing tool for servers implementing the US Core FHIR Implementation Guide . It contains server tests for several versions of US Core, including v3.1.1, v4.0.0, v5.0.1, v6.1.0, and v7.0.0 of US Core. The following documentation describes how to use and contribute to this test kit.
- Getting Started: Installation instructions for this test kit.
- Test Kit Overview: An overview of the test kit and its tests.
Developers contributing to this test kit should be familiar with authoring Inferno Framework test suites. The following guides provide additional information about the design and implementation of this test kit to aid contributing to these tests:
- Technical Overview: An overview of the technical design of this test kit.
- Version Update Guide: A step by step guide on updating this test kit to support new versions of the US Core Implementation Guide.
For questions or issues with this Test Kit, please reach out to the Inferno team on the #Inferno FHIR Zulip channel.
Report bugs or provide suggestions in GitHub Issues.
Test kit documentation is stored within the ./docs folder of
this repository and is automatically synchronized to this wiki with each update
to the main
branch using the Publish Docs Wiki
workflow. Do not change content
within this wiki directly as changes will be overwritten.
Using this Test Kit
Contributing to this Test Kit