Skip to content

Releases: onc-healthit/ccda-scorecard

2.7.1

29 Jul 13:59
b50ea42
Compare
Choose a tag to compare

What's Changed

  • Update README.md to refer users to google groups for support by @kpoletti-66 in #199
  • Update Scorecard API and External Tools Instructions to remove references to API access by @bgirishrao in #200

New Contributors

Full Changelog: 2.7.0...2.7.1

2.7.0

24 Jun 18:54
cfd446f
Compare
Choose a tag to compare

What's Changed

  • postgresql and fasterxml dependency update by @jwspcc in #197

Full Changelog: R2.6-LA...2.7.0

C-CDA Scorecard R2.6-LA | July 2023

01 Aug 00:26
0cbdff9
Compare
Choose a tag to compare

R2.6-LA is a version of Scorecard that is the same as R2.6 but changes the logging system, temporarily updates the main RESTful endpoint, and adds support for KeyCloak

There are no UI changes

What's Changed

Full Changelog: R2.6...R2.6-LA

C-CDA Scorecard R2.6 | April 2021 (late March Release)

06 Apr 15:40
0c6995a
Compare
Choose a tag to compare
  • Scorecard
    • Update XML Issue line number results to a pretty-printed output.
    • Update Scorecard API documentation and GitHub readme to use ccda.healthit.gov domain.

@drbgfc
Merge pull request #173 from onc-healthit/master …
2942641
@drbgfc
Format XML Issue line number results …
8965f5b
@drbgfc
Update readme to use ccda.healthit.gov in API
4616c8a
@drbgfc
Update to 2.6 for (late) March 2021 Release
d03c58e

C-CDA Scorecard R2.5 | Feb 2021

25 Feb 18:18
be38b2f
Compare
Choose a tag to compare

Release Notes

Relax the rule on Effective time when time is not specified. A valid YYYYMMDD is an acceptable format.
NullFlavor should not be tagged as error in EffectiveTime Precision Rule.
Fix Problem Concern Status Rule where it is getting triggered for wrong template ID.
Fix Allergy Concern Status Rule to not consider Aborted status for the rule validation.

C-CDA Scorecard R2.4 | Jan 2021

26 Jan 01:28
b8ebcb5
Compare
Choose a tag to compare

Release Notes:

  • Identify and parse the negation indicator ( eg : negationInd=”true” ) element CCDA files
  • Fix the scorecard rules (where applicable) to not apply the rule when negInd value is true
    • Rules that are impacted:
      • Problem Concern effective times reflect the appropriate problem concern status
      • Allergy Concern observation effective times reflect the appropriate allergy concern status
      • Medications coded with RxNorm SCD, SBD, GPCK, or BPCPK codes
      • Systems should capture birth sex independent of the Administrative Gender and encode them as an observation in the Social History Section
      • Each medication needs to have its own Medication Signature Text EntryRelationship and this reference should exist in the same section found
      • Fix in UCUM unit rule: Rule not to be applied for xsi:type = "REAL"
      • Lab Result values should use preferred UCUM units

@drbgfc
Update scorecard and ref val endpoints to dot gov
dc16a70
@drbgfc
Update to scorecard production dot gov server
d28b0a5
@drbgfc
Update README.md
953576c
@monikadrajer
Changes to existing rules
d84f5ae
@drbgfc
Update Dev and Test server mods to consider CURES …
97de9f5
@monikadrajer
Changes to existing rules
47a0095
@monikadrajer
added loggers for ccda ref calls
71cc048
@monikadrajer
Merge branch 'R2.3' of https://github.com/monikadrajer/CCDA-Score-CARD … …
b3b8869
@monikadrajer
updated try me samples
94b4082
@drbgfc
Merge pull request #169 from monikadrajer/R2.3 …
ed8f94a

C-CDA Scorecard R2.3 | October 2020

23 Oct 20:01
6eecd92
Compare
Choose a tag to compare

Release Notes:

  • Fix missing logo, header and link images
  • Fix save report download bug and related broken links
  • Update environment configurations
  • Fix GlobalNamingResources not showing in readme

@drbgfc
Add new environment configurations
78383d3
@drbgfc
Fix GlobalNamingResources not showing in readme
2dcaa99
@drbgfc
Fix missing logo, header and link images
2378d6c
@drbgfc
Merge pull request #162 from onc-healthit/fixHeaderLogoAndExternalLink …
ac7b1d7
@drbgfc
Fix AHRQ_DEV Test
4269d80
@monikadrajer
Fixed Save report bug
e84baef
@monikadrajer
Replaced old links with new in score card report
f12fc89
@drbgfc
Merge pull request #163 from monikadrajer/R2.3 …
298e79c
@drbgfc
Update config to support latest servers
a259d74
@drbgfc
Update to R2.3 for Oct. Release
723261c

C-CDA Scorecard R2.2 / SITE 3.1.40 September 28 2020

01 Oct 02:52
c29e910
Compare
Choose a tag to compare

