Hint Health · Schema
Public.PatientBlueprint_leaf
Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans
Properties
| Name | Type | Description |
|---|---|---|
| id | string | |
| address_city | string | |
| address_country | string | |
| address_line1 | string | |
| address_line2 | string | |
| address_state | string | |
| address_zip | string | |
| age | string | |
| chosen_first_name | string | |
| chosen_last_name | string | |
| chosen_middle_name | string | |
| chosen_suffix | string | |
| chosen_title | string | |
| created_at | string | |
| dob | string | |
| electronic_communication_consent_accepted | string | |
| electronic_communication_consent_accepted_at | string | |
| string | ||
| engaged | boolean | |
| external_link_id | string | |
| first_name | string | |
| gender | string | |
| gender_identity | string | |
| gender_other | string | |
| health_insurance_group_id | string | |
| health_insurance_member_id | string | |
| health_insurance_payer_id | string | |
| health_insurance_payer_name | string | |
| hipaa_authorization_accepted | boolean | |
| hipaa_authorization_accepted_at | string | |
| import_id | string | |
| import_source | string | |
| joined_practice_date | string | |
| last_engagement_date | string | |
| last_name | string | |
| lead_source_other | string | |
| master_record_sponsor | string | |
| membership_status | string | |
| middle_name | string | |
| name | string | |
| patient_agreement_accepted | boolean | |
| patient_agreement_accepted_at | string | |
| preferred_language | string | |
| pronouns | string | |
| provider_web_link | string | |
| sex | string | |
| suffix | string | |
| terms_accepted | boolean | |
| terms_accepted_at | string | |
| updated_at | string | |
| uses_tobacco | boolean | |
| lead_source | object | |
| phones | object | |
| sponsorships | object |
JSON Schema
{
"$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"
}
}
}