Fast Healthcare Interoperability Resources (FHIR) — Metadata

Fast Healthcare Interoperability Resources (FHIR) — Metadata. 1 operations. Lead operation: Fast Healthcare Interoperability Resources Return the server's capability statement. Self-contained Naftiko capability covering one Fhir business surface.

Run with Naftiko FhirMetadata

What You Can Do

GET
Metadata — Fast Healthcare Interoperability Resources Return the server's capability statement
/v1/metadata

MCP Tools

fast-healthcare-interoperability-resources-return

Fast Healthcare Interoperability Resources Return the server's capability statement

read-only idempotent

Capability Spec

fhir-metadata.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Fast Healthcare Interoperability Resources (FHIR) — Metadata
  description: 'Fast Healthcare Interoperability Resources (FHIR) — Metadata. 1 operations. Lead operation: Fast Healthcare
    Interoperability Resources Return the server''s capability statement. Self-contained Naftiko capability covering one Fhir
    business surface.'
  tags:
  - Fhir
  - Metadata
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FHIR_API_KEY: FHIR_API_KEY
capability:
  consumes:
  - type: http
    namespace: fhir-metadata
    baseUri: ''
    description: Fast Healthcare Interoperability Resources (FHIR) — Metadata business capability. Self-contained, no shared
      references.
    resources:
    - name: metadata
      path: /metadata
      operations:
      - name: metadata
        method: GET
        description: Fast Healthcare Interoperability Resources Return the server's capability statement
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: fhir-metadata-rest
    port: 8080
    description: REST adapter for Fast Healthcare Interoperability Resources (FHIR) — Metadata. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/metadata
      name: metadata
      description: REST surface for metadata.
      operations:
      - method: GET
        name: metadata
        description: Fast Healthcare Interoperability Resources Return the server's capability statement
        call: fhir-metadata.metadata
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: fhir-metadata-mcp
    port: 9090
    transport: http
    description: MCP adapter for Fast Healthcare Interoperability Resources (FHIR) — Metadata. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: fast-healthcare-interoperability-resources-return
      description: Fast Healthcare Interoperability Resources Return the server's capability statement
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: fhir-metadata.metadata
      outputParameters:
      - type: object
        mapping: $.