hc

Cloud Healthcare API

Analytics & IoTGCP
General

General information about the service.

Description

Cloud Healthcare API bridges the gap between healthcare systems and applications built on Google Cloud. It supports FHIR, HL7v2, and DICOM standards for healthcare data management.

Service ID

healthcare.googleapis.com

Resource Pattern

projects/{project}/locations/{location}/datasets/{dataset}

Chat

Powered by AI

Talk to this service to learn more about it.

Suggested questions:

Naming

The conventions, rules, and restrictions for naming this service.

Naming Convention

hc-{workload}-{env}

Length

4-63

Valid Characters

Lowercase letters, numbers, hyphens

Scope

regional

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "google_healthcare_dataset" "main" {
2 name = "hc-${var.workload}-${var.environment}"
3 location = var.region
4}
Utilities

Utilities to support app deployment or configuration.