dcarbone / php-fhir

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

V3 Response Parser references undefined variable #112

Closed dcarbone closed 6 months ago

dcarbone commented 6 months ago

V3.0.0 of the response parser attempts to reference an erroneous $dom variable. This should be an $sxe variable, and further there is no reason to mess with checking for libxml errors anymore.