vaccines.int.propharma.co.nz
Open in
urlscan Pro
104.18.31.108
Public Scan
URL:
https://vaccines.int.propharma.co.nz/
Submission: On April 25 via api from JP — Scanned from NZ
Submission: On April 25 via api from JP — Scanned from NZ
Form analysis
4 forms found in the DOMName: SignInCtrl.form —
<form class="form ng-pristine ng-invalid ng-invalid-required" name="SignInCtrl.form" ng-submit="SignInCtrl.submit()" novalidate="">
<md-input-container class="md-block md-propharma-vaccines-theme">
<label for="username" class="md-required">Email</label>
<input type="text" name="username" id="username" autocomplete="username" ng-model="SignInCtrl.formData.username" required="" class="ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required" aria-invalid="true">
<div class="md-errors-spacer"></div>
<div ng-messages="SignInCtrl.form.username.$error" class="md-input-messages-animation md-auto-hide ng-active" aria-live="assertive">
<!-- ngMessage: required -->
<div ng-message="required" class="md-input-message-animation ng-scope">Email is required</div>
</div>
</md-input-container>
<md-input-container class="md-block md-propharma-vaccines-theme">
<label for="password" class="md-required">Password</label>
<input type="password" name="password" id="password" autocomplete="current-password" ng-model="SignInCtrl.formData.password" required="" class="ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required" aria-invalid="true">
<div class="md-errors-spacer"></div>
<div ng-messages="SignInCtrl.form.password.$error" class="md-input-messages-animation md-auto-hide ng-active" aria-live="assertive">
<!-- ngMessage: required -->
<div ng-message="required" class="md-input-message-animation ng-scope">Password is required</div>
</div>
</md-input-container>
<p class="error-colour ng-hide ng-binding" ng-show="SignInCtrl.serverError !== ''" aria-hidden="true"></p>
<div layout="row" layout-align="space-between center" class="form__action layout-align-space-between-center layout-row">
<p class="md-subhead-2">
<a href="#" class="md-primary md-raised md-propharma-vaccines-theme" ng-click="ForgotPassCtrl.showForgotPasswordDialog($event)">Forgot password</a>
</p>
<button class="md-raised md-accent md-button md-propharma-vaccines-theme md-ink-ripple" type="submit" ng-transclude="" ng-class="{'md-button-has-loader': SignInCtrl.isLoading}" ng-disabled="SignInCtrl.isLoading"> Sign in <md-progress-circular
ng-show="SignInCtrl.isLoading" class="md-hue-2 ng-hide ng-scope ng-isolate-scope md-propharma-vaccines-theme md-mode-indeterminate" md-diameter="20px" aria-valuemin="0" aria-valuemax="100" role="progressbar" md-mode="indeterminate"
aria-hidden="true" style="width: 20px; height: 20px;"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" style="width: 20px; height: 20px; transform-origin: 10px 10px 10px;">
<path fill="none" stroke-width="2" stroke-linecap="square" d="M10,1A9,9 0 1 1 1,10" stroke-dasharray="42.411500823462205" stroke-dashoffset="97.9394041839882" transform="rotate(-270 10 10)"></path>
</svg></md-progress-circular>
</button>
</div>
</form>
Name: ContactFormCtrl.form —
<form class="form ng-pristine ng-invalid ng-invalid-required ng-valid-email" name="ContactFormCtrl.form" ng-submit="ContactFormCtrl.submit()" novalidate="" autocomplete="off">
<md-input-container class="md-block md-propharma-vaccines-theme">
<label for="input_2" class="md-required">Your message to us</label>
<div class="md-resize-wrapper"><textarea ng-model="ContactFormCtrl.formData.Message" name="Message" rows="1" required="" class="ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required" id="input_2" aria-invalid="true"
style="height: 0px;"></textarea>
<div class="md-resize-handle" style="touch-action: pan-x;"></div>
</div>
<div class="md-errors-spacer"></div>
<div ng-messages="ContactFormCtrl.form.Message.$error" class="md-input-messages-animation md-auto-hide ng-active" aria-live="assertive">
<!-- ngMessage: required -->
<div ng-message="required" class="md-input-message-animation ng-scope">Message is required</div>
</div>
</md-input-container>
<md-input-container class="md-block md-propharma-vaccines-theme">
<label for="input_3" class="md-required">Your name</label>
<input type="text" ng-model="ContactFormCtrl.formData.Name" name="Name" required="" class="ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required" id="input_3" aria-invalid="true">
<div class="md-errors-spacer"></div>
<div ng-messages="ContactFormCtrl.form.Name.$error" class="md-input-messages-animation md-auto-hide ng-active" aria-live="assertive">
<!-- ngMessage: required -->
<div ng-message="required" class="md-input-message-animation ng-scope">Name is required</div>
</div>
</md-input-container>
<md-input-container class="md-block md-propharma-vaccines-theme">
<label for="input_4" class="md-required">Your email</label>
<input type="email" ng-model="ContactFormCtrl.formData.Email" name="Email" required="" class="ng-pristine ng-untouched md-input ng-empty ng-valid-email ng-invalid ng-invalid-required" id="input_4" aria-invalid="true">
<div class="md-errors-spacer"></div>
<div ng-messages="ContactFormCtrl.form.Email.$error" class="md-input-messages-animation md-auto-hide ng-active" aria-live="assertive">
<!-- ngMessage: required -->
<div ng-message="required" class="md-input-message-animation ng-scope">Email is required</div>
<!-- ngMessage: email -->
</div>
</md-input-container>
<p class="error-colour ng-hide ng-binding" ng-show="ContactFormCtrl.serverError !== ''" aria-hidden="true"></p>
<p class="success-colour ng-hide" ng-show="ContactFormCtrl.hasSubmitted" aria-hidden="true">The message has been successfully sent</p>
<div layout="row" layout-align="end center" class="form__action layout-align-end-center layout-row">
<button class="md-raised md-accent md-button md-propharma-vaccines-theme md-ink-ripple" type="submit" ng-transclude="" ng-class="{'md-button-has-loader': ContactFormCtrl.isLoading}"
ng-disabled="ContactFormCtrl.isLoading || ContactFormCtrl.hasSubmitted"> Send Message <md-progress-circular ng-show="ContactFormCtrl.isLoading" class="md-hue-2 ng-hide ng-scope ng-isolate-scope md-propharma-vaccines-theme md-mode-indeterminate"
md-diameter="20px" aria-valuemin="0" aria-valuemax="100" role="progressbar" md-mode="indeterminate" aria-hidden="true" style="width: 20px; height: 20px;"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"
style="width: 20px; height: 20px; transform-origin: 10px 10px 10px;">
<path fill="none" stroke-width="2" stroke-linecap="square" d="M10,1A9,9 0 1 1 1,10" stroke-dasharray="42.411500823462205" stroke-dashoffset="121.2285431220081" transform="rotate(-270 10 10)"></path>
</svg></md-progress-circular>
</button>
</div>
</form>
Name: ContactFormCtrl.form —
<form class="form ng-pristine ng-invalid ng-invalid-required ng-valid-email" name="ContactFormCtrl.form" ng-submit="ContactFormCtrl.submit()" novalidate="" autocomplete="off">
<md-input-container class="md-block md-propharma-vaccines-theme">
<label for="input_5" class="md-required">Your message to us</label>
<div class="md-resize-wrapper"><textarea ng-model="ContactFormCtrl.formData.Message" name="Message" rows="3" required="" class="ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required" id="input_5" aria-invalid="true"
style="height: 81px;"></textarea>
<div class="md-resize-handle" style="touch-action: pan-x;"></div>
</div>
<div class="md-errors-spacer"></div>
<div ng-messages="ContactFormCtrl.form.Message.$error" class="md-input-messages-animation md-auto-hide ng-active" aria-live="assertive">
<!-- ngMessage: required -->
<div ng-message="required" class="md-input-message-animation ng-scope">Message is required</div>
</div>
</md-input-container>
<md-input-container class="md-block md-propharma-vaccines-theme">
<label for="input_6" class="md-required">Your name</label>
<input type="text" ng-model="ContactFormCtrl.formData.Name" name="Name" required="" class="ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required" id="input_6" aria-invalid="true">
<div class="md-errors-spacer"></div>
<div ng-messages="ContactFormCtrl.form.Name.$error" class="md-input-messages-animation md-auto-hide ng-active" aria-live="assertive">
<!-- ngMessage: required -->
<div ng-message="required" class="md-input-message-animation ng-scope">Name is required</div>
</div>
</md-input-container>
<md-input-container class="md-block md-propharma-vaccines-theme">
<label for="input_7" class="md-required">Your email</label>
<input type="email" ng-model="ContactFormCtrl.formData.Email" name="Email" required="" class="ng-pristine ng-untouched md-input ng-empty ng-valid-email ng-invalid ng-invalid-required" id="input_7" aria-invalid="true">
<div class="md-errors-spacer"></div>
<div ng-messages="ContactFormCtrl.form.Email.$error" class="md-input-messages-animation md-auto-hide ng-active" aria-live="assertive">
<!-- ngMessage: required -->
<div ng-message="required" class="md-input-message-animation ng-scope">Email is required</div>
<!-- ngMessage: email -->
</div>
</md-input-container>
<p class="error-colour ng-hide ng-binding" ng-show="ContactFormCtrl.serverError !== ''" aria-hidden="true"></p>
<p class="success-colour ng-hide" ng-show="ContactFormCtrl.hasSubmitted" aria-hidden="true">The message has been successfully sent</p>
<div layout="row" layout-align="end center" class="form__action layout-align-end-center layout-row">
<button class="md-raised md-accent md-button md-propharma-vaccines-theme md-ink-ripple" type="submit" ng-transclude="" ng-class="{'md-button-has-loader': ContactFormCtrl.isLoading}"
ng-disabled="ContactFormCtrl.isLoading || ContactFormCtrl.hasSubmitted"> Send Message <md-progress-circular ng-show="ContactFormCtrl.isLoading" class="md-hue-2 ng-hide ng-scope ng-isolate-scope md-propharma-vaccines-theme md-mode-indeterminate"
md-diameter="20px" aria-valuemin="0" aria-valuemax="100" role="progressbar" md-mode="indeterminate" aria-hidden="true" style="width: 20px; height: 20px;"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"
style="width: 20px; height: 20px; transform-origin: 10px 10px 10px;">
<path fill="none" stroke-width="2" stroke-linecap="square" d="M10,1A9,9 0 1 1 1,10" stroke-dasharray="42.411500823462205" stroke-dashoffset="121.36139819897805" transform="rotate(-270 10 10)"></path>
</svg></md-progress-circular>
</button>
</div>
</form>
Name: RegistrationCtrl.form —
<form name="RegistrationCtrl.form" novalidate="" class="ng-pristine ng-invalid ng-invalid-required ng-valid-email ng-valid-pattern">
<div layout-xs="column" layout="row" layout-wrap="" class="gutter-row layout-wrap layout-xs-column layout-row">
<div flex-xs="" flex-gt-xs="50" layout="row" class="gutter-col layout-row flex-xs flex-gt-xs-50">
<div class="form__group">
<md-input-container class="md-block md-propharma-vaccines-theme">
<label for="AccountNumber" class="md-required">Account number</label>
<input type="text" id="AccountNumber" name="AccountNumber" ng-model="RegistrationCtrl.formData.AccountNumber" required="" class="ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required" aria-invalid="true">
<div class="md-errors-spacer"></div>
<div ng-messages="RegistrationCtrl.form.AccountNumber.$error" class="md-input-messages-animation md-auto-hide ng-active" aria-live="assertive">
<!-- ngMessage: required -->
<div ng-message="required" class="md-input-message-animation ng-scope">Account number is required</div>
</div>
</md-input-container>
</div>
</div>
<div flex-xs="" flex-gt-xs="50" layout="row" class="gutter-col layout-row flex-xs flex-gt-xs-50">
<div class="form__group">
<md-input-container class="md-block md-propharma-vaccines-theme">
<label for="PracticeName" class="md-required">Practice name</label>
<input type="text" id="PracticeName" name="PracticeName" ng-model="RegistrationCtrl.formData.PracticeName" required="" class="ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required" aria-invalid="true">
<div class="md-errors-spacer"></div>
<div ng-messages="RegistrationCtrl.form.PracticeName.$error" class="md-input-messages-animation md-auto-hide ng-active" aria-live="assertive">
<!-- ngMessage: required -->
<div ng-message="required" class="md-input-message-animation ng-scope">Practice Name is required</div>
</div>
</md-input-container>
</div>
</div>
</div>
<div layout-xs="column" layout="row" layout-wrap="" class="gutter-row layout-wrap layout-xs-column layout-row">
<div flex-xs="" flex-gt-xs="50" layout="row" class="gutter-col layout-row flex-xs flex-gt-xs-50">
<div class="form__group">
<md-input-container class="md-block md-propharma-vaccines-theme">
<label for="AccountNumber">Name</label>
<input type="text" id="Name" name="Name" ng-model="RegistrationCtrl.formData.Name" class="ng-pristine ng-untouched ng-valid md-input ng-empty" aria-invalid="false">
<div class="md-errors-spacer"></div>
</md-input-container>
</div>
</div>
<div flex-xs="" flex-gt-xs="50" layout="row" class="gutter-col layout-row flex-xs flex-gt-xs-50">
<div class="form__group">
<md-input-container class="md-block input-select md-propharma-vaccines-theme">
<label for="Position" class="md-placeholder md-required">Position</label>
<md-select id="Position" name="Position" ng-model="RegistrationCtrl.formData.Position" required="" class="ng-pristine ng-untouched md-propharma-vaccines-theme ng-empty ng-invalid ng-invalid-required" tabindex="0" aria-disabled="false"
role="listbox" aria-expanded="false" aria-multiselectable="false" aria-invalid="true" aria-required="true" aria-label="Position"><md-select-value class="md-select-value md-select-placeholder"
id="select_value_label_8"><span>Position</span><span class="md-select-icon" aria-hidden="true"></span></md-select-value>
<div class="md-select-menu-container" aria-hidden="true" role="presentation" id="select_container_9"><md-select-menu role="presentation" class="_md md-propharma-vaccines-theme"><md-content class="_md md-propharma-vaccines-theme">
<!-- ngRepeat: position in RegistrationCtrl.positions --><md-option ng-repeat="position in RegistrationCtrl.positions" ng-value="position.value" tabindex="0" class="ng-scope md-propharma-vaccines-theme md-ink-ripple" role="option"
aria-selected="false" id="select_option_10" aria-checked="true" value="GP">
<div class="md-text ng-binding">GP</div>
</md-option><!-- end ngRepeat: position in RegistrationCtrl.positions --><md-option ng-repeat="position in RegistrationCtrl.positions" ng-value="position.value" tabindex="0" class="ng-scope md-propharma-vaccines-theme md-ink-ripple"
role="option" aria-selected="false" id="select_option_11" aria-checked="true" value="Nurse">
<div class="md-text ng-binding">Nurse</div>
</md-option><!-- end ngRepeat: position in RegistrationCtrl.positions --><md-option ng-repeat="position in RegistrationCtrl.positions" ng-value="position.value" tabindex="0" class="ng-scope md-propharma-vaccines-theme md-ink-ripple"
role="option" aria-selected="false" id="select_option_12" aria-checked="true" value="Practice Manager">
<div class="md-text ng-binding">Practice Manager</div>
</md-option><!-- end ngRepeat: position in RegistrationCtrl.positions --><md-option ng-repeat="position in RegistrationCtrl.positions" ng-value="position.value" tabindex="0" class="ng-scope md-propharma-vaccines-theme md-ink-ripple"
role="option" aria-selected="false" id="select_option_13" aria-checked="true" value="Receptionist">
<div class="md-text ng-binding">Receptionist</div>
</md-option><!-- end ngRepeat: position in RegistrationCtrl.positions --><md-option ng-repeat="position in RegistrationCtrl.positions" ng-value="position.value" tabindex="0" class="ng-scope md-propharma-vaccines-theme md-ink-ripple"
role="option" aria-selected="false" id="select_option_14" aria-checked="true" value="Other">
<div class="md-text ng-binding">Other</div>
</md-option><!-- end ngRepeat: position in RegistrationCtrl.positions -->
</md-content></md-select-menu></div>
</md-select>
<div ng-messages="RegistrationCtrl.form.Position.$error" class="md-input-messages-animation md-auto-hide ng-active" aria-live="assertive">
<!-- ngMessage: required -->
<div ng-message="required" class="md-input-message-animation ng-scope">Position is required</div>
</div>
<select class="md-visually-hidden" name="Position" aria-hidden="true" tabindex="-1">
<option ng-value="position.value" class="ng-binding" aria-checked="false"></option>
<option ng-value="RegistrationCtrl.formData.Position" selected="" aria-checked="false" value=""></option>
</select>
</md-input-container>
</div>
</div>
</div>
<div class="form__group">
<md-input-container class="md-block md-propharma-vaccines-theme">
<label for="DeliveryAddress1" class="md-required">Delivery address 1</label>
<input type="text" id="DeliveryAddress1" name="DeliveryAddress1" ng-model="RegistrationCtrl.formData.DeliveryAddress1" required="" class="ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required" aria-invalid="true">
<div class="md-errors-spacer"></div>
<div ng-messages="RegistrationCtrl.form.DeliveryAddress1.$error" class="md-input-messages-animation md-auto-hide ng-active" aria-live="assertive">
<!-- ngMessage: required -->
<div ng-message="required" class="md-input-message-animation ng-scope">Delivery address 1 is required</div>
</div>
</md-input-container>
</div>
<div layout-xs="column" layout="row" layout-wrap="" class="gutter-row layout-wrap layout-xs-column layout-row">
<div flex-xs="" flex-gt-xs="50" layout="row" class="gutter-col layout-row flex-xs flex-gt-xs-50">
<div class="form__group">
<md-input-container class="md-block md-propharma-vaccines-theme">
<label for="DeliveryAddress2">Deliver Address 2</label>
<input type="text" id="DeliveryAddress2" name="DeliveryAddress2" ng-model="RegistrationCtrl.formData.DeliveryAddress2" class="ng-pristine ng-untouched ng-valid md-input ng-empty" aria-invalid="false">
<div class="md-errors-spacer"></div>
</md-input-container>
</div>
</div>
<div flex-xs="" flex-gt-xs="50" layout="row" class="gutter-col layout-row flex-xs flex-gt-xs-50">
<div class="form__group">
<md-input-container class="md-block md-propharma-vaccines-theme">
<label for="City" class="md-required">City</label>
<input type="text" id="City" name="City" ng-model="RegistrationCtrl.formData.City" required="" class="ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required" aria-invalid="true">
<div class="md-errors-spacer"></div>
<div ng-messages="RegistrationCtrl.form.City.$error" class="md-input-messages-animation md-auto-hide ng-active" aria-live="assertive">
<!-- ngMessage: required -->
<div ng-message="required" class="md-input-message-animation ng-scope">City is required</div>
</div>
</md-input-container>
</div>
</div>
</div>
<div layout-xs="column" layout="row" layout-wrap="" class="gutter-row layout-wrap layout-xs-column layout-row">
<div flex-xs="" flex-gt-xs="50" layout="row" class="gutter-col layout-row flex-xs flex-gt-xs-50">
<div class="form__group">
<md-input-container class="md-block md-propharma-vaccines-theme">
<label for="PostalCode" class="md-required">Post code</label>
<input type="text" id="PostalCode" name="PostalCode" ng-model="RegistrationCtrl.formData.PostalCode" required="" class="ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required" aria-invalid="true">
<div class="md-errors-spacer"></div>
<div ng-messages="RegistrationCtrl.form.PostalCode.$error" class="md-input-messages-animation md-auto-hide ng-active" aria-live="assertive">
<!-- ngMessage: required -->
<div ng-message="required" class="md-input-message-animation ng-scope">Post code is required</div>
</div>
</md-input-container>
</div>
</div>
<div flex-xs="" flex-gt-xs="50" layout="row" class="gutter-col layout-row flex-xs flex-gt-xs-50">
<div class="registration-postal-code">
<a href="https://www.nzpost.co.nz/tools/address-postcode-finder" target="_blank" class="md-propharma-vaccines-theme">Find my post code</a>
</div>
</div>
</div>
<div layout-xs="column" layout="row" layout-wrap="" class="gutter-row layout-wrap layout-xs-column layout-row">
<div flex-xs="" flex-gt-xs="50" layout="row" class="gutter-col layout-row flex-xs flex-gt-xs-50">
<div class="form__group">
<md-input-container class="md-block md-propharma-vaccines-theme">
<label for="ContactEmailAddress" class="md-required">Your Contact Email Address</label>
<input type="email" id="ContactEmailAddress" name="ContactEmailAddress" ng-model="RegistrationCtrl.formData.ContactEmailAddress" required="" class="ng-pristine ng-untouched md-input ng-empty ng-valid-email ng-invalid ng-invalid-required"
aria-invalid="true">
<div class="md-errors-spacer"></div>
<div ng-messages="RegistrationCtrl.form.ContactEmailAddress.$error" class="md-input-messages-animation md-auto-hide ng-active" aria-live="assertive">
<!-- ngMessage: required -->
<div ng-message="required" class="md-input-message-animation ng-scope">Contact email is required</div>
<!-- ngMessage: email -->
</div>
</md-input-container>
</div>
</div>
<div flex-xs="" flex-gt-xs="50" layout="row" class="gutter-col layout-row flex-xs flex-gt-xs-50">
<div class="form__group">
<md-input-container class="md-block md-propharma-vaccines-theme">
<label for="ContactPhoneNumber" class="md-required">Your Contact Phone</label>
<input type="text" id="ContactPhoneNumber" name="ContactPhoneNumber" ng-model="RegistrationCtrl.formData.ContactPhoneNumber" pattern="^[+]*[(]{0,1}[0-9]{1,4}[)]{0,1}[-\s\./0-9]*$" required=""
class="ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required ng-valid-pattern" aria-invalid="true">
<div class="md-errors-spacer"></div>
<div ng-messages="RegistrationCtrl.form.ContactPhoneNumber.$error" class="md-input-messages-animation md-auto-hide ng-active" aria-live="assertive">
<!-- ngMessage: required -->
<div ng-message="required" class="md-input-message-animation ng-scope">Contact Phone is required</div>
<!-- ngMessage: pattern -->
</div>
</md-input-container>
</div>
</div>
</div>
<p class="registration-email-acknowledgment"> IMPORTANT: Acknowledgment of your of vaccine order is sent to this email address. Please ensure that the email address can be accessed by all relevant staff at your practice. Password resets and order
histories, if requested, are also sent to this address. </p>
<div class="form__group">
<md-input-container class="md-block md-propharma-vaccines-theme">
<label for="SpecialDeliveryInstructions">Special Delivery Instructions</label>
<div class="md-resize-wrapper"><textarea id="SpecialDeliveryInstructions" name="SpecialDeliveryInstructions" ng-model="RegistrationCtrl.formData.SpecialDeliveryInstructions" class="ng-pristine ng-untouched ng-valid md-input ng-empty" rows="1"
aria-invalid="false" style="height: 0px;"></textarea>
<div class="md-resize-handle" style="touch-action: pan-x;"></div>
</div>
<div class="md-errors-spacer"></div>
</md-input-container>
</div>
</form>
Text Content
News Order vaccines Resources Customer services My account Sign out CLICK TO GO TO THE FUNDED VACCINES SITE SIGN IN Email Email is required Password Password is required Forgot password Sign in Trouble signing in? A volutpat a nibh ultricies morbi nec vitae vestibulum consequat a bibendum aliquam metus adipiscing ut scelerisque libero a vel eu rhoncus rutrum parturient scelerisque blandit laoreet. support@propharmardia.co.nz Please contact our Customer Services team on 0508 482 224. Alternatively, email us on vaccines@propharma.co.nz for further assistance. ProPharma is the only national pharmaceutical wholesaler in New Zealand. Our 250 nationwide staff are proud of our customer service and our ‘Can Do, Will Do’ attitude. For online ordering of funded vaccine Register here OUR AUCKLAND HEAD OFFICE Phone: 09 915 9500 Fax: 09 915 9581 Email: info@propharma.co.nz Funded Vaccines Toll Free 0508 482 224 Postal: P.O. Box 62-027, Sylvia Park, Auckland 16445 CONTACT US Your message to us Message is required Your name Name is required Your email Email is required The message has been successfully sent Send Message ABOUT US In business for over 120 years, ProPharma is the only national pharmaceutical wholesaler in New Zealand, with more than 250 staff operating from 8 branches nationwide. Our size certainly gives us an advantage in terms of synergies and efficiencies... but what we rely on to set us apart is customer service and the ‘Can Do, Will Do’ attitude of our staff. As well as being experts in logistics, the ProPharma finance, customer service, administration and IT teams play a vital role within the company. ProPharma staff are served by a robust, integrated and efficient computer system that handles over 2,000 orders every day. Loyal support by customers is generously rewarded. Terms of trade continue to benefit those who order efficiently and in volume. There are also preferred payment incentives, with rewards for early payment, different billing cycles and our partnership with American Express provides an opportunity to turn business expenses into exciting lifestyle rewards. Good service and stock levels, prompt delivery, efficient ordering systems are at the heart of our wholesale business, but we have always been seen as much more than a supplier to pharmacy with a long history of sponsorship including promotion of the NZ Pharmacy Awards, financial assistance to new and existing pharmacy owners or those developing their business, and an increasing number of value-added services. Loyal support by customers Loyal support by customers is generously rewarded. Terms of trade continue to benefit those who order efficiently and in volume. There are also preferred payment incentives, with rewards for early payment, different billing cycles and our partnership with American Express provides an opportunity to turn business expenses into exciting lifestyle rewards. These include: • Free pharmacy brokerage • Pharmacy valuation services • Staff placement • Marketing and promotions • Special buying arrangements • Professional support and onsite visits • Nationwide & automatic second sourcing of product • Procurement service for hard-to-get items • Information and electronic supplier reps’ order management • Educational tours and corporate events, including major sponsorship of the annual Pharmacy Awards, in association with Pharmacy Today newspaper. • PharmaLines monthly trade magazine, offering monthly specials – New Zealand’s only nationwide promotional magazine for pharmacy. ProPharma’s aim is to be the company of choice for customers, suppliers and staff and welcomes enquiries from New Zealand based pharmacies and health services that are looking for a competitive wholesale service provider. DISTRIBUTION CENTERS Whangarei Phone: 09 438 9519 Fax: 09 438 9681 Nelson Phone: 03 547 6461 Fax: 03 547 6455 Hamilton Phone: 07 957 8199 Fax: 07 957 3840 Christchurch Phone: 03 962 0801 Fax: 03 389 5459 Palmerston North Phone: 06 952 0039 Fax: 06 952 0035 Dunedin Phone: 03 474 9150 Fax: 03 474 5061 Wellington Phone: 04 576 1830 Fax: 04 576 1811 Auckland Address: 317, New north Road, Kingsland Phone: 03 216 5498 Fax: 07 894 5612 Good service and stock levels, prompt delivery, efficient ordering systems are at the heart of our wholesale business, but we have always been seen as much more than a supplier to pharmacy with a long history of sponsorship including promotion of the NZ Pharmacy Awards, financial assistance to new and existing pharmacy owners or those developing their business, and an increasing number of value-added services. More info Our Contact Details Phone: Toll Free 0508 482 224 Fax: 09 915 9527 Email: vaccines@propharma.co.nz OUR CONTACT DETAILS Your message to us Message is required Your name Name is required Your email Email is required The message has been successfully sent Send Message Use of this site is strictly restricted to accredited New Zealand health professionals who wish to order funded vaccines. Note: Influenza vaccines are not available through ProPharma. Influenza vaccines and other non funded vaccines are available at Healthcare Logistics. hconline.co.nz © 2019 Pharmacy Retailing (NZ) Ltd. All rights reserved. Privacy REGISTER Submit Account number Account number is required Practice name Practice Name is required Name Position Position GP Nurse Practice Manager Receptionist Other Position is required Delivery address 1 Delivery address 1 is required Deliver Address 2 City City is required Post code Post code is required Find my post code Your Contact Email Address Contact email is required Your Contact Phone Contact Phone is required IMPORTANT: Acknowledgment of your of vaccine order is sent to this email address. Please ensure that the email address can be accessed by all relevant staff at your practice. Password resets and order histories, if requested, are also sent to this address. Special Delivery Instructions