Hint Health · Example Payload

Socialsecuritynumber Showsocialsecuritynumber Response 200

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Socialsecuritynumber Showsocialsecuritynumber 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

Raw ↑
{
  "operationId": "SocialSecurityNumber.ShowSocialSecurityNumber",
  "method": "GET",
  "path": "/provider/patients/{patient_id}/social_security_number",
  "status": "200",
  "mediaType": "application/json",
  "example": {
    "formatted_number": "808-56-1234",
    "number": "808561234"
  }
}