AWS HealthLake · Schema

DeleteFHIRDatastoreRequest

AWS HealthLake DeleteFHIRDatastoreRequest

HealthcareFHIRHealth DataClinical DataHIPAAInteroperabilityNLPMedicalHL7

Properties

Name Type Description
DatastoreId string
View JSON Schema on GitHub

JSON Schema

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