rxfoundry.clients.swifty-api 0.1.1010__tar.gz → 0.1.1012__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.
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/PKG-INFO +1 -1
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/pyproject.toml +1 -1
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/api/prescription_api.py +18 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/prescription_status_type.py +4 -4
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry.clients.swifty_api.egg-info/PKG-INFO +1 -1
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/setup.py +2 -2
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/README.md +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/__init__.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/__init__.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/__init__.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/api/__init__.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/api/async_api.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/api/code_api.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/api/default_api.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/api/fax_api.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/api/medication_api.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/api/patient_api.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/api/pharmacist_api.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/api/pharmacy_api.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/api/prescriber_api.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/api/task_api.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/api/tasks_api.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/api/token_api.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/api/user_api.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/api/validation_api.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/api/version_api.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/api/virtual_pharmacy_api.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/api/workflow_api.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/api_client.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/api_response.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/configuration.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/exceptions.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/__init__.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/address.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/asynchronous_response.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/code.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/code_qualifier_code.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/code_type.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/create_patient_request.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/error_message.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/fax.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/formulary.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/insurance.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/medication.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/medication_instruction.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/medication_program_pricing.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/medication_ref.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/medication_variant.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/patient.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/patient_activity_data.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/patient_activity_message.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/patient_activity_notification.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/patient_activity_notification_activity_data.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/patient_address_activity_notification.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/patient_address_data.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/patient_allergy.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/patient_condition.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/patient_data.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/patient_external_identifier.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/patient_health_profile_data.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/patient_insurance.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/patient_insurance_data.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/patient_medication.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/patient_name.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/patient_name_data.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/patient_phone_number.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/patient_phone_number_data.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/patient_task.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/patient_task_status.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/patient_task_type.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/pharmacist.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/pharmacy.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/pharmacy_chain.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/pharmacy_other_identifier.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/pharmacy_program_pricing.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/prescriber.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/prescription.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/prescription_change_request.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/prescription_change_request_and_response.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/prescription_change_request_response.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/prescription_data.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/prescription_issue.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/prescription_message.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/prescription_message_task.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/prescription_message_task_status.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/prescription_message_task_type.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/prescription_message_type.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/prescription_patch.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/prescription_task.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/prescription_task_status.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/prescription_task_type.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/prescription_transfer_request.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/prescription_transfer_request_and_response.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/prescription_transfer_request_response.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/prescription_verification.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/pricing_program.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/status_type.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/surescripts_message.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/token.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/user.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/version.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/virtual_pharmacy.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/workflow.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/workflow_request.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/workflow_sub_task.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/workflow_sub_task_sub_task.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/workflow_task.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/workflow_task_task.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/models/workflow_type.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/py.typed +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry/clients/swifty_api/rest.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry.clients.swifty_api.egg-info/SOURCES.txt +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry.clients.swifty_api.egg-info/dependency_links.txt +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry.clients.swifty_api.egg-info/requires.txt +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/rxfoundry.clients.swifty_api.egg-info/top_level.txt +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/setup.cfg +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_address.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_async_api.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_asynchronous_response.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_code.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_code_api.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_code_qualifier_code.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_code_type.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_create_patient_request.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_default_api.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_error_message.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_fax.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_fax_api.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_formulary.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_insurance.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_medication.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_medication_api.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_medication_instruction.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_medication_program_pricing.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_medication_ref.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_medication_variant.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_patient.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_patient_activity_data.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_patient_activity_message.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_patient_activity_notification.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_patient_activity_notification_activity_data.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_patient_address_activity_notification.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_patient_address_data.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_patient_allergy.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_patient_api.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_patient_condition.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_patient_data.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_patient_external_identifier.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_patient_health_profile_data.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_patient_insurance.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_patient_insurance_data.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_patient_medication.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_patient_name.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_patient_name_data.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_patient_phone_number.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_patient_phone_number_data.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_patient_task.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_patient_task_status.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_patient_task_type.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_pharmacist.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_pharmacist_api.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_pharmacy.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_pharmacy_api.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_pharmacy_chain.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_pharmacy_other_identifier.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_pharmacy_program_pricing.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_prescriber.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_prescriber_api.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_prescription.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_prescription_api.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_prescription_change_request.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_prescription_change_request_and_response.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_prescription_change_request_response.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_prescription_data.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_prescription_issue.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_prescription_message.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_prescription_message_task.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_prescription_message_task_status.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_prescription_message_task_type.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_prescription_message_type.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_prescription_patch.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_prescription_status_type.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_prescription_task.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_prescription_task_status.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_prescription_task_type.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_prescription_transfer_request.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_prescription_transfer_request_and_response.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_prescription_transfer_request_response.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_prescription_verification.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_pricing_program.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_status_type.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_surescripts_message.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_task_api.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_tasks_api.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_token.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_token_api.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_user.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_user_api.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_validation_api.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_version.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_version_api.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_virtual_pharmacy.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_virtual_pharmacy_api.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_workflow.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_workflow_api.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_workflow_request.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_workflow_sub_task.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_workflow_sub_task_sub_task.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_workflow_task.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_workflow_task_task.py +0 -0
- {rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_workflow_type.py +0 -0
|
@@ -1986,6 +1986,7 @@ class PrescriptionApi:
|
|
|
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
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
|
+
status_filter: Annotated[Optional[List[StrictStr]], Field(description="Filter prescriptions by status: - `NOT_READY_TO_FILL` - prescription is not ready to be filled - `EXPIRED` - prescription has expired - `NOT_AVAILABLE` - prescription is not available for filling - `OUT_OF_REFILLS` - prescription has run out of refills - `OUT_OF_STOCK` - prescription is out of stock - `READY_TO_FILL` - prescription is ready to be filled - `DISCONTINUED` - prescription has been discontinued ")] = None,
|
|
1989
1990
|
page: Optional[StrictInt] = None,
|
|
1990
1991
|
results_per_page: Optional[StrictInt] = None,
|
|
1991
1992
|
_request_timeout: Union[
|
|
@@ -2018,6 +2019,8 @@ class PrescriptionApi:
|
|
|
2018
2019
|
:type medication_uuid: str
|
|
2019
2020
|
: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
2021
|
:type extra_filter: List[str]
|
|
2022
|
+
:param status_filter: Filter prescriptions by status: - `NOT_READY_TO_FILL` - prescription is not ready to be filled - `EXPIRED` - prescription has expired - `NOT_AVAILABLE` - prescription is not available for filling - `OUT_OF_REFILLS` - prescription has run out of refills - `OUT_OF_STOCK` - prescription is out of stock - `READY_TO_FILL` - prescription is ready to be filled - `DISCONTINUED` - prescription has been discontinued
|
|
2023
|
+
:type status_filter: List[str]
|
|
2021
2024
|
:param page:
|
|
2022
2025
|
:type page: int
|
|
2023
2026
|
:param results_per_page:
|
|
@@ -2052,6 +2055,7 @@ class PrescriptionApi:
|
|
|
2052
2055
|
prescriber_uuid=prescriber_uuid,
|
|
2053
2056
|
medication_uuid=medication_uuid,
|
|
2054
2057
|
extra_filter=extra_filter,
|
|
2058
|
+
status_filter=status_filter,
|
|
2055
2059
|
page=page,
|
|
2056
2060
|
results_per_page=results_per_page,
|
|
2057
2061
|
_request_auth=_request_auth,
|
|
@@ -2085,6 +2089,7 @@ class PrescriptionApi:
|
|
|
2085
2089
|
prescriber_uuid: Annotated[Optional[StrictStr], Field(description="Filter prescriptions by prescriber UUID")] = None,
|
|
2086
2090
|
medication_uuid: Annotated[Optional[StrictStr], Field(description="Filter prescriptions by medication UUID")] = None,
|
|
2087
2091
|
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,
|
|
2092
|
+
status_filter: Annotated[Optional[List[StrictStr]], Field(description="Filter prescriptions by status: - `NOT_READY_TO_FILL` - prescription is not ready to be filled - `EXPIRED` - prescription has expired - `NOT_AVAILABLE` - prescription is not available for filling - `OUT_OF_REFILLS` - prescription has run out of refills - `OUT_OF_STOCK` - prescription is out of stock - `READY_TO_FILL` - prescription is ready to be filled - `DISCONTINUED` - prescription has been discontinued ")] = None,
|
|
2088
2093
|
page: Optional[StrictInt] = None,
|
|
2089
2094
|
results_per_page: Optional[StrictInt] = None,
|
|
2090
2095
|
_request_timeout: Union[
|
|
@@ -2117,6 +2122,8 @@ class PrescriptionApi:
|
|
|
2117
2122
|
:type medication_uuid: str
|
|
2118
2123
|
: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
2124
|
:type extra_filter: List[str]
|
|
2125
|
+
:param status_filter: Filter prescriptions by status: - `NOT_READY_TO_FILL` - prescription is not ready to be filled - `EXPIRED` - prescription has expired - `NOT_AVAILABLE` - prescription is not available for filling - `OUT_OF_REFILLS` - prescription has run out of refills - `OUT_OF_STOCK` - prescription is out of stock - `READY_TO_FILL` - prescription is ready to be filled - `DISCONTINUED` - prescription has been discontinued
|
|
2126
|
+
:type status_filter: List[str]
|
|
2120
2127
|
:param page:
|
|
2121
2128
|
:type page: int
|
|
2122
2129
|
:param results_per_page:
|
|
@@ -2151,6 +2158,7 @@ class PrescriptionApi:
|
|
|
2151
2158
|
prescriber_uuid=prescriber_uuid,
|
|
2152
2159
|
medication_uuid=medication_uuid,
|
|
2153
2160
|
extra_filter=extra_filter,
|
|
2161
|
+
status_filter=status_filter,
|
|
2154
2162
|
page=page,
|
|
2155
2163
|
results_per_page=results_per_page,
|
|
2156
2164
|
_request_auth=_request_auth,
|
|
@@ -2184,6 +2192,7 @@ class PrescriptionApi:
|
|
|
2184
2192
|
prescriber_uuid: Annotated[Optional[StrictStr], Field(description="Filter prescriptions by prescriber UUID")] = None,
|
|
2185
2193
|
medication_uuid: Annotated[Optional[StrictStr], Field(description="Filter prescriptions by medication UUID")] = None,
|
|
2186
2194
|
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,
|
|
2195
|
+
status_filter: Annotated[Optional[List[StrictStr]], Field(description="Filter prescriptions by status: - `NOT_READY_TO_FILL` - prescription is not ready to be filled - `EXPIRED` - prescription has expired - `NOT_AVAILABLE` - prescription is not available for filling - `OUT_OF_REFILLS` - prescription has run out of refills - `OUT_OF_STOCK` - prescription is out of stock - `READY_TO_FILL` - prescription is ready to be filled - `DISCONTINUED` - prescription has been discontinued ")] = None,
|
|
2187
2196
|
page: Optional[StrictInt] = None,
|
|
2188
2197
|
results_per_page: Optional[StrictInt] = None,
|
|
2189
2198
|
_request_timeout: Union[
|
|
@@ -2216,6 +2225,8 @@ class PrescriptionApi:
|
|
|
2216
2225
|
:type medication_uuid: str
|
|
2217
2226
|
: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
2227
|
:type extra_filter: List[str]
|
|
2228
|
+
:param status_filter: Filter prescriptions by status: - `NOT_READY_TO_FILL` - prescription is not ready to be filled - `EXPIRED` - prescription has expired - `NOT_AVAILABLE` - prescription is not available for filling - `OUT_OF_REFILLS` - prescription has run out of refills - `OUT_OF_STOCK` - prescription is out of stock - `READY_TO_FILL` - prescription is ready to be filled - `DISCONTINUED` - prescription has been discontinued
|
|
2229
|
+
:type status_filter: List[str]
|
|
2219
2230
|
:param page:
|
|
2220
2231
|
:type page: int
|
|
2221
2232
|
:param results_per_page:
|
|
@@ -2250,6 +2261,7 @@ class PrescriptionApi:
|
|
|
2250
2261
|
prescriber_uuid=prescriber_uuid,
|
|
2251
2262
|
medication_uuid=medication_uuid,
|
|
2252
2263
|
extra_filter=extra_filter,
|
|
2264
|
+
status_filter=status_filter,
|
|
2253
2265
|
page=page,
|
|
2254
2266
|
results_per_page=results_per_page,
|
|
2255
2267
|
_request_auth=_request_auth,
|
|
@@ -2278,6 +2290,7 @@ class PrescriptionApi:
|
|
|
2278
2290
|
prescriber_uuid,
|
|
2279
2291
|
medication_uuid,
|
|
2280
2292
|
extra_filter,
|
|
2293
|
+
status_filter,
|
|
2281
2294
|
page,
|
|
2282
2295
|
results_per_page,
|
|
2283
2296
|
_request_auth,
|
|
@@ -2290,6 +2303,7 @@ class PrescriptionApi:
|
|
|
2290
2303
|
|
|
2291
2304
|
_collection_formats: Dict[str, str] = {
|
|
2292
2305
|
'extra_filter': 'csv',
|
|
2306
|
+
'status_filter': 'csv',
|
|
2293
2307
|
}
|
|
2294
2308
|
|
|
2295
2309
|
_path_params: Dict[str, str] = {}
|
|
@@ -2331,6 +2345,10 @@ class PrescriptionApi:
|
|
|
2331
2345
|
|
|
2332
2346
|
_query_params.append(('extra_filter', extra_filter))
|
|
2333
2347
|
|
|
2348
|
+
if status_filter is not None:
|
|
2349
|
+
|
|
2350
|
+
_query_params.append(('status_filter', status_filter))
|
|
2351
|
+
|
|
2334
2352
|
if page is not None:
|
|
2335
2353
|
|
|
2336
2354
|
_query_params.append(('page', page))
|
|
@@ -27,10 +27,10 @@ class PrescriptionStatusType(str, Enum):
|
|
|
27
27
|
"""
|
|
28
28
|
allowed enum values
|
|
29
29
|
"""
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
DISCONTINUED = '
|
|
30
|
+
PROCESSING = 'PROCESSING'
|
|
31
|
+
PROFILED = 'PROFILED'
|
|
32
|
+
READY_TO_FILL = 'READY_TO_FILL'
|
|
33
|
+
DISCONTINUED = 'DISCONTINUED'
|
|
34
34
|
|
|
35
35
|
@classmethod
|
|
36
36
|
def from_json(cls, json_str: str) -> Self:
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
API for the SwiftyRX Backend
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 0.1.
|
|
8
|
+
The version of the OpenAPI document: 0.1.1012
|
|
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.
|
|
25
|
+
VERSION = "0.1.1012"
|
|
26
26
|
PYTHON_REQUIRES = ">= 3.9"
|
|
27
27
|
REQUIRES = [
|
|
28
28
|
"urllib3 >= 2.1.0, < 3.0.0",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_address.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_code.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_fax.py
RENAMED
|
File without changes
|
{rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_fax_api.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_patient.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_token.py
RENAMED
|
File without changes
|
|
File without changes
|
{rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_user.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rxfoundry_clients_swifty_api-0.1.1010 → rxfoundry_clients_swifty_api-0.1.1012}/test/test_version.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|