Skip to content

Commit 96a288e

Browse files
feat: regenerate index files
1 parent 1283b53 commit 96a288e

File tree

3 files changed

+96
-36
lines changed

3 files changed

+96
-36
lines changed

disclaimers.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -870,5 +870,9 @@
870870
{
871871
"api": "storagebatchoperations",
872872
"package": "@google-cloud/storagebatchoperations"
873+
},
874+
{
875+
"api": "vectorsearch",
876+
"package": "@google-cloud/vectorsearch"
873877
}
874878
]

discovery/healthcare-v1.json

Lines changed: 46 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3829,7 +3829,7 @@
38293829
]
38303830
},
38313831
"bulk-export": {
3832-
"description": "Bulk exports all resources from the FHIR store to the specified destination. Implements the FHIR implementation guide [system level $export](https://build.fhir.org/ig/HL7/bulk-data/export.html#endpoint---system-level-export. The following headers must be set in the request: * `Accept`: specifies the format of the `OperationOutcome` response. Only `application/fhir+json` is supported. * `Prefer`: specifies whether the response is immediate or asynchronous. Must be to `respond-async` because only asynchronous responses are supported. Specify the destination for the server to write result files by setting the Cloud Storage location bulk_export_gcs_destination on the FHIR store. URI of an existing Cloud Storage directory where the server writes result files, in the format gs://{bucket-id}/{path/to/destination/dir}. If there is no trailing slash, the service appends one when composing the object path. The user is responsible for creating the Cloud Storage bucket referenced. Supports the following query parameters: * `_type`: string of comma-delimited FHIR resource types. If provided, only the resources of the specified type(s) are exported. * `_since`: if provided, only the resources that are updated after the specified time are exported. * `_outputFormat`: optional, specify ndjson to export data in NDJSON format. Exported file names use the format: {export_id}_{resource_type}.ndjson. On success, the `Content-Location` header of the response is set to a URL that the user can use to query the status of the export. The URL is in the format: `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}/operations/{export_id}`. See get-fhir-operation-status for more information. Errors generated by the FHIR store contain a JSON-encoded `OperationOutcome` resource describing the reason for the error.",
3832+
"description": "Bulk exports all resources from the FHIR store to the specified destination. Implements the FHIR implementation guide [system level $export](https://build.fhir.org/ig/HL7/bulk-data/export.html#endpoint---system-level-export). The following headers must be set in the request: * `Accept`: specifies the format of the `OperationOutcome` response. Only `application/fhir+json` is supported. * `Prefer`: specifies whether the response is immediate or asynchronous. Must be to `respond-async` because only asynchronous responses are supported. Specify the destination for the server to write result files by setting the Cloud Storage location bulk_export_gcs_destination on the FHIR store. URI of an existing Cloud Storage directory where the server writes result files, in the format gs://{bucket-id}/{path/to/destination/dir}. If there is no trailing slash, the service appends one when composing the object path. The user is responsible for creating the Cloud Storage bucket referenced. Supports the following query parameters: * `_type`: string of comma-delimited FHIR resource types. If provided, only the resources of the specified type(s) are exported. * `_since`: if provided, only the resources that are updated after the specified time are exported. * `_outputFormat`: optional, specify ndjson to export data in NDJSON format. Exported file names use the format: {export_id}_{resource_type}.ndjson. On success, the `Content-Location` header of the response is set to a URL that the user can use to query the status of the export. The URL is in the format: `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}/operations/{export_id}`. See get-fhir-operation-status for more information. Errors generated by the FHIR store contain a JSON-encoded `OperationOutcome` resource describing the reason for the error.",
38333833
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/fhirStores/{fhirStoresId}/fhir/$export",
38343834
"httpMethod": "GET",
38353835
"id": "healthcare.projects.locations.datasets.fhirStores.fhir.bulk-export",
@@ -4212,11 +4212,16 @@
42124212
"pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/fhirStores/[^/]+$",
42134213
"required": true,
42144214
"type": "string"
4215+
},
4216+
"resourceType": {
4217+
"description": "Optional. The FHIR resource type to search, such as Patient or Observation. For a complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/fhir/DSTU2/resourcelist.html), [STU3](https://hl7.org/fhir/STU3/resourcelist.html), [R4](https://hl7.org/fhir/R4/resourcelist.html)), [R5](https://hl7.org/fhir/R5/resourcelist.html)).",
4218+
"location": "query",
4219+
"type": "string"
42154220
}
42164221
},
42174222
"path": "v1/{+parent}/fhir/_search",
42184223
"request": {
4219-
"$ref": "SearchResourcesRequest"
4224+
"$ref": "HttpBody"
42204225
},
42214226
"response": {
42224227
"$ref": "HttpBody"
@@ -4252,7 +4257,7 @@
42524257
},
42534258
"path": "v1/{+parent}/fhir/{resourceType}/_search",
42544259
"request": {
4255-
"$ref": "SearchResourcesRequest"
4260+
"$ref": "HttpBody"
42564261
},
42574262
"response": {
42584263
"$ref": "HttpBody"
@@ -5077,7 +5082,7 @@
50775082
"type": "string"
50785083
},
50795084
"returnPartialSuccess": {
5080-
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
5085+
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
50815086
"location": "query",
50825087
"type": "boolean"
50835088
}
@@ -5137,7 +5142,7 @@
51375142
}
51385143
}
51395144
},
5140-
"revision": "20251022",
5145+
"revision": "20251117",
51415146
"rootUrl": "https://healthcare.googleapis.com/",
51425147
"schemas": {
51435148
"AccessDeterminationLogConfig": {
@@ -7028,6 +7033,18 @@
70287033
"description": "Optional. Use `write_disposition` instead. If `write_disposition` is specified, this parameter is ignored. force=false is equivalent to write_disposition=WRITE_EMPTY and force=true is equivalent to write_disposition=WRITE_TRUNCATE.",
70297034
"type": "boolean"
70307035
},
7036+
"includeSourceStore": {
7037+
"description": "Optional. If true, the source store name will be included as a column in the BigQuery schema.",
7038+
"type": "boolean"
7039+
},
7040+
"schemaFlattened": {
7041+
"$ref": "SchemaFlattened",
7042+
"description": "Optional. Setting this field will use flattened DICOM instances schema for the BigQuery table. The flattened schema will have one column for each DICOM tag."
7043+
},
7044+
"schemaJson": {
7045+
"$ref": "SchemaJSON",
7046+
"description": "Optional. Setting this field will store all the DICOM tags as a JSON type in a single column."
7047+
},
70317048
"tableUri": {
70327049
"description": "Optional. BigQuery URI to a table, up to 2000 characters long, in the format `bq://projectId.bqDatasetId.tableId`",
70337050
"type": "string"
@@ -7723,7 +7740,7 @@
77237740
"type": "array"
77247741
},
77257742
"unreachable": {
7726-
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.",
7743+
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.",
77277744
"items": {
77287745
"type": "string"
77297746
},
@@ -8052,6 +8069,16 @@
80528069
"format": "int64",
80538070
"type": "string"
80548071
},
8072+
"secondaryFailure": {
8073+
"description": "The number of secondary units that failed in the operation.",
8074+
"format": "int64",
8075+
"type": "string"
8076+
},
8077+
"secondarySuccess": {
8078+
"description": "The number of secondary units that succeeded in the operation.",
8079+
"format": "int64",
8080+
"type": "string"
8081+
},
80558082
"success": {
80568083
"description": "The number of units that succeeded in the operation.",
80578084
"format": "int64",
@@ -8371,6 +8398,12 @@
83718398
},
83728399
"type": "object"
83738400
},
8401+
"SchemaFlattened": {
8402+
"description": "Using this field will flatten the DICOM instances into a BigQuery table. The table will have one column for each DICOM tag. The column name will be the DICOM tag's textual representation.",
8403+
"id": "SchemaFlattened",
8404+
"properties": {},
8405+
"type": "object"
8406+
},
83748407
"SchemaGroup": {
83758408
"description": "An HL7v2 logical group construct.",
83768409
"id": "SchemaGroup",
@@ -8403,6 +8436,12 @@
84038436
},
84048437
"type": "object"
84058438
},
8439+
"SchemaJSON": {
8440+
"description": "Using this field will set the schema such that all DICOM tags will be included in the BigQuery table as a single JSON type column. The BigQuery table schema will include the following columns: * `StudyInstanceUID` (Type: STRING): DICOM Tag 0020000D. * `SeriesInstanceUID` (Type: STRING): DICOM Tag 0020000E. * `SOPInstanceUID` (Type: STRING): DICOM Tag 00080018. * `SourceDicomStore` (Type: STRING): The name of the source DICOM store. This field is only included if the `include_source_store` option is set to true. * `Metadata` (Type: JSON): All DICOM tags for the instance, stored in a single JSON object. * `StructuredStorageSize` (Type: INTEGER): Size of the structured storage in bytes. * `DroppedTags` (Type: STRING, Repeated: Yes): List of tags that were dropped during the conversion. * `StorageClass` (Type: STRING): The storage class of the instance. * `LastUpdated` (Type: TIMESTAMP): Timestamp of the last update to the instance. * `BlobStorageSize` (Type: INTEGER): Size of the blob storage in bytes. * `Type` (Type: STRING): Indicates the type of operation (e.g., INSERT, DELETE).",
8441+
"id": "SchemaJSON",
8442+
"properties": {},
8443+
"type": "object"
8444+
},
84068445
"SchemaPackage": {
84078446
"description": "A schema package contains a set of schemas and type definitions.",
84088447
"id": "SchemaPackage",
@@ -8494,17 +8533,6 @@
84948533
},
84958534
"type": "object"
84968535
},
8497-
"SearchResourcesRequest": {
8498-
"description": "Request to search the resources in the specified FHIR store.",
8499-
"id": "SearchResourcesRequest",
8500-
"properties": {
8501-
"resourceType": {
8502-
"description": "Optional. The FHIR resource type to search, such as Patient or Observation. For a complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/fhir/DSTU2/resourcelist.html), [STU3](https://hl7.org/fhir/STU3/resourcelist.html), [R4](https://hl7.org/fhir/R4/resourcelist.html)), [R5](https://hl7.org/fhir/R5/resourcelist.html)).",
8503-
"type": "string"
8504-
}
8505-
},
8506-
"type": "object"
8507-
},
85088536
"Segment": {
85098537
"description": "A segment in a structured format.",
85108538
"id": "Segment",
@@ -8950,7 +8978,7 @@
89508978
"type": "boolean"
89518979
},
89528980
"enabledImplementationGuides": {
8953-
"description": "Optional. A list of implementation guide URLs in this FHIR store that are used to configure the profiles to use for validation. For example, to use the US Core profiles for validation, set `enabled_implementation_guides` to `[\"http://hl7.org/fhir/us/core/ImplementationGuide/ig\"]`. If `enabled_implementation_guides` is empty or omitted, then incoming resources are only required to conform to the base FHIR profiles. Otherwise, a resource must conform to at least one profile listed in the `global` property of one of the enabled ImplementationGuides. The Cloud Healthcare API does not currently enforce all of the rules in a StructureDefinition. The following rules are supported: - min/max - minValue/maxValue - maxLength - type - fixed[x] - pattern[x] on simple types - slicing, when using \"value\" as the discriminator type When a URL cannot be resolved (for example, in a type assertion), the server does not return an error.",
8981+
"description": "Optional. A list of implementation guide URLs in this FHIR store that are used to configure the profiles to use for validation. For example, to use the US Core profiles for validation, set `enabled_implementation_guides` to `[\"http://hl7.org/fhir/us/core/ImplementationGuide/ig\"]`. If `enabled_implementation_guides` is empty or omitted, then incoming resources are only required to conform to the base FHIR profiles. Otherwise, a resource must conform to at least one profile listed in the `global` property of one of the enabled ImplementationGuides. The Cloud Healthcare API does not currently enforce all of the rules in a StructureDefinition. The following rules are supported: - min/max - minValue/maxValue - maxLength - type - fixed[x] - pattern[x] on simple types - slicing, when using \"value\" as the discriminator type - FHIRPath constraints (only when `enable_fhirpath_profile_validation` is true) When a URL cannot be resolved (for example, in a type assertion), the server does not return an error.",
89548982
"items": {
89558983
"type": "string"
89568984
},

0 commit comments

Comments
 (0)