Nedap Dossier.medical.Medical Summary API

The dossier.medical.MedicalSummary API from Nedap — 2 operation(s) for dossier.medical.medicalsummary.

Operations 2

GET /t/dossier/medical/medical_summaries/by_client_ids Gets the medical summaries for the specified clients. #
GET /v0/dossier/back_channel/unauthorized/medical/medical_summaries/by_client_ids Gets the medical summaries for the specified clients. #

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-dossier-medical-medicalsummary-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-dossier-medical-medicalsummary-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Nedap Dossier.medical.Medical Summary API
  version: 0.0.0
  description: 'Operations tagged dossier.medical.MedicalSummary 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: dossier.medical.MedicalSummary
paths:
  /t/dossier/medical/medical_summaries/by_client_ids:
    get:
      tags:
      - dossier.medical.MedicalSummary
      summary: Gets the medical summaries for the specified clients.
      operationId: dossier.medical.MedicalSummaryAPI.filteredByClientIds
      parameters:
      - name: problems
        in: query
        schema:
          type: boolean
      - name: incompetences
        in: query
        schema:
          type: boolean
      - name: allergies_and_adverse_reactions
        in: query
        schema:
          type: boolean
      - name: simplified_adverse_reactions
        in: query
        schema:
          type: boolean
      - name: medical_policy
        in: query
        schema:
          type: boolean
      - name: legal_status
        in: query
        schema:
          type: boolean
      - name: episodes
        in: query
        schema:
          type: boolean
      - name: resuscitation_decision
        in: query
        schema:
          type: boolean
      - name: alerts
        in: query
        schema:
          type: boolean
      - name: medical_notes
        in: query
        schema:
          type: boolean
      - name: id
        in: query
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int64
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/dossier.medical.list.MedicalSummaryList'
      x-replaced-by: /v0/dossier/back_channel/unauthorized/medical/medical_summaries/by_client_ids
      deprecated: true
      x-deprecated-since: 19-11-2025
    servers:
    - url: https://api-development.ons.io
  /v0/dossier/back_channel/unauthorized/medical/medical_summaries/by_client_ids:
    get:
      tags:
      - dossier.medical.MedicalSummary
      summary: Gets the medical summaries for the specified clients.
      operationId: dossier.medical.MedicalSummaryAPI.filteredByClientIds
      parameters:
      - name: problems
        in: query
        schema:
          type: boolean
      - name: incompetences
        in: query
        schema:
          type: boolean
      - name: allergies_and_adverse_reactions
        in: query
        schema:
          type: boolean
      - name: simplified_adverse_reactions
        in: query
        schema:
          type: boolean
      - name: medical_policy
        in: query
        schema:
          type: boolean
      - name: legal_status
        in: query
        schema:
          type: boolean
      - name: episodes
        in: query
        schema:
          type: boolean
      - name: resuscitation_decision
        in: query
        schema:
          type: boolean
      - name: alerts
        in: query
        schema:
          type: boolean
      - name: medical_notes
        in: query
        schema:
          type: boolean
      - name: id[]
        in: query
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int64
        x-original-parameter:
          name: id
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/dossier.medical.list.MedicalSummaryList'
      x-replacement-for:
      - /t/dossier/medical/medical_summaries/by_client_ids
    servers:
    - url: https://api-development.ons.io
