Nedap Dbc.ggz.Presence Log Synchronisation Error API

The dbc.ggz.PresenceLogSynchronisationError API from Nedap — 4 operation(s) for dbc.ggz.presencelogsynchronisationerror.

Operations 4

GET /t/dbc/ggz/presencelog_sync_error/{id} Fetch a synchronization error #
GET /t/dbc/ggz/presencelog_sync_error/in_period Fetches a number ('limit') of presencelog syncrhonisation errors from ons-dbc… #
GET /v0/dbc/presencelog_sync_error/{id} Fetch a synchronization error #
GET /v0/dbc/presencelog_sync_error/in_period Fetches a number ('limit') of presencelog syncrhonisation errors from ons-dbc… #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/nedap-dbc-ggz-presencelogsynchronisationerror-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

nedap-dbc-ggz-presencelogsynchronisationerror-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Nedap Dbc.ggz.Presence Log Synchronisation Error API
  version: 0.0.0
  description: 'Operations tagged dbc.ggz.PresenceLogSynchronisationError across 2 of this provider''s published API definitions: nedap-ons-deprecated-openapi-original.json, nedap-ons-openapi-original.json. Each path carries the servers of the definition it was published in.'
servers:
- url: https://api-development.ons.io
tags:
- name: dbc.ggz.PresenceLogSynchronisationError
paths:
  /t/dbc/ggz/presencelog_sync_error/{id}:
    get:
      tags:
      - dbc.ggz.PresenceLogSynchronisationError
      summary: Fetch a synchronization error
      operationId: dbc.ggz.PresenceLogSynchronisationErrorAPI.byId
      parameters:
      - name: id
        in: path
        description: used for selecting PresenceLogSynchronisationError
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/dbc.ggz.PresenceLogSynchronisationError'
        '404':
          description: Error not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/dbc.ggz.PresenceLogSynchronisationError'
      x-cupido-common-method: true
      x-replaced-by: /v0/dbc/presencelog_sync_error/{id}
      deprecated: true
      x-deprecated-since: 19-11-2025
    servers:
    - url: https://api-development.ons.io
  /t/dbc/ggz/presencelog_sync_error/in_period:
    get:
      tags:
      - dbc.ggz.PresenceLogSynchronisationError
      summary: Fetches a number ('limit') of presencelog syncrhonisation errors from ons-dbc…
      operationId: dbc.ggz.PresenceLogSynchronisationErrorAPI.byPeriod
      parameters:
      - name: valid_from
        in: query
        description: createdAt >= validFrom (start of day)
        required: true
        schema:
          type: string
          format: date
      - name: valid_to
        in: query
        description: createdAt <= validTo (end of day)
        required: true
        schema:
          type: string
          format: date
      - name: limit
        in: query
        description: number of results to return
        required: true
        schema:
          type: integer
          format: int64
      - name: offset
        in: query
        description: index of first result returned
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/dbc.ggz.list.PresenceLogSynchronisationErrorList'
      x-replaced-by: /v0/dbc/presencelog_sync_error/in_period
      deprecated: true
      x-deprecated-since: 19-11-2025
    servers:
    - url: https://api-development.ons.io
  /v0/dbc/presencelog_sync_error/{id}:
    get:
      tags:
      - dbc.ggz.PresenceLogSynchronisationError
      summary: Fetch a synchronization error
      operationId: dbc.ggz.PresenceLogSynchronisationErrorAPI.byId
      parameters:
      - name: id
        in: path
        description: used for selecting PresenceLogSynchronisationError
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/dbc.ggz.PresenceLogSynchronisationError'
        '404':
          description: Error not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/dbc.ggz.PresenceLogSynchronisationError'
      x-cupido-common-method: true
      x-replacement-for:
      - /t/dbc/ggz/presencelog_sync_error/{id}
    servers:
    - url: https://api-development.ons.io
  /v0/dbc/presencelog_sync_error/in_period:
    get:
      tags:
      - dbc.ggz.PresenceLogSynchronisationError
      summary: Fetches a number ('limit') of presencelog syncrhonisation errors from ons-dbc…
      operationId: dbc.ggz.PresenceLogSynchronisationErrorAPI.byPeriod
      parameters:
      - name: valid_from
        in: query
        description: createdAt >= validFrom (start of day)
        required: true
        schema:
          type: string
          format: date
      - name: valid_to
        in: query
        description: createdAt <= validTo (end of day)
        required: true
        schema:
          type: string
          format: date
      - name: limit
        in: query
        description: number of results to return
        required: true
        schema:
          type: integer
          format: int64
      - name: offset
        in: query
        description: index of first result returned
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/dbc.ggz.list.PresenceLogSynchronisationErrorList'
      x-replacement-for:
      - /t/dbc/ggz/presencelog_sync_error/in_period
    servers:
    - url: https://api-development.ons.io
