Skip to content

ONC Certification (g)(10) Standardized API Test Kit v5.2.0

Compare
Choose a tag to compare
@Jammjammjamm Jammjammjamm released this 11 Mar 23:51
· 59 commits to main since this release
b0ef029

The ONC Certification (g)(10) Standardized API Test Kit v5.2.0 includes several testing updates.

In addition to testing updates, this release uses a new version of Inferno Core which will require that users running Inferno locally perform database migrations. If you run in Inferno via Docker, you can run the database migrations by running the setup.sh script. If you run Inferno via Ruby, you can run the database migrations with bundle exec inferno migrate.

This update incorporates the following test changes that may cause systems that passed v5.1.0 tests to now fail:

  • Fix Must Support for Patient's previous name and address. Previously, name.period was incorrectly treated as Must Support, when it should have been either name.use:old or name.period.end. Similarly, the Must Support requirement for previous address was updated to be either address.use:old or address.period.end (#496).
  • Update token revocation attestation to include one hour time limit per updated ONC requirements (#500).

This version also includes the following test updates which should not cause systems which have previously passed to fail:

  • Fix error when no Devices match supplied implantable device code in bulk data(#494).
  • Fix error determining the profile of PractitionerRole resources during bulk data tests for US Core 5 and 6 (#477).