dcarbone/php-fhir

Ensure numerical values with commas are parsed correctly

Closed this issue · 0 comments

<!-- source value -->
<value value="1,000.0"/>

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