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.

resourceType

Core element of the FHIR resource model, JSON serialisation.

Definition

In JSON serialisation FHIR has no named root element; resourceType fills that role by declaring the type. It is required on every JSON resource, including nested ones (contained, Bundle.entry.resource). In XML the root element name carries the same information and this property does not appear.

Origin

Defined in the HL7 FHIR specification, « JSON Representation of Resources » section (resourceType property), published by HL7 International.

Example in context

{ "resourceType": "Observation", "status": "final" }

Last updated: June 20, 2026