Community Health Systems · Capability

Community Health Systems Patient Access API — Practitioner

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

Run with Naftiko Community Health SystemsPractitioner

What You Can Do

GET
Searchpractitioners — Search practitioners
/v1/practitioner

MCP Tools

search-practitioners

Search practitioners

read-only idempotent

Capability Spec

chs-patient-access-practitioner.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Community Health Systems Patient Access API — Practitioner
  description: 'Community Health Systems Patient Access API — Practitioner. 1 operations. Lead operation: Search practitioners.
    Self-contained Naftiko capability covering one Community Health Systems business surface.'
  tags:
  - Community Health Systems
  - Practitioner
  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-practitioner
    baseUri: https://api.chs.net/fhir/r4
    description: Community Health Systems Patient Access API — Practitioner business capability. Self-contained, no shared
      references.
    resources:
    - name: Practitioner
      path: /Practitioner
      operations:
      - name: searchpractitioners
        method: GET
        description: Search practitioners
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: query
          type: string
        - name: specialty
          in: query
          type: string
    authentication:
      type: bearer
      token: '{{env.COMMUNITY_HEALTH_SYSTEMS_API_KEY}}'
  exposes:
  - type: rest
    namespace: chs-patient-access-practitioner-rest
    port: 8080
    description: REST adapter for Community Health Systems Patient Access API — Practitioner. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/practitioner
      name: practitioner
      description: REST surface for Practitioner.
      operations:
      - method: GET
        name: searchpractitioners
        description: Search practitioners
        call: chs-patient-access-practitioner.searchpractitioners
        with:
          name: rest.name
          specialty: rest.specialty
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: chs-patient-access-practitioner-mcp
    port: 9090
    transport: http
    description: MCP adapter for Community Health Systems Patient Access 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: chs-patient-access-practitioner.searchpractitioners
      with:
        name: tools.name
        specialty: tools.specialty
      outputParameters:
      - type: object
        mapping: $.