lantanagroup / FHIR.js

Node.JS library for serializing/deserializing FHIR resources between JS/JSON and XML using various node.js XML libraries
Apache License 2.0
104 stars 29 forks source link

Fixes to validator to more correctly check JSON types #70

Closed bstewartlg closed 1 year ago

bstewartlg commented 1 year ago

Related to what was reported in #30.

Addresses issues with validating JSON resources, specifically numerical and boolean types that are currently passing as valid even when they are actually strings.