6 releases
| 0.1.10 | Jan 10, 2026 |
|---|---|
| 0.1.9 | Jan 8, 2026 |
#2793 in Development tools
Used in tlq-fhirpath
16KB
367 lines
FHIR JSON ↔ XML conversion helpers. The implementation is schema‑agnostic but follows the official JSON/XML mapping rules used by HL7 FHIR:
- Root element uses the
resourceTypename. - Primitive values are encoded with the
valueattribute. - Primitive metadata (
id,extension) is carried through_fieldentries. - Arrays are represented by repeated elements and aligned metadata arrays.
Dependencies
~1.9–2.7MB
~51K SLoC