Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decimal numbers don't conform to FHIR specification #4

Open
hsolbrig opened this issue Sep 16, 2017 · 0 comments
Open

Decimal numbers don't conform to FHIR specification #4

hsolbrig opened this issue Sep 16, 2017 · 0 comments
Assignees

Comments

@hsolbrig
Copy link
Collaborator

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.

@hsolbrig hsolbrig self-assigned this Sep 16, 2017
hsolbrig pushed a commit that referenced this issue Sep 16, 2017
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.
hsolbrig pushed a commit that referenced this issue Dec 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant