EVENT: financial.support.status

ENDPOINT: POST /v1/patients/{patientId}/event

TheΒ financial.support.status event updates the patient’s financial support status in the RxWare system.

Financial support includes things like Patient Assistance Programs (PAP), Prior Authorizations, and Copay Cards.

Possible values in the text field:

Text Field ValueDescription
coPayMemberMember Number for Copay Savings Card
coPayBinNumberBIN Number for Copay Savings Card
pharmacyphonePharmacy Phone Number for Copay Savings Card
paProcessPrior Authorization In Process
approvedPatient Assistance Program or Copay Card is Approved
papInvitePatient Has Been Invited to the Patient Assistance Program
papInfoMissingMissing Patient Info for the Patient Assistance Program
papApprovedPatient Assistance Program Approved
papDeniedPatient Assistance Program Denied
papProcessPatient Assistance Program Application In Process

Example code to notate that a patient has a Prior Authorization in process using the paProcess text field value:

				
					{
  "status": {
    "name": "financial.support.status",
    "text": "paProcess"
  },
  "phoneNumber": "{{test-user-phone-number}}",
  "externalId": "{{test-user-external-user-id}}",
  "supportProgramId": "{{partners-support-program-id}}"
}
				
			
EVENT: financial.support.status
Skip to content