Release Notes:

  • Resolve NPEs parsing names where one is not legal, etc. …
    bf0655f
    • Resolve Null Pointer Exceptions during patient processing when parsing
      a document with multiple names where one does not have a legal use
      • Add Patient Test class (PatientScorecardTest.java)
      • Organize tests
      • Fix package typo Rename cofiguration to configuration
      • Remove BOM from Scorecard-PassesCert.xml test resource causing parsing
        error
    • Update email in backend error to ETT GG address
  • Update support email in UI to [email protected]
    42cd4d9
  • Update config to match dot gov settings
    4d0a387

Note: Includes a hot fix for 'Fix package scan issue'

C-CDA Scorecard R2.1 / SITE 3.1.38 July 31 2020

31 Jul 23:07
2c93ceb
Compare
Choose a tag to compare

Release Notes:
Major readme updates, Application configuration refactor, and minor UI updates

  • Major readme updates
  • ApplicationConfiguration override refactor
  • Minor UI updates

Detailed Changes by Commits:

@drbgfc
Merge pull request #155 from onc-healthit/master …
fbfe526
@drbgfc
Update README formatting
11c890a
@monikadrajer
Added read me instructions
68d1387
@monikadrajer
Added reference scorecard.xml for local and prod
64b5370
@drbgfc
Merge pull request #156 from monikadrajer/r13_2019-UI …
b40c3eb
@drbgfc
Update readme for clarity, spelling, and grammar
9ebf222
@drbgfc
Fix readme tabulation in xml src
51ac00c
@drbgfc
Add missing code encapsulation to readme
62e1741
@drbgfc
Add ApplicationConfiguration override instructions and separation of … …
e7f0214
@drbgfc
Clean up readme formatting
811ead4
@drbgfc
Basic readme cleanup
cf98d89
@drbgfc
Add syntax highlighting to readme for various languages
ffaae2d
@drbgfc
Add anchors for paths to readme
c066db3
@drbgfc
Add second anchor to readme
1f00dcb
@drbgfc
Add table of contents to readme
6b4e065
@drbgfc
Add dependencies to TOC
d91bf8d
@drbgfc
Fix break issues in readme
09da629
@ssavarala
Update README.md
9cf2a41
@drbgfc
Add local mode to ApplicationConfiguration
c68115f
@drbgfc
Modify order and add comment to ApplicationConfiguration
cef2bbd
@drbgfc
Control override environments with Enum
74c836c
@drbgfc
Merge branch 'R2.1' of https://github.com/onc-healthit/ccda-scorecard…
1ad80ce
@drbgfc
Update readme to reflect Environment Enum
36addf7
@drbgfc
Add Troubleshooting and links to readme
bdf7d3e
@drbgfc
Update links in readme
8083fbf
@drbgfc
Update local instantiation link in UI to prod SC repo
55aad29
@drbgfc
Merge branch 'R2.1' of https://github.com/onc-healthit/ccda-scorecard…
e72e951
@drbgfc
Remove automated SC version in landing page …
6ec3847
@ssavarala
Update README.md
ad55541
@drbgfc
Add PROD_REF_VAL_WITH_LOCAL_OR_CUSTOM_SCORECARD environment
233a917
@drbgfc
Merge branch 'R2.1' of https://github.com/onc-healthit/ccda-scorecard…
3e13226
@drbgfc
Create current configuration reference for production
bcfdfbd
@drbgfc
Add actual prod config reference
50c7e7a
@drbgfc
Update to R2.1 with cache control
de75300

C-CDA Scorecard R2.0 / SITE 3.1.36 June 3 2020

02 Jun 21:02
b09bd94
Compare
Choose a tag to compare

Release Notes:

  • Support the latest rubrics/new Scorecard rules developed over the past year
  • Support CURES validation within the Scorecard
  • UI updates

Detailed Changes by Commits:

@drbgfc
Add comma to thousands for grade Y axis
3c67561

@drbgfc
Format relevant numbers in SC header …
b508e87

@drbgfc
Add environment support and handle .gov
af26f5d

@monikadrajer
Adding new rules
f5f3325

@monikadrajer
added new rules
797eba3

@monikadrajer
added new rules
5080788

@monikadrajer
Added new rules
09c3dbc

@drbgfc
Merge branch 'R1.14' into r13_2019-UI
3396ca8

@drbgfc
Merge pull request #150 from onc-healthit/r13_2019-UI …
771271d

@monikadrajer
bug fix
0f6674e

@drbgfc
Fix formatMatched bug causing heatmap display issues
ec85bbd

@drbgfc
Update Try Mes for new rubrics
8f707f4

@drbgfc
Add total number of issues count to category headers
77eeeab

@drbgfc
Use james DNS
b547a5a

@drbgfc
Support cures validation
556af7a

@drbgfc
Update to r2.0 and auto-cache
25ed4f4

@drbgfc
drbgfc
Add and automate SC version in landing page
ead8a60

@drbgfc
drbgfc
Support unique displayname for Conformance and Certification

  • Add logic to support
  • Update Certifcation to display, "2015 Edition Cures Update Feedback" and all other displays as appropriate (header, heatmap, results)
    9f6cf02