rxfoundry.clients.swifty-api 0.1.1008__tar.gz → 0.1.1009__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.1008 → rxfoundry_clients_swifty_api-0.1.1009}/PKG-INFO +1 -1
  2. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/pyproject.toml +1 -1
  3. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/api/prescription_api.py +6 -6
  4. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/patient_address_data.py +3 -3
  5. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry.clients.swifty_api.egg-info/PKG-INFO +1 -1
  6. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/setup.py +2 -2
  7. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/README.md +0 -0
  8. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/__init__.py +0 -0
  9. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/__init__.py +0 -0
  10. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/__init__.py +0 -0
  11. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/api/__init__.py +0 -0
  12. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/api/async_api.py +0 -0
  13. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/api/code_api.py +0 -0
  14. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/api/default_api.py +0 -0
  15. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/api/fax_api.py +0 -0
  16. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/api/medication_api.py +0 -0
  17. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/api/patient_api.py +0 -0
  18. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/api/pharmacist_api.py +0 -0
  19. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/api/pharmacy_api.py +0 -0
  20. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/api/prescriber_api.py +0 -0
  21. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/api/task_api.py +0 -0
  22. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/api/tasks_api.py +0 -0
  23. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/api/token_api.py +0 -0
  24. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/api/user_api.py +0 -0
  25. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/api/validation_api.py +0 -0
  26. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/api/version_api.py +0 -0
  27. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/api/virtual_pharmacy_api.py +0 -0
  28. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/api/workflow_api.py +0 -0
  29. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/api_client.py +0 -0
  30. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/api_response.py +0 -0
  31. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/configuration.py +0 -0
  32. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/exceptions.py +0 -0
  33. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/__init__.py +0 -0
  34. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/address.py +0 -0
  35. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/asynchronous_response.py +0 -0
  36. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/code.py +0 -0
  37. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/code_qualifier_code.py +0 -0
  38. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/code_type.py +0 -0
  39. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/create_patient_request.py +0 -0
  40. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/error_message.py +0 -0
  41. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/fax.py +0 -0
  42. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/formulary.py +0 -0
  43. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/insurance.py +0 -0
  44. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/medication.py +0 -0
  45. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/medication_instruction.py +0 -0
  46. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/medication_program_pricing.py +0 -0
  47. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/medication_ref.py +0 -0
  48. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/medication_variant.py +0 -0
  49. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/patient.py +0 -0
  50. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/patient_activity_data.py +0 -0
  51. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/patient_activity_message.py +0 -0
  52. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/patient_activity_notification.py +0 -0
  53. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/patient_activity_notification_activity_data.py +0 -0
  54. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/patient_address_activity_notification.py +0 -0
  55. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/patient_allergy.py +0 -0
  56. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/patient_condition.py +0 -0
  57. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/patient_data.py +0 -0
  58. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/patient_external_identifier.py +0 -0
  59. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/patient_health_profile_data.py +0 -0
  60. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/patient_insurance.py +0 -0
  61. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/patient_insurance_data.py +0 -0
  62. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/patient_medication.py +0 -0
  63. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/patient_name.py +0 -0
  64. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/patient_name_data.py +0 -0
  65. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/patient_phone_number.py +0 -0
  66. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/patient_phone_number_data.py +0 -0
  67. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/patient_task.py +0 -0
  68. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/patient_task_status.py +0 -0
  69. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/patient_task_type.py +0 -0
  70. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/pharmacist.py +0 -0
  71. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/pharmacy.py +0 -0
  72. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/pharmacy_chain.py +0 -0
  73. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/pharmacy_other_identifier.py +0 -0
  74. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/pharmacy_program_pricing.py +0 -0
  75. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/prescriber.py +0 -0
  76. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/prescription.py +0 -0
  77. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/prescription_change_request.py +0 -0
  78. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/prescription_change_request_and_response.py +0 -0
  79. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/prescription_change_request_response.py +0 -0
  80. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/prescription_data.py +0 -0
  81. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/prescription_issue.py +0 -0
  82. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/prescription_message.py +0 -0
  83. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/prescription_message_task.py +0 -0
  84. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/prescription_message_task_status.py +0 -0
  85. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/prescription_message_task_type.py +0 -0
  86. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/prescription_message_type.py +0 -0
  87. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/prescription_patch.py +0 -0
  88. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/prescription_status_type.py +0 -0
  89. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/prescription_task.py +0 -0
  90. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/prescription_task_status.py +0 -0
  91. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/prescription_task_type.py +0 -0
  92. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/prescription_transfer_request.py +0 -0
  93. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/prescription_transfer_request_and_response.py +0 -0
  94. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/prescription_transfer_request_response.py +0 -0
  95. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/prescription_verification.py +0 -0
  96. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/pricing_program.py +0 -0
  97. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/status_type.py +0 -0
  98. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/surescripts_message.py +0 -0
  99. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/token.py +0 -0
  100. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/user.py +0 -0
  101. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/version.py +0 -0
  102. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/virtual_pharmacy.py +0 -0
  103. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/workflow.py +0 -0
  104. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/workflow_request.py +0 -0
  105. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/workflow_sub_task.py +0 -0
  106. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/workflow_sub_task_sub_task.py +0 -0
  107. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/workflow_task.py +0 -0
  108. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/workflow_task_task.py +0 -0
  109. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/models/workflow_type.py +0 -0
  110. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/py.typed +0 -0
  111. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry/clients/swifty_api/rest.py +0 -0
  112. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry.clients.swifty_api.egg-info/SOURCES.txt +0 -0
  113. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry.clients.swifty_api.egg-info/dependency_links.txt +0 -0
  114. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry.clients.swifty_api.egg-info/requires.txt +0 -0
  115. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/rxfoundry.clients.swifty_api.egg-info/top_level.txt +0 -0
  116. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/setup.cfg +0 -0
  117. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_address.py +0 -0
  118. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_async_api.py +0 -0
  119. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_asynchronous_response.py +0 -0
  120. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_code.py +0 -0
  121. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_code_api.py +0 -0
  122. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_code_qualifier_code.py +0 -0
  123. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_code_type.py +0 -0
  124. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_create_patient_request.py +0 -0
  125. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_default_api.py +0 -0
  126. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_error_message.py +0 -0
  127. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_fax.py +0 -0
  128. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_fax_api.py +0 -0
  129. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_formulary.py +0 -0
  130. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_insurance.py +0 -0
  131. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_medication.py +0 -0
  132. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_medication_api.py +0 -0
  133. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_medication_instruction.py +0 -0
  134. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_medication_program_pricing.py +0 -0
  135. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_medication_ref.py +0 -0
  136. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_medication_variant.py +0 -0
  137. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_patient.py +0 -0
  138. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_patient_activity_data.py +0 -0
  139. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_patient_activity_message.py +0 -0
  140. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_patient_activity_notification.py +0 -0
  141. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_patient_activity_notification_activity_data.py +0 -0
  142. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_patient_address_activity_notification.py +0 -0
  143. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_patient_address_data.py +0 -0
  144. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_patient_allergy.py +0 -0
  145. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_patient_api.py +0 -0
  146. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_patient_condition.py +0 -0
  147. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_patient_data.py +0 -0
  148. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_patient_external_identifier.py +0 -0
  149. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_patient_health_profile_data.py +0 -0
  150. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_patient_insurance.py +0 -0
  151. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_patient_insurance_data.py +0 -0
  152. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_patient_medication.py +0 -0
  153. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_patient_name.py +0 -0
  154. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_patient_name_data.py +0 -0
  155. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_patient_phone_number.py +0 -0
  156. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_patient_phone_number_data.py +0 -0
  157. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_patient_task.py +0 -0
  158. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_patient_task_status.py +0 -0
  159. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_patient_task_type.py +0 -0
  160. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_pharmacist.py +0 -0
  161. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_pharmacist_api.py +0 -0
  162. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_pharmacy.py +0 -0
  163. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_pharmacy_api.py +0 -0
  164. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_pharmacy_chain.py +0 -0
  165. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_pharmacy_other_identifier.py +0 -0
  166. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_pharmacy_program_pricing.py +0 -0
  167. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_prescriber.py +0 -0
  168. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_prescriber_api.py +0 -0
  169. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_prescription.py +0 -0
  170. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_prescription_api.py +0 -0
  171. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_prescription_change_request.py +0 -0
  172. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_prescription_change_request_and_response.py +0 -0
  173. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_prescription_change_request_response.py +0 -0
  174. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_prescription_data.py +0 -0
  175. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_prescription_issue.py +0 -0
  176. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_prescription_message.py +0 -0
  177. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_prescription_message_task.py +0 -0
  178. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_prescription_message_task_status.py +0 -0
  179. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_prescription_message_task_type.py +0 -0
  180. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_prescription_message_type.py +0 -0
  181. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_prescription_patch.py +0 -0
  182. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_prescription_status_type.py +0 -0
  183. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_prescription_task.py +0 -0
  184. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_prescription_task_status.py +0 -0
  185. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_prescription_task_type.py +0 -0
  186. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_prescription_transfer_request.py +0 -0
  187. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_prescription_transfer_request_and_response.py +0 -0
  188. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_prescription_transfer_request_response.py +0 -0
  189. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_prescription_verification.py +0 -0
  190. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_pricing_program.py +0 -0
  191. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_status_type.py +0 -0
  192. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_surescripts_message.py +0 -0
  193. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_task_api.py +0 -0
  194. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_tasks_api.py +0 -0
  195. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_token.py +0 -0
  196. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_token_api.py +0 -0
  197. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_user.py +0 -0
  198. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_user_api.py +0 -0
  199. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_validation_api.py +0 -0
  200. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_version.py +0 -0
  201. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_version_api.py +0 -0
  202. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_virtual_pharmacy.py +0 -0
  203. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_virtual_pharmacy_api.py +0 -0
  204. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_workflow.py +0 -0
  205. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_workflow_api.py +0 -0
  206. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_workflow_request.py +0 -0
  207. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_workflow_sub_task.py +0 -0
  208. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_workflow_sub_task_sub_task.py +0 -0
  209. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_workflow_task.py +0 -0
  210. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/test/test_workflow_task_task.py +0 -0
  211. {rxfoundry_clients_swifty_api-0.1.1008 → rxfoundry_clients_swifty_api-0.1.1009}/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.1008
