Skip to content

Releases: onc-healthit/code-validator-api

1.0.22 Update Readme

30 Jul 02:04
e3e0f2c
Compare
Choose a tag to compare

-Update readme to new org siteadmin->onc-healthit
d7f4d9d

-Update readme to have a modern hyphenated link
8fb49c2

1.0.21 June 2019 severityLevel and documentation updates

25 Jun 15:45
9b4acee
Compare
Choose a tag to compare

423cdc7
-Revised LOINC columns
--Updated the XLSX file to indicate the correct column for LOINC short name and long name

78971b4
-Added support for process limiting severityLevel to the CodeValidator
-The Reference C-CDA Validator API and static UI in local instantiations now support limiting MDHT Conformance and Vocabulary Validation results via their severity (Content limiting is coming soon). This has the potential to offer significant performance gains for users only interested in specific types of results, expecially on larger or issue-prone files. To use the feature, either use the static UI, or, send body form-data key:severityLevel and value:ERROR, WARNING, or INFO. Please note that selecting INFO will return all results, WARNING will return warnings and errors, and ERROR will return errors only.

1.0.20 UnitAllowsOneValidator and documentation updates

25 Mar 20:43
0632af2
Compare
Choose a tag to compare

Add UnitAllowsOneValidator which provides an exception for unit="1" …
-In certain scenarios, specified by the configuration file, configuring
UnitAllowsOneValidator will allow unit to be equal to 1. A relevant
scenario is when there is no other option and the value set is UCUM.
870e09f

Clarify file structure
98f8f59

Update basic layout and add note
dd65185

Add file-structure details to Readme.txt
6baf558

1.0.19 - vocabularyValidationConfigurationsCount, updated testing, maven build updates

25 Feb 22:57
6892b20
Compare
Choose a tag to compare

-Add maven compiler version - match Reference Validator
-Remove extra JUnit dependency
-Create testing framework for re-use in the Reference Validator
-Track total validations run based on count in configured XML

1.0.18 - RequiredNodeValidator and Testing Updates

27 Nov 00:57
5087eba
Compare
Choose a tag to compare

-Implement a new RequiredNodeValidator for enforcing any missing node
-Add testing resources
-Implement/Add a testing strategy for the VocabularyValidationService
-Support file-based configuration in addition to programmatic in JUnits
-Added xpath support for the xsi namespace

1.0.17

30 Oct 01:00
3d7c1c5
Compare
Choose a tag to compare

Minor update:
-Handle NonUniqueResultException: SITE-2914 ETT GG User file error in the C-CDA Validator - more than one
elements - NonUniqueResultException

1.0.16 - Update all value sets / large file-snomed2 fix

27 Aug 20:22
33bb2f9
Compare
Choose a tag to compare

Code Validator changes since last release

  • updating poms for 1.0.16-SNAPSHOT development

  • updating develop poms to master versions to avoid merge conflicts

  • Updating develop poms back to pre merge state

  • Remove old format of '.xls' from the hand-created value sets

  • Remove HealthcareProviderTaxonomyHIPAA.xlsx as now published by VSAC

  • Remove UniqueIngredientIdentifier Vset as it is now published by VSAC

  • Update country value set

  • Update language value set

  • Update postal code value set

  • Update state value set

  • Update 'ValueSets_Instructions' to latest 07-26-2018 version

  • Fix for NPE in CodeRepository Query

  • AopInvocationException: Null return value from advice does not match
    primitive return type for: public abstract boolean

  • Update value_set_list_with_code_count_version.xlsx

  • Update github readme reference from .xls to xlsx

  • Update ReadMe.txt (#53)

  • Update Code Systems.xlsx - HCPCS details tbd when loader is written

  • Update ValueSet_format_Template.xls to .xlsx

  • Update value set template to align with lates from VSAC

  • Added 'code system' row and 'Expansion Version' rows

  • Update value_set_list_with_code_count_version.xlsx to align

  • Update pom project version to release 1.0.16

1.0.15 - LOINC old/latest support

30 Jul 19:49
Compare
Choose a tag to compare

Update LOINC loader to support legacy or modern CSVs

-The latest versions of LOINC were not working prior to this fix/update
as they contained a different format with data at different indexes in
multiple locations as well as extra data and missing data when compared.
The relevant fields have been accounted for and instead of a straight
fix to the latest version both modern and legacy versions are supported
in a dynamic fashion on load.
develop
@drbgfc

1 parent 32f7bfa commit 6d2d661

1.0.14 - Realtime Configs

25 Jun 17:16
Compare
Choose a tag to compare

Implement ability to load custom vocabulary configs in realtime
-0040e76

1.0.13

29 Nov 21:36
Compare
Choose a tag to compare
tagging release 1.0.13