rxfoundry.clients.swifty-api 0.1.1019__tar.gz → 0.1.1021__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (211) hide show
  1. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/PKG-INFO +1 -1
  2. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/pyproject.toml +1 -1
  3. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/api/prescription_api.py +8 -7
  4. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/prescription_status_type.py +1 -1
  5. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry.clients.swifty_api.egg-info/PKG-INFO +1 -1
  6. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/setup.py +2 -2
  7. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/README.md +0 -0
  8. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/__init__.py +0 -0
  9. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/__init__.py +0 -0
  10. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/__init__.py +0 -0
  11. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/api/__init__.py +0 -0
  12. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/api/async_api.py +0 -0
  13. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/api/code_api.py +0 -0
  14. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/api/default_api.py +0 -0
  15. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/api/fax_api.py +0 -0
  16. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/api/medication_api.py +0 -0
  17. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/api/patient_api.py +0 -0
  18. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/api/pharmacist_api.py +0 -0
  19. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/api/pharmacy_api.py +0 -0
  20. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/api/prescriber_api.py +0 -0
  21. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/api/task_api.py +0 -0
  22. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/api/tasks_api.py +0 -0
  23. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/api/token_api.py +0 -0
  24. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/api/user_api.py +0 -0
  25. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/api/validation_api.py +0 -0
  26. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/api/version_api.py +0 -0
  27. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/api/virtual_pharmacy_api.py +0 -0
  28. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/api/workflow_api.py +0 -0
  29. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/api_client.py +0 -0
  30. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/api_response.py +0 -0
  31. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/configuration.py +0 -0
  32. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/exceptions.py +0 -0
  33. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/__init__.py +0 -0
  34. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/address.py +0 -0
  35. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/asynchronous_response.py +0 -0
  36. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/code.py +0 -0
  37. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/code_qualifier_code.py +0 -0
  38. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/code_type.py +0 -0
  39. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/create_patient_request.py +0 -0
  40. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/error_message.py +0 -0
  41. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/fax.py +0 -0
  42. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/formulary.py +0 -0
  43. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/insurance.py +0 -0
  44. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/medication.py +0 -0
  45. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/medication_instruction.py +0 -0
  46. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/medication_program_pricing.py +0 -0
  47. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/medication_ref.py +0 -0
  48. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/medication_variant.py +0 -0
  49. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/patient.py +0 -0
  50. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/patient_activity_data.py +0 -0
  51. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/patient_activity_message.py +0 -0
  52. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/patient_activity_notification.py +0 -0
  53. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/patient_activity_notification_activity_data.py +0 -0
  54. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/patient_address_activity_notification.py +0 -0
  55. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/patient_address_data.py +0 -0
  56. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/patient_allergy.py +0 -0
  57. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/patient_condition.py +0 -0
  58. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/patient_data.py +0 -0
  59. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/patient_external_identifier.py +0 -0
  60. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/patient_health_profile_data.py +0 -0
  61. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/patient_insurance.py +0 -0
  62. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/patient_insurance_data.py +0 -0
  63. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/patient_medication.py +0 -0
  64. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/patient_name.py +0 -0
  65. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/patient_name_data.py +0 -0
  66. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/patient_phone_number.py +0 -0
  67. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/patient_phone_number_data.py +0 -0
  68. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/patient_task.py +0 -0
  69. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/patient_task_status.py +0 -0
  70. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/patient_task_type.py +0 -0
  71. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/pharmacist.py +0 -0
  72. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/pharmacy.py +0 -0
  73. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/pharmacy_chain.py +0 -0
  74. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/pharmacy_other_identifier.py +0 -0
  75. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/pharmacy_program_pricing.py +0 -0
  76. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/prescriber.py +0 -0
  77. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/prescription.py +0 -0
  78. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/prescription_change_request.py +0 -0
  79. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/prescription_change_request_and_response.py +0 -0
  80. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/prescription_change_request_response.py +0 -0
  81. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/prescription_data.py +0 -0
  82. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/prescription_issue.py +0 -0
  83. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/prescription_message.py +0 -0
  84. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/prescription_message_task.py +0 -0
  85. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/prescription_message_task_status.py +0 -0
  86. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/prescription_message_task_type.py +0 -0
  87. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/prescription_message_type.py +0 -0
  88. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/prescription_patch.py +0 -0
  89. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/prescription_task.py +0 -0
  90. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/prescription_task_status.py +0 -0
  91. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/prescription_task_type.py +0 -0
  92. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/prescription_transfer_request.py +0 -0
  93. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/prescription_transfer_request_and_response.py +0 -0
  94. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/prescription_transfer_request_response.py +0 -0
  95. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/prescription_verification.py +0 -0
  96. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/pricing_program.py +0 -0
  97. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/status_type.py +0 -0
  98. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/surescripts_message.py +0 -0
  99. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/token.py +0 -0
  100. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/user.py +0 -0
  101. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/version.py +0 -0
  102. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/virtual_pharmacy.py +0 -0
  103. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/workflow.py +0 -0
  104. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/workflow_request.py +0 -0
  105. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/workflow_sub_task.py +0 -0
  106. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/workflow_sub_task_sub_task.py +0 -0
  107. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/workflow_task.py +0 -0
  108. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/workflow_task_task.py +0 -0
  109. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/models/workflow_type.py +0 -0
  110. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/py.typed +0 -0
  111. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry/clients/swifty_api/rest.py +0 -0
  112. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry.clients.swifty_api.egg-info/SOURCES.txt +0 -0
  113. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry.clients.swifty_api.egg-info/dependency_links.txt +0 -0
  114. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry.clients.swifty_api.egg-info/requires.txt +0 -0
  115. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/rxfoundry.clients.swifty_api.egg-info/top_level.txt +0 -0
  116. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/setup.cfg +0 -0
  117. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_address.py +0 -0
  118. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_async_api.py +0 -0
  119. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_asynchronous_response.py +0 -0
  120. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_code.py +0 -0
  121. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_code_api.py +0 -0
  122. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_code_qualifier_code.py +0 -0
  123. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_code_type.py +0 -0
  124. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_create_patient_request.py +0 -0
  125. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_default_api.py +0 -0
  126. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_error_message.py +0 -0
  127. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_fax.py +0 -0
  128. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_fax_api.py +0 -0
  129. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_formulary.py +0 -0
  130. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_insurance.py +0 -0
  131. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_medication.py +0 -0
  132. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_medication_api.py +0 -0
  133. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_medication_instruction.py +0 -0
  134. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_medication_program_pricing.py +0 -0
  135. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_medication_ref.py +0 -0
  136. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_medication_variant.py +0 -0
  137. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_patient.py +0 -0
  138. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_patient_activity_data.py +0 -0
  139. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_patient_activity_message.py +0 -0
  140. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_patient_activity_notification.py +0 -0
  141. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_patient_activity_notification_activity_data.py +0 -0
  142. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_patient_address_activity_notification.py +0 -0
  143. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_patient_address_data.py +0 -0
  144. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_patient_allergy.py +0 -0
  145. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_patient_api.py +0 -0
  146. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_patient_condition.py +0 -0
  147. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_patient_data.py +0 -0
  148. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_patient_external_identifier.py +0 -0
  149. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_patient_health_profile_data.py +0 -0
  150. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_patient_insurance.py +0 -0
  151. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_patient_insurance_data.py +0 -0
  152. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_patient_medication.py +0 -0
  153. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_patient_name.py +0 -0
  154. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_patient_name_data.py +0 -0
  155. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_patient_phone_number.py +0 -0
  156. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_patient_phone_number_data.py +0 -0
  157. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_patient_task.py +0 -0
  158. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_patient_task_status.py +0 -0
  159. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_patient_task_type.py +0 -0
  160. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_pharmacist.py +0 -0
  161. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_pharmacist_api.py +0 -0
  162. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_pharmacy.py +0 -0
  163. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_pharmacy_api.py +0 -0
  164. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_pharmacy_chain.py +0 -0
  165. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_pharmacy_other_identifier.py +0 -0
  166. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_pharmacy_program_pricing.py +0 -0
  167. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_prescriber.py +0 -0
  168. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_prescriber_api.py +0 -0
  169. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_prescription.py +0 -0
  170. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_prescription_api.py +0 -0
  171. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_prescription_change_request.py +0 -0
  172. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_prescription_change_request_and_response.py +0 -0
  173. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_prescription_change_request_response.py +0 -0
  174. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_prescription_data.py +0 -0
  175. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_prescription_issue.py +0 -0
  176. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_prescription_message.py +0 -0
  177. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_prescription_message_task.py +0 -0
  178. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_prescription_message_task_status.py +0 -0
  179. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_prescription_message_task_type.py +0 -0
  180. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_prescription_message_type.py +0 -0
  181. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_prescription_patch.py +0 -0
  182. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_prescription_status_type.py +0 -0
  183. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_prescription_task.py +0 -0
  184. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_prescription_task_status.py +0 -0
  185. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_prescription_task_type.py +0 -0
  186. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_prescription_transfer_request.py +0 -0
  187. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_prescription_transfer_request_and_response.py +0 -0
  188. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_prescription_transfer_request_response.py +0 -0
  189. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_prescription_verification.py +0 -0
  190. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_pricing_program.py +0 -0
  191. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_status_type.py +0 -0
  192. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_surescripts_message.py +0 -0
  193. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_task_api.py +0 -0
  194. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_tasks_api.py +0 -0
  195. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_token.py +0 -0
  196. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_token_api.py +0 -0
  197. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_user.py +0 -0
  198. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_user_api.py +0 -0
  199. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_validation_api.py +0 -0
  200. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_version.py +0 -0
  201. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_version_api.py +0 -0
  202. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_virtual_pharmacy.py +0 -0
  203. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_virtual_pharmacy_api.py +0 -0
  204. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_workflow.py +0 -0
  205. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_workflow_api.py +0 -0
  206. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_workflow_request.py +0 -0
  207. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_workflow_sub_task.py +0 -0
  208. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_workflow_sub_task_sub_task.py +0 -0
  209. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_workflow_task.py +0 -0
  210. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_workflow_task_task.py +0 -0
  211. {rxfoundry_clients_swifty_api-0.1.1019 → rxfoundry_clients_swifty_api-0.1.1021}/test/test_workflow_type.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rxfoundry.clients.swifty-api
