Amazon HealthLake · JSON Structure

Healthlake Preload Data Config Structure

The input properties for the preloaded data store. Only data preloaded from Synthea is supported.

Type: object Properties: 1 Required: 1
FHIRHealth DataHealthcareHIPAACloud Computing

PreloadDataConfig is a JSON Structure definition published by Amazon HealthLake, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

PreloadDataType

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-healthlake/refs/heads/main/json-schema/healthlake-preload-data-config-schema.json",
  "name": "PreloadDataConfig",
  "type": "object",
  "required": [
    "PreloadDataType"
  ],
  "properties": {
    "PreloadDataType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PreloadDataType"
        },
        {
          "description": "The type of preloaded data. Only Synthea preloaded data is supported."
        }
      ]
    }
  },
  "description": " The input properties for the preloaded data store. Only data preloaded from Synthea is supported."
}