Ingesting FHIR Data with the Healthcare API Reviews
22188 reviews
ok
Lakhbir D. · Reviewed 6 yıldan fazla ago
The instruction in this lab "Ingesting FHIR Data with the Healthcare API" is wrong at the import to BigQuery step. The code is: "gcloud beta healthcare fhir-stores export gcs $FHIR_STORE_ID --dataset=$DATASET_ID --location=$REGION --bq-dataset=bq://$PROJECT_ID.$DATASET_ID --schema-type=analytics" Here, instead of "export gcs" it should be "export bq"
Sean A. · Reviewed 6 yıldan fazla ago
Lara S. · Reviewed 6 yıldan fazla ago
Ajay K. · Reviewed 6 yıldan fazla ago
awesome!!
Sudhanshu k. · Reviewed 6 yıldan fazla ago
Mark P. · Reviewed 6 yıldan fazla ago
Nick R. · Reviewed 6 yıldan fazla ago
The code to export the dataset to BigQuery is not working properly. Need to check: Something along the lines: gcloud beta healthcare fhir-stores export bq $FHIR_STORE_ID --dataset=$DATASET_ID --location=$REGION --bq-dataset=bq://$PROJECT_ID.$DATASET_ID --schema-type=analytics
Gabriel Q. · Reviewed 6 yıldan fazla ago
Would you please check the step 'Exporting data to BigQuery'? The command might be "gcloud beta healthcare fhir-stores export _ bq _" :o
Sheng-Yao T. · Reviewed 6 yıldan fazla ago
bruno b. · Reviewed 6 yıldan fazla ago
Export command to bq need to be corrected to gcloud beta healthcare fhir-stores export bq $FHIR_STORE_ID --dataset=$DATASET_ID --location=$REGION --bq-dataset=bq://$PROJECT_ID.$DATASET_ID --schema-type=analytics
Reshma P. · Reviewed 6 yıldan fazla ago
good
Sanghoon Y. · Reviewed 6 yıldan fazla ago
AHAIDOUS K. · Reviewed 6 yıldan fazla ago
chandradeep D. · Reviewed 6 yıldan fazla ago
errors with some commands
Tania J. · Reviewed 6 yıldan fazla ago
https://cloud.google.com/sdk/gcloud/reference/beta/healthcare/fhir-stores/export/bq Need to use that for one of the commands not the gcs stuff . . . the bq
Andrew A. · Reviewed 6 yıldan fazla ago
Pranay A. · Reviewed 6 yıldan fazla ago
Pranay A. · Reviewed 6 yıldan fazla ago
Mehul M. · Reviewed 6 yıldan fazla ago
Can't finish because of some error in BigQuery data import
Filipe M. · Reviewed 6 yıldan fazla ago
The interface for "gcloud beta healthcare fhir-stores export gcs " has changed and the lab command does not work because the --bq-dataset and --schema-type arguments sre not recognised. Using --gcs-uri instead of --bq-dataset did not work either. Hence was unable to view the data using bigquery.
Nicholas D. · Reviewed 6 yıldan fazla ago
Had issues with Import FHIR Datasets code block #2, Unauthorized error.
Dustin C. · Reviewed 6 yıldan fazla ago
Can't finish because of some error in BigQuery data import
Filipe M. · Reviewed 6 yıldan fazla ago
Soubam K. · Reviewed 6 yıldan fazla ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.