Nedap Dossier.omaha.Problem API

The dossier.omaha.Problem API from Nedap — 2 operation(s) for dossier.omaha.problem.

Operations 2

GET /t/dossier/omaha/problems Returns every Problem available from the ProblemAPI #
GET /v0/administration/omaha/problems Returns every Problem available from the ProblemAPI #

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-omaha-problem-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-omaha-problem-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Nedap Dossier.omaha.Problem API
  version: 0.0.0
  description: 'Operations tagged dossier.omaha.Problem 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.omaha.Problem
paths:
  /t/dossier/omaha/problems:
    get:
      tags:
      - dossier.omaha.Problem
      summary: Returns every Problem available from the ProblemAPI
      operationId: dossier.omaha.ProblemAPI.all
      parameters:
      - name: X-Cupido-User-Name
        in: header
        schema:
          type: string
      - name: X-Cupido-Active-Identity
        in: header
        schema:
          type: string
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/dossier.omaha.list.ProblemList'
      x-cupido-common-method: true
      x-replaced-by: /v0/administration/omaha/problems
      deprecated: true
      x-deprecated-since: 19-11-2025
    servers:
    - url: https://api-development.ons.io
  /v0/administration/omaha/problems:
    get:
      tags:
      - dossier.omaha.Problem
      summary: Returns every Problem available from the ProblemAPI
      operationId: dossier.omaha.ProblemAPI.all
      parameters:
      - name: X-Cupido-User-Name
        in: header
        schema:
          type: string
      - name: X-Cupido-Active-Identity
        in: header
        schema:
          type: string
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/dossier.omaha.list.ProblemList'
      x-cupido-common-method: true
      x-replacement-for:
      - /t/dossier/omaha/problems
    servers:
    - url: https://api-development.ons.io
components:
  schemas:
    dossier.omaha.Problem:
      type: object
      properties:
        classificationId:
          type: string
          x-cupido-id: true
        name:
          type: string
          description: (nl) Naam van dit gebied
        omahaDomain:
          allOf:
          - $ref: '#/components/schemas/dossier.omaha.Domain'
          description: (nl) Domein van dit gebied
        omahaSignsAndSymptoms:
          type: array
          items:
            $ref: '#/components/schemas/dossier.omaha.SignOrSymptom'
          description: (nl) Gerelateerde signalen en symptomen
          xml:
            wrapped: true
      description: 'Omaha definitie van ''gebied'' '
      example:
        classificationId: Dummy
        name: Dummy
        omahaDomain:
          classificationId: example
          name: example
        omahaSignsAndSymptoms:
        - classificationId: example
          name: example
          problemId: example
          textAllowed: true
        - classificationId: example
          name: example
          problemId: example
          textAllowed: true
      xml:
        name: omahaProblem
    dossier.omaha.SignOrSymptom:
      type: object
      properties:
        classificationId:
          type: string
          x-cupido-id: true
        name:
          type: string
          description: (nl) Naam van dit signaal/symptoom
        problemId:
          type: string
          description: Object id of the related problem
        textAllowed:
          type: boolean
          description: 'Indicates the presence of an extra textfield

            (nl) Geeft aan of er een extra tekstveld aanwezig is'
      description: 'Omaha definitie van ''signalen en symptomen'' '
      example:
        classificationId: Dummy
        name: Dummy
        problemId: some.classification.id
        textAllowed: true
      xml:
        name: omahaSignOrSymptom
    dossier.omaha.list.ProblemList:
      type: object
      properties:
        omahaProblems:
          type: array
          items:
            $ref: '#/components/schemas/dossier.omaha.Problem'
          xml:
            name: omahaProblem
      description: ProblemList model (no description)
      example:
        omahaProblems:
        - classificationId: classification.problem.health.physical_activity
          name: Fysieke activiteit
        - classificationId: classification.problem.health.substance_use
          name: Gebruik van verslavende middelen
      xml:
        name: omahaProblems
    dossier.omaha.Domain:
      type: object
      properties:
        classificationId:
          type: string
          x-cupido-id: true
        name:
          type: string
          description: (nl) Naam van dit domein
      description: 'Omaha Domein '
      example:
        classificationId: Dummy
        name: Dummy
      xml:
        name: omahaDomain
x-refined-from:
- nedap-ons-deprecated-openapi-original.json
- nedap-ons-openapi-original.json