Hint Health · Schema

Public.CompanySponsorshipBlueprint_for_patient

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
id string
external_id string
is_subscriber boolean
type string
company object
family object
View JSON Schema on GitHub

JSON Schema

public-companysponsorshipblueprint_for_patient.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/public-companysponsorshipblueprint_for_patient",
  "title": "Public.CompanySponsorshipBlueprint_for_patient",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "external_id": {
      "type": "string"
    },
    "is_subscriber": {
      "type": "boolean"
    },
    "type": {
      "type": "string"
    },
    "company": {
      "$ref": "#/components/schemas/Public.CompanyBlueprint_leaf"
    },
    "family": {
      "$ref": "#/components/schemas/Public.CompanyAccountBlueprint_min"
    }
  }
}