Oracle Health (Cerner) · Arazzo Workflow

Cerner Oracle Health Conformance Discovery

Version 1.0.0

Read the server metadata and CapabilityStatement, then enumerate supported operations and structure definitions.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub Bulk FHIRCapabilityStatementCareAwareCerner MillenniumClinical DataCode ConsoleEHRElectronic Health RecordsFHIRFortune 1000HL7HL7v2HealthcareInteroperabilityMillennium PlatformMulti-TenantAuthenticationOracleOracle HealthPatient AccessProvider DirectorySMART Backend ServicesSMART on FHIRUS CoreArazzoWorkflows

Provider

cerner

Workflows

conformance-discovery
Discover server capabilities, operations, and structure definitions.
Reads server metadata and the CapabilityStatement, then lists OperationDefinitions and StructureDefinitions.
4 steps inputs: _placeholder outputs: capabilities, operations, structures
1
readMetadata
Fetch the FHIR server metadata endpoint.
2
readCapabilityStatement
Read the CapabilityStatement resource describing supported interactions.
3
listOperations
Enumerate the OperationDefinitions the server supports.
4
listStructures
Enumerate the StructureDefinitions (profiles) the server supports.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Cerner Oracle Health Conformance Discovery
  summary: Read the server metadata and CapabilityStatement, then enumerate supported operations and structure definitions.
  description: >-
    A SMART App Launch conformance-discovery flow against the Cerner / Oracle
    Health FHIR R4 API. Before integrating, a client reads the server metadata and
    CapabilityStatement to learn supported resources and SMART endpoints, then
    enumerates the OperationDefinitions and StructureDefinitions the server
    advertises. Every step inlines its request so the flow is self-contained.
  version: 1.0.0
sourceDescriptions:
- name: capabilityApi
  url: ../openapi/cerner-capability-api-openapi.yml
  type: openapi
- name: definitionsApi
  url: ../openapi/cerner-definitions-api-openapi.yml
  type: openapi
workflows:
- workflowId: conformance-discovery
  summary: Discover server capabilities, operations, and structure definitions.
  description: >-
    Reads server metadata and the CapabilityStatement, then lists
    OperationDefinitions and StructureDefinitions.
  inputs:
    type: object
    properties:
      _placeholder:
        type: string
        description: No inputs are required; conformance discovery reads server-published metadata.
  steps:
  - stepId: readMetadata
    description: Fetch the FHIR server metadata endpoint.
    operationId: getCapabilityStatement
    successCriteria:
    - condition: $statusCode == 200
  - stepId: readCapabilityStatement
    description: Read the CapabilityStatement resource describing supported interactions.
    operationId: readCapabilityStatement
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      capabilities: $response.body
  - stepId: listOperations
    description: Enumerate the OperationDefinitions the server supports.
    operationId: searchOperationDefinition
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      operations: $response.body
  - stepId: listStructures
    description: Enumerate the StructureDefinitions (profiles) the server supports.
    operationId: searchStructureDefinition
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      structures: $response.body
  outputs:
    capabilities: $steps.readCapabilityStatement.outputs.capabilities
    operations: $steps.listOperations.outputs.operations
    structures: $steps.listStructures.outputs.structures

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/cerner-conformance-discovery-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.