Nedap Care Provider Address API

The CareProviderAddress API from Nedap — 4 operation(s) for careprovideraddress.

Operations 4

POST /t/care_provider_addresses Create CareProviderAddress #
GET /t/care_provider_addresses/{id} Return the address of a Careprovider corresponding to the given id #
POST /v0/administration/care_provider_addresses Create CareProviderAddress #
GET /v0/administration/care_provider_addresses/{id} Return the address of a Careprovider corresponding to the given id #

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-careprovideraddress-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-careprovideraddress-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Nedap Care Provider Address API
  version: 0.0.0
  description: 'Operations tagged CareProviderAddress 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: CareProviderAddress
paths:
  /t/care_provider_addresses:
    post:
      tags:
      - CareProviderAddress
      summary: Create CareProviderAddress
      operationId: CareProviderAddressAPI.create
      requestBody:
        description: CareProviderAddress to create
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/CareProviderAddress'
        required: true
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CareProviderAddress'
        '400':
          description: CareProviderAddress must have a careprovider, or other validation errors
        '404':
          description: Address or CareProviderAddress not found
      x-cupido-common-method: true
      x-replaced-by: /v0/administration/care_provider_addresses
      deprecated: true
      x-deprecated-since: 19-11-2025
    servers:
    - url: https://api-development.ons.io
  /t/care_provider_addresses/{id}:
    get:
      tags:
      - CareProviderAddress
      summary: Return the address of a Careprovider corresponding to the given id
      operationId: CareProviderAddressAPI.byId
      parameters:
      - name: id
        in: path
        description: used for selecting CareProviderAddress
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CareProviderAddress'
        '404':
          description: Address or CareProviderAddress not found
      x-cupido-common-method: true
      x-replaced-by: /v0/administration/care_provider_addresses/{id}
      deprecated: true
      x-deprecated-since: 19-11-2025
    servers:
    - url: https://api-development.ons.io
  /v0/administration/care_provider_addresses:
    post:
      tags:
      - CareProviderAddress
      summary: Create CareProviderAddress
      operationId: CareProviderAddressAPI.create
      requestBody:
        description: CareProviderAddress to create
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/CareProviderAddress'
        required: true
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CareProviderAddress'
        '400':
          description: CareProviderAddress must have a careprovider, or other validation errors
        '404':
          description: Address or CareProviderAddress not found
      x-cupido-common-method: true
      x-replacement-for:
      - /t/care_provider_addresses
    servers:
    - url: https://api-development.ons.io
  /v0/administration/care_provider_addresses/{id}:
    get:
      tags:
      - CareProviderAddress
      summary: Return the address of a Careprovider corresponding to the given id
      operationId: CareProviderAddressAPI.byId
      parameters:
      - name: id
        in: path
        description: used for selecting CareProviderAddress
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CareProviderAddress'
        '404':
          description: Address or CareProviderAddress not found
      x-cupido-common-method: true
      x-replacement-for:
      - /t/care_provider_addresses/{id}
    servers:
    - url: https://api-development.ons.io
components:
  schemas:
    Address:
      type: object
      properties:
        id:
          type: integer
          format: int64
          x-cupido-id: true
        beginDate:
          type: string
          format: date
        endDate:
          type: string
          format: date
        homeNumber:
          type: integer
          format: int32
        homeNumberExtension:
          type: string
        poBoxNumber:
          type: string
        street:
          type: string
        city:
          type: string
        zipcode:
          type: string
        municipality:
          type: string
        country:
          type: string
        telephoneNumber:
          type: string
        telephoneCountryCode:
          type: string
        telephoneNumber2:
          type: string
        telephoneCountryCode2:
          type: string
        faxNumber:
          type: string
        email:
          type: string
        type:
          type: string
          description: '0: Unknown

            1: Living

            2: Postal

            3: Residence

            4: Temporary

            50: Sleuteladres

            98: Other

            100: Factuuradres'
        typeString:
          type: string
        residentType:
          type: string
          description: '0: Unknown

            1: One-family house

            2: Upstairs apartment

            3: Ground floor apartment

            4: Apartment or flat

            5: Apartment or flat, with elevator between floors

            6: Houseboat

            7: Trailer

            8: WLZ organisation (with stay facilities)

            9: Homeless

            11: Assisted living

            12: WLZ organisation

            13: ZVW organisation

            14: WMO organisation

            21: asylum seekers center

            31: Correctional Institution

            99: Other'
        personType:
          type: string
          description: '1: Client

            2: Employee

            3: Relation

            4: Careprovider

            5: Unit'
        personTypeString:
          type: string
        roomNumber:
          type: string
        locationDescription:
          type: string
        updatedAt:
          type: string
          format: date-time
        createdAt:
          type: string
          format: date-time
        latitude:
          type: number
          format: double
        longitude:
          type: number
          format: double
        situationDescription:
          type: string
          description: Toelichting woonsituatie
        residenceAccessInfo:
          type: string
          description: Informatie over toegang tot de woning
      description: Address model.
      example:
        id: 1
        beginDate: '2010-02-16'
        endDate: '2010-02-17'
        homeNumber: 4
        homeNumberExtension: b
        poBoxNumber: 123a
        street: Parallelweg
        city: Groenlo
        zipcode: 7513KC
        municipality: Enschede
        country: Netherlands
        telephoneNumber: 053-1234567
        telephoneCountryCode: '+31'
        telephoneNumber2: 053-1234567
        telephoneCountryCode2: '+31'
        faxNumber: 053-1234567
        email: mike.wazowski@nedap.com
        type: '3'
        typeString: residence address
        residentType: '?'
        personType: '1'
        personTypeString: client
        roomNumber: '1'
        locationDescription: Afdeling noord
        updatedAt: '2016-01-01T12:00:00.000+01:00'
        createdAt: '2016-01-01T12:00:00.000+01:00'
        latitude: 52.1
        longitude: 6.9
        situationDescription: Woont bij ex
        residenceAccessInfo: Sleutel ligt onder de blauwe bloempot
    CareProviderAddress:
      type: object
      allOf:
      - $ref: '#/components/schemas/Address'
      properties:
        careProviderId:
          type: integer
          format: int64
      description: CareProviderAddress model (no description)
      example:
        id: 1
        beginDate: '2010-02-16'
        endDate: '2010-02-17'
        homeNumber: 4
        homeNumberExtension: a
        poBoxNumber: 123a
        street: Parallelweg
        city: Enschede
        zipcode: 7513KC
        municipality: Enschede
        country: Netherlands
        telephoneNumber: 053-1234567
        telephoneCountryCode: '+31'
        telephoneNumber2: 053-1234567
        telephoneCountryCode2: '+31'
        faxNumber: 053-1234567
        email: mike.wazowski@nedap.com
        type: residence address
        typeString: local
        residentType: '0'
        personType: '1'
        personTypeString: client
        roomNumber: '1'
        locationDescription: Afdeling noord
        updatedAt: '2016-01-01T12:00:00.000+01:00'
        createdAt: '2016-01-01T12:00:00.000+01:00'
        latitude: 52.1
        longitude: 6.9
        careProviderId: 2
        situationDescription: Test
        residenceAccessInfo: Test
      xml:
        name: careProviderAddress
x-refined-from:
- nedap-ons-deprecated-openapi-original.json
- nedap-ons-openapi-original.json