Google Cloud Healthcare · Example Payload

Hl7V2Store Example

HealthcareFHIRHL7v2DICOMMedical ImagingDe-identificationInteroperabilityCloud

Hl7V2Store Example is an example object payload from Google Cloud Healthcare, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

labelsnamenotificationConfigsparserConfigrejectDuplicateMessage

Example Payload

Hl7V2Store-example.json Raw ↑
{
  "labels": {},
  "name": "example-string",
  "notificationConfigs": [
    {
      "filter": {},
      "pubsubTopic": {}
    }
  ],
  "parserConfig": {
    "allowNullHeader": true,
    "schema": {},
    "segmentTerminator": "example-string",
    "version": "PARSER_VERSION_UNSPECIFIED"
  },
  "rejectDuplicateMessage": true
}