Beta · Early access list open

Free FHIR Genomics conformance validator

A no-signup web tool that checks your FHIR Genomics R4 Bundles against the IG, mCODE compatibility, and UNMIRI's open-schema conventions. Useful for QA, vendor onboarding, and CI pipelines.

Beta access:the interactive validator is in private beta. Drop your email below for early access; you'll get a heads-up when the public form goes live (target: Q3 2026). Until then, the open schema repo on GitHub has example Bundles and the conformance rules you can run locally.

We'll email you when the public validator opens. No marketing list, no newsletter.

What it checks

Output

Per-issue diagnostic with severity, resource path, and human-readable description. Example:

[ERROR] Observation[0].component[1].valueCodeableConcept.coding
        Missing LOINC code on PD-L1 TPS component

[WARN]  DiagnosticReport.code.coding[0].code
        Expected LOINC 51969-4 (Genetic analysis report); got 22637-3

[INFO]  Observation[2].evidence.ampAscoCapTier
        Value 'I-A' is UNMIRI-extension; not in core FHIR Genomics IG

Each validation result gets a hash-addressed shareable link valid for 1 hour, useful for sharing a diagnostic with a teammate without persisting your synthetic Bundle.

Synthetic Bundles only — no PHI

The validator is not a HIPAA-covered surface. Pasting real patient data violates the terms of use. The server-side detector rejects common PHI patterns (SSN, MRN, DOB) before processing. If you need to validate real PHI in a HIPAA-covered workflow, that's an Engine 2 enterprise feature — talk to us.

Frequently asked questions

Can I validate real patient FHIR Bundles?
No. Synthetic Bundles only. Pasting real patient data violates the terms of use. The server detects common PHI patterns (SSN, MRN, DOB) and rejects the input.
What does the validator check?
Three layers: HL7 FHIR Genomics R4 IG conformance (always on), mCODE compatibility (optional flag for cancer-registry pipelines), and UNMIRI open-schema conventions (optional — AMP/ASCO/CAP tier values, identifier-only citations, evidence.externalLevels shape).
Is the validator free?
Yes. No signup required for the validator itself. Optional email capture after a successful validation routes you into the Engine 1 / Engine 2 design-partner pipeline.
When does the public version ship?
Target Q3 2026. Until then, the open schema repo on GitHub has example Bundles and the conformance rules you can run locally with the official HL7 FHIR validator.