Amazon HealthLake · Schema

DescribeFHIRDatastoreRequest

FHIRHealth DataHealthcareHIPAACloud Computing

Properties

Name Type Description
DatastoreId object
View JSON Schema on GitHub

JSON Schema

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