Skip to content

Releases: CMSgov/beneficiary-fhir-data

v2.169.0

09 Dec 19:08
Compare
Choose a tag to compare

What's Changed

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

04 Dec 17:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.167.1...2.168.0

v2.167.1

02 Dec 20:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.166.0...2.167.1

v2.167.0

02 Dec 18:30
Compare
Choose a tag to compare
v2.167.0 Pre-release
Pre-release

What's Changed

Full Changelog: 2.166.0...2.167.0

v2.166.0

25 Nov 20:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.165.0...2.166.0

v2.165.0

14 Nov 22:23
Compare
Choose a tag to compare

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

v2.164.0

05 Nov 22:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.163.0...2.164.0

v2.163.0

04 Nov 22:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.162.0...2.163.0

v2.162.0

31 Oct 18:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.161.0...2.162.0

v2.161.0

22 Oct 14:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.160.0...2.161.0