OBJECT
Location
A location
link GraphQL Schema definition
- type Location {
- # The city of the address
- String :
- # The Country Code of the address
- String :
- # Pagination cursor
- Cursor! :
- # The unique identifier of the location
- ID! :
- # The first line of the address
- String :
- # The second line of the address
- String :
- # The name of the location
- String :
- # The NPI of the location
- String :
- # The Other ID of the location
- String :
- # The Other ID Qualification of the location
- String :
- # The place of service associated with this location
- PlaceOfService :
- # The place of service id of the location
- String :
- # The state of the address (Uses the 2 letter abbreviation if in US)
- String :
- # The location condensed to a single line
- String :
- # Owner of this location
- User :
- # The ID of the user
- String :
- # The zip/postal code of the address
- String :
- }
link Require by
- Cms1500A CMS1500 claim
- createLocationPayloadAutogenerated return type of createLocation.
- deleteLocationPayloadAutogenerated return type of deleteLocation.
- InsurancePlanAn Insurance Plan
- OrganizationAn organization, that is an umbrella group for multiple providers
- OrganizationInfoSpecific information for an organization
- PolicyA policy
- QueryThe query root of this schema. See available queries.
- ReferringPhysiciana referring physician
- SuperBillSuperBill
- updateLocationPayloadAutogenerated return type of updateLocation.
- UserAn user entry, returns basic user information