Amazon HealthLake · JSON Structure

Healthlake Input Data Config Structure

The input properties for an import job.

Type: object Properties: 1
FHIRHealth DataHealthcareHIPAACloud Computing

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

Properties

S3Uri

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-input-data-config-schema.json",
  "name": "InputDataConfig",
  "type": "object",
  "properties": {
    "S3Uri": {
      "allOf": [
        {
          "$ref": "#/components/schemas/S3Uri"
        },
        {
          "description": "The S3Uri is the user specified S3 location of the FHIR data to be imported into AWS HealthLake. "
        }
      ]
    }
  },
  "description": " The input properties for an import job."
}