Skip to content

Releases: CMSgov/beneficiary-fhir-data

v2.175.0

22 Jan 16:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.174.0...2.175.0

v2.174.0

16 Jan 21:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.173.0...2.174.0

v2.173.0

14 Jan 21:52
Compare
Choose a tag to compare

What's Changed

  • BFD-3700: Pipeline submits its own per-RIF and per-manifest metrics to CloudWatch by @malessi in #2514
  • BFD-3761: Enable RDS observability features for RDS Autoscaling Reader Nodes by @malessi in #2517
  • BFD-3823: HAPI FHIR does not properly extract parameters from POST requests with query parameters by @malessi in #2521
  • BFD-3819: GitHub Actions IAM Role lacks permissions to manage IAM policies and KMS key policies by @malessi in #2522
  • BFD-3825: Terraform for RDS Writer Instances must have RDS Observability configuration settings matching Cluster by @malessi in #2523

Full Changelog: 2.171.0...2.173.0

v2.172.0

14 Jan 20:56
Compare
Choose a tag to compare
v2.172.0 Pre-release
Pre-release

What's Changed

  • BFD-3700: Pipeline submits its own per-RIF and per-manifest metrics to CloudWatch by @malessi in #2514
  • BFD-3761: Enable RDS observability features for RDS Autoscaling Reader Nodes by @malessi in #2517
  • BFD-3823: HAPI FHIR does not properly extract parameters from POST requests with query parameters by @malessi in #2521

Full Changelog: 2.171.0...2.172.0

v2.171.0

13 Jan 16:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.170.0...2.171.0

v2.170.0

18 Dec 13:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.169.0...2.170.0

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