wellcare-health-plans · Capability

WellCare FHIR Provider Directory API — Practitioner

WellCare FHIR Provider Directory API — Practitioner. 2 operations. Lead operation: Search Practitioners. Self-contained Naftiko capability covering one Wellcare Health Plans business surface.

Run with Naftiko Wellcare Health PlansPractitioner

What You Can Do

GET
Searchpractitioners — Search Practitioners
/v1/fhir/r4/practitioner
GET
Getpractitioner — Get Practitioner
/v1/fhir/r4/practitioner/{id}

MCP Tools

search-practitioners

Search Practitioners

read-only idempotent
get-practitioner

Get Practitioner

read-only idempotent

Capability Spec

wellcare-fhir-provider-directory-practitioner.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: WellCare FHIR Provider Directory API — Practitioner
  description: 'WellCare FHIR Provider Directory API — Practitioner. 2 operations. Lead operation: Search Practitioners. Self-contained
    Naftiko capability covering one Wellcare Health Plans business surface.'
  tags:
  - Wellcare Health Plans
  - Practitioner
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WELLCARE_HEALTH_PLANS_API_KEY: WELLCARE_HEALTH_PLANS_API_KEY
capability:
  consumes:
  - type: http
    namespace: wellcare-fhir-provider-directory-practitioner
    baseUri: https://partners.centene.com
    description: WellCare FHIR Provider Directory API — Practitioner business capability. Self-contained, no shared references.
    resources:
    - name: fhir-r4-Practitioner
      path: /fhir/r4/Practitioner
      operations:
      - name: searchpractitioners
        method: GET
        description: Search Practitioners
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: query
          type: string
          description: Practitioner name (partial match supported).
        - name: identifier
          in: query
          type: string
          description: NPI or other practitioner identifier.
        - name: specialty
          in: query
          type: string
          description: NUCC taxonomy code or specialty name.
        - name: _count
          in: query
          type: integer
          description: Number of results per page.
    - name: fhir-r4-Practitioner-id
      path: /fhir/r4/Practitioner/{id}
      operations:
      - name: getpractitioner
        method: GET
        description: Get Practitioner
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: The FHIR Practitioner resource ID.
          required: true
    authentication:
      type: bearer
      token: '{{env.WELLCARE_HEALTH_PLANS_API_KEY}}'
  exposes:
  - type: rest
    namespace: wellcare-fhir-provider-directory-practitioner-rest
    port: 8080
    description: REST adapter for WellCare FHIR Provider Directory API — Practitioner. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/fhir/r4/practitioner
      name: fhir-r4-practitioner
      description: REST surface for fhir-r4-Practitioner.
      operations:
      - method: GET
        name: searchpractitioners
        description: Search Practitioners
        call: wellcare-fhir-provider-directory-practitioner.searchpractitioners
        with:
          name: rest.name
          identifier: rest.identifier
          specialty: rest.specialty
          _count: rest._count
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/fhir/r4/practitioner/{id}
      name: fhir-r4-practitioner-id
      description: REST surface for fhir-r4-Practitioner-id.
      operations:
      - method: GET
        name: getpractitioner
        description: Get Practitioner
        call: wellcare-fhir-provider-directory-practitioner.getpractitioner
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: wellcare-fhir-provider-directory-practitioner-mcp
    port: 9090
    transport: http
    description: MCP adapter for WellCare FHIR Provider Directory API — Practitioner. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: search-practitioners
      description: Search Practitioners
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: wellcare-fhir-provider-directory-practitioner.searchpractitioners
      with:
        name: tools.name
        identifier: tools.identifier
        specialty: tools.specialty
        _count: tools._count
      outputParameters:
      - type: object
        mapping: $.
    - name: get-practitioner
      description: Get Practitioner
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: wellcare-fhir-provider-directory-practitioner.getpractitioner
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.