8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1af8cc8 commit 8b6b682Copy full SHA for 8b6b682
healthcare/api-client/fhir/fhir_stores.py
@@ -191,7 +191,7 @@ def patch_fhir_store(
191
# [END healthcare_patch_fhir_store]
192
193
194
-# [START healthcare_export_fhir_store_gcs]
+# [START healthcare_export_fhir_resources_gcs]
195
def export_fhir_store_gcs(
196
service_account_json,
197
project_id,
@@ -223,7 +223,7 @@ def export_fhir_store_gcs(
223
except HttpError as e:
224
print('Error, FHIR resources not exported: {}'.format(e))
225
return ""
226
-# [END healthcare_export_fhir_store_gcs]
+# [END healthcare_export_fhir_resources_gcs]
227
228
229
# [START healthcare_import_fhir_store]
0 commit comments