Amazon HealthLake · Schema

ListFHIRImportJobsResponse

FHIRHealth DataHealthcareHIPAACloud Computing

Properties

Name Type Description
ImportJobPropertiesList object
NextToken object
View JSON Schema on GitHub

JSON Schema

healthlake-list-fhir-import-jobs-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-healthlake/refs/heads/main/json-schema/healthlake-list-fhir-import-jobs-response-schema.json",
  "title": "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. "
        }
      ]
    }
  }
}