Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Sv translation
languagede

Table of Contents


Beispiel - ZSR-Nr. von Ärzteorganisationen


Code Block
titleNeu
      "businessScope": {
        "key": "60bd4a67-8828-4b20-b4ae-49a7d0ae9b26",
        "nameTranslations": {
          "de": "Ärzte und Ärztinnen",
          "fr": "Médecins",
          "it": "Medici"
        },
        "id": 502
      },
      "businessActivity": "GROUP_PRACTICES",



Code Block
titleBisher
	  "businessScope": {
        "key": "b2faa5fd-f313-49c0-925d-0554aeda2dff",
        "nameTranslations": {
          "de": "Einrichtungen der amb. Krankenpflege durch Ärzte & Ärztinnen",
          "fr": "Institutions de soins ambulatoires dispensés par des médecins",
          "it": "Istituti di cure ambulatoriali effettuate da medici"
        },
        "id": 700
      },
      "businessActivity": "GROUP_PRACTICES",



Beispiel - Stammdaten im Endpoint api/v1/healthservices neu ohne validFrom 


Code Block
titleNeu
   {
    "affiliation": {
      "key": "41ba50b7-cc86-48af-9a1d-b2da836e5f19",
      "nameTranslations": {
        "de": "ASCA",
        "fr": "ASCA",
        "it": "ASCA"
      },
      "id": 50000
    },
    "key": "fc7441ed-ea2f-4df0-b7a6-0040a22f789a",
    "nameTranslations": {
      "de": "Therapeutische Massage",
      "fr": "Massage thérapeutique",
      "it": "Massaggio terapeutico"
    },
    "externalId": "169",
    "__typename": "HealthServiceCertifier",
    "startDate": "2005-10-27",
    "endDate": "9999-12-31",
    "isValid": true,
    "id": 206
  },



Code Block
titleBisher
  {
    "__typename": "HealthServiceCertifier",
    "id": 206,
    "key": "fc7441ed-ea2f-4df0-b7a6-0040a22f789a",
    "validFrom": "2020-08-28T19:00:50.429834Z",
    "startDate": "2005-10-27T00:00:00Z",
    "endDate": "9999-12-31T00:00:00Z",
    "isValid": true,
    "nameTranslations": {
      "de": "Therapeutische Massage",
      "fr": "Massage thérapeutique",
      "it": "Massaggio terapeutico"
    },
    "externalId": "169",
    "affiliation": {
      "id": 50000,
      "key": "41ba50b7-cc86-48af-9a1d-b2da836e5f19",
      "validFrom": "2020-08-28T19:00:27.5860536Z",
      "startDate": "2014-10-28T00:00:00Z",
      "endDate": "9999-12-31T00:00:00Z",
      "isValid": true,
      "nameTranslations": {
        "de": "ASCA",
        "fr": "ASCA",
        "it": "ASCA"
      }
    }
  },



Beispiel - Korrektur des Swagger Contracts betreffend "date-time"-Format in contract BaseValidity


Code Block
titleNeu
      "Sasis.Register.CareProvider.Common.Models.ApiGateway.V1.BaseValidity": {
        "type": "object",
        "properties": {
          "startDate": {
            "type": "string",
            "description": "Date of the validity start (=fachliches Startdatum). Time information will be ignored. Validity starts at the beginning of the specified day.",
            "format": "date"
          },
          "endDate": {
            "type": "string",
            "description": "Date of the validity end (=fachliches Enddatum). Time information will be ignored. Validity ends at the end of the specified day. If the period lasts indefinitely, the max date '9999-12-31 23:59:59.9999999' must be provided.",
            "format": "date"
          }
        },
        "additionalProperties": false
      },



Code Block
titleBisher
      "Sasis.Register.CareProvider.Common.Models.ApiGateway.V1.BaseValidity": {
        "type": "object",
        "properties": {
          "startDate": {
            "type": "string",
            "description": "Date of the validity start (=fachliches Startdatum). Time information will be ignored. Validity starts at the beginning of the specified day.",
            "format": "date-time"
          },
          "endDate": {
            "type": "string",
            "description": "Date of the validity end (=fachliches Enddatum). Time information will be ignored. Validity ends at the end of the specified day. If the period lasts indefinitely, the max date '9999-12-31 23:59:59.9999999' must be provided.",
            "format": "date-time"
          }
        },
        "additionalProperties": false
      },



