VA Clinical Health API (FHIR) — AllergyIntolerance

VA Clinical Health API (FHIR) — AllergyIntolerance. 1 operations. Lead operation: Search AllergyIntolerance resources for a patient. Self-contained Naftiko capability covering one Department Of Veterans Affairs business surface.

Run with Naftiko Department Of Veterans AffairsAllergyIntolerance

What You Can Do

GET
Searchallergies — Search AllergyIntolerance resources for a patient
/v1/allergyintolerance

MCP Tools

search-allergyintolerance-resources-patient

Search AllergyIntolerance resources for a patient

read-only idempotent

Capability Spec

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