Varian Medical Systems · Capability

Varian ARIA FHIR API — AllergyIntolerance

Varian ARIA FHIR API — AllergyIntolerance. 1 operations. Lead operation: Search Allergy Intolerances. Self-contained Naftiko capability covering one Varian Medical Systems business surface.

Run with Naftiko Varian Medical SystemsAllergyIntolerance

What You Can Do

GET
Searchallergyintolerances — Search Allergy Intolerances
/v1/allergyintolerance

MCP Tools

search-allergy-intolerances

Search Allergy Intolerances

read-only idempotent

Capability Spec

varian-aria-fhir-allergyintolerance.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Varian ARIA FHIR API — AllergyIntolerance
  description: 'Varian ARIA FHIR API — AllergyIntolerance. 1 operations. Lead operation: Search Allergy Intolerances. Self-contained
    Naftiko capability covering one Varian Medical Systems business surface.'
  tags:
  - Varian Medical Systems
  - AllergyIntolerance
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    VARIAN_MEDICAL_SYSTEMS_API_KEY: VARIAN_MEDICAL_SYSTEMS_API_KEY
capability:
  consumes:
  - type: http
    namespace: varian-aria-fhir-allergyintolerance
    baseUri: https://varian.dynamicfhir.com/fhir/varian/basepractice/r4
    description: Varian ARIA FHIR API — AllergyIntolerance business capability. Self-contained, no shared references.
    resources:
    - name: AllergyIntolerance
      path: /AllergyIntolerance
      operations:
      - name: searchallergyintolerances
        method: GET
        description: Search Allergy Intolerances
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: patient
          in: query
          type: string
          description: Patient reference
          required: true
        - name: _count
          in: query
          type: integer
    authentication:
      type: bearer
      token: '{{env.VARIAN_MEDICAL_SYSTEMS_API_KEY}}'
  exposes:
  - type: rest
    namespace: varian-aria-fhir-allergyintolerance-rest
    port: 8080
    description: REST adapter for Varian ARIA FHIR API — 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: searchallergyintolerances
        description: Search Allergy Intolerances
        call: varian-aria-fhir-allergyintolerance.searchallergyintolerances
        with:
          patient: rest.patient
          _count: rest._count
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: varian-aria-fhir-allergyintolerance-mcp
    port: 9090
    transport: http
    description: MCP adapter for Varian ARIA FHIR API — AllergyIntolerance. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: search-allergy-intolerances
      description: Search Allergy Intolerances
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: varian-aria-fhir-allergyintolerance.searchallergyintolerances
      with:
        patient: tools.patient
        _count: tools._count
      outputParameters:
      - type: object
        mapping: $.