wellcare-health-plans · Capability

WellCare FHIR Patient Access API — Condition

WellCare FHIR Patient Access API — Condition. 1 operations. Lead operation: List Conditions. Self-contained Naftiko capability covering one Wellcare Health Plans business surface.

Run with Naftiko Wellcare Health PlansCondition

What You Can Do

GET
Listconditions — List Conditions
/v1/fhir/r4/condition

MCP Tools

list-conditions

List Conditions

read-only idempotent

Capability Spec

wellcare-fhir-patient-access-condition.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: WellCare FHIR Patient Access API — Condition
  description: 'WellCare FHIR Patient Access API — Condition. 1 operations. Lead operation: List Conditions. Self-contained
    Naftiko capability covering one Wellcare Health Plans business surface.'
  tags:
  - Wellcare Health Plans
  - Condition
  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-patient-access-condition
    baseUri: https://partners.centene.com
    description: WellCare FHIR Patient Access API — Condition business capability. Self-contained, no shared references.
    resources:
    - name: fhir-r4-Condition
      path: /fhir/r4/Condition
      operations:
      - name: listconditions
        method: GET
        description: List Conditions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: patient
          in: query
          type: string
          description: The FHIR Patient ID.
          required: true
    authentication:
      type: bearer
      token: '{{env.WELLCARE_HEALTH_PLANS_API_KEY}}'
  exposes:
  - type: rest
    namespace: wellcare-fhir-patient-access-condition-rest
    port: 8080
    description: REST adapter for WellCare FHIR Patient Access API — Condition. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/fhir/r4/condition
      name: fhir-r4-condition
      description: REST surface for fhir-r4-Condition.
      operations:
      - method: GET
        name: listconditions
        description: List Conditions
        call: wellcare-fhir-patient-access-condition.listconditions
        with:
          patient: rest.patient
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: wellcare-fhir-patient-access-condition-mcp
    port: 9090
    transport: http
    description: MCP adapter for WellCare FHIR Patient Access API — Condition. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: list-conditions
      description: List Conditions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: wellcare-fhir-patient-access-condition.listconditions
      with:
        patient: tools.patient
      outputParameters:
      - type: object
        mapping: $.