Hint Health · Example Payload
Membershipmember Showmembershipmember Response 200
Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans
Membershipmember Showmembershipmember Response 200 is an example object payload from Hint Health, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
operationIdmethodpathstatusmediaTypeexample
Example Payload
{
"operationId": "MembershipMember.ShowMembershipMember",
"method": "GET",
"path": "/provider/memberships/{membership_id}/members/{id}",
"status": "200",
"mediaType": "application/json",
"example": {
"id": "mp-ab12C345DeF6",
"member_type": "spouse",
"status": "unpaid",
"fixed_period_rate_in_cents": null,
"list_price_in_cents": null,
"period_rate_in_cents": null,
"revenue_in_cents": null,
"start_date": "2017-02-05",
"end_date": null,
"patient": {
"id": "pat-ab12C345DeF6",
"address_city": "New York",
"address_country": "United States",
"address_line1": "157 E Houston St",
"address_line2": "Suite 2402",
"address_state": "NY",
"address_zip": "10002",
"age": 65,
"chosen_first_name": null,
"chosen_last_name": null,
"chosen_middle_name": null,
"chosen_suffix": null,
"chosen_title": null,
"created_at": "2017-02-05T06:23:00.000000-08:00",
"dob": "1952-01-01",
"electronic_communication_consent_accepted": true,
"electronic_communication_consent_accepted_at": "2017-01-29T06:23:00.000000-08:00",
"email": "bass_man@bumblebeeinc.com",
"engaged": false,
"external_link_id": null,
"first_name": "Gordon",
"gender": "male",
"gender_identity": "man",
"gender_other": null,
"health_insurance_group_id": "12345",
"health_insurance_member_id": "A22222222",
"health_insurance_payer_id": "00039",
"health_insurance_payer_name": "Anthem Blue Cross California",
"hipaa_authorization_accepted": true,
"hipaa_authorization_accepted_at": "2017-01-29T06:23:00.000000-08:00",
"import_id": null,
"import_source": null,
"joined_practice_date": "2017-02-05",
"last_engagement_date": null,
"last_name": "Sumner",
"lead_source_other": "Downtown marketing event",
"master_record_sponsor": null,
"membership_status": "unpaid",
"middle_name": "Thomas",
"name": "Gordon Thomas Sumner",
"patient_agreement_accepted": false,
"patient_agreement_accepted_at": null,
"preferred_language": "en",
"pronouns": null,
"provider_web_link": "https://app.hint.com/patients/pat-ab12C345DeF6",
"sex": "male",
"suffix": null,
"terms_accepted": false,
"terms_accepted_at": null,
"updated_at": "2017-02-05T06:23:00.000000-08:00",
"uses_tobacco": false,
"lead_source": {
"id": "lds-ab12C345DeF6",
"name": "Other",
"created_at": "2017-02-05T06:23:00.000000-08:00",
"updated_at": "2017-02-05T06:23:00.000000-08:00"
},
"phones": [],
"sponsorships": [
{
"id": "creg-ab12C345DeF6",
"external_id": "ext_id_from_another_system012345",
"is_subscriber": true,
"type": "spouse",
"company": {
"id": "com-ab12C345DeF6",
"name": "Schmoogle Inc."
},
"family": {
"id": "cac-ab12C345DeF6"
}
}
],
"integration_error_message": null,
"integration_last_synced_at": null,
"integration_record_id": null,
"integration_sync_status": "enabled",
"integration_web_link": null
}
}
}