Clever Care OrganizationAffiliation API

The OrganizationAffiliation API from Clever Care — 2 operation(s) for organizationaffiliation.

Operations 2

GET / Search for OrganizationAffiliation resources #
GET /{id} Read an OrganizationAffiliation resource #

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/clever-care-organizationaffiliation-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

clever-care-organizationaffiliation-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  description: HL7 FHIR API for Coverage resource. Supported profiles - [http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Coverage]
  version: 1.0.0
  title: Coverage Organization Affiliation API
servers:
- url: https://fhir.clevercarehealthplan.com/r4/Coverage/1.0.0
security:
- default: []
tags:
- name: OrganizationAffiliation
paths:
  /:
    get:
      tags:
      - OrganizationAffiliation
      summary: Search for OrganizationAffiliation resources
      operationId: searchOrganizationAffiliation
      parameters:
      - name: role
        in: query
        description: Definition of the role the `participatingOrganization` plays (Select OrganizationAffiliations with the specified role)
        required: false
        schema:
          type: string
      - name: specialty
        in: query
        description: Specific specialty of the `participatingOrganization` in the context of the role (Select OrganizationAffiliations associated with the specified specialty)
        required: false
        schema:
          type: string
      - name: location
        in: query
        description: The location(s) at which the role occurs (Select OrganizationAffiliations available at the specified location)
        required: false
        schema:
          type: string
      - name: network
        in: query
        description: 'Health insurance provider network in which the `participatingOrganization`

          provides the role''s services (if defined) at the indicated locations (if

          defined) (Select roles where the organization is a member of the specified

          health insurance provider network)

          '
        required: false
        schema:
          type: string
      - name: participating-organization
        in: query
        description: The organization that provides services to the primary organization (Select roles filled by the specified organization)
        required: false
        schema:
          type: string
      - name: primary-organization
        in: query
        description: The organization that receives the services from the `participating organization` (Select roles offered by the specified organization)
        required: false
        schema:
          type: string
      - name: endpoint
        in: query
        description: Technical endpoints providing access to services operated for this role (Select OrganizationAffiliations with the specified endpoint)
        required: false
        schema:
          type: string
      - name: service
        in: query
        description: Healthcare services provided through the role (Select OrganizationAffiliations providing the specified service)
        required: false
        schema:
          type: string
      - name: _offset
        in: query
        description: 'Pagination offset (Default: 0)'
        required: false
        schema:
          type: string
      - name: _count
        in: query
        description: 'Resource count (total) per bundle (Default: 10)'
        required: false
        schema:
          type: string
      - name: _profile
        in: query
        description: Select resources based on a given HL7 profile.
        required: false
        schema:
          type: string
      - name: _id
        in: query
        description: Select resource based on the logical `id`.
        required: false
        schema:
          type: string
      - name: _lastUpdated
        in: query
        description: 'Select resources based on the last time they were changed.


          - Only date is supported in `yyyy-mm-dd` format.

          - Prefixes supported are `eq`, `ne`, `gt`, `lt`, `ge` and `le`. Refer to their definitions at http://hl7.org/fhir/search.html#prefix.


          eg: `_lastUpdated=eq2021-01-14`

          '
        required: false
        schema:
          type: string
      responses:
        '200':
          description: Search operation is successful
        '400':
          description: Invalid parameter
        '401':
          description: Unauthorized request
        '403':
          description: Access forbidden - `ID` mismatch
        '500':
          description: Internal server error - please contact the API provider
        '503':
          description: Service unavailable - please contact the API provider
      security:
      - default: []
      x-throttling-tier: 300PerMin
      x-auth-type: None
  /{id}:
    get:
      tags:
      - OrganizationAffiliation
      summary: Read an OrganizationAffiliation resource
      operationId: readOrganizationAffiliation
      parameters:
      - name: id
        in: path
        description: Fetch a resource using its logical `id`.
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Read operation successful
        '400':
          description: Invalid parameter
        '401':
          description: Unauthorized request
        '403':
          description: Access forbidden - `ID` mismatch
        '404':
          description: Requested resource not found - invalid `ID`
        '500':
          description: Internal server error - please contact the API provider
        '503':
          description: Service unavailable - please contact the API provider
      security:
      - default: []
      x-throttling-tier: 500PerMin
      x-auth-type: None
components:
  securitySchemes:
    default:
      type: oauth2
      flows:
        implicit:
          scopes: {}
          authorizationUrl: https://fhir.clevercarehealthplan.com/authorize
x-wso2-oh-fhir-profile:
- http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Coverage
x-wso2-oh-fhir-resourceType: Coverage