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.

StructureDefinition

FHIR conformance resource, the building block of profiling and Implementation Guides.

Definition

StructureDefinition is the conformance resource that defines a FHIR profile: it derives from a base (kind, type, baseDefinition) and carries two views, differential (only the added constraints) and snapshot (the fully computed model). Each ElementDefinition sets cardinalities, types, ValueSet bindings and invariants. Extensions are themselves StructureDefinitions.

Origin

Defined by HL7 FHIR (StructureDefinition resource, Conformance module), specification maintained by HL7 International — see hl7.org/fhir/structuredefinition.html.

Example in context

<StructureDefinition><url value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"/><type value="Patient"/><derivation value="constraint"/></StructureDefinition>

  • Must Support — flag set on a profile's ElementDefinitions.
  • US Core IG — a collection of StructureDefinitions for the US realm.

Last updated: June 20, 2026