Releases: CMSgov/beneficiary-fhir-data
v2.169.0
What's Changed
- BFD-3681: [Snyk] Fix for 14 vulnerabilities by @sb-benohe in #2503
Full Changelog: 2.168.0...2.169.0
Additional Release Notes
This release upgrades HAPI FHIR from 7.4 to 7.6 which includes some minor changes to the API responses. For V1 endpoints only, ID numbers used to reference elements within the FHIR response have changed from numeric strings to UUIDs. This is only applicable to intra-document ID links, not IDs that reference a separate resource.
Before:
{
"resourceType" : "Observation",
"id" : "4",
"status" : "unknown"
}
After:
{
"resourceType" : "Observation",
"id" : "b01e2264-1327-4d53-a62b-c6986494095e",
"status" : "unknown"
}
Corresponding reference fields are also changed to match this format:
Before:
{
"url" : "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num",
"valueReference" : {
"reference" : "#2"
}
}
After:
{
"url" : "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num",
"valueReference" : {
"reference" : "#ea66ac63-d00b-4cc0-b155-4e533d22ceb2"
}
}
v2.168.0
What's Changed
- BFD-3745: Force UTC everywhere by @aschey-forpeople in #2498
Full Changelog: 2.167.1...2.168.0
v2.167.1
What's Changed
- BFD-3760: Remove PROD-SBX pen_test certificate by @timothy-ellis-ky in #2502
- BFD-3698: Address missing global EC2 permissions by @mjburling in #2493
- BFD-3746: Improve support for RDS autoscaling using AWS JDBC Wrapper by @malessi in #2487
- BFD-3723: Determine SAMHSA authorization based on certificate identity by @aschey-forpeople in #2486
- BFD-3763: Allowed SAMHSA certificates SSM parameter is formatted incorrectly causing Server init failures by @malessi in #2504
Full Changelog: 2.166.0...2.167.1
v2.167.0
What's Changed
- BFD-3760: Remove PROD-SBX pen_test certificate by @timothy-ellis-ky in #2502
- BFD-3698: Address missing global EC2 permissions by @mjburling in #2493
- BFD-3746: Improve support for RDS autoscaling using AWS JDBC Wrapper by @malessi in #2487
- BFD-3723: Determine SAMHSA authorization based on certificate identity by @aschey-forpeople in #2486
Full Changelog: 2.166.0...2.167.0
v2.166.0
What's Changed
- BFD-3727 Update SAMHSA filter with code changes by @MahiFentaye in #2488
- BFD-3712: Send all On-Call CloudWatch Alarm alerts to Slack by @aschey-forpeople in #2495
- BFD-3756: Fix logrotate configuration by @aschey-forpeople in #2499
- BFD-3758: Update AWS Transfer Server Security Policy by @sb-benohe in #2500
- BFD-3759: Update prod-sbx database config to match prod by @aschey-forpeople in #2501
Full Changelog: 2.165.0...2.166.0
v2.165.0
What's Changed
- BFD-3740: Update awscli to v2 in CBC Container by @mjburling in #2482
- BFD-3703: Include Medicaid Eligibility and Entitlement reason extensions for C4DIC POC by @MahiFentaye in #2473
- BFD-3603: Change careTeam[].qualification to use taxonomy by @dondevun in #2466
- BFD-3753: Add prvdr_spclty back into CareTeam qualification by @dondevun in #2491
- BFD-3749: Provision platinum image with shell by @mjburling in #2490
- BFD-3697: Standardize and cleanup configuration in SDLC environments by @malessi in #2484
- BFD-3713: Reconfigure most SLO Alarms to send alerts only to the #bfd-alerts Slack channel by @malessi in #2485
- BFD-3660: Initial SAMHSA V2 RFC by @aschey-forpeople in #2464
- BFD-3498: Add FAQ to static site by @aschey-forpeople in #2431
- BFD-3747: Update static site FAQ with approved text by @annachawk415 in 9e1174b
Additional Release Notes
As part of BFD-3603 and BFD-3753, provider taxonomies are now included under ExplanationOfBenefit.careteam.qualification
. These taxonomies are sourced from the taxonomy code set published on nucc.org alongside any existing mapping for the prvdr_spclty
.
{
"qualification": {
"coding": [
{
"system": "http://nucc.org/provider-taxonomy",
"code": "207ZH0000X",
"display": "Hematology (Pathology) Physician"
},
{
"system": "https://bluebutton.cms.gov/resources/variables/prvdr_spclty",
"code": "A5",
"display": "Pharmacy (DMERC)"
}
]
}
}
Full Changelog: 2.164.0...2.165.0
v2.164.0
What's Changed
- BFD-3731: Upgrade RDS Clusters to Latest Minor Supported Aurora Version by @malessi in #2479
- BFD-2558: Avoid Destruction of ASG through Re-Use by @mjburling in #2462
- BFD-3737: Add missing launch-template-data.sh by @mjburling in #2481
Full Changelog: 2.163.0...2.164.0
v2.163.0
What's Changed
- BFD-3733: Populate test data for all months to fix failing testing because of the missing data such as pbp number for Oct and Dec by @MahiFentaye in #2475
- BFD-3722: Update Athena views when their source table changes by @malessi in #2474
- BFD-3696: Standardize MGMT Base Config Module by @malessi in #2472
- BFD-3734: Remove invalid users from CODEOWNERS by @malessi in #2477
- BFD-3724: MGMT CI issues blocking MGMT environment apply by @malessi in #2476
- BFD-3735: Temporarily ignore version changes to RDS clusters by @malessi in #2478
Full Changelog: 2.162.0...2.163.0
v2.162.0
What's Changed
- BFD-3716: Filter any MBI being logged to MDC by @aschey-forpeople in #2470
- BFD-3644 Update C4DIC Implementation - Plan ID + Group ID by @MahiFentaye in #2465
- BFD-3101: Add deprecated flag to _search endpoints for GET method in OpenAPI spec by @dondevun in #2467
Full Changelog: 2.161.0...2.162.0
v2.161.0
What's Changed
- jimfuqian/BB2-3133-Fix-Insights-Lambda-Updates-Athena-Metrics-Tables-python-scripts by @JFU-NAVA-PBC in #2456
- BFD-3688: Log nonsensitive MBI identifiers to MDC for Claim and ClaimResponse requests by @malessi in #2457
- BFD-3675 Contact numbers, hex value change for C4DIC by @MahiFentaye in #2460
- BFD-3658: Create new SAMHSA list by @alex-dzeda in #2452
- BFD-3641: Update Quicksight users and SSH keys by @aschey-forpeople in #2461
- Updates to BB2 QuickSight Dashboard for FY2025 by @jimmyfagan in #2468
- BFD-3632: [Snyk] Fix for 8 vulnerabilities by @sb-benohe in #2469
- BFD-3695: Update ndctext.zip by @dondevun in #2463
Full Changelog: 2.160.0...2.161.0