OBJECT
OtherIdNumber
Alternative ID numbers for a provider
link GraphQL Schema definition
- type OtherIdNumber {
- ID! :
- # The label to use for the other id
- String :
- # The associated organization
- Organization :
- # The ID of the associated organization
- String :
- # The other id
- String :
- # The other ID qualifier (what type of ID it is)
- String :
- # The associated user
- User @deprecated( reason: "You never need to query the user of the other_id" ) :
- # The ID of the associated user
- String :
- }