Understanding FHIR Validator Cardinality and Slicing Errors
Decode FHIR validator cardinality and slicing errors — what minimum cardinality not met means, why slices fail, and how to fix each one fast.
Read more →All articles about fhir: 14 practical guides and tutorials from our free, privacy-first online tools.
Decode FHIR validator cardinality and slicing errors — what minimum cardinality not met means, why slices fail, and how to fix each one fast.
Read more →
A FHIR Bundle packages resources into one JSON document. Learn the nine Bundle types, entry, fullUrl and request structure, and when each is used.
Read more →
Open a .ndjson FHIR bulk export without fighting your editor: what NDJSON is, why one broken line ruins parsing, and how to read per-resource-type files.
Read more →
Relative, absolute, urn:uuid and contained FHIR references — how each resolves, how transaction bundles rewrite them, and why unresolved ones break pipelines.
Read more →
A practical checklist for inspecting a FHIR Bundle someone sent you: what to check first, how to follow references, and how to spot unresolved ones.
Read more →
Troubleshoot FHIR transaction bundles: urn:uuid fullUrl addressing, entry.request semantics, unresolved references, and why entry order rarely matters.
Read more →
How FHIR Bulk Data works: the $export kick-off, async polling, the output manifest, and why exports return NDJSON files instead of one giant Bundle.
Read more →
Turn nested FHIR JSON into flat rows: leaf paths, collapsing array indices, one row per resource vs one value per cell, and picking the right columns.
Read more →
Turn a FHIR Bundle into a clean CSV: why flattening is hard, join vs expand for repeats, picking columns, and opening the file in Excel safely.
Read more →
A practical intro to FHIR for healthcare IT: what resources are, how R4 works, how it compares to HL7 v2, and how to validate resources before sending.
Read more →
Learn when HL7-v2-to-JSON should sit in front of FHIR ingestion pipelines, what the JSON must preserve, and how to avoid data loss during modernization.
Read more →
Learn how to map HL7 ADT messages to FHIR Patient and Encounter resources with field-level guidance for PID, PV1, identifiers, locations, status, and testing.
Read more →