ONC Certification (g)(10) Standardized API Test Kit v5.2.0
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 eithername.use:old
orname.period.end
. Similarly, the Must Support requirement for previous address was updated to be eitheraddress.use:old
oraddress.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: