{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api.hint.com/schemas/public-patientblueprint_leaf", "title": "Public.PatientBlueprint_leaf", "type": "object", "properties": { "id": { "type": "string" }, "address_city": { "type": "string" }, "address_country": { "type": "string" }, "address_line1": { "type": "string" }, "address_line2": { "type": "string" }, "address_state": { "type": "string" }, "address_zip": { "type": "string" }, "age": { "type": "string" }, "chosen_first_name": { "type": "string" }, "chosen_last_name": { "type": "string" }, "chosen_middle_name": { "type": "string" }, "chosen_suffix": { "type": "string" }, "chosen_title": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "dob": { "type": "string", "format": "date" }, "electronic_communication_consent_accepted": { "type": "string" }, "electronic_communication_consent_accepted_at": { "type": "string" }, "email": { "type": "string" }, "engaged": { "type": "boolean" }, "external_link_id": { "type": "string" }, "first_name": { "type": "string" }, "gender": { "type": "string" }, "gender_identity": { "type": "string" }, "gender_other": { "type": "string" }, "health_insurance_group_id": { "type": "string" }, "health_insurance_member_id": { "type": "string" }, "health_insurance_payer_id": { "type": "string" }, "health_insurance_payer_name": { "type": "string" }, "hipaa_authorization_accepted": { "type": "boolean" }, "hipaa_authorization_accepted_at": { "type": "string", "format": "date-time" }, "import_id": { "type": "string" }, "import_source": { "type": "string" }, "joined_practice_date": { "type": "string", "format": "date" }, "last_engagement_date": { "type": "string", "format": "date" }, "last_name": { "type": "string" }, "lead_source_other": { "type": "string" }, "master_record_sponsor": { "type": "string" }, "membership_status": { "type": "string" }, "middle_name": { "type": "string" }, "name": { "type": "string" }, "patient_agreement_accepted": { "type": "boolean" }, "patient_agreement_accepted_at": { "type": "string", "format": "date-time" }, "preferred_language": { "type": "string" }, "pronouns": { "type": "string" }, "provider_web_link": { "type": "string" }, "sex": { "type": "string" }, "suffix": { "type": "string" }, "terms_accepted": { "type": "boolean" }, "terms_accepted_at": { "type": "string", "format": "date-time" }, "updated_at": { "type": "string", "format": "date-time" }, "uses_tobacco": { "type": "boolean" }, "lead_source": { "$ref": "#/components/schemas/Public.LeadSourceBlueprint_one" }, "phones": { "$ref": "#/components/schemas/Public.PhoneBlueprint_leaf" }, "sponsorships": { "$ref": "#/components/schemas/Public.CompanySponsorshipBlueprint_for_patient" } } }