ediverse Explore the platform

Spotlight PEPPOL BIS Billing 3.0 The EU e-invoicing mandate is here — France Sept 2026, Belgium Jan 2026, Germany 2025.

Must Support

Conformance flag set in a StructureDefinition by an Implementation Guide.

Definition

mustSupport=true on an ElementDefinition means an implementation claiming to follow the profile must be able to provide the element when sending and process it without error when receiving. The exact meaning (populate, display, persist…) is not fixed by base FHIR: each Implementation Guide SHALL define it. Distinct from minimum cardinality 1..*, which is what actually makes an element mandatory.

Origin

Defined by HL7 FHIR (Profiling, the 'Must Support' section of ElementDefinition.mustSupport); semantics specified per IG, e.g. US Core — see hl7.org/fhir/profiling.html.

Example in context

<element><path value="Patient.identifier"/><min value="1"/><mustSupport value="true"/></element>

Last updated: June 20, 2026