Amazon HealthLake · JSON Structure

Healthlake Describe Fhir Export Job Request Structure

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

DescribeFHIRExportJobRequest 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-export-job-request-schema.json",
  "name": "DescribeFHIRExportJobRequest",
  "type": "object",
  "required": [
    "DatastoreId",
    "JobId"
  ],
  "properties": {
    "DatastoreId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DatastoreId"
        },
        {
          "description": "The AWS generated ID for the data store from which files are being exported from for an export job."
        }
      ]
    },
    "JobId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JobId"
        },
        {
          "description": "The AWS generated ID for an export job."
        }
      ]
    }
  }
}