Amazon HealthLake · JSON Structure

Healthlake Describe Fhir Import Job Response Structure

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

DescribeFHIRImportJobResponse 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

ImportJobProperties

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-describe-fhir-import-job-response-schema.json",
  "name": "DescribeFHIRImportJobResponse",
  "type": "object",
  "required": [
    "ImportJobProperties"
  ],
  "properties": {
    "ImportJobProperties": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ImportJobProperties"
        },
        {
          "description": "The properties of the Import job request, including the ID, ARN, name, and the status of the job."
        }
      ]
    }
  }
}