Skip to content

1.0.21 June 2019 severityLevel and documentation updates

Compare
Choose a tag to compare
@drbgfc drbgfc released this 25 Jun 15:45
· 90 commits to master since this release
9b4acee

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.