BD2KOnFHIR / fhirtordf

Python based FHIR to RDF conversion utility
Creative Commons Zero v1.0 Universal
15 stars 8 forks source link

Decimal numbers don't conform to FHIR specification #4

Open hsolbrig opened 7 years ago

hsolbrig commented 7 years ago

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.