Fast Healthcare Interoperability Resources (FHIR)

Fast Healthcare Interoperability Resources (FHIR). 2 operations. Lead operation: Fast Healthcare Interoperability Resources Search all resources of all types based on a set of criteria. Self-contained Naftiko capability covering one Fhir business surface.

Run with Naftiko Fhir

What You Can Do

GET
Searchall — Fast Healthcare Interoperability Resources Search all resources of all types based on a set of criteria
/v1
PUT
Transaction — Fast Healthcare Interoperability Resources Batch or Transaction
/v1

MCP Tools

fast-healthcare-interoperability-resources-search

Fast Healthcare Interoperability Resources Search all resources of all types based on a set of criteria

read-only idempotent
fast-healthcare-interoperability-resources-batch

Fast Healthcare Interoperability Resources Batch or Transaction

idempotent

Capability Spec

fhir-general.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Fast Healthcare Interoperability Resources (FHIR)
  description: 'Fast Healthcare Interoperability Resources (FHIR). 2 operations. Lead operation: Fast Healthcare Interoperability
    Resources Search all resources of all types based on a set of criteria. Self-contained Naftiko capability covering one
    Fhir business surface.'
  tags:
  - Fhir
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FHIR_API_KEY: FHIR_API_KEY
capability:
  consumes:
  - type: http
    namespace: fhir-general
    baseUri: ''
    description: Fast Healthcare Interoperability Resources (FHIR) business capability. Self-contained, no shared references.
    resources:
    - name: root
      path: /
      operations:
      - name: searchall
        method: GET
        description: Fast Healthcare Interoperability Resources Search all resources of all types based on a set of criteria
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: transaction
        method: PUT
        description: Fast Healthcare Interoperability Resources Batch or Transaction
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: fhir-general-rest
    port: 8080
    description: REST adapter for Fast Healthcare Interoperability Resources (FHIR). One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1
      name: root
      description: REST surface for root.
      operations:
      - method: GET
        name: searchall
        description: Fast Healthcare Interoperability Resources Search all resources of all types based on a set of criteria
        call: fhir-general.searchall
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: transaction
        description: Fast Healthcare Interoperability Resources Batch or Transaction
        call: fhir-general.transaction
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: fhir-general-mcp
    port: 9090
    transport: http
    description: MCP adapter for Fast Healthcare Interoperability Resources (FHIR). One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: fast-healthcare-interoperability-resources-search
      description: Fast Healthcare Interoperability Resources Search all resources of all types based on a set of criteria
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: fhir-general.searchall
      outputParameters:
      - type: object
        mapping: $.
    - name: fast-healthcare-interoperability-resources-batch
      description: Fast Healthcare Interoperability Resources Batch or Transaction
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: fhir-general.transaction
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.