3
+ Version: 0.1.1009
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.1008"
3
+ version = "0.1.1009"
4
4
  description = "SwiftyRX API"
5
5
  authors = ["RxFoundry Team <paul.tindall@rxfoundry.com>"]
6
6
  license = "NoLicense"
@@ -1985,7 +1985,7 @@ class PrescriptionApi:
1985
1985
  patient_uuid: Annotated[Optional[StrictStr], Field(description="Filter prescriptions by patient UUID")] = None,
1986
1986
  prescriber_uuid: Annotated[Optional[StrictStr], Field(description="Filter prescriptions by prescriber UUID")] = None,
1987
1987
  medication_uuid: Annotated[Optional[StrictStr], Field(description="Filter prescriptions by medication UUID")] = None,
1988
- 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. - `needs_patient` - prescription has no matched 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 - `has_patient` - patient has been successfully matched to the prescription - `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,
1988
+ 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,
1989
1989
  page: Optional[StrictInt] = None,
1990
1990
  results_per_page: Optional[StrictInt] = None,
1991
1991
  _request_timeout: Union[
@@ -2016,7 +2016,7 @@ class PrescriptionApi:
2016
2016
  :type prescriber_uuid: str
2017
2017
  :param medication_uuid: Filter prescriptions by medication UUID
2018
2018
  :type medication_uuid: str
2019
- :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. - `needs_patient` - prescription has no matched 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 - `has_patient` - patient has been successfully matched to the prescription - `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
2019
+ :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
2020
2020
  :type extra_filter: List[str]
