Amazon HealthLake · JSON Structure

Healthlake List Fhir Import Jobs Response Structure

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

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

Properties

ImportJobPropertiesList NextToken

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-list-fhir-import-jobs-response-schema.json",
  "name": "ListFHIRImportJobsResponse",
  "type": "object",
  "required": [
    "ImportJobPropertiesList"
  ],
  "properties": {
    "ImportJobPropertiesList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ImportJobPropertiesList"
        },
        {
          "description": " The properties of a listed FHIR import jobs, including the ID, ARN, name, and the status of the job. "
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": " A pagination token used to identify the next page of results to return for a ListFHIRImportJobs query. "
        }
      ]
    }
  }
}