InvoiceInsuranceDetails
Invoice snapshot: insurer details stored on the invoice. Populated from the patient's INSURER relationship matching accountId at invoice creation.
type InvoiceInsuranceDetails {
name: String
registrationNumber: String
authorizationCode: String
healthcodeIdentifier: String
}
Fields
InvoiceInsuranceDetails.name ● String scalar
Invoice snapshot: insurer or payor name.
InvoiceInsuranceDetails.registrationNumber ● String scalar
Invoice snapshot: patient insurance registration or policy number (Healthcode RegistrationNo / policy number).
InvoiceInsuranceDetails.authorizationCode ● String scalar
Invoice snapshot: pre-authorisation or authorisation code from the insurer relationship at invoice creation.
InvoiceInsuranceDetails.healthcodeIdentifier ● String scalar
Current data: Healthcode insurer identifier from the live contact record for accountId.
Member Of
Invoice object