Skip to content

PlaceOfService

Alternative ID numbers for a provider

Fields

code · String · The code for the place of service
code_name · String · A combined name and code string, correctly formatted
id · ID! · required · The unique identifier of the place of service
name · String · The name of the place of service

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
}