ClaimPatient
Frozen patient data from a submitted claim snapshot
Fields
first_name
· String · First name location
· ClaimLocation · Patient address at time of submission Used By
Definition
"""Frozen patient data from a submitted claim snapshot"""type ClaimPatient { """ Date of birth """ dob: String
""" First name """ first_name: String
""" Full name """ full_name: String
""" Patient ID """ id: ID
""" Last name """ last_name: String
""" Patient address at time of submission """ location: ClaimLocation
""" Biological sex (CMS-1500 Box 3) """ sex: String}