Amazon HealthLake · JSON Structure

Healthlake Describe Fhir Datastore Response Structure

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

DescribeFHIRDatastoreResponse 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

DatastoreProperties

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-response-schema.json",
  "name": "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."
        }
      ]
    }
  }
}