Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Im Zusammenhang mit dem GoLive Pilot2 unseres neuen Self Service Portals vom Mittwoch (xx.12.2022)  wird eine erhöhte Menge an Mutationen von Werten (ca. 35'000) im Bereich CareProviderAffilliation im ZSR Webservice notwendig. Es handelt sich dabei um reine Wertänderungen der AffiliationId. Die Attribute Key (Identifikation der Stammdaten) und Datum bleiben unverändert.


Info

Dies betrifft nur die Datenlieferungen mittels ZSR Webservice, die Datenlieferungen der File Abonnemente bleiben unverändert.


Beispiel Response "affiliations"


Code Block
titleNeu
                       "affiliations": [
            {
              "affiliation": {
                "key": "fe6d5388-6459-4b6f-820b-3ed86bac4e7b",
                "nameTranslations": {
                  "de": "Rahmenvertrag TARMED",
                  "fr": "Convention-cadre TARMED",
                  "it": "Convenzione quadro TARMED"
                },
                "id": 50011
              },
              "startDate": "0001-01-01",
              "endDate": "9999-12-31",
              "isValid": true,
              "id": 100625432
            }
          ]



Code Block
titleBisher
                    "affiliations": [
            {
              "affiliation": {
                "key": "fe6d5388-6459-4b6f-820b-3ed86bac4e7b",
                "nameTranslations": {
                  "de": "Rahmenvertrag TARMED",
                  "fr": "Convention-cadre TARMED",
                  "it": "Convenzione quadro TARMED"
                },
                "id": 50011
              },
              "startDate": "0001-01-01",
              "endDate": "9999-12-31",
              "isValid": true,
              "id": 73250
            }
          ]