Skip to content

v2.165.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Nov 22:23
· 27 commits to master since this release

What's Changed

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