3
- Version: 0.1.1019
3
+ Version: 0.1.1021
4
4
  Summary: SwiftyRX API
5
5
  Home-page:
6
6
  Author: RxFoundry Team
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "rxfoundry.clients.swifty_api"
3
- version = "0.1.1019"
3
+ version = "0.1.1021"
4
4
  description = "SwiftyRX API"
5
5
  authors = ["RxFoundry Team <paul.tindall@rxfoundry.com>"]
6
6
  license = "NoLicense"
@@ -1987,7 +1987,7 @@ class PrescriptionApi:
1987
1987
  prescriber_uuid: Annotated[Optional[StrictStr], Field(description="Filter prescriptions by prescriber UUID")] = None,
1988
1988
  medication_uuid: Annotated[Optional[StrictStr], Field(description="Filter prescriptions by medication UUID")] = None,
1989
1989
  extra_filter: Annotated[Optional[List[StrictStr]], Field(description="Filter prescriptions by flags: - `needs_pv0` - needs pv0 verification. pv0 is a review that is meant to approximate a pv1 review. It is not a standard board of pharmacy workflow step. - `needs_pv1` - needs pv1 verification. pv1 is a review to ensure the prescription is accurate and that there are no adverse effects for the patient to take the medication based upon data provided by the patient (current medications, pregnacy status, allergies, current conditions). This is a standard board of pharmacy prescription workflow step. - `needs_pv2` - needs pv2 verification. pv2 is a final review to make sure the right medication has been dispensed to the patient in the correct quantity. This is a standard board of pharmacy prescription workflow step. - `patient_not_registered` - prescription has no registered patient - `has_open_issues` - issues have been flagged for the prescription that need to be reviewed - `has_pv0` - prescription has been verified at pv0 level - `has_pv1` - prescription has been verified at pv1 level - `has_pv2` - prescription has been verified at pv2 level - `patient_registered' - patient has been registered with the pharmacy - `notified` - a notification has been sent to the patient portal for this prescription - `not_notified` - a notification has not been sent to the patient portal for this prescription - `on_formulary` - prescription is on the formulary for the virtual pharmacy - `not_on_formulary` - prescription is not on the formulary for the virtual pharmacy - `transferred` - the prescription has been transferred to a dispensing pharmacy - `not_transferred` - the prescription has not been transferred to a dispensing pharmacy - `transfer_requested` - the prescription has been requested to be transferred to a dispensing pharmacy, but has not yet transferred - `open_change_request` - a change request has been requested for this prescription, but has not yet completed - `approved_change_request` - the most recent change request has been approved for this prescription - `denied_change_request` - the most recent change request has been denied for this prescription ")] = None,
