Questions tagged [google-cloud-healthcare]

25 questions
0
votes
1 answer

How can I convert HL7 messages (from V2 to FHIR) using Google Data Fusion?

I'm using GCP and I'm new to Healthcare. I want to convert HL7 V2 messages to HL7 FHIR messages. The presentation says that I can do it using Google Data Fusion plugin: Accelerate your solution development on FHIR by importing your existing FHIR…
0
votes
1 answer

How can I convert HL7 V2 messages to HL7 FHIR messages using GCP services?

I'm using GCP and I'm new to Healthcare. I want to convert HL7 V2 messages to HL7 FHIR messages. Google shared an open source solution for this : https://github.com/GoogleCloudPlatform/healthcare-data-harmonization-dataflow But I want to be able to…
0
votes
1 answer

Google Cloud Healthcare APIs FHIR Search Include Patient but not all resources with Appointment

I'm trying to run a search for Appointment and include some resources but not others. Specifically trying to avoid including some Binary resources linked as "supportingInfo" which are quite large. But I'd still like to include Patient, Location,…
0
votes
1 answer

Google Consent API

The samples and documentation for the Cloud Healthcare Consent API need a refresh. For instance, when POST to attributeDefinitions?attributeDefinitionId=requester_identity with BODY: { "description": "what groups are consented for…
FHIRFLY
  • 1
  • 2
0
votes
2 answers

How to customize a resource type in the Google Cloud Healthcare API

I saw that Google Cloud Healthcare does not support custom FHIR resource types and the workaround is to use the Basic feature - an empty feature defined by the FHIR specification. So, I need to associate a patient with several organizations, so I am…
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 { …
0
votes
1 answer

I import image in gcp dicom store, but on my pubsub topic assigned dicom store is not publishing message

steps I create dicom dataset inside dataset dicom store pubsub topic for dicom store Issue I am trying to import dcm image to dicom store from storage bucket operation is showing Success in dicom-store operations but message is not publishing on…
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…
0
votes
2 answers

ExportDicomData request of Google Cloud Healthcare API on GitHub tutorials never finish

I'm trying AutoML Vision of ML Codelabs on Cloud Healthcare API GitHub tutorials. https://github.com/GoogleCloudPlatform/healthcare/blob/master/imaging/ml_codelab/breast_density_auto_ml.ipynb I run the Export DICOM data cell code of Convert DICOM to…
-1
votes
1 answer

Unable to export dicom file from GCP dicom store to storage with original filename

I am trying to export dicom file (.dcm) after de-identification from dicom store to GCS bucket. Once the operation is successful, the image gets loaded in gcs bucket but the file name is in numerical format. Is there any way to export the file with…
code tutorial
  • 554
  • 1
  • 5
  • 17
1
2