dcarbone / php-fhir

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

Bug: Ensure collection types are set properly from attributes #103

Closed dcarbone closed 4 months ago

dcarbone commented 4 months ago

Currently, the node attribute value unserialization code assumes attribute values are always singular, when they can in fact potentially be a collection.