Amazon HealthLake · Schema

DescribeFHIRDatastoreResponse

FHIRHealth DataHealthcareHIPAACloud Computing

Properties

Name Type Description
DatastoreProperties object
View JSON Schema on GitHub

JSON Schema

healthlake-describe-fhir-datastore-response-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-response-schema.json",
  "title": "DescribeFHIRDatastoreResponse",
  "type": "object",
  "required": [
    "DatastoreProperties"
  ],
  "properties": {
    "DatastoreProperties": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DatastoreProperties"
        },
        {
          "description": "All properties associated with a data store, including the data store ID, data store ARN, data store name, data store status, when the data store was created, data store type version, and the data store's endpoint."
        }
      ]
    }
  }
}