Orion Health · Capability

Orion Health FHIR API — Metadata

Orion Health FHIR API — Metadata. 1 operations. Lead operation: Orion Health Get server capability statement. Self-contained Naftiko capability covering one Orion business surface.

Run with Naftiko OrionMetadata

What You Can Do

GET
Getcapabilitystatement — Orion Health Get server capability statement
/v1/metadata

MCP Tools

orion-health-get-server-capability

Orion Health Get server capability statement

read-only idempotent

Capability Spec

fhir-metadata.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Orion Health FHIR API — Metadata
  description: 'Orion Health FHIR API — Metadata. 1 operations. Lead operation: Orion Health Get server capability statement.
    Self-contained Naftiko capability covering one Orion business surface.'
  tags:
  - Orion
  - Metadata
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ORION_API_KEY: ORION_API_KEY
capability:
  consumes:
  - type: http
    namespace: fhir-metadata
    baseUri: https://api.orionhealth.com/fhir
    description: Orion Health FHIR API — Metadata business capability. Self-contained, no shared references.
    resources:
    - name: metadata
      path: /metadata
      operations:
      - name: getcapabilitystatement
        method: GET
        description: Orion Health Get server capability statement
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.ORION_API_KEY}}'
  exposes:
  - type: rest
    namespace: fhir-metadata-rest
    port: 8080
    description: REST adapter for Orion Health FHIR API — 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: getcapabilitystatement
        description: Orion Health Get server capability statement
        call: fhir-metadata.getcapabilitystatement
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: fhir-metadata-mcp
    port: 9090
    transport: http
    description: MCP adapter for Orion Health FHIR API — Metadata. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: orion-health-get-server-capability
      description: Orion Health Get server capability statement
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: fhir-metadata.getcapabilitystatement
      outputParameters:
      - type: object
        mapping: $.