Hint Health · Schema

Interaction.LabSanitizer.ActionSanitizer

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
reference string Reference code for the test
display string Human-readable test name
View JSON Schema on GitHub

JSON Schema

interaction-labsanitizer-actionsanitizer.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/interaction-labsanitizer-actionsanitizer",
  "title": "Interaction.LabSanitizer.ActionSanitizer",
  "type": "object",
  "properties": {
    "reference": {
      "type": "string",
      "description": "Reference code for the test"
    },
    "display": {
      "type": "string",
      "description": "Human-readable test name"
    }
  },
  "required": [
    "reference",
    "display"
  ]
}