-
-
Notifications
You must be signed in to change notification settings - Fork 11
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 is probably the most common form of serialization used with FHIR. This library makes use of the standard PHP json extension utilities for this.