Community Health Systems · Capability

Community Health Systems Patient Access API — Claims

Community Health Systems Patient Access API — Claims. 1 operations. Lead operation: Search claims. Self-contained Naftiko capability covering one Community Health Systems business surface.

Run with Naftiko Community Health SystemsClaims

What You Can Do

GET
Searchclaims — Search claims
/v1/explanationofbenefit

MCP Tools

search-claims

Search claims

read-only idempotent

Capability Spec

chs-patient-access-claims.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Community Health Systems Patient Access API — Claims
  description: 'Community Health Systems Patient Access API — Claims. 1 operations. Lead operation: Search claims. Self-contained
    Naftiko capability covering one Community Health Systems business surface.'
  tags:
  - Community Health Systems
  - Claims
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    COMMUNITY_HEALTH_SYSTEMS_API_KEY: COMMUNITY_HEALTH_SYSTEMS_API_KEY
capability:
  consumes:
  - type: http
    namespace: chs-patient-access-claims
    baseUri: https://api.chs.net/fhir/r4
    description: Community Health Systems Patient Access API — Claims business capability. Self-contained, no shared references.
    resources:
    - name: ExplanationOfBenefit
      path: /ExplanationOfBenefit
      operations:
      - name: searchclaims
        method: GET
        description: Search claims
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: patient
          in: query
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.COMMUNITY_HEALTH_SYSTEMS_API_KEY}}'
  exposes:
  - type: rest
    namespace: chs-patient-access-claims-rest
    port: 8080
    description: REST adapter for Community Health Systems Patient Access API — Claims. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/explanationofbenefit
      name: explanationofbenefit
      description: REST surface for ExplanationOfBenefit.
      operations:
      - method: GET
        name: searchclaims
        description: Search claims
        call: chs-patient-access-claims.searchclaims
        with:
          patient: rest.patient
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: chs-patient-access-claims-mcp
    port: 9090
    transport: http
    description: MCP adapter for Community Health Systems Patient Access API — Claims. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: search-claims
      description: Search claims
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: chs-patient-access-claims.searchclaims
      with:
        patient: tools.patient
      outputParameters:
      - type: object
        mapping: $.