MedVertical

Resources

HL7 Europe Base/Core IG 2.0.0 evidence

What the new HL7 Europe Base and Core FHIR Implementation Guides look like when they become executable validation evidence.

For: EHDS program teams, FHIR implementers, national infrastructure teams

Why this matters

Published IGs are not the same thing as measurable conformance.

HL7 Europe published Base and Core FHIR Implementation Guides 2.0.0 for both FHIR R4 and R5 on 28 April 2026. The guides define European base and core profiles, extensions, constraints, terminology, and mapping material intended to support EHDS-aligned implementations.

The operational question for implementation teams is narrower: can a system validate actual resources against a pinned version of those profiles, preserve the run configuration, and show the resource, profile, and validation messages together?

That is the evidence surface Records is built to produce. No clinical payloads are stored; the evidence consists of resource IDs, profile references, issue counts, run metadata, package pins, and reproducibility fingerprints.

The validation lane

A small synthetic EHDS smoke run pinned to the published HL7 Europe packages.

Install the published R4 package

records profile install \  hl7.fhir.eu.base#2.0.0

Run a pinned validation

records validate-file \  ./ehds-2026-base-laboratory-bundle.json \  --ig=hl7.fhir.eu.base#2.0.0 \  --fhir=R4
FHIR packagehl7.fhir.eu.base#2.0.0
FHIR releaseR4 / 4.0.1
Companion lanehl7.fhir.eu.base-r5#2.0.0
Fixture sourceSynthetic EHDS smoke bundle
ProfilesEU Core Patient, Medical Test Result Observation
OutputRun metadata, issue list, profile-aware resource view

Profiles become visible

The first screen should answer which profile package and profile set were used.

Records profile overview showing installed profile packages and validation profile coverage

Resources and messages stay together

A useful EHDS evidence screen does not hide validation issues away from the resource that produced them.

Records resource detail screen with validation messages next to the selected FHIR resource

The run is reproducible

The relevant evidence is not only pass/fail; it is the locked measurement context.

Every Records run keeps the validator configuration, enabled aspects, terminology source, package pins, thresholds, timestamp, and environment label together. That is what lets a team compare a future HL7 Europe IG update against this exact baseline.

For EHDS work, this is the useful stance today: validate against the published profiles now, keep the evidence, and re-run the same resource scope when HL7 Europe or the implementing acts move the target.

Records validation source settings showing configured profile and terminology sources
Records validation run detail with run metadata and conformance summary

Source references

The evidence lane is anchored to the official HL7 Europe publication and IG pages.

Validate your EHDS baseline.

Use Records to run your current FHIR resources against national and HL7 Europe profiles with reproducible evidence.