Cigna · Capability

Cigna Provider Access API — Patient

Cigna Provider Access API — Patient. 2 operations. Lead operation: Retrieve a complete clinical record for an attributed member. Self-contained Naftiko capability covering one Cigna business surface.

Run with Naftiko CignaPatient

What You Can Do

GET
Getpatienteverything — Retrieve a complete clinical record for an attributed member
/v1/patient/{patientid}/everything
GET
Getcapabilitystatement — Retrieve the FHIR capability statement
/v1/metadata

MCP Tools

retrieve-complete-clinical-record-attributed

Retrieve a complete clinical record for an attributed member

read-only idempotent
retrieve-fhir-capability-statement

Retrieve the FHIR capability statement

read-only idempotent

Capability Spec

provider-access-patient.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Cigna Provider Access API — Patient
  description: 'Cigna Provider Access API — Patient. 2 operations. Lead operation: Retrieve a complete clinical record for
    an attributed member. Self-contained Naftiko capability covering one Cigna business surface.'
  tags:
  - Cigna
  - Patient
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    CIGNA_API_KEY: CIGNA_API_KEY
capability:
  consumes:
  - type: http
    namespace: provider-access-patient
    baseUri: https://fhir.cigna.com/ProviderAccess/v1
    description: Cigna Provider Access API — Patient business capability. Self-contained, no shared references.
    resources:
    - name: Patient-patientId-$everything
      path: /Patient/{patientId}/$everything
      operations:
      - name: getpatienteverything
        method: GET
        description: Retrieve a complete clinical record for an attributed member
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: patientId
          in: path
          type: string
          required: true
    - name: metadata
      path: /metadata
      operations:
      - name: getcapabilitystatement
        method: GET
        description: Retrieve the FHIR capability statement
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.CIGNA_API_KEY}}'
  exposes:
  - type: rest
    namespace: provider-access-patient-rest
    port: 8080
    description: REST adapter for Cigna Provider Access API — Patient. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/patient/{patientid}/everything
      name: patient-patientid-everything
      description: REST surface for Patient-patientId-$everything.
      operations:
      - method: GET
        name: getpatienteverything
        description: Retrieve a complete clinical record for an attributed member
        call: provider-access-patient.getpatienteverything
        with:
          patientId: rest.patientId
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/metadata
      name: metadata
      description: REST surface for metadata.
      operations:
      - method: GET
        name: getcapabilitystatement
        description: Retrieve the FHIR capability statement
        call: provider-access-patient.getcapabilitystatement
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: provider-access-patient-mcp
    port: 9090
    transport: http
    description: MCP adapter for Cigna Provider Access API — Patient. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: retrieve-complete-clinical-record-attributed
      description: Retrieve a complete clinical record for an attributed member
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: provider-access-patient.getpatienteverything
      with:
        patientId: tools.patientId
      outputParameters:
      - type: object
        mapping: $.
    - name: retrieve-fhir-capability-statement
      description: Retrieve the FHIR capability statement
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: provider-access-patient.getcapabilitystatement
      outputParameters:
      - type: object
        mapping: $.