AWS HealthLake · Schema

DescribeFHIRDatastoreRequest

AWS HealthLake DescribeFHIRDatastoreRequest

HealthcareFHIRHealth DataClinical DataHIPAAInteroperabilityNLPMedicalHL7

Properties

Name Type Description
DatastoreId string
View JSON Schema on GitHub

JSON Schema

DescribeFHIRDatastoreRequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-healthlake/main/json-schema/DescribeFHIRDatastoreRequest.json",
  "title": "DescribeFHIRDatastoreRequest",
  "description": "AWS HealthLake DescribeFHIRDatastoreRequest",
  "type": "object",
  "properties": {
    "DatastoreId": {
      "type": "string",
      "minLength": 1,
      "maxLength": 32,
      "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-%@]*)$"
    }
  },
  "required": [
    "DatastoreId"
  ]
}