Skip to content

ClaimPlaceOfService

Frozen place of service data from a submitted claim snapshot

Fields

code · String · Place of service code
id · ID · Place of service ID
name · String · Place of service name

Used By

Definition

"""
Frozen place of service data from a submitted claim snapshot
"""
type ClaimPlaceOfService {
"""
Place of service code
"""
code: String
"""
Place of service ID
"""
id: ID
"""
Place of service name
"""
name: String
}