dcarbone / php-fhir

Tools for consuming data from a FHIR server with PHP
Apache License 2.0
126 stars 40 forks source link

Track whether xml field defined as attribute or child element #110

Closed dcarbone closed 4 months ago

dcarbone commented 4 months ago

Example here: https://github.com/dcarbone/php-fhir/actions/runs/8928798174/job/24525131738#step:11:66

When unserializing from an XML source, we need to track whether the type was found as an attribute value or a child element, possibly also allowing overrides.