fhir_stores_fhirstore_metrics
Creates, updates, deletes, gets or lists a fhir_stores_fhirstore_metrics
resource.
Overview
Name | fhir_stores_fhirstore_metrics |
Type | Resource |
Id | google.healthcare.fhir_stores_fhirstore_metrics |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The resource name of the FHIR store to get metrics for, in the format projects/{project_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id} . |
metrics | array | List of FhirStoreMetric by resource type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get_fhirstore_metrics | SELECT | datasetsId, fhirStoresId, locationsId, projectsId | Gets metrics associated with the FHIR store. |
SELECT
examples
Gets metrics associated with the FHIR store.
SELECT
name,
metrics
FROM google.healthcare.fhir_stores_fhirstore_metrics
WHERE datasetsId = '{{ datasetsId }}'
AND fhirStoresId = '{{ fhirStoresId }}'
AND locationsId = '{{ locationsId }}'
AND projectsId = '{{ projectsId }}';