Nedap Medication.Double Check Change API

The medication.DoubleCheckChange API from Nedap — 2 operation(s) for medication.doublecheckchange.

Operations 2

POST /t/medication/double_check_changes Create DoubleCheckChange #
POST /v0/medicatie_legacy/double_check_changes Create DoubleCheckChange #

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-medication-doublecheckchange-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-medication-doublecheckchange-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Nedap Medication.Double Check Change API
  version: 0.0.0
  description: 'Operations tagged medication.DoubleCheckChange 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: medication.DoubleCheckChange
paths:
  /t/medication/double_check_changes:
    post:
      tags:
      - medication.DoubleCheckChange
      summary: Create DoubleCheckChange
      operationId: medication.DoubleCheckChangeAPI.create
      requestBody:
        description: DoubleCheckChange to create
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/medication.DoubleCheckChange'
        required: true
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/medication.DoubleCheckChange'
      x-cupido-common-method: true
      x-replaced-by: /v0/medicatie_legacy/double_check_changes
      deprecated: true
      x-deprecated-since: 19-11-2025
    servers:
    - url: https://api-development.ons.io
  /v0/medicatie_legacy/double_check_changes:
    post:
      tags:
      - medication.DoubleCheckChange
      summary: Create DoubleCheckChange
      operationId: medication.DoubleCheckChangeAPI.create
      requestBody:
        description: DoubleCheckChange to create
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/medication.DoubleCheckChange'
        required: true
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/medication.DoubleCheckChange'
      x-cupido-common-method: true
      x-replacement-for:
      - /t/medication/double_check_changes
    servers:
    - url: https://api-development.ons.io
components:
  schemas:
    medication.DoubleCheckChange:
      type: object
      properties:
        id:
          type: integer
          description: Uniquely designates the DoubleCheckChange.
          format: int64
          x-cupido-id: true
        doubleCheckUuid:
          type: string
          description: Reference to the DoubleCheck which was changed.
        senderEmployeeId:
          type: integer
          description: Employee who requested the double check.
          format: int64
        checkerEmployeeId:
          type: integer
          description: Employee who performed the double check.
          format: int64
        decision:
          type: string
          description: 'Decision made by a checker about this double check. See DoubleCheck

            for valid values.'
        decisionReason:
          type: string
          description: 'Optional reason why the decision was made. This is mostly used when

            a double check was rejected because there was not enough information.'
        decisionAt:
          type: string
          description: Time at which the decision was set by the checker.
          format: date-time
      description: 'DoubleCheckChange represents a state change on a DoubleCheck. It can be

        viewed as a log of DoubleCheck changes over time.'
      example:
        id: 7653432
        doubleCheckUuid: 3373cf0b-4a06-4f3d-96fa-ea680e1f9baa
        senderEmployeeId: 23
        checkerEmployeeId: 43
        decision: rejected
        decisionReason: It not perfect system.
        decisionAt: '2019-04-16T14:46:00.000+02:00'
x-refined-from:
- nedap-ons-deprecated-openapi-original.json
- nedap-ons-openapi-original.json