You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The FHIR JSON specification is not compliant with the JSON specification, in that, in the following fragment {"v1": 5.0, "v2": 5.00} v2 and v2 are viewed as different quantities. At the moment, fhirtordf uses a standard JSON parser and is not able to meet this requirement.
The text was updated successfully, but these errors were encountered:
Adds a secondary filter to `rdf_compare`, a filter to skip decimal precision
differences to `base_test_case.py` and invokes the skip in test_all_fhir_elements.
The basic problem is now focused exclusively in test_issue4.
The FHIR JSON specification is not compliant with the JSON specification, in that, in the following fragment
{"v1": 5.0, "v2": 5.00}
v2 and v2 are viewed as different quantities. At the moment,fhirtordf
uses a standard JSON parser and is not able to meet this requirement.The text was updated successfully, but these errors were encountered: