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