v2.199.0
·
593 commits
to master
since this release
What's Changed
- BFD-4023: Fix metric_name on the CloudWatch Metric Alarm, samhsa-mismatch-error by @jrpbc in #2634
- BFD-4024: Change log metric filter pattern by @jrpbc in #2635
- BFD-3965: ECR Hardening by @jrpbc in #2604
- BFD-4012: Do not send slack messages when file transfer is successful by @jrpbc in #2633
- BFD-3594: Remove extra space in unknown code system by @MahiFentaye in #2627
- BFD-3595: PDE - Correct Wrong Code utilized in supportingInfo by @MahiFentaye in #2625
Full Changelog: 2.198.0...2.199.0
Additional Release Notes
CARIN IG for Blue Button® (C4BB) Conformance Changes to Part D Events (PDE)
This release adopts changes that improve C4BB conformance under BFD-3595. Specifically, brandgenericcode has been replaced with brandgenericindicator, which is the correct code.
[
{
"sequence": 12,
"category": {
"coding": [
{
"system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBSupportingInfoType",
- "code": "brandgenericcode",
- "display": "Brand Generic Code"
+ "code": "brandgenericindicator",
+ "display": "Brand Generic Indicator"
}
]
},
"code": {
"coding": [
{
"system": "https://bluebutton.cms.gov/resources/variables/brnd_gnrc_cd",
"code": "G",
"display": "Generic Null/missing"
}
]
}
}
]