wellcare-health-plans · Capability

WellCare FHIR Patient Access API — Patient

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

Run with Naftiko Wellcare Health PlansPatient

What You Can Do

GET
Getpatient — Get Patient
/v1/fhir/r4/patient/{id}

MCP Tools

get-patient

Get Patient

read-only idempotent

Capability Spec

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