OBJECT
InsuranceAuthorizationType
An insurance authorization
link GraphQL Schema definition
- type InsuranceAuthorizationType {
- # The authorization number
- String :
- # Chart info for the insurance authorization
- InsuranceAuthorizationChartType :
- # The day that visits authorized by the insurance company have no effect
- String :
- # The unique identifier of the authorization
- ID! :
- # The day that visits authorized by the insurance company take effect
- String :
- # The amount of units left
- String :
- # The amount of units authorized by the insurance company
- String :
- # The amount of units left
- String :
- # Most units/hours allowed per visit
- String :
- # The amount of units used by the client
- String :
- # Most recent date authorization was updated
- String :
- # The ID of the user for whom the authorization was created
- ID :
- # The amount of units authorized by the insurance company
- String @deprecated( reason: "Use units_authorized instead" ) :
- # The amount of units left
- String @deprecated( reason: "Use units_left instead" ) :
- # The amount of units used by the client
- String @deprecated( reason: "Use units_used instead" ) :
- }
link Require by
- createInsuranceAuthorizationPayloadAutogenerated return type of createInsuranceAuthorization.
- deleteInsuranceAuthorizationPayloadAutogenerated return type of deleteInsuranceAuthorization.
- PolicyA policy
- QueryThe query root of this schema. See available queries.
- updateInsuranceAuthorizationPayloadAutogenerated return type of updateInsuranceAuthorization.
- UserAn user entry, returns basic user information