--endpoint | string | — | FHIR base URL (e.g. https://payer.example.com/fhir). Mutually exclusive with --endpoint-set |
--endpoint-set | string | — | Name of an installed conform-endpoint set (pidgeon recipe list) to walk every endpoint in |
--resource | string | — | Resource path ResourceType/id (e.g. Patient/example). Required unless --walk |
--profile | string | — | IG profile short name (e.g. us-core-patient) or canonical URL. Required unless --walk |
--auth | string | — | Authorization header value (Bearer eyJ…). Leave unset for unauthenticated endpoints |
--walk | flag | off | Probe every resource × profile pair declared in the endpoint’s CapabilityStatement |
--ci | flag | off | CI mode: must-support warnings flip the exit to non-zero; a walk validating zero resources exits 2 |
--require-full-coverage | flag | off | Exit 2 unless every declared resource type was actually probed (walk only) |
--probe-operations | flag | off | Also POST a synthetic PAS request Bundle to Claim/$submit and grade the response |
--check-terminology | flag | off | Validate coded fields against a live FHIR terminology service; an unresolved code flips the exit to 1 |
--only-resources | string | — | Comma-separated resource types to walk (e.g. Patient,Encounter). Walk only |
--ig | string | — | Filter walk probes to profiles from this IG base URL. Walk only |
--output-file | string | stdout | Write the report to a file (pair with --output html) |
--badge | string | — | Write a shields.io-style pass/fail SVG status badge to this path |