Skip to main content
Conform is the FHIR conformance module of Post. pidgeon conform probes a live FHIR endpoint against a published Implementation Guide (US Core, Da Vinci PAS 2.1) and returns pass/fail with a non-zero CI exit code plus a self-contained HTML scorecard. It’s the CI gate for CMS-0057-F.

Options

Examples

Exit codes

Conform extends the CLI’s 0/1 convention with a coverage code so a CI gate can tell “failed” from “tested nothing” apart: A minimal CI gate:

Learn more