v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1376177324.7 KB
projects

Creates a new health dataset. Results are returned through the Operation interface which returns either an Operation.response which contains a Dataset or Operation.error. The metadata field type is OperationMetadata.

post/v1/{+parent}/datasets

Path parameters

parentstring required

Required. The name of the project where the server creates the dataset. For example, projects/{project_id}/locations/{location_id}.

Query parameters

datasetIdstring

Required. The ID of the dataset that is being created. The string must match the following regex: [\p{L}\p{N}_\-\.]{1,256}.

Request body

timeZonestring

Optional. The default timezone used by this dataset. Must be a either a valid IANA time zone name such as "America/New_York" or empty, which defaults to UTC. This is used for parsing times in resources, such as HL7 messages, where no explicit timezone is specified.

satisfiesPziboolean

Output only. Whether the dataset satisfies zone isolation.

satisfiesPzsboolean

Output only. Whether the dataset satisfies zone separation.

namestring

Identifier. Resource name of the dataset, of the form projects/{project_id}/locations/{location_id}/datasets/{dataset_id}.

Response

Successful response