Amazon HealthLake · Schema

CreateFHIRDatastoreRequest

FHIRHealth DataHealthcareHIPAACloud Computing

Properties

Name Type Description
DatastoreName object
DatastoreTypeVersion object
SseConfiguration object
PreloadDataConfig object
ClientToken object
Tags object
IdentityProviderConfiguration object
View JSON Schema on GitHub

JSON Schema

healthlake-create-fhir-datastore-request-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-create-fhir-datastore-request-schema.json",
  "title": "CreateFHIRDatastoreRequest",
  "type": "object",
  "required": [
    "DatastoreTypeVersion"
  ],
  "properties": {
    "DatastoreName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DatastoreName"
        },
        {
          "description": "The user generated name for the data store."
        }
      ]
    },
    "DatastoreTypeVersion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FHIRVersion"
        },
        {
          "description": "The FHIR version of the data store. The only supported version is R4."
        }
      ]
    },
    "SseConfiguration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SseConfiguration"
        },
        {
          "description": " The server-side encryption key configuration for a customer provided encryption key specified for creating a data store. "
        }
      ]
    },
    "PreloadDataConfig": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PreloadDataConfig"
        },
        {
          "description": "Optional parameter to preload data upon creation of the data store. Currently, the only supported preloaded data is synthetic data generated from Synthea."
        }
      ]
    },
    "ClientToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ClientTokenString"
        },
        {
          "description": "Optional user provided token used for ensuring idempotency."
        }
      ]
    },
    "Tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagList"
        },
        {
          "description": " Resource tags that are applied to a data store when it is created. "
        }
      ]
    },
    "IdentityProviderConfiguration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IdentityProviderConfiguration"
        },
        {
          "description": "The configuration of the identity provider that you want to use for your data store."
        }
      ]
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/healthlake-create-fhir-datastore-request"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.