Questions tagged [google-healthcare-api]
30 questions
0
votes
0 answers
How to delete all content inside of fhir store using Curl command
Im trying to implement a script which clean(delete all data, but not destroy the store)
here are some examples:
this deletes one single record
curl -X DELETE \
-H "Authorization: Bearer $(gcloud auth application-default print-access-token)" \
…

Peter
- 544
- 5
- 20
0
votes
1 answer
How do I set defaultSearchHandlingStrict via the Google Healthcare API?
I'm able to fetch a fhirStore object with the JS api, but I don't see any decent examples of how to update the fhirStore to use defaultSearchHandlingStrict = true.
Thanks

a1-----
- 11
- 2
0
votes
1 answer
FHIR Value Set Expansion
I need to get the example diagnosis codes for a Condition Resource:
http://hl7.org/fhir/ValueSet/condition-code
I have hit the following with Postman:
http://hl7.org/fhir/ValueSet/condition-code/$expand
and this returns a ValueSet but the ValueSet…

Halie
- 5
- 1
- 3
0
votes
0 answers
After removing the development app from the connected apps in the Fit app, Fitness data could be obtained
[procedure]
OAuth account & permission approved. (in developing app)
in Google Fit App, remove developing app from "connected apps".
access sleep, weight and etc..., read health data. and succeeded (in developing app)
In step3, permissions of…
0
votes
1 answer
Flutter Fitness App - Any way to integrate health in flutter app
I'm working on on fitness/health app using flutter framework. I'm using google health for android and apple health for apple. The data is good for steps but not showing heart rate. Is there any proper way to integrate google health and apple health…
0
votes
1 answer
Healthcare API (Ruby client) returning null
I'm trying to fetch a Patient from the FHIR store via the Ruby client and it always returns null.
I am successful when querying via CURL. Here is the CURL command I'm running (full path redacted):
curl -X GET \
-H "Authorization: Bearer $(gcloud…

Mike Berkman
- 3
- 1
- 1
0
votes
1 answer
How to use a numeric id in Google Healthcare api FHIR
I need to change uuid to numeric id, but I can't find how to make this.
Someone can help me, please?

Clesio SAMA
- 3
- 1
0
votes
1 answer
Google fhir store alters query string in search results next link
I query with a count less than the total to make it…

a1-----
- 11
- 2
0
votes
1 answer
How to use Google Cloud Healthcare API HttpBody class?
I'm having a hard time using a method setData() of the HttpBody class. I'm passing the parameter to the method as an object, but I recieve an error message.
How do I pass the parameter:
public function create(string $resource, $body)
{
…

Clesio SAMA
- 3
- 1
0
votes
0 answers
Google cloud healthcare export fails with error code 7
Google cloud healthcare export fails with error code 7. I'm exporting to GCS.
Some objects are created in GCS.
I see nothing appear, not even any kind of error, when I look in the related logs.
The command I run is like:
gcloud healthcare…

a1-----
- 11
- 2
0
votes
0 answers
Does time resolution affect daily quota in Google Health API?
I am using Google Health API to download trends for several search terms for all countries around the world, for multiple years. As I am searching for quite a few terms, I frequently reach the daily quota. Right now, I am downloading weekly data.
My…

Gabriel De Oliveira Caetano
- 271
- 1
- 8
0
votes
1 answer
Google Cloud Healthcare API not supporting PlanDefintion/$apply and Activity Definition/$apply
I am trying to create a carePlan as output by doing $apply operation on PlanDefinition and ActivityDefintion.
For…

code tutorial
- 554
- 1
- 5
- 17
0
votes
1 answer
How to check access based on both userId and dataId using the Google Healthcare Consent API?
Users can add other users to their careteam and assign a role to each member of their careteam.
When accessing the profile of another user, the system should check if the user gave consent to do this.
Question 1: How to check if user X gave consent…

Hello
- 81
- 3
0
votes
1 answer
How to add scopes to googleSignIn using Flutter
I'm having trouble using googleSignIn in Flutter, but only if I want to pass in scopes. Specifically, I'm trying to access Google's Healthcare API. I have a class that looks like this:
class GcsClient extends GoogleSignIn {
…

Grey
- 331
- 3
- 11
0
votes
1 answer
Converting an ncat command on Windows from a Mac/Nix example
I'm working with the Google Healthcare API and there's a step in the walk through that uses netcat to send an HL7 message to the MLLP adapter.
(I used nmap to download ncat for Windows)
I have the adapter running locally but the command they provide…

Jack Marchetti
- 15,536
- 14
- 81
- 117