Hint Health · Schema

Public.Interaction.Lab.Result.RangeBlueprint_leaf

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
text string
low object
high object
View JSON Schema on GitHub

JSON Schema

public-interaction-lab-result-rangeblueprint_leaf.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/public-interaction-lab-result-rangeblueprint_leaf",
  "title": "Public.Interaction.Lab.Result.RangeBlueprint_leaf",
  "type": "object",
  "properties": {
    "text": {
      "type": "string"
    },
    "low": {
      "$ref": "#/components/schemas/Public.Interaction.Lab.Result.QuantityBlueprint_leaf"
    },
    "high": {
      "$ref": "#/components/schemas/Public.Interaction.Lab.Result.QuantityBlueprint_leaf"
    }
  }
}