Amazon HealthLake · Schema

String

FHIRHealth DataHealthcareHIPAACloud Computing
View JSON Schema on GitHub

JSON Schema

healthlake-string-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-string-schema.json",
  "title": "String",
  "type": "string",
  "pattern": "[\\P{M}\\p{M}]{0,10000}",
  "maxLength": 10000
}