v2.215.0
·
439 commits
to master
since this release
What's Changed
- BFD-4203: V3 EOB bugs fix by @MahiFentaye in #2764
- BFD-4228: Change EBO.provider.identifier.system to us-npi by @brick-green in #2767
- BFD-4230: Add BENE_KILL_CRED_CD and remove BENE table by @alex-dzeda in #2768
- BFD-4233: Deleted Peering Connections return empty CIDRs resulting in invalid Server Security Group configuration by @malessi in #2769
Full Changelog: 2.213.0...2.215.0
Additional Release Notes
BFD-4228: For EOB, the provider identifier system is now set to "http://hl7.org/fhir/sid/us-npi". This change is specific to PDE and does not affect other claim types.
"provider" : {
"identifier" : {
- "system" : "https://bluebutton.cms.gov/resources/variables/prvdr_num",
+ "system" : "http://hl7.org/fhir/sid/us-npi",
"value" : "1023011079"
}
}