Sv translation
languagefr

Table of Contents


Exemple - N° RCC d’organisations de médecins


Code Block
titleNouveau
      "businessScope": {
        "key": "60bd4a67-8828-4b20-b4ae-49a7d0ae9b26",
        "nameTranslations": {
          "de": "Ärzte und Ärztinnen",
          "fr": "Médecins",
          "it": "Medici"
        },
        "id": 502
      },
      "businessActivity": "GROUP_PRACTICES",



Code Block
titleAncien
	  "businessScope": {
        "key": "b2faa5fd-f313-49c0-925d-0554aeda2dff",
        "nameTranslations": {
          "de": "Einrichtungen der amb. Krankenpflege durch Ärzte & Ärztinnen",
          "fr": "Institutions de soins ambulatoires dispensés par des médecins",
          "it": "Istituti di cure ambulatoriali effettuate da medici"
        },
        "id": 700
      },
      "businessActivity": "GROUP_PRACTICES",




Exemple - Données de base dans l’endpoint api/v1/healthservices désormais sans validFrom 


Code Block
titleNouveau
   {
    "affiliation": {
      "key": "41ba50b7-cc86-48af-9a1d-b2da836e5f19",
      "nameTranslations": {
        "de": "ASCA",
        "fr": "ASCA",
        "it": "ASCA"
      },
      "id": 50000
    },
    "key": "fc7441ed-ea2f-4df0-b7a6-0040a22f789a",
    "nameTranslations": {
      "de": "Therapeutische Massage",
      "fr": "Massage thérapeutique",
      "it": "Massaggio terapeutico"
    },
    "externalId": "169",
    "__typename": "HealthServiceCertifier",
    "startDate": "2005-10-27",
    "endDate": "9999-12-31",
    "isValid": true,
    "id": 206
  },



Code Block
titleAncien
  {
    "__typename": "HealthServiceCertifier",
    "id": 206,
    "key": "fc7441ed-ea2f-4df0-b7a6-0040a22f789a",
    "validFrom": "2020-08-28T19:00:50.429834Z",
    "startDate": "2005-10-27T00:00:00Z",
    "endDate": "9999-12-31T00:00:00Z",
    "isValid": true,
    "nameTranslations": {
      "de": "Therapeutische Massage",
      "fr": "Massage thérapeutique",
      "it": "Massaggio terapeutico"
    },
    "externalId": "169",
    "affiliation": {
      "id": 50000,
      "key": "41ba50b7-cc86-48af-9a1d-b2da836e5f19",
      "validFrom": "2020-08-28T19:00:27.5860536Z",
      "startDate": "2014-10-28T00:00:00Z",
      "endDate": "9999-12-31T00:00:00Z",
      "isValid": true,
      "nameTranslations": {
        "de": "ASCA",
        "fr": "ASCA",
        "it": "ASCA"
      }
    }
  },



Exemple - Correction du contrat Swagger concernant le format «date-heure» dans contract BaseValidity


Code Block
titleNouveau
      "Sasis.Register.CareProvider.Common.Models.ApiGateway.V1.BaseValidity": {
        "type": "object",
        "properties": {
          "startDate": {
            "type": "string",
            "description": "Date of the validity start (=fachliches Startdatum). Time information will be ignored. Validity starts at the beginning of the specified day.",
            "format": "date"
          },
          "endDate": {
            "type": "string",
            "description": "Date of the validity end (=fachliches Enddatum). Time information will be ignored. Validity ends at the end of the specified day. If the period lasts indefinitely, the max date '9999-12-31 23:59:59.9999999' must be provided.",
            "format": "date"
          }
        },
        "additionalProperties": false
      },



Code Block
titleAncien
      "Sasis.Register.CareProvider.Common.Models.ApiGateway.V1.BaseValidity": {
        "type": "object",
        "properties": {
          "startDate": {
            "type": "string",
            "description": "Date of the validity start (=fachliches Startdatum). Time information will be ignored. Validity starts at the beginning of the specified day.",
            "format": "date-time"
          },
          "endDate": {
            "type": "string",
            "description": "Date of the validity end (=fachliches Enddatum). Time information will be ignored. Validity ends at the end of the specified day. If the period lasts indefinitely, the max date '9999-12-31 23:59:59.9999999' must be provided.",
            "format": "date-time"
          }
        },
        "additionalProperties": false
      },