Amazon HealthLake · JSON Structure

Healthlake Describe Fhir Import Job Request Structure

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

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

Properties

DatastoreId JobId

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-request-schema.json",
  "name": "DescribeFHIRImportJobRequest",
  "type": "object",
  "required": [
    "DatastoreId",
    "JobId"
  ],
  "properties": {
    "DatastoreId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DatastoreId"
        },
        {
          "description": "The AWS-generated ID of the data store."
        }
      ]
    },
    "JobId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JobId"
        },
        {
          "description": "The AWS-generated job ID."
        }
      ]
    }
  }
}