Hint Health · Schema

MembershipPatientSanitizer.PatientSanitizer

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
id string
uses_tobacco boolean
View JSON Schema on GitHub

JSON Schema

membershippatientsanitizer-patientsanitizer.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/membershippatientsanitizer-patientsanitizer",
  "title": "MembershipPatientSanitizer.PatientSanitizer",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "uses_tobacco": {
      "type": "boolean"
    }
  },
  "required": [
    "id"
  ]
}