Amazon HealthLake · JSON Structure

Healthlake List Fhir Datastores Request Structure

Type: object Properties: 3
FHIRHealth DataHealthcareHIPAACloud Computing

ListFHIRDatastoresRequest is a JSON Structure definition published by Amazon HealthLake, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Filter NextToken MaxResults

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-list-fhir-datastores-request-schema.json",
  "name": "ListFHIRDatastoresRequest",
  "type": "object",
  "properties": {
    "Filter": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DatastoreFilter"
        },
        {
          "description": "Lists all filters associated with a FHIR data store request."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "Fetches the next page of data stores when results are paginated."
        }
      ]
    },
    "MaxResults": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MaxResultsInteger"
        },
        {
          "description": "The maximum number of data stores returned in a single page of a ListFHIRDatastoresRequest call."
        }
      ]
    }
  }
}