UNPKG

fhir

Version:

Library that assists in handling FHIR resources. Supports serialization between JSON and XML, validation and FhirPath evaluation.

23 lines 536 B
{ "elements": [ { "type": "element", "name": "a", "attributes": { "x": "1" }, "elements": [ { "type": "element", "name": "b", "elements": [ { "type": "text", "text": "bye!" } ] } ] } ] }