Hint Health · Schema

Public.PatientBlueprint_one

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
email 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
account object
company object
emergency_contact object
external_records object
known_practice object
lead_source object
location object
location_group object
membership_members object
memberships object
merged_into object
phones object
practitioner object
practitioner_group object
sponsorships object
ssn object
View JSON Schema on GitHub

JSON Schema

public-patientblueprint_one.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/public-patientblueprint_one",
  "title": "Public.PatientBlueprint_one",
  "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"
    },
    "account": {
      "$ref": "#/components/schemas/Public.PatientBlueprint_account"
    },
    "company": {
      "$ref": "#/components/schemas/Public.CompanyBlueprint_leaf"
    },
    "emergency_contact": {
      "$ref": "#/components/schemas/Common.EmergencyContactBlueprint_shared"
    },
    "external_records": {
      "$ref": "#/components/schemas/Public.ExternalRecordBlueprint_min"
    },
    "known_practice": {
      "$ref": "#/components/schemas/Public.KnownPracticeBlueprint_min"
    },
    "lead_source": {
      "$ref": "#/components/schemas/Public.LeadSourceBlueprint_one"
    },
    "location": {
      "$ref": "#/components/schemas/Public.LocationBlueprint_one"
    },
    "location_group": {
      "$ref": "#/components/schemas/Public.LocationGroupBlueprint_leaf"
    },
    "membership_members": {
      "$ref": "#/components/schemas/Public.MembershipMemberBlueprint_for_patient"
    },
    "memberships": {
      "$ref": "#/components/schemas/Public.MembershipPatientBlueprint_one"
    },
    "merged_into": {
      "$ref": "#/components/schemas/Public.PatientBlueprint_min"
    },
    "phones": {
      "$ref": "#/components/schemas/Public.PhoneBlueprint_leaf"
    },
    "practitioner": {
      "$ref": "#/components/schemas/Public.PractitionerBlueprint_one"
    },
    "practitioner_group": {
      "$ref": "#/components/schemas/Public.LocationGroupBlueprint_leaf"
    },
    "sponsorships": {
      "$ref": "#/components/schemas/Public.CompanySponsorshipBlueprint_for_patient"
    },
    "ssn": {
      "$ref": "#/components/schemas/Common.SocialSecurityNumberBlueprint_masked"
    }
  }
}