{
  "types": [
    "Invoice"
  ],
  "Invoice": {
    "elements": {
      "Invoice.status": {
        "binding-valueset-changed": true,
        "binding-status": "changed",
        "old-binding": {
          "reference": "http://hl7.org/fhir/ValueSet/invoice-status|4.3.0",
          "strength": "required"
        },
        "new-binding": {
          "reference": "http://hl7.org/fhir/ValueSet/invoice-status|6.0.0-ballot4",
          "strength": "required"
        }
      },
      "Invoice.creation": {
        "status": "new"
      },
      "Invoice.period[x]": {
        "old-name": "date",
        "removed-types": [
          "dateTime"
        ],
        "added-types": [
          "date",
          "Period"
        ]
      },
      "Invoice.issuer": {
        "removed-types": [
          "Reference(Organization)"
        ],
        "added-types": [
          "Reference(Organization | Practitioner | PractitionerRole)"
        ]
      },
      "Invoice.lineItem.serviced[x]": {
        "status": "new"
      },
      "Invoice.lineItem.priceComponent": {
        "removed-types": [
          "BackboneElement"
        ],
        "added-types": [
          "MonetaryComponent"
        ]
      },
      "Invoice.totalPriceComponent": {
        "added-types": [
          "MonetaryComponent"
        ]
      },
      "Invoice.lineItem.priceComponent.type": {
        "status": "deleted"
      },
      "Invoice.lineItem.priceComponent.code": {
        "status": "deleted"
      },
      "Invoice.lineItem.priceComponent.factor": {
        "status": "deleted"
      },
      "Invoice.lineItem.priceComponent.amount": {
        "status": "deleted"
      }
    },
    "status": "changed"
  }
}