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

FHIR Observation with too many decimals #88

Open
1 of 6 tasks
michelemottini opened this issue Aug 26, 2019 · 0 comments
Open
1 of 6 tasks

FHIR Observation with too many decimals #88

michelemottini opened this issue Aug 26, 2019 · 0 comments

Comments

@michelemottini
Copy link

APIs affected (if applicable)

https://dev-api.va.gov/services/argonaut/v0/Observation

What I expected to happen

Returned Observation values with a reasonable number of significant digits

What actually happened

Returned Observation with an unreasonable number of significant digits:

"valueQuantity": {
   "value": 27.400075701930987,
   "unit": "mmol/L",
   "system": "http://unitsofmeasure.org",
   "code": "mmol/L"
}

Severity of the issue

  • High severity: Blocking work

  • Medium severity: Not blocking work, but needs attention

  • Low severity: Needs attention in a timely manner

  • I am unable to use the API

  • I was able to use the API, but am not getting the results I expected

  • I was able to workaround the issue

Steps to reproduce

HTTP GET https://dev-api.va.gov/services/argonaut/v0/Observation?_count=20&patient=1017283148V813263

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