Hint Health · Schema

Public.PatientBlueprint_all

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans
View JSON Schema on GitHub

JSON Schema

public-patientblueprint_all.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/public-patientblueprint_all",
  "title": "Public.PatientBlueprint_all",
  "type": "array",
  "items": {
    "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"
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/public-patientblueprint_all"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.