Cerner (Oracle Health) · Capability

Oracle Health Millennium Platform FHIR R4 API — Capability

Oracle Health Millennium Platform FHIR R4 API — Capability. 2 operations. Lead operation: Read CapabilityStatement. Self-contained Naftiko capability covering one Cerner business surface.

Run with Naftiko CernerCapability

What You Can Do

GET
Readcapabilitystatement — Read CapabilityStatement
/v1/capabilitystatement
GET
Getcapabilitystatement — Get Capability Statement
/v1/metadata

MCP Tools

read-capabilitystatement

Read CapabilityStatement

read-only idempotent
get-capability-statement

Get Capability Statement

read-only idempotent

Capability Spec

oracle-health-fhir-r4-capability.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Oracle Health Millennium Platform FHIR R4 API — Capability
  description: 'Oracle Health Millennium Platform FHIR R4 API — Capability. 2 operations. Lead operation: Read CapabilityStatement.
    Self-contained Naftiko capability covering one Cerner business surface.'
  tags:
  - Cerner
  - Capability
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    CERNER_API_KEY: CERNER_API_KEY
capability:
  consumes:
  - type: http
    namespace: oracle-health-fhir-r4-capability
    baseUri: https://fhir-ehr.cerner.com/r4
    description: Oracle Health Millennium Platform FHIR R4 API — Capability business capability. Self-contained, no shared
      references.
    resources:
    - name: CapabilityStatement
      path: /CapabilityStatement
      operations:
      - name: readcapabilitystatement
        method: GET
        description: Read CapabilityStatement
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: metadata
      path: /metadata
      operations:
      - name: getcapabilitystatement
        method: GET
        description: Get Capability Statement
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.CERNER_API_KEY}}'
  exposes:
  - type: rest
    namespace: oracle-health-fhir-r4-capability-rest
    port: 8080
    description: REST adapter for Oracle Health Millennium Platform FHIR R4 API — Capability. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/capabilitystatement
      name: capabilitystatement
      description: REST surface for CapabilityStatement.
      operations:
      - method: GET
        name: readcapabilitystatement
        description: Read CapabilityStatement
        call: oracle-health-fhir-r4-capability.readcapabilitystatement
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/metadata
      name: metadata
      description: REST surface for metadata.
      operations:
      - method: GET
        name: getcapabilitystatement
        description: Get Capability Statement
        call: oracle-health-fhir-r4-capability.getcapabilitystatement
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: oracle-health-fhir-r4-capability-mcp
    port: 9090
    transport: http
    description: MCP adapter for Oracle Health Millennium Platform FHIR R4 API — Capability. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: read-capabilitystatement
      description: Read CapabilityStatement
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: oracle-health-fhir-r4-capability.readcapabilitystatement
      outputParameters:
      - type: object
        mapping: $.
    - name: get-capability-statement
      description: Get Capability Statement
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: oracle-health-fhir-r4-capability.getcapabilitystatement
      outputParameters:
      - type: object
        mapping: $.