Skip to content

Serialization

Daniel Carbone edited this page Feb 22, 2025 · 2 revisions

This library supports serialize resources to and from JSON and XML. Other serialization formats may be supported inthe future, but there are currently no plans on this.

Each serialization method has its own set of configurable options that may be specified per-version. See Configuration for more details.

JSON

JSON is probably the most common form of serialization used with FHIR. This library makes use of the standard PHP json extension utilities for this.

Clone this wiki locally