Skip to content
Healthcare

One platform for the formats healthcare uses

DeltaForge parses FHIR resources, HL7 v2 messages, and X12 EDI documents into Delta tables. Query them all with SQL. No Spark cluster. Your data stays inside your network.

FHIR R4 and R5 resources parsed into Delta tables
HL7 v2 messages (ADT, ORU, ORM and more) parsed into Delta tables
X12 EDI claims, remittances, and eligibility parsed into Delta tables
FHIR JSON/XML Patient, Observation, Claim... HL7 v2 Messages MSH|ADT^A01|PID|PV1|OBX... X12 EDI ISA*00*...*ST*837*0001~ DeltaForge healthcare parsers FHIR / HL7 / X12 store Δ Delta tables Correlate across formats with SQL SELECT p.id, p.family_name, o.value AS lab_result, c.amount AS claim_amount FROM fhir_patients p JOIN hl7_observations o ON p.id = o.patient_id JOIN edi_claims c ON p.id = c.patient_id;

FHIR resources

Common FHIR R4 and R5 resources parsed directly into Delta tables from JSON, XML, NDJSON, or RDF/Turtle. Clinical, medication, financial, and document resource types are covered.

See full FHIR details

HL7 v2 messages

Pipe-delimited HL7 v2 messages parsed segment by segment into Delta tables. ADT admission events, ORU lab results, and ORM orders each land in typed columns and are joinable with SQL.

X12 EDI

Healthcare and supply-chain X12 documents parsed into Delta tables. Covers 837 claims, 835 remittances, 270/271 eligibility, 834 enrollment, 850 purchase orders, and more. EDIFACT and TRADACOMS also supported.

See full EDI details

All your healthcare formats in one lakehouse

FHIR, HL7, and EDI parsed into Delta tables on your own infrastructure. Query across all three with SQL.