Cambio Healthcare Systems * API

The * API from Cambio Healthcare Systems — 1 operation(s) for *.

Operations 3

GET /* FHIR GET #
POST /* FHIR POST #
PUT /* FHIR PUT #

Documentation

📖
Documentation
https://developer.openservices.cambio.se/api-details#api=attention-signal
📖
Documentation
https://developer.openservices.cambio.se/api-details#api=authorizer-openid-connect
📖
Documentation
https://developer.openservices.cambio.se/api-details#api=booked-appointments
📖
Documentation
https://developer.openservices.cambio.se/api-details#api=care-contacts
📖
Documentation
https://developer.openservices.cambio.se/api-details#api=care-contacts-v2
📖
Documentation
https://developer.openservices.cambio.se/api-details#api=chemistry-lab-results
📖
Documentation
https://developer.openservices.cambio.se/api-details#api=chemistry-lab-results-v2
📖
Documentation
https://developer.openservices.cambio.se/api-details#api=diagnosis
📖
Documentation
https://developer.openservices.cambio.se/api-details#api=diagnosis-v2
📖
Documentation
https://developer.openservices.cambio.se/api-details#api=fhir-r4-public-profiles
📖
Documentation
https://developer.openservices.cambio.se/api-details#api=journal-notes
📖
Documentation
https://developer.openservices.cambio.se/api-details#api=journal-notes-v2
📖
Documentation
https://developer.openservices.cambio.se/api-details#api=medication-prescriptions
📖
Documentation
https://developer.openservices.cambio.se/api-details#api=medication-prescriptions-v2
📖
Documentation
https://developer.openservices.cambio.se/api-details#api=patient-information
📖
Documentation
https://developer.openservices.cambio.se/api-details#api=patient-information-v2
📖
Documentation
https://developer.openservices.cambio.se/api-details#api=payment-notice
📖
Documentation
https://developer.openservices.cambio.se/api-details#api=referral-requests
📖
Documentation
https://developer.openservices.cambio.se/api-details#api=video-meetings

Specifications

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/cambio-healthcare-systems-default-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

cambio-healthcare-systems-default-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: FHIR R4 Public Profiles * API
  description: 'The Cambio FHIR R4 Public Profiles are available at Simplifier.

    Please look in the implementation guide for available resources: https://fhir.openservices.cambio.se/site/index.html'
  version: '1.0'
servers:
- url: https://api.openservices.cambio.se/api/open/fhir
security:
- {}
- apiKeyHeader: []
- apiKeyQuery: []
tags:
- name: '*'
paths:
  /*:
    get:
      operationId: fhir-get
      summary: FHIR GET
      description: '*RESOURCE*


        Add the FHIR resource subpath as the * param (e.g. Questionnaire/_search).

        Check the implementation guide for available resources https://fhir.openservices.cambio.se/site/index.html


        *PARAMETERS*


        Add query params as needed (e.g. code = 1.2.752.116.2.1.1|371526002,1.2.752.116.2.1.1|448826009)


        *AUTHORIZATION*


        In the OAuth2 section below, use client credentials to generate a valid token and then press Send.'
      responses:
        '200':
          description: 'null'
      tags:
      - '*'
    post:
      operationId: fhir-post
      summary: FHIR POST
      description: '*RESOURCE*


        Add the FHIR resource subpath as the * param (e.g. Questionnaire).

        Check the implementation guide for available resources https://fhir.openservices.cambio.se/site/index.html


        *PARAMETERS*


        Add query params as needed (e.g. code = 1.2.752.116.2.1.1|371526002,1.2.752.116.2.1.1|448826009)


        *AUTHORIZATION*


        In the OAuth2 section below, use client credentials to generate a valid token and then press Send.'
      responses:
        '200':
          description: 'null'
      tags:
      - '*'
    put:
      operationId: fhir-put
      summary: FHIR PUT
      description: '*RESOURCE*


        Add the FHIR resource subpath as the * param (e.g. Questionnaire).

        Check the implementation guide for available resources https://fhir.openservices.cambio.se/site/index.html


        *PARAMETERS*


        Add query params as needed (e.g. code = 1.2.752.116.2.1.1|371526002,1.2.752.116.2.1.1|448826009)


        *AUTHORIZATION*


        In the OAuth2 section below, use client credentials to generate a valid token and then press Send.'
      responses:
        '200':
          description: 'null'
      tags:
      - '*'
components:
  securitySchemes:
    apiKeyHeader:
      type: apiKey
      name: Ocp-Apim-Subscription-Key
      in: header
    apiKeyQuery:
      type: apiKey
      name: subscription-key
      in: query