PlaceOfService
Alternative ID numbers for a provider
Fields
Used By
Definition
"""Alternative ID numbers for a provider"""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}