VA Clinical Health API (FHIR) — Patient

VA Clinical Health API (FHIR) — Patient. 1 operations. Lead operation: Read a FHIR Patient resource. Self-contained Naftiko capability covering one Department Of Veterans Affairs business surface.

Run with Naftiko Department Of Veterans AffairsPatient

What You Can Do

GET
Readpatient — Read a FHIR Patient resource
/v1/patient/{id}

MCP Tools

read-fhir-patient-resource

Read a FHIR Patient resource

read-only idempotent

Capability Spec

va-clinical-health-fhir-patient.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: VA Clinical Health API (FHIR) — Patient
  description: 'VA Clinical Health API (FHIR) — Patient. 1 operations. Lead operation: Read a FHIR Patient resource. Self-contained
    Naftiko capability covering one Department Of Veterans Affairs business surface.'
  tags:
  - Department Of Veterans Affairs
  - Patient
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DEPARTMENT_OF_VETERANS_AFFAIRS_API_KEY: DEPARTMENT_OF_VETERANS_AFFAIRS_API_KEY
capability:
  consumes:
  - type: http
    namespace: va-clinical-health-fhir-patient
    baseUri: https://sandbox-api.va.gov/services/fhir/v0/r4
    description: VA Clinical Health API (FHIR) — Patient business capability. Self-contained, no shared references.
    resources:
    - name: Patient-id
      path: /Patient/{id}
      operations:
      - name: readpatient
        method: GET
        description: Read a FHIR Patient resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.DEPARTMENT_OF_VETERANS_AFFAIRS_API_KEY}}'
  exposes:
  - type: rest
    namespace: va-clinical-health-fhir-patient-rest
    port: 8080
    description: REST adapter for VA Clinical Health API (FHIR) — Patient. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/patient/{id}
      name: patient-id
      description: REST surface for Patient-id.
      operations:
      - method: GET
        name: readpatient
        description: Read a FHIR Patient resource
        call: va-clinical-health-fhir-patient.readpatient
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: va-clinical-health-fhir-patient-mcp
    port: 9090
    transport: http
    description: MCP adapter for VA Clinical Health API (FHIR) — Patient. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: read-fhir-patient-resource
      description: Read a FHIR Patient resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: va-clinical-health-fhir-patient.readpatient
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.