Amazon HealthLake · JSON Structure

Healthlake Describe Fhir Datastore Request Structure

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

DescribeFHIRDatastoreRequest 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

DatastoreId

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