Amazon HealthLake · JSON Structure

Healthlake Start Fhir Import Job Request Structure

Type: object Properties: 6 Required: 5
FHIRHealth DataHealthcareHIPAACloud Computing

StartFHIRImportJobRequest is a JSON Structure definition published by Amazon HealthLake, describing 6 properties, of which 5 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

JobName InputDataConfig JobOutputDataConfig DatastoreId DataAccessRoleArn ClientToken

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-start-fhir-import-job-request-schema.json",
  "name": "StartFHIRImportJobRequest",
  "type": "object",
  "required": [
    "InputDataConfig",
    "JobOutputDataConfig",
    "DatastoreId",
    "DataAccessRoleArn",
    "ClientToken"
  ],
  "properties": {
    "JobName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JobName"
        },
        {
          "description": "The name of the FHIR Import job in the StartFHIRImport job request."
        }
      ]
    },
    "InputDataConfig": {
      "allOf": [
        {
          "$ref": "#/components/schemas/InputDataConfig"
        },
        {
          "description": "The input properties of the FHIR Import job in the StartFHIRImport job request."
        }
      ]
    },
    "JobOutputDataConfig": {
      "$ref": "#/components/schemas/OutputDataConfig"
    },
    "DatastoreId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DatastoreId"
        },
        {
          "description": "The AWS-generated data store ID."
        }
      ]
    },
    "DataAccessRoleArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IamRoleArn"
        },
        {
          "description": "The Amazon Resource Name (ARN) that gives AWS HealthLake access permission."
        }
      ]
    },
    "ClientToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ClientTokenString"
        },
        {
          "description": "Optional user provided token used for ensuring idempotency."
        }
      ]
    }
  }
}