components:
  schemas:
    dbc.ggz.ProductGroep:
      type: object
      allOf:
      - $ref: '#/components/schemas/dbc.StamData'
      properties:
        codeBehandeling:
          type: string
        omschrijvingBehandeling:
          type: string
        setting:
          type: string
        categorie:
          type: string
        lekenvertaling:
          type: string
        diagnoseBlinderen:
          type: boolean
          deprecated: true
          x-deprecated-since: 20-11-2023
        brancheIndicatie:
          type: string
      description: The product group which was calculated.
      example:
        id: 1
        code: '00230'
        begindatum: '2007-01-01'
        einddatum: '9999-12-31'
        omschrijving: Psychodiagnostisch onderzoek
        codeBehandeling: '123123'
        omschrijvingBehandeling: Behandeling
        setting: setting
        categorie: GEEN
        lekenvertaling: Behandeling voor problemen
        diagnoseBlinderen: false
        brancheIndicatie: GGZ
      xml:
        name: productGroep
    dbc.ggz.Zorgtype:
      type: object
      allOf:
      - $ref: '#/components/schemas/dbc.StamData'
      properties:
        groepcode:
          type: string
          description: Group for this type
        element:
          type: string
          description: Element in group
        hierarchieniveau:
          type: integer
          description: Nesting level
          format: int32
        selecteerbaar:
          type: string
          description: 'Can this value be selected


            Possible values:

            NIET_SELECTEERBAAR(0)

            SELECTEERBAAR_DIEPSTE_NIVEAU(1)

            SELECTEERBAAR_DIEPER_NIVEAU_MOGELIJK(2)'
        sorteervolgorde:
          type: integer
          description: The sorting order
          format: int32
        prestatiecodedeel:
          type: string
          description: Part of the declaration code
        brancheIndicatie:
          type: string
          description: 'Possible values:

            BEIDE(0)

            GGZ(1)

            FZ(2)'
      description: Type of care provided in this DBC
      example:
        id: 1
        code: '100'
        begindatum: '2016-08-18'
        einddatum: '2016-08-18'
        omschrijving: Initieel zorgtype
        groepcode: ''
        element: Initieel zorgtype
        hierarchieniveau: 0
        selecteerbaar: '0'
        sorteervolgorde: 30
        prestatiecodedeel: '100'
        brancheIndicatie: '0'
      xml:
        name: zorgtype
    dbc.ggz.Verrichting:
      required:
      - aantalBehandelingen
      type: object
      allOf:
      - $ref: '#/components/schemas/dbc.ggz.Zorgactiviteit'
      properties:
        aantalBehandelingen:
          type: integer
          description: Number of treatments
          format: int32
        declaratiecode:
          type: string
          description: Declaration code
      description: Some operation/treatment that has been performed on/with the client, such as Electroconvulsive therapy (ECT)
      example:
        id: 1
        identificatienummer: 1
        activiteit:
          id: 1
          code: act_2.6
          begindatum: '2007-01-01'
          einddatum: '9999-12-31'
          omschrijving: Psychodiagnostisch onderzoek
          groepcode: act_2
          element: Psychodiagnostisch onderzoek
          aanspraakType: B
          hierarchieniveau: 2
          selecteerbaar: '0'
          sorteervolgorde: 90
          soort: Tijdschrijven
          magDirect: false
          magIndirect: false
          magReistijd: false
          magGroep: false
          brancheIndicatie: '0'
        datum: '2016-08-18'
        subtraject:
          updatedAt: '2016-08-18T00:00:00.000+02:00'
          createdAt: '2016-08-18T00:00:00.000+02:00'
          createdBy: Administrator
          id: 1
          externalId: 1
          externalProductToewijzingId: 2
          identificatienummer: '997881'
          openingsdatum: '2016-08-18'
          sluitdatum: '2016-08-18'
          regiebehandelaar: '12345678'
          regiebehandelaarId: 1
          medebehandelaar: '87654321'
          medebehandelaarId: 2
          soortVerwijzer:
            id: 1
            code: '01'
            begindatum: '2016-08-18'
            einddatum: '2016-08-18'
            omschrijving: huisarts
          verwijzerAgb: '12345678'
          debiteurType: CUSTOM
          customDebtorId: 1
          excludeInvoicing: false
          latestGrouperResultaat:
            updatedAt: '2016-08-16T00:00:00.000+02:00'
            createdAt: '2016-08-16T00:00:00.000+02:00'
            createdBy: Administrator
            id: 1
            prestatiecode: '101010001230'
            declaratiecode: 25B019
            productgroep: '00230'
            productGroep:
              id: 5
              code: '00230'
              codeBehandeling: '123123'
              omschrijvingBehandeling: Behandeling
              setting: setting
              categorie: GEEN
              lekenvertaling: Behandeling voor problemen
              diagnoseBlinderen: false
              brancheIndicatie: GGZ
            timestamp: '2016-03-15T00:00:00.000+01:00'
          numberOfDirectMinutes: 30
          numberOfIndirectMinutes: 40
          numberOfTravelMinutes: 50
          lastRegistrationDate: '2010-10-10T00:00:00.000+02:00'
          excludeInvoicingReason: we do not want it anymore
          invoiced: false
        updatedAt: '2016-08-18T00:00:00.000+02:00'
        createdAt: '2016-08-18T00:00:00.000+02:00'
        createdBy: Administrator
        aantalBehandelingen: 1
        declaratiecode: 123AA
      xml:
        name: verrichting
    dbc.ggz.fz.Subtraject:
      type: object
      allOf:
      - $ref: '#/components/schemas/dbc.ggz.Subtraject'
      properties:
        aardDelict:
          allOf:
          - $ref: '#/components/schemas/dbc.ggz.fz.AardDelict'
          description: The type of delinquency
        vluchtGevaar:
          allOf:
          - $ref: '#/components/schemas/dbc.ggz.fz.Gevaar'
          description: The measure of danger the client may flee
        recidiveGevaar:
          allOf:
          - $ref: '#/components/schemas/dbc.ggz.fz.Gevaar'
          description: The measure of danger the client may relapse
        fysiekGevaar:
          allOf:
          - $ref: '#/components/schemas/dbc.ggz.fz.Gevaar'
          description: The measure of danger the client may perform physical harm
        plaatsingsbesluitnummer:
          type: string
          description: The identifier for the placement of the client in a facility.
        strafrechtketennummer:
          type: string
          description: SKN identifier that identifies a person in a forensic delict
        forensischeZorgtitel:
          $ref: '#/components/schemas/dbc.ggz.fz.ForensischeZorgtitel'
      description: 'A Forensic DBBC.

        Causes the creation of a ForensicCareOrder.'
      example:
        id: 1
        externalId: 1
        externalProductToewijzingId: 2
        zorgtraject:
          updatedAt: '2014-12-29T00:00:00.000+01:00'
          createdAt: '2014-12-29T00:00:00.000+01:00'
          createdBy: example
          id: 1
          externalId: 1
          beschikkingExternalId: 1
          clientId: 1
          verwijzingId: 1
          jeugd: true
          privacyBezwaar: true
          identificatienummer: example
          begindatum: '2014-12-29'
          einddatum: '2014-12-29'
          soortVerwijzer:
            id: 1
            code: example
            begindatum: '2014-12-29'
            einddatum: '2014-12-29'
            omschrijving: example
          verwijzerAgb: example
          zorgdomein:
            id: 1
            code: example
            begindatum: '2014-12-29'
            einddatum: '2014-12-29'
            omschrijving: example
          uitvoerendeInstellingAgb: example
          primaireDiagnose:
            id: 1
            externalId: 1
            primair: true
            trekkenVan: true
            datum: '2014-12-29'
            diagnoseAs: 1
            diagnoseCode:
              id: 1
              code: example
              begindatum: '2014-12-29'
              einddatum: '2014-12-29'
              omschrijving: example
              groepcode: example
              element: example
              zvzSubscore: 1
              aanspraakType: example
              hierarchieniveau: 1
              selecteerbaar: example
              sorteervolgorde: 1
              diagnoseAs: 1
              icd9cm: example
              icd10: example
              prestatieniveau: example
              prestatiecodeNaamgevingGGZ: example
              prestatiecodeNaamgevingFZ: example
              prestatiecodedeelGGZ: example
              prestatiecodedeelFZ: example
              parallelliteitscodeGGZ: example
              parallelliteitscodeFZ: example
              brancheIndicatie: example
            zorgtrajectId: 1
          subtrajecten:
          - id: 1
            openingsdatum: '2014-12-29'
            debiteurType: example
            excludeInvoicing: false
          - id: 1
            openingsdatum: '2014-12-29'
            debiteurType: example
            excludeInvoicing: false
        identificatienummer: '997881'
        openingsdatum: '2016-08-18'
        sluitdatum: '2016-08-18'
        redenSluiten:
          id: 1
          code: example
          begindatum: '2014-12-29'
          einddatum: '2014-12-29'
          omschrijving: example
          sorteervolgorde: 1
          brancheIndicatie: example
        zorgtype:
          id: 1
          code: example
          begindatum: '2014-12-29'
          einddatum: '2014-12-29'
          omschrijving: example
          groepcode: example
          element: example
          hierarchieniveau: 1
          selecteerbaar: example
          sorteervolgorde: 1
          prestatiecodedeel: example
          brancheIndicatie: example
        regiebehandelaar: '12345678'
        regiebehandelaarId: 1
        medebehandelaar: '87654321'
        medebehandelaarId: 2
        circuitcode:
          id: 1
          code: example
          begindatum: '2014-12-29'
          einddatum: '2014-12-29'
          omschrijving: example
          sorteervolgorde: 1
          brancheIndicatie: example
        soortVerwijzer:
          id: 1
          code: '01'
          begindatum: '2016-08-18'
          einddatum: '2016-08-18'
          omschrijving: huisarts
        verwijzerAgb: '12345678'
        debiteurType: CUSTOM
        customDebtorId: 1
        tijdschrijvenRegistraties:
        - id: 1
          identificatienummer: 1
          activiteit:
            id: 1
            code: example
            begindatum: '2014-12-29'
            einddatum: '2014-12-29'
            omschrijving: example
            groepcode: example
            element: example
            aanspraakType: example
            hierarchieniveau: 1
            selecteerbaar: example
            sorteervolgorde: 1
            soort: example
            magDirect: true
            magIndirect: true
            magReistijd: true
            magGroep: true
            brancheIndicatie: example
          datum: '2014-12-29'
          subtraject:
            id: 1
            openingsdatum: '2014-12-29'
            debiteurType: example
            excludeInvoicing: false
          updatedAt: '2014-12-29T00:00:00.000+01:00'
          createdAt: '2014-12-29T00:00:00.000+01:00'
          createdBy: example
          directeMinuten: 1
          indirecteAlgemeneMinuten: 1
          indirecteReistijdminuten: 1
          behandelaar: example
          afleidbaar: true
        - id: 1
          identificatienummer: 1
          activiteit:
            id: 1
            code: example
            begindatum: '2014-12-29'
            einddatum: '2014-12-29'
            omschrijving: example
            groepcode: example
            element: example
            aanspraakType: example
            hierarchieniveau: 1
            selecteerbaar: example
            sorteervolgorde: 1
            soort: example
            magDirect: true
            magIndirect: true
            magReistijd: true
            magGroep: true
            brancheIndicatie: example
          datum: '2014-12-29'
          subtraject:
            id: 1
            openingsdatum: '2014-12-29'
            debiteurType: example
            excludeInvoicing: false
          updatedAt: '2014-12-29T00:00:00.000+01:00'
          createdAt: '2014-12-29T00:00:00.000+01:00'
          createdBy: example
          directeMinuten: 1
          indirecteAlgemeneMinuten: 1
          indirecteReistijdminuten: 1
          behandelaar: example
          afleidbaar: true
        dagbestedingRegistraties:
        - id: 1
          identificatienummer: 1
          activiteit:
            id: 1
            code: example
            begindatum: '2014-12-29'
            einddatum: '2014-12-29'
            omschrijving: example
            groepcode: example
            element: example
            aanspraakType: example
            hierarchieniveau: 1
            selecteerbaar: example
            sorteervolgorde: 1
            soort: example
            magDirect: true
            magIndirect: true
            magReistijd: true
            magGroep: true
            brancheIndicatie: example
          datum: '2014-12-29'
          subtraject:
            id: 1
            openingsdatum: '2014-12-29'
            debiteurType: example
            excludeInvoicing: false
          updatedAt: '2014-12-29T00:00:00.000+01:00'
          createdAt: '2014-12-29T00:00:00.000+01:00'
          createdBy: example
          aantalUren: 1
          declaratiecode: example
        - id: 1
          identificatienummer: 1
          activiteit:
            id: 1
            code: example
            begindatum: '2014-12-29'
            einddatum: '2014-12-29'
            omschrijving: example
            groepcode: example
            element: example
            aanspraakType: example
            hierarchieniveau: 1
            selecteerbaar: example
            sorteervolgorde: 1
            soort: example
            magDirect: true
            magIndirect: true
            magReistijd: true
            magGroep: true
            brancheIndicatie: example
          datum: '2014-12-29'
          subtraject:
            id: 1
            openingsdatum: '2014-12-29'
            debiteurType: example
            excludeInvoicing: false
          updatedAt: '2014-12-29T00:00:00.000+01:00'
          createdAt: '2014-12-29T00:00:00.000+01:00'
          createdBy: example
          aantalUren: 1
          declaratiecode: example
        verblijfsdagRegistraties:
        - id: 1
          identificatienummer: 1
          activiteit:
            id: 1
            code: example
            begindatum: '2014-12-29'
            einddatum: '2014-12-29'
            omschrijving: example
            groepcode: example
            element: example
            aanspraakType: example
            hierarchieniveau: 1
            selecteerbaar: example
            sorteervolgorde: 1
            soort: example
            magDirect: true
            magIndirect: true
            magReistijd: true
            magGroep: true
            brancheIndicatie: example
          datum: '2014-12-29'
          subtraject:
            id: 1
            openingsdatum: '2014-12-29'
            debiteurType: example
            excludeInvoicing: false
          updatedAt: '2014-12-29T00:00:00.000+01:00'
          createdAt: '2014-12-29T00:00:00.000+01:00'
          createdBy: example
          aantalDagen: 1
          declaratiecode: example
        - id: 1
          identificatienummer: 1
          activiteit:
            id: 1
            code: example
            begindatum: '2014-12-29'
            einddatum: '2014-12-29'
            omschrijving: example
            groepcode: example
            element: example
            aanspraakType: example
            hierarchieniveau: 1
            selecteerbaar: example
            sorteervolgorde: 1
            soort: example
            magDirect: true
            magIndirect: true
            magReistijd: true
            magGroep: true
            brancheIndicatie: example
          datum: '2014-12-29'
          subtraject:
            id: 1
            openingsdatum: '2014-12-29'
            debiteurType: example
            excludeInvoicing: false
          updatedAt: '2014-12-29T00:00:00.000+01:00'
          createdAt: '2014-12-29T00:00:00.000+01:00'
          createdBy: example
          aantalDagen: 1
          declaratiecode: example
        verrichtingRegistraties:
        - id: 1
          identificatienummer: 1
          activiteit:
            id: 1
            code: example
            begindatum: '2014-12-29'
            einddatum: '2014-12-29'
            omschrijving: example
            groepcode: example
            element: example
            aanspraakType: example
            hierarchieniveau: 1
            selecteerbaar: example
            sorteervolgorde: 1
            soort: example
            magDirect: true
            magIndirect: true
            magReistijd: true
            magGroep: true
            brancheIndicatie: example
          datum: '2014-12-29'
          subtraject:
            id: 1
            openingsdatum: '2014-12-29'
            debiteurType: example
            excludeInvoicing: false
          updatedAt: '2014-12-29T00:00:00.000+01:00'
          createdAt: '2014-12-29T00:00:00.000+01:00'
          createdBy: example
          aantalBehandelingen: 1
          declaratiecode: example
        - id: 1
          identificatienummer: 1
          activiteit:
            id: 1
            code: example
            begindatum: '2014-12-29'
            einddatum: '2014-12-29'
            omschrijving: example
            groepcode: example
            element: example
            aanspraakType: example
            hierarchieniveau: 1
            selecteerbaar: example
            sorteervolgorde: 1
            soort: example
            magDirect: true
            magIndirect: true
            magReistijd: true
            magGroep: true
            brancheIndicatie: example
          datum: '2014-12-29'
          subtraject:
            id: 1
            openingsdatum: '2014-12-29'
            debiteurType: example
            excludeInvoicing: false
          updatedAt: '2014-12-29T00:00:00.000+01:00'
          createdAt: '2014-12-29T00:00:00.000+01:00'
          createdBy: example
          aantalBehandelingen: 1
          declaratiecode: example
        nevenDiagnosen:
        - id: 1
          externalId: 1
          primair: true
          trekkenVan: true
          datum: '2014-12-29'
          diagnoseAs: 1
          diagnoseCode:
            id: 1
            code: example
            begindatum: '2014-12-29'
            einddatum: '2014-12-29'
            omschrijving: example
            groepcode: example
            element: example
            zvzSubscore: 1
            aanspraakType: example
            hierarchieniveau: 1
            selecteerbaar: example
            sorteervolgorde: 1
            diagnoseAs: 1
            icd9cm: example
            icd10: example
            prestatieniveau: example
            prestatiecodeNaamgevingGGZ: example
            prestatiecodeNaamgevingFZ: example
            prestatiecodedeelGGZ: example
            prestatiecodedeelFZ: example
            parallelliteitscodeGGZ: example
            parallelliteitscodeFZ: example
            brancheIndicatie: example
          zorgtrajectId: 1
        - id: 1
          externalId: 1
          primair: true
          trekkenVan: true
          datum: '2014-12-29'
          diagnoseAs: 1
          diagnoseCode:
            id: 1
            code: example
            begindatum: '2014-12-29'
            einddatum: '2014-12-29'
            omschrijving: example
            groepcode: example
            element: example
            zvzSubscore: 1
            aanspraakType: example
            hierarchieniveau: 1
            selecteerbaar: example
            sorteervolgorde: 1
            diagnoseAs: 1
            icd9cm: example
            icd10: example
            prestatieniveau: example
            prestatiecodeNaamgevingGGZ: example
            prestatiecodeNaamgevingFZ: example
            prestatiecodedeelGGZ: example
            prestatiecodedeelFZ: example
            parallelliteitscodeGGZ: example
            parallelliteitscodeFZ: example
            brancheIndicatie: example
          zorgtrajectId: 1
        grouperResultaten:
        - updatedAt: '2014-12-29T00:00:00.000+01:00'
          createdAt: '2014-12-29T00:00:00.000+01:00'
          createdBy: example
          id: 1
          prestatiecode: example
          declaratiecode: example
          productgroep: example
          productGroep:
            id: 1
            code: example
            begindatum: '2014-12-29'
            einddatum: '2014-12-29'
            omschrijving: example
            codeBehandeling: example
            omschrijvingBehandeling: example
            setting: example
            categorie: example
            lekenvertaling: example
            diagnoseBlinderen: true
            brancheIndicatie: example
          timestamp: '2014-12-29T00:00:00.000+01:00'
        - updatedAt: '2014-12-29T00:00:00.000+01:00'
          createdAt: '2014-12-29T00:00:00.000+01:00'
          createdBy: example
          id: 1
          prestatiecode: example
          declaratiecode: example
          productgroep: example
          productGroep:
            id: 1
            code: example
            begindatum: '2014-12-29'
            einddatum: '2014-12-29'
            omschrijving: example
            codeBehandeling: example
            omschrijvingBehandeling: example
            setting: example
            categorie: example
            lekenvertaling: example
            diagnoseBlinderen: true
            brancheIndicatie: example
          timestamp: '2014-12-29T00:00:00.000+01:00'
        excludeInvoicing: false
        latestGrouperResultaat:
          updatedAt: '2016-08-16T00:00:00.000+02:00'
          createdAt: '2016-08-16T00:00:00.000+02:00'
          createdBy: Administrator
          id: 1
          prestatiecode: '101010001230'
          declaratiecode: 25B019
          productgroep: '00230'
          productGroep:
            id: 5
            code: '00230'
            codeBehandeling: '123123'
            omschrijvingBehandeling: Behandeling
            setting: setting
            categorie: GEEN
            lekenvertaling: Behandeling voor problemen
            diagnoseBlinderen: false
            brancheIndicatie: GGZ
          timestamp: '2016-03-15T00:00:00.000+01:00'
        numberOfDirectMinutes: 30
        numberOfIndirectMinutes: 40
        numberOfTravelMinutes: 50
        lastRegistrationDate: '2010-10-10T00:00:00.000+02:00'
        excludeInvoicingReason: we do not want it anymore
        invoiced: false
        updatedAt: '2016-08-18T00:00:00.000+02:00'
        createdAt: '2016-08-18T00:00:00.000+02:00'
        createdBy: Administrator
        aardDelict:
          id: 1
          code: '1'
          begindatum: '2000-01-01'
          einddatum: '9999-12-31'
          omschrijving: Test aardDelict!
        vluchtGevaar:
          id: 1
          code: '1'
          begindatum: '2000-01-01'
          einddatum: '9999-12-31'
          omschrijving: Test vluchtGevaar!
        recidiveGevaar:
          id: 1
          code: '1'
          begindatum: '2000-01-01'
          einddatum: '9999-12-31'
          omschrijving: Test recidiveGevaar!
        fysiekGevaar:
          id: 1
          code: '1'
          begindatum: '2000-01-01'
          einddatum: '9999-12-31'
          omschrijving: Test fysiekGevaar!
        plaatsingsbesluitnummer: '123'
        strafrechtketennummer: '789789'
        forensischeZorgtitel:
          id: 1
          code: '1'
          omschrijving: Test zorgtitel!
          begindatum: '2000-01-01'
          einddatum: '9999-12-31'
      xml:
        name: fzSubtraject
    dbc.ggz.fz.Gevaar:
      type: object
      allOf:
      - $ref: '#/components/schemas/dbc.StamData'
      description: The measure of danger this client imposes
      example:
        id: 1
        code: '1'
        begindatum: '2000-01-01'
        einddatum: '9999-12-31'
        omschrijving: Test gevaar!
    AuditedBase:
      title: AuditedBase
      type: object
      properties:
        updatedAt:
          type:
          - string
          - 'null'
          description: Dated Base extension.
          format: date-time
        createdAt:
          type:
          - string
          - 'null'
          format: date-time
        createdBy:
          type:
          - string
          - 'null'
      description: AuditedBase model (no description)
      example:
        updatedAt: '2014-12-29T00:00:00.000+01:00'
        createdAt: '2014-12-29T00:00:00.000+01:00'
        createdBy: example
    dbc.ggz.PresenceLogSynchronisationError:
      required:
      - clientId
      type: object
      allOf:
      - $ref: '#/components/schemas/AuditedBase'
      properties:
        id:
          type: integer
          description: Object identifier
          format: int64
          x-cupido-id: true
        clientId:
          type: integer
          description: Technical identification of the corresponding Client
          format: int64
        presencelogId:
          type: integer
          description: Technical identification of the corresponding PresenceLog
          format: int64
        zorgtraject:
          allOf:
          - $ref: '#/components/schemas/dbc.ggz.Zorgtraject'
          description: 'The corresponding dbc.ggz.Zorgtraject,

            Only filled in when possible, can be null'
        subtraject:
          allOf:
          - $ref: '#/components/schemas/dbc.ggz.Subtraject'
          description: 'The corresponding dbc.ggz.Subtraject,

            Only filled in when possible, can be null'
        message:
          type: string
          description: 'The (dutch) error message indicating what information is missing that is

            causing the presencelog synchronisation to fail for this PresenceLog'
      description: 'PresenceLogSynchronisationError:

        Reflects a log entry in ons-dbc generated when the scheduled PresenceLogSynchronizer job resulted in an error'
      example:
        updatedAt: '2018-05-04T00:00:00.000+02:00'
        createdAt: '2018-05-04T00:00:00.000+02:00'
        createdBy: Administrator
        id: 1
        clientId: 1
        presencelogId: 1
        zorgtraject:
          updatedAt: '2018-02-01T00:00:00.000+01:00'
          createdAt: '2018-02-01T00:00:00.000+01:00'
          createdBy: Administrator
          id: 1
          externalId: 1
          beschikkingExternalId: 2
          clientId: 1
          verwijzingId: 1
          jeugd: false
          privacyBezwaar: false
          identificatienummer: '1'
          begindatum: '2018-02-01'
          einddatum: '2018-05-30'
          soortVerwijzer:
            id: 1
            code: '01'

# --- truncated at 32 KB (92 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/nedap/refs/heads/main/openapi/nedap-dbc-ggz-presencelogsynchronisationerror-api-openapi.yml