Skip to content

v2.199.0

Choose a tag to compare

@github-actions github-actions released this 22 Apr 18:33
· 593 commits to master since this release

What's Changed

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"
        }
      ]
    }
  }
]