components:
  schemas:
    dossier.medical.advance_directives.Decision:
      type: object
      properties:
        name:
          type: string
        outcome:
          type: string
        snomedExpressionValue:
          type: string
          description: 'snomedexpression of the whole decision.

            Example: "363589002 | associated procedure |: 246456000 | has interpretation | =439569004 | resuscitation |, 408729009 | finding context | =373066001 | yes |"'
      description: Decision model (no description)
      example:
        name: Resuscitation
        outcome: 'Yes'
        snomedExpressionValue: '363589002 | associated procedure |: 246456000 | has interpretation | =439569004 | resuscitation |, 408729009 | finding context | =373066001 | yes |'
    dossier.snomed.ClinicalFinding:
      enum:
      - allergy
      - adverse_reaction
      type: string
      description: ClinicalFinding enum (no description)
      example: allergy
    dossier.BaseNote:
      type: object
      allOf:
      - $ref: '#/components/schemas/AuditedBase'
      properties:
        id:
          type: integer
          format: int64
          x-cupido-id: true
        content:
          type: string
        visibleOnWorksheet:
          type: boolean
        deleted:
          type: boolean
        startDate:
          type: string
          format: date
        endDate:
          type: string
          format: date
        updatedByAuthorId:
          type: integer
          format: int64
        authorId:
          type: integer
          format: int64
      description: BaseNote model (no description)
      example:
        updatedAt: '2014-12-29T00:00:00.000+01:00'
        createdAt: '2014-12-29T00:00:00.000+01:00'
        createdBy: example
        id: 1
        content: example
        visibleOnWorksheet: true
        deleted: true
        startDate: '2014-12-29'
        endDate: '2014-12-29'
        updatedByAuthorId: 1
        authorId: 1
    dossier.medical.encoded_concepts.CausativeAgent:
      type: object
      properties:
        name:
          type: string
        encodings:
          type: array
          items:
            $ref: '#/components/schemas/dossier.Encoding'
      description: CausativeAgent model (no description)
      example:
        name: Aardbeien
        encodings:
        - code: '102261002'
          codeSystem: SNOMED CT
          displayName: strawberry
    dossier.medical.MedicalSummary:
      type: object
      properties:
        clientId:
          type: integer
          description: The ID of the client the medical summary belongs to
          format: int64
        legalStatus:
          allOf:
          - $ref: '#/components/schemas/dossier.medical.involuntary_care.LegalStatus'
          description: Deprecated since 2024-05 use legalStatuses instead, it contains this single Legal Status as well - The current legal status of the client
          deprecated: true
        legalStatuses:
          type: array
          items:
            $ref: '#/components/schemas/dossier.medical.involuntary_care.LegalStatus'
          description: The list of current legal statuses of the client. Current Legal Statuses have an overlapping date range with 'today', are not archived, and do not have the 'request' flag set.
        medicalPolicy:
          allOf:
          - $ref: '#/components/schemas/dossier.medical.advance_directives.Context'
          description: The current medical policy of the client
        resuscitationDecision:
          allOf:
          - $ref: '#/components/schemas/dossier.medical.advance_directives.ResuscitationDecision'
          description: 'The current resuscitation decision for the client

            <pre>

            Possible values:

            0 = NO

            1 = YES

            2 = UNKNOWN

            </pre>'
        problems:
          type: array
          items:
            $ref: '#/components/schemas/dossier.medical.Problem'
          description: A list of medical problems for this client
        adverseReactions:
          type: array
          items:
            $ref: '#/components/schemas/dossier.medical.PropensityToAdverseReaction'
          description: A list of adverse reactions for this client
        simplifiedAdverseReactions:
          type: array
          items:
            $ref: '#/components/schemas/dossier.medical.SimplifiedPropensityToAdverseReaction'
          description: A list of simplified propensities to adverse reactions (suspicions) for this client
        allergies:
          type: array
          items:
            $ref: '#/components/schemas/dossier.medical.PropensityToAdverseReaction'
          description: A list of allergies for this client
        incompetences:
          type: array
          items:
            $ref: '#/components/schemas/dossier.medical.involuntary_care.Incompetence'
          description: A list of incompetences for this client
        episodes:
          type: array
          items:
            $ref: '#/components/schemas/dossier.episodes.Episode'
          description: A list of episodes for this client
        alerts:
          type: array
          items:
            $ref: '#/components/schemas/dossier.Alert'
          description: A list of alerts for this client
        medicalNotes:
          type: array
          items:
            $ref: '#/components/schemas/dossier.MedicalNote'
          description: A list of medical notes for this client
        metadata:
          allOf:
          - $ref: '#/components/schemas/dossier.medical.MedicalSummaryMetadata'
          description: Metadata for the medical summary
      description: MedicalSummary model (no description)
      example:
        clientId: 200
        legalStatus:
          id: 1
          uuid: 02a26900-64d4-11e4-b4af-0002a5d5c51b
          clientId: 2
          createdById: 1
          updatedById: 1
          createdAt: '2014-11-14T00:00:00.000+01:00'
          updatedAt: '2014-11-14T00:00:00.000+01:00'
          status: Artikel 60 Bopz-indicatie
          code: sapc
          beginDate: '2015-09-17'
          endDate: '2015-09-27'
          comments: 5 weeks until renewal
          documentId: 1
          documentName: artikel60.pdf
          archived: false
          request: false
          legalStatusDocuments:
          - documentId: 1
            documentName: artikel60.pdf
        legalStatuses:
        - id: 1
          uuid: 02a26900-64d4-11e4-b4af-0002a5d5c51b
          clientId: 2
          createdById: 1
          updatedById: 1
          createdAt: '2014-11-14T00:00:00.000+01:00'
          updatedAt: '2014-11-14T00:00:00.000+01:00'
          status: Artikel 60 Bopz-indicatie
          code: sapc
          beginDate: '2015-09-17'
          endDate: '2015-09-27'
          expirationDate: '2015-09-28'
          comments: 5 weeks until renewal
          endingReason: Client is better again
          documentId: 1
          documentName: artikel60.pdf
          archived: false
          request: false
          legalStatusDocuments:
          - documentId: 1
            documentName: artikel60.pdf
          legalStatusSuspensions:
          - id: 1
            beginDate: '2021-09-01'
            endDate: '2021-09-02'
            comments: What the judge told
            type: withdraw_involuntary_care
            createdById: 1
            updatedById: 1
            createdAt: '2020-11-14T00:00:00.000+01:00'
            updatedAt: '2020-11-14T00:00:00.000+01:00'
            uuid: 02a26900-64d4-11e4-b4af-0002a5d5c51d
          legalGrounds:
          - beginDate: '2015-09-25'
            endDate: '2015-09-26'
            comments: Important side node
            categoryCode: wvggz_inclosure_other
        medicalPolicy:
          id: 3
          uuid: 02a26900-64d4-11e4-b4af-0002a5d5c51b
          clientId: 1
          createdById: 2
          updatedById: 4
          createdAt: '2014-11-14T00:00:00.000+01:00'
          updatedAt: '2014-11-14T00:00:00.000+01:00'
          narrative: Thats what I want
          snomedExpressionValue: Dummy
          date: '2014-11-14'
          employeeId: 1337
          status: Discussed with patient
          documentId: 1
          documentName: Document
          decisions:
          - name: Resuscitation
            outcome: 'Yes'
        resuscitationDecision: 1
        problems:
        - id: 1
          uuid: 02a26900-64d4-11e4-b4af-0002a5d5c51b
          clientId: 2
          createdById: 3
          updatedById: 1
          createdAt: '2014-11-14T00:00:00.000+01:00'
          updatedAt: '2014-11-14T00:00:00.000+01:00'
          narrative: It hurts
          starred: true
          onsetApproximateDate: '2014'
          resolvedApproximateDate: 2014-12
          snomedExpressionValue: 22298006 | Myocardial infarction (disorder) |
          active: true
          relevant: true
          certainty: Ik ben er niet zo zeker van
          severity: Niet levensbedreigend
          course: De afgelopen twee weken
          onsetPeriodOfLife: Vanaf kleuterperiode
          expertiseProfileIds:
          - 1
          - 2
          episodeId: 1
        adverseReactions:
        - id: 5
          uuid: 02a26900-64d4-11e4-b4af-0002a5d5c51b
          clientId: 4
          createdById: 1
          updatedById: 1
          createdAt: '2014-11-10T12:00:00.000+01:00'
          updatedAt: '2014-11-10T12:00:00.000+01:00'
          causeBuilders:
          - system: CUSTOM
            query: Stofmijt
          - system: SNOMED
            query: 256259004 | pollen |
            name: Pollen
          cause: Haar van dieren
          manifestations:
          - Diarree
          - Misselijkheid
          - Duizeligheid
          active: true
          specification: Specificatie
          narrative: Het doet zeer
          certainty: Ik ben er niet zo zeker van
          severity: Niet levensbedreigend
          course: De afgelopen twee weken
          onsetPeriodOfLife: Vanaf kleuterperiode
          onsetApproximateDate: '2014'
        simplifiedAdverseReactions:
        - id: 5
          uuid: 02a26900-64d4-11e4-b4af-0002a5d5c51b
          clientId: 4
          createdById: 1
          updatedById: 1
          createdAt: '2014-11-10T12:00:00.000+01:00'
          updatedAt: '2014-11-10T12:00:00.000+01:00'
          causeBuilders:
          - system: CUSTOM
            query: Stofmijt
          - system: SNOMED
            query: 256259004 | pollen |
            name: Pollen
          causes:
          - Diarree
          - Misselijkheid
          - Duizeligheid
        allergies:
        - id: 5
          uuid: 02a26900-64d4-11e4-b4af-0002a5d5c51b
          clientId: 4
          createdById: 1
          updatedById: 1
          createdAt: '2014-11-10T12:00:00.000+01:00'
          updatedAt: '2014-11-10T12:00:00.000+01:00'
          causeBuilders:
          - system: CUSTOM
            query: Stofmijt
          - system: SNOMED
            query: 256259004 | pollen |
            name: Pollen
          cause: Haar van dieren
          manifestations:
          - Diarree
          - Misselijkheid
          - Duizeligheid
          active: true
          specification: Specificatie
          narrative: Het doet zeer
          certainty: Ik ben er niet zo zeker van
          severity: Niet levensbedreigend
          course: De afgelopen twee weken
          onsetPeriodOfLife: Vanaf kleuterperiode
          onsetApproximateDate: '2014'
        incompetences:
        - id: 1
          uuid: 02a26900-64d4-11e4-b4af-0002a5d5c51b
          clientId: 2
          createdById: 1
          updatedById: 1
          createdAt: '2014-11-14T00:00:00.000+01:00'
          updatedAt: '2014-11-14T00:00:00.000+01:00'
          narrative: I can't do this
          startDate: '2015-09-17'
          endDate: '2015-09-27'
          snomedExpressionValue: 285033005 | ability to manage medication |
          decision: Uitvoeren van gastroscopie
        episodes:
        - updatedAt: '2014-12-29T00:00:00.000+01:00'
          createdAt: '2014-12-29T00:00:00.000+01:00'
          createdBy: example
          id: 1
          clientId: 1
          startDate: '2014-12-29'
          endDate: '2014-12-29'
          evaluationDate: '2014-12-29'
          goal: example
          title: example
          important: true
          marked: true
          subGoals:
          - updatedAt: '2014-12-29T00:00:00.000+01:00'
            createdAt: '2014-12-29T00:00:00.000+01:00'
            createdBy: example
            id: 1
            title: example
            episodeId: 1
            archived: true
            actions:
            - updatedAt: '2014-12-29T00:00:00.000+01:00'
              createdAt: '2014-12-29T00:00:00.000+01:00'
              createdBy: example
              id: 1
              title: example
              subGoalId: 1
              showInCarePlan: true
              archived: true
            - updatedAt: '2014-12-29T00:00:00.000+01:00'
              createdAt: '2014-12-29T00:00:00.000+01:00'
              createdBy: example
              id: 1
              title: example
              subGoalId: 1
              showInCarePlan: true
              archived: true
          - updatedAt: '2014-12-29T00:00:00.000+01:00'
            createdAt: '2014-12-29T00:00:00.000+01:00'
            createdBy: example
            id: 1
            title: example
            episodeId: 1
            archived: true
            actions:
            - updatedAt: '2014-12-29T00:00:00.000+01:00'
              createdAt: '2014-12-29T00:00:00.000+01:00'
              createdBy: example
              id: 1
              title: example
              subGoalId: 1
              showInCarePlan: true
              archived: true
            - updatedAt: '2014-12-29T00:00:00.000+01:00'
              createdAt: '2014-12-29T00:00:00.000+01:00'
              createdBy: example
              id: 1
              title: example
              subGoalId: 1
              showInCarePlan: true
              archived: true
          problemIds:
          - 1
          - 1
          surveyResults:
          - updatedAt: '2014-12-29T00:00:00.000+01:00'
            createdAt: '2014-12-29T00:00:00.000+01:00'
            createdBy: example
            id: 1
            surveyObjectId: 1
            clientObjectId: 1
            employeeObjectId: 1
            status: New
            version: 1
            title: example
            linkedToActiveCarePlan: true
            isAnyCarePlanUsingThisResult: true
            duplicateSurveyResultAbility:
              enabled: true
              possible: true
              message: example
            editSurveyResultAbility:
              enabled: true
              possible: true
              message: example
            statusBumpSurveyResultAbility:
              enabled: true
              possible: true
              message: example
            viewSurveyResultAbility:
              enabled: true
              possible: true
              message: example
            answers:
            - updatedAt: '2014-12-29T00:00:00.000+01:00'
              createdAt: '2014-12-29T00:00:00.000+01:00'
              createdBy: example
              id: 1
              surveyResultObjectId: 1
              questionObjectId: 1
              answerDefinitionObjectId: 1
              text: example
              important: true
              booleanAnswer: true
            - updatedAt: '2014-12-29T00:00:00.000+01:00'
              createdAt: '2014-12-29T00:00:00.000+01:00'
              createdBy: example
              id: 1
              surveyResultObjectId: 1
              questionObjectId: 1
              answerDefinitionObjectId: 1
              text: example
              important: true
              booleanAnswer: true
            groupAnswers:
            - updatedAt: '2014-12-29T00:00:00.000+01:00'
              createdAt: '2014-12-29T00:00:00.000+01:00'
              createdBy: example
              id: 1
              groupId: 1
              surveyResultId: 1
              score: 1
              importantForCareplan: true
            - updatedAt: '2014-12-29T00:00:00.000+01:00'
              createdAt: '2014-12-29T00:00:00.000+01:00'
              createdBy: example
              id: 1
              groupId: 1
              surveyResultId: 1
              score: 1
              importantForCareplan: true
            completedAt: '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
            surveyObjectId: 1
            clientObjectId: 1
            employeeObjectId: 1
            status: New
            version: 1
            title: example
            linkedToActiveCarePlan: true
            isAnyCarePlanUsingThisResult: true
            duplicateSurveyResultAbility:
              enabled: true
              possible: true
              message: example
            editSurveyResultAbility:
              enabled: true
              possible: true
              message: example
            statusBumpSurveyResultAbility:
              enabled: true
              possible: true
              message: example
            viewSurveyResultAbility:
              enabled: true
              possible: true
              message: example
            answers:
            - updatedAt: '2014-12-29T00:00:00.000+01:00'
              createdAt: '2014-12-29T00:00:00.000+01:00'
              createdBy: example
              id: 1
              surveyResultObjectId: 1
              questionObjectId: 1
              answerDefinitionObjectId: 1
              text: example
              important: true
              booleanAnswer: true
            - updatedAt: '2014-12-29T00:00:00.000+01:00'
              createdAt: '2014-12-29T00:00:00.000+01:00'
              createdBy: example
              id: 1
              surveyResultObjectId: 1
              questionObjectId: 1
              answerDefinitionObjectId: 1
              text: example
              important: true
              booleanAnswer: true
            groupAnswers:
            - updatedAt: '2014-12-29T00:00:00.000+01:00'
              createdAt: '2014-12-29T00:00:00.000+01:00'
              createdBy: example
              id: 1
              groupId: 1
              surveyResultId: 1
              score: 1
              importantForCareplan: true
            - updatedAt: '2014-12-29T00:00:00.000+01:00'
              createdAt: '2014-12-29T00:00:00.000+01:00'
              createdBy: example
              id: 1
              groupId: 1
              surveyResultId: 1
              score: 1
              importantForCareplan: true
            completedAt: '2014-12-29T00:00:00.000+01:00'
          documents:
          - id: 1233
            fileName: file.pdf
          - id: 1233
            fileName: file.pdf
          expertiseProfileIds:
          - 1
          - 1
          authorizedExpertiseProfileIds:
          - 1
          - 1
          authorizedExpertiseGroupIds:
          - 1
          - 1
          linkedExpertiseProfileIds:
          - 1
          - 1
          linkedExpertiseGroupIds:
          - 1
          - 1
        - updatedAt: '2014-12-29T00:00:00.000+01:00'
          createdAt: '2014-12-29T00:00:00.000+01:00'
          createdBy: example
          id: 1
          clientId: 1
          startDate: '2014-12-29'
          endDate: '2014-12-29'
          evaluationDate: '2014-12-29'
          goal: example
          title: example
          important: true
          marked: true
          subGoals:
          - updatedAt: '2014-12-29T00:00:00.000+01:00'
            createdAt: '2014-12-29T00:00:00.000+01:00'
            createdBy: example
            id: 1
            title: example
            episodeId: 1
            archived: true
            actions:
            - updatedAt: '2014-12-29T00:00:00.000+01:00'
              createdAt: '2014-12-29T00:00:00.000+01:00'
              createdBy: example
              id: 1
              title: example
              subGoalId: 1
              showInCarePlan: true
              archived: true
            - updatedAt: '2014-12-29T00:00:00.000+01:00'
              createdAt: '2014-12-29T00:00:00.000+01:00'
              createdBy: example
              id: 1
              title: example
              subGoalId: 1
              showInCarePlan: true
              archived: true
          - updatedAt: '2014-12-29T00:00:00.000+01:00'
            createdAt: '2014-12-29T00:00:00.000+01:00'
            createdBy: example
            id: 1
            title: example
            episodeId: 1
            archived: true
            actions:
            - updatedAt: '2014-12-29T00:00:00.000+01:00'
              createdAt: '2014-12-29T00:00:00.000+01:00'
              createdBy: example
              id: 1
              title: example
              subGoalId: 1
              showInCarePlan: true
              archived: true
            - updatedAt: '2014-12-29T00:00:00.000+01:00'
              createdAt: '2014-12-29T00:00:00.000+01:00'
              createdBy: example
              id: 1
              title: example
              subGoalId: 1
              showInCarePlan: true
              archived: true
          problemIds:
          - 1
          - 1
          surveyResults:
          - updatedAt: '2014-12-29T00:00:00.000+01:00'
            createdAt: '2014-12-29T00:00:00.000+01:00'
            createdBy: example
            id: 1
            surveyObjectId: 1
            clientObjectId: 1
            employeeObjectId: 1
            status: New
            version: 1
            title: example
            linkedToActiveCarePlan: true
            isAnyCarePlanUsingThisResult: true
            duplicateSurveyResultAbility:
              enabled: true
              possible: true
              message: example
            editSurveyResultAbility:
              enabled: true
              possible: true
              message: example
            statusBumpSurveyResultAbility:
              enabled: true
              possible: true
              message: example
            viewSurveyResultAbility:
              enabled: true
              possible: true
              message: example
            answers:
            - updatedAt: '2014-12-29T00:00:00.000+01:00'
              createdAt: '2014-12-29T00:00:00.000+01:00'
              createdBy: example
              id: 1
              surveyResultObjectId: 1
              questionObjectId: 1
              answerDefinitionObjectId: 1
              text: example
              important: true
              booleanAnswer: true
            - updatedAt: '2014-12-29T00:00:00.000+01:00'
              createdAt: '2014-12-29T00:00:00.000+01:00'
              createdBy: example
              id: 1
              surveyResultObjectId: 1
              questionObjectId: 1
              answerDefinitionObjectId: 1
              text: example
              important: true
              booleanAnswer: true
            groupAnswers:
            - updatedAt: '2014-12-29T00:00:00.000+01:00'
              createdAt: '2014-12-29T00:00:00.000+01:00'
              createdBy: example
              id: 1
              groupId: 1
              surveyResultId: 1
              score: 1
              importantForCareplan: true
            - updatedAt: '2014-12-29T00:00:00.000+01:00'
              createdAt: '2014-12-29T00:00:00.000+01:00'
              createdBy: example
              id: 1
              groupId: 1
              surveyResultId: 1
              score: 1
              importantForCareplan: true
            completedAt: '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
            surveyObjectId: 1
            clientObjectId: 1
            employeeObjectId: 1
            status: New
            version: 1
            title: example
            linkedToActiveCarePlan: true
            isAnyCarePlanUsingThisResult: true
            duplicateSurveyResultAbility:
              enabled: true
              possible: true
              message: example
            editSurveyResultAbility:
              enabled: true
              possible: true
              message: example
            statusBumpSurveyResultAbility:
              enabled: true
              possible: true
              message: example
            viewSurveyResultAbility:
              enabled: true
              possible: true
              message: example
            answers:
            - updatedAt: '2014-12-29T00:00:00.000+01:00'
              createdAt: '2014-12-29T00:00:00.000+01:00'
              createdBy: example
              id: 1
              surveyResultObjectId: 1
              questionObjectId: 1
              answerDefinitionObjectId: 1
              text: example
              important: true
              booleanAnswer: true
            - updatedAt: '2014-12-29T00:00:00.000+01:00'
              createdAt: '2014-12-29T00:00:00.000+01:00'
              createdBy: example
              id: 1
              surveyResultObjectId: 1
              questionObjectId: 1
              answerDefinitionObjectId: 1
              text: example
              important: true
              booleanAnswer: true
            groupAnswers:
            - updatedAt: '2014-12-29T00:00:00.000+01:00'
              createdAt: '2014-12-29T00:00:00.000+01:00'
              createdBy: example
              id: 1
              groupId: 1
              surveyResultId: 1
              score: 1
              importantForCareplan: true
            - updatedAt: '2014-12-29T00:00:00.000+01:00'
              createdAt: '2014-12-29T00:00:00.000+01:00'
              createdBy: example
              id: 1
              groupId: 1
              surveyResultId: 1
              score: 1
              importantForCareplan: true
            completedAt: '2014-12-29T00:00:00.000+01:00'
          documents:
          - id: 1233
            fileName: file.pdf
          - id: 1233
            fileName: file.pdf
          expertiseProfileIds:
          - 1
          - 1
          authorizedExpertiseProfileIds:
          - 1
          - 1
          authorizedExpertiseGroupIds:
          - 1
          - 1
          linkedExpertiseProfileIds:
          - 1
          - 1
          linkedExpertiseGroupIds:
          - 1
          - 1
        alerts:
        - id: 1
          uuid: 02a26900-64d4-11e4-b4af-0002a5d5c51b
          clientId: 4
          createdById: 1
          updatedById: 1
          createdAt: '2020-11-10T12:00:00.000+01:00'
          updatedAt: '2020-11-10T12:00:00.000+01:00'
          name: MRSA
          type: Agressie
          icon: virus
          iconUrl: http://www.example.com
          iconPngUrl: http://www.example.com
          protocol: http://www.example.com
          description: Some additional text
          beginDate: '2021-01-01'
          endDate: '2021-02-06'
          active: true
          topicId: 1
          authorizedExpertiseProfileIds:
          - 1
          - 2
          authorizedExpertiseGroupIds:
          - 3
          - 4
        medicalNotes:
        - id: 10
          clientId: 1337
          authorId: 10
          updatedByAuthorId: 10
          content: Medical note
          visibleOnWorksheet: false
          deleted: false
          updatedAt: '2024-08-04T11:11:11.000+02:00'
          createdAt: '2022-12-02T09:50:57.779+01:00'
        metadata:
          medicalPoliciesPath: /clients/1/medical/medical_policies
    dossier.MedicalNote:
      type: object
      allOf:
      - $ref: '#/components/schemas/dossier.BaseNote'
      properties:
        clientId:
          type: integer
          format: int64
      description: MedicalNote model (no description)
      example:
        id: 1
        content: Dummy
        visibleOnWorksheet: true
        deleted: true
        startDate: '2014-06-16'
        endDate: '2014-06-16'
        updatedByAuthorId: 1
        authorId: 1
        updatedAt: '2014-06-16T02:00:00.000+02:00'
        createdAt: '2014-06-16T02:00:00.000+02:00'
        createdBy: Dummy
        clientId: 1
      xml:
        name: medicalNote
    dossier.medical.involuntary_care.LegalGround:
      type: object
      properties:
        beginDate:
          type: string
          description: The begin date of the legal ground.
          format: date
        endDate:
          type: string
          description: The end date of the legal ground.
          format: date
        comments:
          type: string
          description: Extra c

# --- truncated at 32 KB (82 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/nedap/refs/heads/main/openapi/nedap-dossier-medical-medicalsummary-api-openapi.yml