2021
2021
  :param page:
2022
2022
  :type page: int
@@ -2084,7 +2084,7 @@ class PrescriptionApi:
2084
2084
  patient_uuid: Annotated[Optional[StrictStr], Field(description="Filter prescriptions by patient UUID")] = None,
2085
2085
  prescriber_uuid: Annotated[Optional[StrictStr], Field(description="Filter prescriptions by prescriber UUID")] = None,
2086
2086
  medication_uuid: Annotated[Optional[StrictStr], Field(description="Filter prescriptions by medication UUID")] = None,
2087
- 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. - `needs_patient` - prescription has no matched 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 - `has_patient` - patient has been successfully matched to the prescription - `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,
2087
+ 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,
2088
2088
  page: Optional[StrictInt] = None,
2089
2089
  results_per_page: Optional[StrictInt] = None,
2090
2090
  _request_timeout: Union[
@@ -2115,7 +2115,7 @@ class PrescriptionApi:
2115
2115
  :type prescriber_uuid: str
2116
2116
  :param medication_uuid: Filter prescriptions by medication UUID
2117
2117
  :type medication_uuid: str
2118
- :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. - `needs_patient` - prescription has no matched 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 - `has_patient` - patient has been successfully matched to the prescription - `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
2118
+ :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
2119
2119
  :type extra_filter: List[str]
