dcarbone / php-fhir

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

Ensure numerical values with commas are parsed correctly #101

Closed dcarbone closed 4 months ago

dcarbone commented 5 months ago
<!-- source value -->
<value value="1,000.0"/>

<!-- current behavior -->
<value value="1.0"/>