Hint Health · Schema

Public.MembershipContractBlueprint_one

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
id string
end_date string
memo string
start_date string
View JSON Schema on GitHub

JSON Schema

public-membershipcontractblueprint_one.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/public-membershipcontractblueprint_one",
  "title": "Public.MembershipContractBlueprint_one",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "end_date": {
      "type": "string",
      "format": "date"
    },
    "memo": {
      "type": "string"
    },
    "start_date": {
      "type": "string",
      "format": "date"
    }
  }
}