Skip to main content
Conform proves a FHIR implementation satisfies the Implementation Guides a program requires and leaves you the evidence. It is Pidgeon’s fifth product, focused on the CMS-0057-F readiness wedge.
The standalone Conform desktop app is in beta and not yet available to download. You can run the full conformance capability today from the CLI (pidgeon conform) and the Conformance panel in Post.

Run it today

From the CLI

Walk an endpoint in one command, with a non-zero exit code for CI.

Inside Post

Wire an endpoint in the Conformance panel and read results per rule.

One loop: install, walk, keep the evidence

1

Install the IG you're testing against

US Core 3.1.1 is the CMS-0057-F required baseline. See CMS-0057-F for the full IG map.
2

Walk the endpoint

--walk probes every resource × profile pair the endpoint’s CapabilityStatement declares; --ci makes must-support warnings fail the run.
3

Keep the evidence

You get a machine-readable evidence envelope and a self-contained HTML scorecard.

When something fails

Next