OBJECT

PlaceOfService

Alternative ID numbers for a provider

link GraphQL Schema definition

  • type PlaceOfService {
  • # The code for the place of service
  • code: String
  • # A combined name and code string, correctly formatted
  • code_name: String
  • # The unique identifier of the place of service
  • id: ID!
  • # The name of the place of service
  • name: String
  • }