1990
- status_filter: Optional[PrescriptionStatusType] = None,
1990
+ status_filter: Optional[List[PrescriptionStatusType]] = None,
1991
1991
  page: Optional[StrictInt] = None,
1992
1992
  results_per_page: Optional[StrictInt] = None,
1993
1993
  _request_timeout: Union[
@@ -2021,7 +2021,7 @@ class PrescriptionApi:
2021
2021
  :param extra_filter: Filter prescriptions by flags: - `needs_pv0` - needs pv0 verification. pv0 is a review that is meant to approximate a pv1 review. It is not a standard board of pharmacy workflow step. - `needs_pv1` - needs pv1 verification. pv1 is a review to ensure the prescription is accurate and that there are no adverse effects for the patient to take the medication based upon data provided by the patient (current medications, pregnacy status, allergies, current conditions). This is a standard board of pharmacy prescription workflow step. - `needs_pv2` - needs pv2 verification. pv2 is a final review to make sure the right medication has been dispensed to the patient in the correct quantity. This is a standard board of pharmacy prescription workflow step. - `patient_not_registered` - prescription has no registered patient - `has_open_issues` - issues have been flagged for the prescription that need to be reviewed - `has_pv0` - prescription has been verified at pv0 level - `has_pv1` - prescription has been verified at pv1 level - `has_pv2` - prescription has been verified at pv2 level - `patient_registered' - patient has been registered with the pharmacy - `notified` - a notification has been sent to the patient portal for this prescription - `not_notified` - a notification has not been sent to the patient portal for this prescription - `on_formulary` - prescription is on the formulary for the virtual pharmacy - `not_on_formulary` - prescription is not on the formulary for the virtual pharmacy - `transferred` - the prescription has been transferred to a dispensing pharmacy - `not_transferred` - the prescription has not been transferred to a dispensing pharmacy - `transfer_requested` - the prescription has been requested to be transferred to a dispensing pharmacy, but has not yet transferred - `open_change_request` - a change request has been requested for this prescription, but has not yet completed - `approved_change_request` - the most recent change request has been approved for this prescription - `denied_change_request` - the most recent change request has been denied for this prescription
2022
2022
  :type extra_filter: List[str]
2023
2023
  :param status_filter:
2024
- :type status_filter: PrescriptionStatusType
2024
+ :type status_filter: List[PrescriptionStatusType]
2025
2025
  :param page:
2026
2026
  :type page: int
2027
2027
  :param results_per_page:
@@ -2090,7 +2090,7 @@ class PrescriptionApi:
2090
2090
  prescriber_uuid: Annotated[Optional[StrictStr], Field(description="Filter prescriptions by prescriber UUID")] = None,
2091
2091
  medication_uuid: Annotated[Optional[StrictStr], Field(description="Filter prescriptions by medication UUID")] = None,
2092
2092
  extra_filter: Annotated[Optional[List[StrictStr]], Field(description="Filter prescriptions by flags: - `needs_pv0` - needs pv0 verification. pv0 is a review that is meant to approximate a pv1 review. It is not a standard board of pharmacy workflow step. - `needs_pv1` - needs pv1 verification. pv1 is a review to ensure the prescription is accurate and that there are no adverse effects for the patient to take the medication based upon data provided by the patient (current medications, pregnacy status, allergies, current conditions). This is a standard board of pharmacy prescription workflow step. - `needs_pv2` - needs pv2 verification. pv2 is a final review to make sure the right medication has been dispensed to the patient in the correct quantity. This is a standard board of pharmacy prescription workflow step. - `patient_not_registered` - prescription has no registered patient - `has_open_issues` - issues have been flagged for the prescription that need to be reviewed - `has_pv0` - prescription has been verified at pv0 level - `has_pv1` - prescription has been verified at pv1 level - `has_pv2` - prescription has been verified at pv2 level - `patient_registered' - patient has been registered with the pharmacy - `notified` - a notification has been sent to the patient portal for this prescription - `not_notified` - a notification has not been sent to the patient portal for this prescription - `on_formulary` - prescription is on the formulary for the virtual pharmacy - `not_on_formulary` - prescription is not on the formulary for the virtual pharmacy - `transferred` - the prescription has been transferred to a dispensing pharmacy - `not_transferred` - the prescription has not been transferred to a dispensing pharmacy - `transfer_requested` - the prescription has been requested to be transferred to a dispensing pharmacy, but has not yet transferred - `open_change_request` - a change request has been requested for this prescription, but has not yet completed - `approved_change_request` - the most recent change request has been approved for this prescription - `denied_change_request` - the most recent change request has been denied for this prescription ")] = None,
2093
- status_filter: Optional[PrescriptionStatusType] = None,
2093
+ status_filter: Optional[List[PrescriptionStatusType]] = None,
2094
2094
  page: Optional[StrictInt] = None,
2095
2095
  results_per_page: Optional[StrictInt] = None,
2096
2096
  _request_timeout: Union[
@@ -2124,7 +2124,7 @@ class PrescriptionApi:
2124
2124
  :param extra_filter: Filter prescriptions by flags: - `needs_pv0` - needs pv0 verification. pv0 is a review that is meant to approximate a pv1 review. It is not a standard board of pharmacy workflow step. - `needs_pv1` - needs pv1 verification. pv1 is a review to ensure the prescription is accurate and that there are no adverse effects for the patient to take the medication based upon data provided by the patient (current medications, pregnacy status, allergies, current conditions). This is a standard board of pharmacy prescription workflow step. - `needs_pv2` - needs pv2 verification. pv2 is a final review to make sure the right medication has been dispensed to the patient in the correct quantity. This is a standard board of pharmacy prescription workflow step. - `patient_not_registered` - prescription has no registered patient - `has_open_issues` - issues have been flagged for the prescription that need to be reviewed - `has_pv0` - prescription has been verified at pv0 level - `has_pv1` - prescription has been verified at pv1 level - `has_pv2` - prescription has been verified at pv2 level - `patient_registered' - patient has been registered with the pharmacy - `notified` - a notification has been sent to the patient portal for this prescription - `not_notified` - a notification has not been sent to the patient portal for this prescription - `on_formulary` - prescription is on the formulary for the virtual pharmacy - `not_on_formulary` - prescription is not on the formulary for the virtual pharmacy - `transferred` - the prescription has been transferred to a dispensing pharmacy - `not_transferred` - the prescription has not been transferred to a dispensing pharmacy - `transfer_requested` - the prescription has been requested to be transferred to a dispensing pharmacy, but has not yet transferred - `open_change_request` - a change request has been requested for this prescription, but has not yet completed - `approved_change_request` - the most recent change request has been approved for this prescription - `denied_change_request` - the most recent change request has been denied for this prescription
2125
2125
  :type extra_filter: List[str]
2126
2126
  :param status_filter:
2127
- :type status_filter: PrescriptionStatusType
2127
+ :type status_filter: List[PrescriptionStatusType]
2128
2128
  :param page:
2129
2129
  :type page: int
2130
2130
  :param results_per_page:
@@ -2193,7 +2193,7 @@ class PrescriptionApi:
2193
2193
  prescriber_uuid: Annotated[Optional[StrictStr], Field(description="Filter prescriptions by prescriber UUID")] = None,
2194
2194
  medication_uuid: Annotated[Optional[StrictStr], Field(description="Filter prescriptions by medication UUID")] = None,
2195
2195
  extra_filter: Annotated[Optional[List[StrictStr]], Field(description="Filter prescriptions by flags: - `needs_pv0` - needs pv0 verification. pv0 is a review that is meant to approximate a pv1 review. It is not a standard board of pharmacy workflow step. - `needs_pv1` - needs pv1 verification. pv1 is a review to ensure the prescription is accurate and that there are no adverse effects for the patient to take the medication based upon data provided by the patient (current medications, pregnacy status, allergies, current conditions). This is a standard board of pharmacy prescription workflow step. - `needs_pv2` - needs pv2 verification. pv2 is a final review to make sure the right medication has been dispensed to the patient in the correct quantity. This is a standard board of pharmacy prescription workflow step. - `patient_not_registered` - prescription has no registered patient - `has_open_issues` - issues have been flagged for the prescription that need to be reviewed - `has_pv0` - prescription has been verified at pv0 level - `has_pv1` - prescription has been verified at pv1 level - `has_pv2` - prescription has been verified at pv2 level - `patient_registered' - patient has been registered with the pharmacy - `notified` - a notification has been sent to the patient portal for this prescription - `not_notified` - a notification has not been sent to the patient portal for this prescription - `on_formulary` - prescription is on the formulary for the virtual pharmacy - `not_on_formulary` - prescription is not on the formulary for the virtual pharmacy - `transferred` - the prescription has been transferred to a dispensing pharmacy - `not_transferred` - the prescription has not been transferred to a dispensing pharmacy - `transfer_requested` - the prescription has been requested to be transferred to a dispensing pharmacy, but has not yet transferred - `open_change_request` - a change request has been requested for this prescription, but has not yet completed - `approved_change_request` - the most recent change request has been approved for this prescription - `denied_change_request` - the most recent change request has been denied for this prescription ")] = None,
2196
- status_filter: Optional[PrescriptionStatusType] = None,
2196
+ status_filter: Optional[List[PrescriptionStatusType]] = None,
2197
2197
  page: Optional[StrictInt] = None,
2198
2198
  results_per_page: Optional[StrictInt] = None,
2199
2199
  _request_timeout: Union[
@@ -2227,7 +2227,7 @@ class PrescriptionApi:
2227
2227
  :param extra_filter: Filter prescriptions by flags: - `needs_pv0` - needs pv0 verification. pv0 is a review that is meant to approximate a pv1 review. It is not a standard board of pharmacy workflow step. - `needs_pv1` - needs pv1 verification. pv1 is a review to ensure the prescription is accurate and that there are no adverse effects for the patient to take the medication based upon data provided by the patient (current medications, pregnacy status, allergies, current conditions). This is a standard board of pharmacy prescription workflow step. - `needs_pv2` - needs pv2 verification. pv2 is a final review to make sure the right medication has been dispensed to the patient in the correct quantity. This is a standard board of pharmacy prescription workflow step. - `patient_not_registered` - prescription has no registered patient - `has_open_issues` - issues have been flagged for the prescription that need to be reviewed - `has_pv0` - prescription has been verified at pv0 level - `has_pv1` - prescription has been verified at pv1 level - `has_pv2` - prescription has been verified at pv2 level - `patient_registered' - patient has been registered with the pharmacy - `notified` - a notification has been sent to the patient portal for this prescription - `not_notified` - a notification has not been sent to the patient portal for this prescription - `on_formulary` - prescription is on the formulary for the virtual pharmacy - `not_on_formulary` - prescription is not on the formulary for the virtual pharmacy - `transferred` - the prescription has been transferred to a dispensing pharmacy - `not_transferred` - the prescription has not been transferred to a dispensing pharmacy - `transfer_requested` - the prescription has been requested to be transferred to a dispensing pharmacy, but has not yet transferred - `open_change_request` - a change request has been requested for this prescription, but has not yet completed - `approved_change_request` - the most recent change request has been approved for this prescription - `denied_change_request` - the most recent change request has been denied for this prescription
2228
2228
  :type extra_filter: List[str]
2229
2229
  :param status_filter:
2230
- :type status_filter: PrescriptionStatusType
2230
+ :type status_filter: List[PrescriptionStatusType]
2231
2231
  :param page:
2232
2232
  :type page: int
2233
2233
  :param results_per_page:
@@ -2304,6 +2304,7 @@ class PrescriptionApi:
2304
2304
 
2305
2305
  _collection_formats: Dict[str, str] = {
2306
2306
  'extra_filter': 'csv',
2307
+ 'status_filter': 'csv',
2307
2308
  }
2308
2309
 
2309
2310
  _path_params: Dict[str, str] = {}
@@ -2347,7 +2348,7 @@ class PrescriptionApi:
2347
2348
 
2348
2349
  if status_filter is not None:
2349
2350
 
2350
- _query_params.append(('status_filter', status_filter.value))
2351
+ _query_params.append(('status_filter', status_filter))
2351
2352
 
2352
2353
  if page is not None:
2353
2354
 
@@ -21,7 +21,7 @@ from typing_extensions import Self
21
21
 
22
22
  class PrescriptionStatusType(str, Enum):
23
23
  """
24
- - `PROCESSING` - Initial inbound processing to match the prescription to a patient, medication and prescriber. This is the first step in the pharmacy workflow. - `PROFILED` - Prescription is considered a legal script at this point, but there may still be reviews, clarifications, formulary checks, benefit checks, etc before the prescription is ready to be filled. - `READY_TO_FILL` - Prescription is ready for filled and can be ordered against. - `DISCONTINUED` - Prescription is no longer active and no ruther activity can happen against it within the context of SwiftyRx.
24
+ - `PROCESSING` - Initial inbound processing to match the prescription to a patient, medication and prescriber. This is the first step in the pharmacy workflow. - `PROFILED` - Prescription is considered a legal script at this point, but there may still be reviews, clarifications, formulary checks, benefit checks, etc before the prescription is ready to be filled. - `READY_TO_FILL` - Prescription is ready for filling and can be ordered against. - `DISCONTINUED` - Prescription is no longer active and no further activity can happen against it within the context of SwiftyRx.
25
25
  """
26
26
 
27
27
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rxfoundry.clients.swifty-api
3
- Version: 0.1.1019
3
+ Version: 0.1.1021
4
4
  Summary: SwiftyRX API
5
5
  Home-page:
6
6
  Author: RxFoundry Team
@@ -5,7 +5,7 @@
5
5
 
6
6
  API for the SwiftyRX Backend
7
7
 
8
- The version of the OpenAPI document: 0.1.1019
8
+ The version of the OpenAPI document: 0.1.1021
9
9
  Contact: paul.tindall@rxfoundry.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -22,7 +22,7 @@ from setuptools import setup, find_packages # noqa: H301
22
22
  # prerequisite: setuptools
23
23
  # http://pypi.python.org/pypi/setuptools
24
24
  NAME = "rxfoundry.clients.swifty-api"
25
- VERSION = "0.1.1019"
25
+ VERSION = "0.1.1021"
26
26
  PYTHON_REQUIRES = ">= 3.9"
27
27
  REQUIRES = [
28
28
  "urllib3 >= 2.1.0, < 3.0.0",