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.comResource Pattern
projects/{project}/locations/{location}/datasets/{dataset}References
Chat
Powered by AITalk 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 Documentation
terraform
1resource "google_healthcare_dataset" "main" {2 name = "hc-${var.workload}-${var.environment}"3 location = var.region4}
Utilities
Utilities to support app deployment or configuration.