Skip to content

ClaimOtherIdNumber

Frozen other ID number data from a submitted claim snapshot

Fields

id · ID · Other ID number ID
label · String · Display label for the other ID
other_id · String · Other ID
other_id_qualifier · String · Other ID qualifier

Used By

Definition

"""
Frozen other ID number data from a submitted claim snapshot
"""
type ClaimOtherIdNumber {
"""
Other ID number ID
"""
id: ID
"""
Display label for the other ID
"""
label: String
"""
Other ID
"""
other_id: String
"""
Other ID qualifier
"""
other_id_qualifier: String
}