Hint Health · Schema

Public.MembershipPatientBlueprint_leaf_with_patient

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
end_date string
enrollment_requested_on string
enrollment_status string
member_type string
start_date string
status string
uses_tobacco boolean
patient object
View JSON Schema on GitHub

JSON Schema

public-membershippatientblueprint_leaf_with_patient.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/public-membershippatientblueprint_leaf_with_patient",
  "title": "Public.MembershipPatientBlueprint_leaf_with_patient",
  "type": "object",
  "properties": {
    "end_date": {
      "type": "string"
    },
    "enrollment_requested_on": {
      "type": "string",
      "format": "date"
    },
    "enrollment_status": {
      "type": "string"
    },
    "member_type": {
      "type": "string"
    },
    "start_date": {
      "type": "string",
      "format": "date"
    },
    "status": {
      "type": "string"
    },
    "uses_tobacco": {
      "type": "boolean"
    },
    "patient": {
      "$ref": "#/components/schemas/Public.PatientBlueprint_min"
    }
  }
}