2120
2120
  :param page:
2121
2121
  :type page: int
@@ -2183,7 +2183,7 @@ class PrescriptionApi:
2183
2183
  patient_uuid: Annotated[Optional[StrictStr], Field(description="Filter prescriptions by patient UUID")] = None,
2184
2184
  prescriber_uuid: Annotated[Optional[StrictStr], Field(description="Filter prescriptions by prescriber UUID")] = None,
2185
2185
  medication_uuid: Annotated[Optional[StrictStr], Field(description="Filter prescriptions by medication UUID")] = None,
2186
- 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. - `needs_patient` - prescription has no matched 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 - `has_patient` - patient has been successfully matched to the prescription - `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,
2186
+ 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,
2187
2187
  page: Optional[StrictInt] = None,
2188
2188
  results_per_page: Optional[StrictInt] = None,
2189
2189
  _request_timeout: Union[
@@ -2214,7 +2214,7 @@ class PrescriptionApi:
2214
2214
  :type prescriber_uuid: str
2215
2215
  :param medication_uuid: Filter prescriptions by medication UUID
2216
2216
  :type medication_uuid: str
2217
- :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. - `needs_patient` - prescription has no matched 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 - `has_patient` - patient has been successfully matched to the prescription - `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
2217
+ :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
2218
2218
  :type extra_filter: List[str]
2219
2219
  :param page:
2220
2220
  :type page: int
@@ -19,7 +19,7 @@ import re # noqa: F401
19
19
  import json
20
20
 
21
21
  from pydantic import BaseModel, ConfigDict, Field, StrictStr, field_validator
22
- from typing import Any, ClassVar, Dict, List, Optional
22
+ from typing import Any, ClassVar, Dict, List, Optional, Union
23
23
  from typing_extensions import Annotated
24
24
  from typing import Optional, Set
25
25
  from typing_extensions import Self
@@ -36,8 +36,8 @@ class PatientAddressData(BaseModel):
36
36
  state_province: Annotated[str, Field(strict=True, max_length=50)] = Field(description="The state or province using the two alphabetic character abbreviation (e.g. TX, CA, NY)")
37
37
  postal_code: Annotated[str, Field(strict=True, max_length=50)] = Field(description="The postal code in 5 digit format")
38
38
  country_code: Annotated[str, Field(strict=True, max_length=50)] = Field(description="The country code using the two alphabetic character abbreviation (e.g. US, CA, GB)")
39
- latitude: Optional[Annotated[str, Field(strict=True, max_length=50)]] = Field(default=None, description="The latitude of the address")
40
- longitude: Optional[Annotated[str, Field(strict=True, max_length=50)]] = Field(default=None, description="The longitude of the address")
39
+ latitude: Optional[Union[Annotated[float, Field(strict=True)], Annotated[int, Field(strict=True)]]] = Field(default=None, description="The latitude of the address")
40
+ longitude: Optional[Union[Annotated[float, Field(strict=True)], Annotated[int, Field(strict=True)]]] = Field(default=None, description="The longitude of the address")
41
41
  __properties: ClassVar[List[str]] = ["object_type", "uuid", "address_line_one", "address_line_two", "city", "state_province", "postal_code", "country_code", "latitude", "longitude"]
42
42
 
43
43
  @field_validator('object_type')
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rxfoundry.clients.swifty-api
3
- Version: 0.1.1008
3
+ Version: 0.1.1009
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.1008
8
+ The version of the OpenAPI document: 0.1.1009
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.1008"
25
+ VERSION = "0.1.1009"
26
26
  PYTHON_REQUIRES = ">= 3.9"
27
27
  REQUIRES = [
28
28
  "urllib3 >= 2.1.0, < 3.0.0",