Hint Health · Schema

Interaction.LabSanitizer.ResultRangeSanitizer

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
low object Lower bound of range
high object Upper bound of range
text string Textual range description
View JSON Schema on GitHub

JSON Schema

interaction-labsanitizer-resultrangesanitizer.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/interaction-labsanitizer-resultrangesanitizer",
  "title": "Interaction.LabSanitizer.ResultRangeSanitizer",
  "type": "object",
  "properties": {
    "low": {
      "$ref": "#/components/schemas/Interaction.LabSanitizer.ResultQuantitySanitizer",
      "description": "Lower bound of range"
    },
    "high": {
      "$ref": "#/components/schemas/Interaction.LabSanitizer.ResultQuantitySanitizer",
      "description": "Upper bound of range"
    },
    "text": {
      "type": "string",
      "description": "Textual range description"
    }
  }
}