<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Veterinary Integration Platform Blog</title>
        <link>https://www.mwiah.dev/release-notes</link>
        <description>Veterinary Integration Platform Blog</description>
        <lastBuildDate>Thu, 02 Jul 2026 00:00:00 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <copyright>Copyright © 2026 MWI Animal Health UK</copyright>
        <item>
            <title><![CDATA[API R31]]></title>
            <link>https://www.mwiah.dev/release-notes/api-r31</link>
            <guid>https://www.mwiah.dev/release-notes/api-r31</guid>
            <pubDate>Thu, 02 Jul 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Release 31 of the API includes 2 new endpoints and changes to 4 existing endpoints.]]></description>
            <content:encoded><![CDATA[<p>Release 31 of the API includes 2 new endpoints and changes to 4 existing endpoints.</p>
<div class="theme-admonition theme-admonition-info admonition_xJq3 alert alert--info"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"></path></svg></span>Release Date</div><div class="admonitionContent_BuS1"><p>The UAT API will be updated on 15-Jul-2026.</p><p>The Live API release date is 22-Jul-2026.</p><blockquote>
<p>Times may change without notice, no downtime of the API is expected.</p>
</blockquote></div></div>
<hr>
<a href="https://www.mwiah.dev/api-billing/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Billing Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="billing">Billing<a href="https://www.mwiah.dev/release-notes/api-r31#billing" class="hash-link" aria-label="Direct link to Billing" title="Direct link to Billing">​</a></h3>
<p><span style="border:1px solid;border-color:GREEN;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">NEW</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/payment-terms</code> &amp; <code>/v1/api/payment-terms/:payment-term-uuid</code></p>
<ul>
<li>Retrieve payment terms. The list endpoint supports optional query parameter <code>is-active</code> to filter by active status.</li>
<li>Some default payment terms exist in the system but are not active by default; use <code>is-active</code> to include or exclude them as needed.</li>
<li>Each payment term includes <code>payment-term-uuid</code>, <code>term-code</code>, <code>term-name</code>, <code>term-days</code>, <code>end-of-month</code>, and <code>is-active</code>.</li>
</ul>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:BLUE;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">POST</span> <code>/v1/api/payments</code></p>
<ul>
<li>Optional fields <code>allocation-insured</code> and <code>allocation-uninsured</code> added. When supplied, the payment is allocated only to the specified insured and uninsured amounts. Both values can be provided.</li>
</ul>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/invoices</code> &amp; <code>/v1/api/:billing-uuid/invoices</code></p>
<ul>
<li>New query filters: <code>contact-uuid</code>, <code>due-date-start</code>, <code>due-date-end</code>, <code>modified-date-start</code>, <code>modified-date-end</code>, and <code>unpaid-only</code>.</li>
<li>Results can now include deleted invoices. Query parameter <code>deleted</code> supports <code>IncludeDeleted</code>, <code>ExcludeDeleted</code>, and <code>DeletedOnly</code>. The dedicated deleted-invoices endpoint will be deprecated in a future release.</li>
<li>Query parameter <code>has-balance-on</code> filters by balance type: <code>Invoice</code> (any outstanding balance on the invoice), <code>Uninsured</code> (outstanding uninsured balance), or <code>Insured</code> (outstanding insured balance).</li>
<li>Invoice responses now include <code>invoice-due-date</code>, <code>payment-term-uuid</code>, <code>payment-term-name</code>, <code>contact-uuid</code>, <code>location-uuid</code>, <code>balance-outstanding</code>, <code>balance-insured</code>, <code>balance-uninsured</code>, and <code>deleted-date</code>.</li>
</ul>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/invoices/:invoice-uuid</code></p>
<ul>
<li>Invoice responses now include <code>invoice-due-date</code>, <code>payment-term-uuid</code>, <code>payment-term-name</code>, <code>contact-uuid</code>, <code>location-uuid</code>, <code>balance-outstanding</code>, <code>balance-insured</code>, <code>balance-uninsured</code>, and <code>deleted-date</code>, including when the invoice has been deleted.</li>
</ul>
<hr>
<p><strong>If you have any questions please contact us.</strong></p>]]></content:encoded>
            <category>API</category>
        </item>
        <item>
            <title><![CDATA[API R30]]></title>
            <link>https://www.mwiah.dev/release-notes/api-r30</link>
            <guid>https://www.mwiah.dev/release-notes/api-r30</guid>
            <pubDate>Fri, 15 May 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Release 30 of the API includes 2 new endpoints and changes to 5 existing endpoints.]]></description>
            <content:encoded><![CDATA[<p>Release 30 of the API includes 2 new endpoints and changes to 5 existing endpoints.</p>
<div class="theme-admonition theme-admonition-info admonition_xJq3 alert alert--info"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"></path></svg></span>Release Date</div><div class="admonitionContent_BuS1"><p>The UAT API will be updated on 19-May-2026.</p><p>The Live API release date is 26-May-2026.</p><blockquote>
<p>Times may change without notice, no downtime of the API is expected.</p>
</blockquote></div></div>
<hr>
<div class="theme-admonition theme-admonition-tip admonition_xJq3 alert alert--success"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 12 16"><path fill-rule="evenodd" d="M6.5 0C3.48 0 1 2.19 1 5c0 .92.55 2.25 1 3 1.34 2.25 1.78 2.78 2 4v1h5v-1c.22-1.22.66-1.75 2-4 .45-.75 1-2.08 1-3 0-2.81-2.48-5-5.5-5zm3.64 7.48c-.25.44-.47.8-.67 1.11-.86 1.41-1.25 2.06-1.45 3.23-.02.05-.02.11-.02.17H5c0-.06 0-.13-.02-.17-.2-1.17-.59-1.83-1.45-3.23-.2-.31-.42-.67-.67-1.11C2.44 6.78 2 5.65 2 5c0-2.2 2.02-4 4.5-4 1.22 0 2.36.42 3.22 1.19C10.55 2.94 11 3.94 11 5c0 .66-.44 1.78-.86 2.48zM4 14h5c-.23 1.14-1.3 2-2.5 2s-2.27-.86-2.5-2z"></path></svg></span>Payment terms fields</div><div class="admonitionContent_BuS1"><p>The new payment term fields on accounts (<code>payment-term-uuid</code>, <code>payment-term-name</code>, and the optional <code>payment-term-uuid</code> on create and update) relate to new functionality that will ship in an upcoming PIMS release and further API releases.</p></div></div>
<a href="https://www.mwiah.dev/api-account/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Account Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="account-management">Account Management<a href="https://www.mwiah.dev/release-notes/api-r30#account-management" class="hash-link" aria-label="Direct link to Account Management" title="Direct link to Account Management">​</a></h3>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/accounts</code> &amp; <code>/v1/api/accounts/:account-uuid</code></p>
<ul>
<li>The response for each account now includes <code>payment-term-uuid</code> and <code>payment-term-name</code> where payment terms apply.</li>
</ul>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:BLUE;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">POST</span> <code>/v1/api/accounts</code></p>
<ul>
<li>Optional field <code>payment-term-uuid</code> added. When omitted, the default payment term from the client category may be applied; when supplied, it must reference an existing active payment term.</li>
<li>Creating an account when the contact is deactivated now returns HTTP 422 with message <code>Contact is deactivated</code>.</li>
<li>Creating an account when an account already exists for that contact (including when the contact is deactivated) now returns HTTP 422 with message <code>An account already exists for contact</code> instead of overwriting the existing account.</li>
</ul>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:DARKORANGE;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">PATCH</span> <code>/v1/api/accounts/:account-uuid</code></p>
<ul>
<li>Optional field <code>payment-term-uuid</code> added. When supplied, it must be an active payment term.</li>
</ul>
<hr>
<a href="https://www.mwiah.dev/api-billing/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Billing Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="billing">Billing<a href="https://www.mwiah.dev/release-notes/api-r30#billing" class="hash-link" aria-label="Direct link to Billing" title="Direct link to Billing">​</a></h3>
<p><span style="border:1px solid;border-color:GREEN;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">NEW</span> <span style="background-color:BLUE;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">POST</span> <code>/v1/api/subscriptions/end</code></p>
<ul>
<li>Ends an active pet health care plan subscription for a patient on an account. Where money is still owed on the plan, write-off details can be supplied to close out the balance.</li>
</ul>
<p><span style="border:1px solid;border-color:GREEN;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">NEW</span> <span style="background-color:BLUE;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">POST</span> <code>/v1/api/subscriptions/suspend</code></p>
<ul>
<li>Suspends or resumes a pet health care plan subscription.</li>
</ul>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/subscriptions</code></p>
<ul>
<li>Optional query parameter <code>include-balance</code> added (default <code>false</code>). Set it <code>true</code> to include <code>pet-plan-balance</code> on each subscription where applicable for pet health care plans.</li>
</ul>
<hr>
<p><strong>If you have any questions please contact us.</strong></p>]]></content:encoded>
            <category>API</category>
        </item>
        <item>
            <title><![CDATA[API R29]]></title>
            <link>https://www.mwiah.dev/release-notes/api-r29</link>
            <guid>https://www.mwiah.dev/release-notes/api-r29</guid>
            <pubDate>Tue, 10 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Release 29 of the API includes 1 fix and changes to 5 existing endpoints.]]></description>
            <content:encoded><![CDATA[<p>Release 29 of the API includes 1 fix and changes to 5 existing endpoints.</p>
<div class="theme-admonition theme-admonition-info admonition_xJq3 alert alert--info"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"></path></svg></span>Release Date</div><div class="admonitionContent_BuS1"><p>The UAT API will be updated on 10-Mar-2026.</p><p>The Live API release date is 17-Mar-2026.</p><blockquote>
<p>Times may change without notice, no downtime of the API is expected.</p>
</blockquote></div></div>
<hr>
<a href="https://www.mwiah.dev/api-billing/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Billing Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="billing">Billing<a href="https://www.mwiah.dev/release-notes/api-r29#billing" class="hash-link" aria-label="Direct link to Billing" title="Direct link to Billing">​</a></h3>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">FIX</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/{billing-uuid}/invoices</code></p>
<ul>
<li>Resolved an issue where fully credited invoice items were incorrectly appearing as outstanding when using the <code>unpaid-only</code> filter. The calculation for determining unpaid status now correctly handles credited items.</li>
</ul>
<hr>
<a href="https://www.mwiah.dev/api-contact/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Contact Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="contact-management">Contact Management<a href="https://www.mwiah.dev/release-notes/api-r29#contact-management" class="hash-link" aria-label="Direct link to Contact Management" title="Direct link to Contact Management">​</a></h3>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/contacts/addresses</code></p>
<ul>
<li>New optional query parameter <code>include-deactivated-contacts</code> added. Default value is <code>true</code>. When set to <code>false</code>, inactive contacts are excluded from results.</li>
</ul>
<p>This change also affects:</p>
<ul>
<li><span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/contacts/emails</code></li>
<li><span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/contacts/notes</code></li>
<li><span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/contacts/numbers</code></li>
</ul>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/contacts/:contact-uuid/communication-preferences</code></p>
<ul>
<li>New optional query parameters <code>communication-type-uuid</code> and <code>communication-channel-uuid</code> added. These allow filtering communication preferences by specific type and channel.</li>
</ul>
<hr>
<p><strong>If you have any questions please contact us.</strong></p>]]></content:encoded>
            <category>API</category>
        </item>
        <item>
            <title><![CDATA[API R28]]></title>
            <link>https://www.mwiah.dev/release-notes/api-r28</link>
            <guid>https://www.mwiah.dev/release-notes/api-r28</guid>
            <pubDate>Mon, 16 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Release 28 of the API includes changes to 2 existing endpoints.]]></description>
            <content:encoded><![CDATA[<p>Release 28 of the API includes changes to 2 existing endpoints.</p>
<div class="theme-admonition theme-admonition-info admonition_xJq3 alert alert--info"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"></path></svg></span>Release Date</div><div class="admonitionContent_BuS1"><p>The UAT API will be updated on 16-Feb-2026.</p><p>The Live API release date is 24-Feb-2026.</p><blockquote>
<p>Times may change without notice, no downtime of the API is expected.</p>
</blockquote></div></div>
<hr>
<a href="https://www.mwiah.dev/api-billing/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Billing Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="billing">Billing<a href="https://www.mwiah.dev/release-notes/api-r28#billing" class="hash-link" aria-label="Direct link to Billing" title="Direct link to Billing">​</a></h3>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">FIX</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/payments</code></p>
<ul>
<li>Performance improvement for this endpoint with allocation is requested in the response.</li>
</ul>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">FIX</span> <span style="background-color:BLUE;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">POST</span> <code>/v1/api/refunds/return-amount</code></p>
<ul>
<li>Resolved a payment allocation issue</li>
</ul>
<hr>
<p><strong>If you have any questions please contact us.</strong></p>]]></content:encoded>
            <category>API</category>
        </item>
        <item>
            <title><![CDATA[API R27.1]]></title>
            <link>https://www.mwiah.dev/release-notes/api-r27.1</link>
            <guid>https://www.mwiah.dev/release-notes/api-r27.1</guid>
            <pubDate>Thu, 04 Dec 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Release 27.1 of the API includes a fix to improve reliability of the document upload endpoint.]]></description>
            <content:encoded><![CDATA[<p>Release 27.1 of the API includes a fix to improve reliability of the document upload endpoint.</p>
<div class="theme-admonition theme-admonition-info admonition_xJq3 alert alert--info"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"></path></svg></span>Release Date</div><div class="admonitionContent_BuS1"><p>The UAT API will be updated on 4-Dec-2025.</p><p>The Live API release date is 4-Dec-2025.</p><blockquote>
<p>Times may change without notice, no downtime of the API is expected.</p>
</blockquote></div></div>
<hr>
<a href="https://www.mwiah.dev/api-communication/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Communications Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="communication-and-documents">Communication and Documents<a href="https://www.mwiah.dev/release-notes/api-r27.1#communication-and-documents" class="hash-link" aria-label="Direct link to Communication and Documents" title="Direct link to Communication and Documents">​</a></h3>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">FIX</span> <span style="background-color:BLUE;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">POST</span> <code>/v1/api/documents/upload</code></p>
<ul>
<li>Fixed an issue where some document upload requests could hang indefinitely without completing. This was caused by a change in HTTP client behavior in the underlying framework. The endpoint now properly handles all upload requests and will complete or return an error response in a timely manner.</li>
</ul>
<hr>
<p><strong>If you have any questions please contact us.</strong></p>]]></content:encoded>
            <category>API</category>
        </item>
        <item>
            <title><![CDATA[API R27]]></title>
            <link>https://www.mwiah.dev/release-notes/api-r27</link>
            <guid>https://www.mwiah.dev/release-notes/api-r27</guid>
            <pubDate>Tue, 25 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Release 27 of the API includes 3 new endpoints and changes to 3 existing endpoints.]]></description>
            <content:encoded><![CDATA[<p>Release 27 of the API includes 3 new endpoints and changes to 3 existing endpoints.</p>
<div class="theme-admonition theme-admonition-info admonition_xJq3 alert alert--info"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"></path></svg></span>Release Date</div><div class="admonitionContent_BuS1"><p>The UAT API will be updated on 25-Nov-2025.</p><p>The Live API release date is 03-Dec-2025.</p><blockquote>
<p>Times may change without notice, no downtime of the API is expected.</p>
</blockquote></div></div>
<hr>
<a href="https://www.mwiah.dev/api-billing/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Billing Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="billing">Billing<a href="https://www.mwiah.dev/release-notes/api-r27#billing" class="hash-link" aria-label="Direct link to Billing" title="Direct link to Billing">​</a></h3>
<p><span style="border:1px solid;border-color:GREEN;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">NEW</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/insurance/claim-items/patient/:patient-uuid</code></p>
<ul>
<li>A new endpoint to retrieve a list of all insurance items against a patient. Optional query parameter <code>insurance-claim-ref</code> can be provided to filter items by claim reference.</li>
<li>New scope required: <code>billing-acc:insurance:read</code></li>
</ul>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/payments</code></p>
<ul>
<li>The endpoint now excludes returned payments from the response, returning only active payments.</li>
</ul>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/invoices/invoice-contents</code></p>
<ul>
<li>New optional query parameter <code>insurance-claim-ref</code> added. When provided, only invoice contents with a matching insurance claim reference will be returned. A value of 0 will return a 400 error.</li>
</ul>
<hr>
<a href="https://www.mwiah.dev/api-clinical/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Clinical Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="clinical-management">Clinical Management<a href="https://www.mwiah.dev/release-notes/api-r27#clinical-management" class="hash-link" aria-label="Direct link to Clinical Management" title="Direct link to Clinical Management">​</a></h3>
<p><span style="border:1px solid;border-color:GREEN;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">NEW</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/clinical-documents</code></p>
<ul>
<li>A new endpoint to retrieve a list of clinical history documents. Supports optional query parameters for <code>patient-uuid</code>, <code>modified-start</code>, and <code>modified-end</code> for filtering.</li>
<li>Uses existing scope: <code>clinical:history:read</code></li>
</ul>
<hr>
<a href="https://www.mwiah.dev/api-communication/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Communications Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="communication-and-documents">Communication and Documents<a href="https://www.mwiah.dev/release-notes/api-r27#communication-and-documents" class="hash-link" aria-label="Direct link to Communication and Documents" title="Direct link to Communication and Documents">​</a></h3>
<p><span style="border:1px solid;border-color:GREEN;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">NEW</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/documents/:document-uuid/content</code></p>
<ul>
<li>A new endpoint to retrieve the file content of a document as an octet stream.</li>
<li>New scope required: <code>document-mgt:docs-contents:read</code></li>
<li><strong>Note:</strong> This endpoint is rate limited and may return status code 429 (Too Many Requests) if the rate limit is exceeded.</li>
</ul>
<hr>
<a href="https://www.mwiah.dev/api-patient/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Patient Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="patient-management">Patient Management<a href="https://www.mwiah.dev/release-notes/api-r27#patient-management" class="hash-link" aria-label="Direct link to Patient Management" title="Direct link to Patient Management">​</a></h3>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v3/api/patient-subsidy-categories</code></p>
<ul>
<li>Resolved an issue where the V3 API behavior did not align with the Merlin UI.</li>
</ul>
<hr>
<p><strong>If you have any questions please contact us.</strong></p>]]></content:encoded>
            <category>API</category>
        </item>
        <item>
            <title><![CDATA[API R26]]></title>
            <link>https://www.mwiah.dev/release-notes/api-r26</link>
            <guid>https://www.mwiah.dev/release-notes/api-r26</guid>
            <pubDate>Mon, 03 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Release 26 of the API includes changes to 2 existing endpoints.]]></description>
            <content:encoded><![CDATA[<p>Release 26 of the API includes changes to 2 existing endpoints.</p>
<div class="theme-admonition theme-admonition-info admonition_xJq3 alert alert--info"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"></path></svg></span>Release Date</div><div class="admonitionContent_BuS1"><p>The UAT API will be updated on 5-Nov-2025.</p><p>The Live API release date is 12-Nov-2025.</p><blockquote>
<p>Times may change without notice, no downtime of the API is expected.</p>
</blockquote></div></div>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="multiple-domain-deployment">Multiple Domain Deployment<a href="https://www.mwiah.dev/release-notes/api-r26#multiple-domain-deployment" class="hash-link" aria-label="Direct link to Multiple Domain Deployment" title="Direct link to Multiple Domain Deployment">​</a></h3>
<ul>
<li>There are changes to the following domains for architectural updates during this release without any schema changes:<!-- -->
<ul>
<li>Account</li>
<li>Billing</li>
<li>Calendar</li>
<li>Clinical</li>
<li>Communications</li>
<li>Contact</li>
<li>Formulary</li>
<li>Inventory</li>
<li>Location</li>
<li>Patient</li>
<li>Reminders</li>
</ul>
</li>
</ul>
<hr>
<a href="https://www.mwiah.dev/api-billing/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Billing Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="billing">Billing<a href="https://www.mwiah.dev/release-notes/api-r26#billing" class="hash-link" aria-label="Direct link to Billing" title="Direct link to Billing">​</a></h3>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:BLUE;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">POST</span> <code>/v1/api/refunds/return-payment</code></p>
<ul>
<li>The endpoint now validates and returns a useful error message when attempting to return a payment that has already been returned, instead of returning a 500 error.</li>
</ul>
<hr>
<a href="https://www.mwiah.dev/api-calendar/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Calendar Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="calendar-management">Calendar Management<a href="https://www.mwiah.dev/release-notes/api-r26#calendar-management" class="hash-link" aria-label="Direct link to Calendar Management" title="Direct link to Calendar Management">​</a></h3>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/appointments/deleted</code> &amp; <code>/v1/api/tasks/deleted</code></p>
<ul>
<li>Performance improvement when using the <code>include-last-status=true</code> query parameter. The query has been optimized for better performance.</li>
</ul>
<hr>
<p><strong>If you have any questions please contact us.</strong></p>]]></content:encoded>
            <category>API</category>
        </item>
        <item>
            <title><![CDATA[API R25]]></title>
            <link>https://www.mwiah.dev/release-notes/api-r25</link>
            <guid>https://www.mwiah.dev/release-notes/api-r25</guid>
            <pubDate>Mon, 20 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Release 25 of the API includes 1 new endpoint and changes to 6 existing endpoints.]]></description>
            <content:encoded><![CDATA[<p>Release 25 of the API includes 1 new endpoint and changes to 6 existing endpoints.</p>
<div class="theme-admonition theme-admonition-info admonition_xJq3 alert alert--info"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"></path></svg></span>Release Date</div><div class="admonitionContent_BuS1"><p>The UAT API will be updated the on 20-Oct-2025.</p><p>The Live API release date is 29-Oct-2025.</p><blockquote>
<p>Times may change without notice, no downtime of the API is expected.</p>
</blockquote></div></div>
<hr>
<a href="https://www.mwiah.dev/api-billing/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Billing Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="billing">Billing<a href="https://www.mwiah.dev/release-notes/api-r25#billing" class="hash-link" aria-label="Direct link to Billing" title="Direct link to Billing">​</a></h3>
<p><span style="border:1px solid;border-color:GREEN;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">NEW</span> <span style="background-color:BLUE;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">POST</span> <code>/v1/api/refunds/return-amount</code></p>
<ul>
<li>A new endpoint to record a refund into the client account, this can be used for accounts in credit or debit.</li>
</ul>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:BLUE;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">POST</span> <code>/v1/api/payments</code></p>
<ul>
<li>Optional field <code>operator</code> allows for the username to be recorded against the payment.</li>
<li>Backend change when saving to the database, the note will now be appended to the payment description.</li>
</ul>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/payments</code> &amp; <code>/v1/api/payments/:payment-uuid</code></p>
<ul>
<li><code>payment-method-uuid</code> was returning the wrong value, this has been corrected.</li>
</ul>
<hr>
<a href="https://www.mwiah.dev/api-calendar/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Calendar Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="calendar-management">Calendar Management<a href="https://www.mwiah.dev/release-notes/api-r25#calendar-management" class="hash-link" aria-label="Direct link to Calendar Management" title="Direct link to Calendar Management">​</a></h3>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/availability/:location-uuid/available</code></p>
<ul>
<li>To align to a change made within Merlin, a practitioner marked as "on holiday" will be unavailable across all locations.</li>
</ul>
<hr>
<a href="https://www.mwiah.dev/api-patient/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Patient Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="patient-management">Patient Management<a href="https://www.mwiah.dev/release-notes/api-r25#patient-management" class="hash-link" aria-label="Direct link to Patient Management" title="Direct link to Patient Management">​</a></h3>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/genders</code></p>
<ul>
<li>Endpoints have been incorrectly returning non-animal genders on these endpoints and they are now excluded.</li>
</ul>
<p>This change also affects:</p>
<ul>
<li><span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/genders/:gender-uuid</code></li>
<li><span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/species/:species-uuid/genders</code></li>
</ul>
<hr>
<a href="https://www.mwiah.dev/api-formulary/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Formulary Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="formulary-management">Formulary Management<a href="https://www.mwiah.dev/release-notes/api-r25#formulary-management" class="hash-link" aria-label="Direct link to Formulary Management" title="Direct link to Formulary Management">​</a></h3>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/services</code></p>
<ul>
<li>This endpoint was incorrectly excluding the discount formulary type, these are now included.</li>
</ul>
<hr>
<p><strong>If you have any questions please contact us.</strong></p>]]></content:encoded>
            <category>API</category>
        </item>
        <item>
            <title><![CDATA[API R24]]></title>
            <link>https://www.mwiah.dev/release-notes/api-r24</link>
            <guid>https://www.mwiah.dev/release-notes/api-r24</guid>
            <pubDate>Tue, 09 Sep 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Release 24 of the API includes changes to 3 existing endpoints.]]></description>
            <content:encoded><![CDATA[<p>Release 24 of the API includes changes to 3 existing endpoints.</p>
<div class="theme-admonition theme-admonition-info admonition_xJq3 alert alert--info"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"></path></svg></span>Release Date</div><div class="admonitionContent_BuS1"><p>The UAT API will be updated the on 17-Sept-2025.</p><p>The Live API release date is 24-Sept-2025.</p><blockquote>
<p>Times may change without notice, no downtime of the API is expected.</p>
</blockquote></div></div>
<hr>
<a href="https://www.mwiah.dev/api-clinical/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Clinical Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="clinical">Clinical<a href="https://www.mwiah.dev/release-notes/api-r24#clinical" class="hash-link" aria-label="Direct link to Clinical" title="Direct link to Clinical">​</a></h3>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/advanced-prescriptions</code></p>
<ul>
<li>added 2 query parameters: <code>modified-start</code> and <code>modified-end</code> to allow for delta searches</li>
</ul>
<hr>
<a href="https://www.mwiah.dev/api-communication/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Communications Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="communication-and-documents">Communication and Documents<a href="https://www.mwiah.dev/release-notes/api-r24#communication-and-documents" class="hash-link" aria-label="Direct link to Communication and Documents" title="Direct link to Communication and Documents">​</a></h3>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:BLUE;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">POST</span> <code>/v1/api/communications-logs</code></p>
<ul>
<li>Resolved an issue with <code>sent-date</code> not resolving to the current date and time if not provided</li>
</ul>
<hr>
<a href="https://www.mwiah.dev/api-patient/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Patient Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="patient-management">Patient Management<a href="https://www.mwiah.dev/release-notes/api-r24#patient-management" class="hash-link" aria-label="Direct link to Patient Management" title="Direct link to Patient Management">​</a></h3>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:BLUE;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">POST</span> <code>/v1/api/patients/:patient-uuid/eligibility-activation</code></p>
<ul>
<li>For charity systems this endpoint is now returning the correct messages when the activation limit has been met.</li>
</ul>
<hr>
<p><strong>If you have any questions please contact us.</strong></p>]]></content:encoded>
            <category>API</category>
        </item>
        <item>
            <title><![CDATA[API R23]]></title>
            <link>https://www.mwiah.dev/release-notes/api-r23</link>
            <guid>https://www.mwiah.dev/release-notes/api-r23</guid>
            <pubDate>Mon, 18 Aug 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Release 23 of the API includes changes to 4 existing endpoints.]]></description>
            <content:encoded><![CDATA[<p>Release 23 of the API includes changes to 4 existing endpoints.</p>
<div class="theme-admonition theme-admonition-info admonition_xJq3 alert alert--info"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"></path></svg></span>Release Date</div><div class="admonitionContent_BuS1"><p>The UAT API will be updated the on 20-Aug-2025.</p><p>The Live API release date is 27-Aug-2025.</p><blockquote>
<p>Times may change without notice, no downtime of the API is expected.</p>
</blockquote></div></div>
<hr>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="multiple-domain-deployment">Multiple Domain Deployment<a href="https://www.mwiah.dev/release-notes/api-r23#multiple-domain-deployment" class="hash-link" aria-label="Direct link to Multiple Domain Deployment" title="Direct link to Multiple Domain Deployment">​</a></h3>
<ul>
<li>There is a change to the following domains for architectural changes during this release without any schema changes:<!-- -->
<ul>
<li>Accounts</li>
<li>Billing</li>
<li>Clinical</li>
<li>Contact</li>
<li>Formulary</li>
<li>Inventory</li>
<li>Location</li>
<li>Patient</li>
<li>Reminders</li>
</ul>
</li>
</ul>
<hr>
<a href="https://www.mwiah.dev/api-account/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Account Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="account-management">Account Management<a href="https://www.mwiah.dev/release-notes/api-r23#account-management" class="hash-link" aria-label="Direct link to Account Management" title="Direct link to Account Management">​</a></h3>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/accounts</code></p>
<ul>
<li>The field <code>last-visit-date</code> was incorrectly returning a date for when client details were last checked, this has been corrected in the API as part of this release.</li>
<li><strong>If you conduct delta checks against <code>modified</code> date, this change will not be updating the modified date.</strong></li>
<li>A new field <code>last-checked-date</code> has been added which presents the date recorded in Merlin for when a user confirms they last checked the clients details.</li>
</ul>
<hr>
<a href="https://www.mwiah.dev/api-clinical/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Clinical Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="clinical">Clinical<a href="https://www.mwiah.dev/release-notes/api-r23#clinical" class="hash-link" aria-label="Direct link to Clinical" title="Direct link to Clinical">​</a></h3>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:BLUE;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">POST</span> <code>/v1/api/clinical-notes</code></p>
<ul>
<li>Resolved an issue where a protocol question has mandatory free-text with allowed free-text is set to false.</li>
</ul>
<hr>
<a href="https://www.mwiah.dev/api-formulary/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Formulary Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="formulary-management">Formulary Management<a href="https://www.mwiah.dev/release-notes/api-r23#formulary-management" class="hash-link" aria-label="Direct link to Formulary Management" title="Direct link to Formulary Management">​</a></h3>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:BLUE;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">POST</span> &amp; <span style="background-color:DARKORANGE;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">PATCH</span> <code>/v1/api/service</code></p>
<ul>
<li>Resolved several issues with the discount formulary type entities being submitted via POST and PATCH requests.</li>
<li>Note: The guidance for "fixed price" discounts now requires the <code>net-price</code> to also be supplied along with the <code>overwrite-price</code> and <code>overwrite-price-enabled</code> fields.</li>
</ul>
<hr>
<p><strong>If you have any questions please contact us.</strong></p>]]></content:encoded>
            <category>API</category>
        </item>
        <item>
            <title><![CDATA[API R22]]></title>
            <link>https://www.mwiah.dev/release-notes/api-r22</link>
            <guid>https://www.mwiah.dev/release-notes/api-r22</guid>
            <pubDate>Tue, 24 Jun 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Release 22 of the API includes 1 new endpoint and changes to 3 existing endpoints.]]></description>
            <content:encoded><![CDATA[<p>Release 22 of the API includes 1 new endpoint and changes to 3 existing endpoints.</p>
<div class="theme-admonition theme-admonition-info admonition_xJq3 alert alert--info"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"></path></svg></span>Release Date</div><div class="admonitionContent_BuS1"><p>The UAT API will be updated the on 25-Jun-2025.</p><p>The Live API release date is 02-Jul-2025.</p><blockquote>
<p>Times may change without notice, no downtime of the API is expected.</p>
</blockquote></div></div>
<hr>
<a href="https://www.mwiah.dev/api-calendar/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Calendar Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="calendar-management">Calendar Management<a href="https://www.mwiah.dev/release-notes/api-r22#calendar-management" class="hash-link" aria-label="Direct link to Calendar Management" title="Direct link to Calendar Management">​</a></h3>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/tasks</code></p>
<ul>
<li>added 2 new query parameters:<!-- -->
<ul>
<li><code>modified-start</code></li>
<li><code>modified-end</code></li>
</ul>
</li>
<li>added field to content <code>booked-date</code> to show when the task was created.</li>
</ul>
<p><span style="border:1px solid;border-color:GREEN;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">NEW</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/tasks/deleted</code></p>
<ul>
<li>New endpoint added to retrieve deleted tasks.</li>
</ul>
<hr>
<a href="https://www.mwiah.dev/api-clinical/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Clinical Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="clinical">Clinical<a href="https://www.mwiah.dev/release-notes/api-r22#clinical" class="hash-link" aria-label="Direct link to Clinical" title="Direct link to Clinical">​</a></h3>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:BLUE;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">POST</span> <code>/v1/api/billable-records</code></p>
<ul>
<li>Added new object to the payload to allow batch submission without specifying the batch-uuid.<!-- -->
<ul>
<li><code>batch-uuid</code> or <code>batch-manual</code> can be provided not both.</li>
<li><code>batch-uuid</code> and <code>batch-manual</code> are not required.</li>
<li><code>batch-manual</code> object requires the <code>batch-string</code> with <code>batch-expiry-date</code> as optional</li>
</ul>
</li>
</ul>
<hr>
<a href="https://www.mwiah.dev/api-communication/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Communications Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="communication-and-documents">Communication and Documents<a href="https://www.mwiah.dev/release-notes/api-r22#communication-and-documents" class="hash-link" aria-label="Direct link to Communication and Documents" title="Direct link to Communication and Documents">​</a></h3>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:BLUE;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">POST</span> <code>/v1/api/communications-logs</code></p>
<ul>
<li>Resolved an issue with the <code>page</code> and <code>size</code> query parameters were being ignored.</li>
</ul>
<hr>
<p><strong>If you have any questions please contact us.</strong></p>]]></content:encoded>
            <category>API</category>
        </item>
        <item>
            <title><![CDATA[API R21]]></title>
            <link>https://www.mwiah.dev/release-notes/api-r21</link>
            <guid>https://www.mwiah.dev/release-notes/api-r21</guid>
            <pubDate>Tue, 27 May 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Release 21 of the API includes changes to 2 existing endpoints.]]></description>
            <content:encoded><![CDATA[<p>Release 21 of the API includes changes to 2 existing endpoints.</p>
<div class="theme-admonition theme-admonition-info admonition_xJq3 alert alert--info"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"></path></svg></span>Release Date</div><div class="admonitionContent_BuS1"><p>The UAT API will be updated the on 28-May-2025.</p><p>The Live API release date is 04-Jun-2025.</p><blockquote>
<p>Times may change without notice, no downtime of the API is expected.</p>
</blockquote></div></div>
<hr>
<a href="https://www.mwiah.dev/api-calendar/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Calendar Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="calendar-management">Calendar Management<a href="https://www.mwiah.dev/release-notes/api-r21#calendar-management" class="hash-link" aria-label="Direct link to Calendar Management" title="Direct link to Calendar Management">​</a></h3>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/availability/{location-uuid}/available</code></p>
<ul>
<li>Resolved a scenario where a slot containing an appointment booking could be returned as available.</li>
</ul>
<hr>
<a href="https://www.mwiah.dev/api-clinical/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Clinical Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="clinical">Clinical<a href="https://www.mwiah.dev/release-notes/api-r21#clinical" class="hash-link" aria-label="Direct link to Clinical" title="Direct link to Clinical">​</a></h3>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:BLUE;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">POST</span> <code>/v1/api/billable-records/manual-no-cost</code></p>
<ul>
<li>Some validation criteria have been amended to be more flexible.</li>
</ul>
<hr>
<a href="https://www.mwiah.dev/api-communication/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Communications Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="communication-and-documents">Communication and Documents<a href="https://www.mwiah.dev/release-notes/api-r21#communication-and-documents" class="hash-link" aria-label="Direct link to Communication and Documents" title="Direct link to Communication and Documents">​</a></h3>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:BLUE;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">POST</span> <code>/v1/api/communications-logs</code></p>
<ul>
<li>Resolved an issue where communication logs entries were not added if the optional <code>sender-contact-uuid</code> field was not specified.</li>
</ul>
<hr>
<p><strong>If you have any questions please contact us.</strong></p>]]></content:encoded>
            <category>API</category>
        </item>
        <item>
            <title><![CDATA[API R20]]></title>
            <link>https://www.mwiah.dev/release-notes/api-r20</link>
            <guid>https://www.mwiah.dev/release-notes/api-r20</guid>
            <pubDate>Tue, 13 May 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Release 20 of the API includes 1 new endpoint and 3 changes to an existing endpoints.]]></description>
            <content:encoded><![CDATA[<p>Release 20 of the API includes 1 new endpoint and 3 changes to an existing endpoints.</p>
<div class="theme-admonition theme-admonition-info admonition_xJq3 alert alert--info"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"></path></svg></span>Release Date</div><div class="admonitionContent_BuS1"><p>The UAT API will be updated the on 14-May-2025.</p><p>The Live API release date is 21-May-2025.</p><blockquote>
<p>Times may change without notice, no downtime of the API is expected.</p>
</blockquote></div></div>
<hr>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="authentication-token">Authentication Token<a href="https://www.mwiah.dev/release-notes/api-r20#authentication-token" class="hash-link" aria-label="Direct link to Authentication Token" title="Direct link to Authentication Token">​</a></h3>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:BLUE;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">POST</span> <code>/oauth/token</code></p>
<ul>
<li><code>expires_in</code> is now recalculated upon token retrieval from the cache so you can use for token expiry.</li>
</ul>
<hr>
<a href="https://www.mwiah.dev/api-communication/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Communications Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="communication-and-documents">Communication and Documents<a href="https://www.mwiah.dev/release-notes/api-r20#communication-and-documents" class="hash-link" aria-label="Direct link to Communication and Documents" title="Direct link to Communication and Documents">​</a></h3>
<p><span style="border:1px solid;border-color:GREEN;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">NEW</span> <span style="background-color:BLUE;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">POST</span> <code>/v1/api/communication-logs/:log-uuid/status</code></p>
<ul>
<li>This new endpoint will allow recording of the delivery status for each receipient of a communication.</li>
</ul>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:BLUE;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">POST</span> <code>/v1/api/communications-logs</code></p>
<ul>
<li><code>content-recipient-cc</code> field added to supply a comma seperated list of receipients copied in communications.</li>
<li><code>document-template-uuid</code> field added to supply reference to a template originating from Merlin.</li>
<li><code>sender-contact-uuid</code> field added to supply a user's reference for the communication log.</li>
<li><code>error-message</code> field added to supply a user friendly message to explain why a communication failed.</li>
</ul>
<hr>
<a href="https://www.mwiah.dev/api-formulary/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Formulary Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="formulary-management">Formulary Management<a href="https://www.mwiah.dev/release-notes/api-r20#formulary-management" class="hash-link" aria-label="Direct link to Formulary Management" title="Direct link to Formulary Management">​</a></h3>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:DARKORANGE;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">PATCH</span> <code>/v1/api/:formulary-uuid/dispensing-notes</code></p>
<ul>
<li>Corrected the patch method to not be destructive to existing notes; The endpoint will now correctly update or append supplied dispensing notes.</li>
</ul>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/:formulary-uuid/send-to-actions</code></p>
<ul>
<li>Corrected the GET method to return the <code>uuid</code> values.</li>
</ul>
<hr>
<p><strong>If you have any questions please contact us.</strong></p>]]></content:encoded>
            <category>API</category>
        </item>
        <item>
            <title><![CDATA[API R19]]></title>
            <link>https://www.mwiah.dev/release-notes/api-r19</link>
            <guid>https://www.mwiah.dev/release-notes/api-r19</guid>
            <pubDate>Mon, 14 Apr 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Release 19 of the API includes 1 new endpoints and 11 changes to an existing endpoints.]]></description>
            <content:encoded><![CDATA[<p>Release 19 of the API includes 1 new endpoints and 11 changes to an existing endpoints.</p>
<div class="theme-admonition theme-admonition-info admonition_xJq3 alert alert--info"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"></path></svg></span>Release Date</div><div class="admonitionContent_BuS1"><p>The UAT API will be updated the week of 14-April-2025.</p><p>The Live API release date is TBC (expected w/c 21-April-2025)</p><blockquote>
<p>Times may change without notice, no downtime of the API is expected.</p>
</blockquote></div></div>
<hr>
<a href="https://www.mwiah.dev/api-billing/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Billing Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="billing">Billing<a href="https://www.mwiah.dev/release-notes/api-r19#billing" class="hash-link" aria-label="Direct link to Billing" title="Direct link to Billing">​</a></h3>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/invoices/invoice-contents/deleted</code></p>
<ul>
<li>New query parameter <code>location-uuid</code> added for filtering.</li>
</ul>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/invoices/invoice-contents</code></p>
<ul>
<li>New query parameter <code>location-uuid</code> added for filtering.</li>
</ul>
<hr>
<a href="https://www.mwiah.dev/api-clinical/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Clinical Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="clinical">Clinical<a href="https://www.mwiah.dev/release-notes/api-r19#clinical" class="hash-link" aria-label="Direct link to Clinical" title="Direct link to Clinical">​</a></h3>
<p><span style="border:1px solid;border-color:GREEN;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">NEW</span> <span style="background-color:BLUE;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">POST</span> <code>/v1/api/billable-records/manual-no-cost</code></p>
<ul>
<li>This new endpoint allows the addition of a zero cost ad-hoc treatment to pre-invoice; This record type will appear on the invoice and can be used to provide some additional treatment context.</li>
</ul>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:BLUE;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">POST</span> <code>/v1/api/billable-records</code></p>
<ul>
<li><code>billing-uuid</code> is now optional; this will auto-resolve based on <code>patient-uuid</code>.</li>
<li><code>sell-as-wholepack</code> field has been added with <code>default: false</code></li>
<li>Removed some unused fields marked for future use.</li>
</ul>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:BLUE;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">POST</span> <code>/v1/api/clinical-notes</code></p>
<ul>
<li>Now includes validation for special "Prospect" account types as these are not allowed clinical notes.</li>
<li>Use of this endpoint will trigger a UI refresh within Merlin.</li>
</ul>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:DARKORANGE;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">PATCH</span> <code>/v1/api/clinical-notes</code></p>
<ul>
<li><code>location-uuid</code> has been removed from the field list.</li>
<li>Use of this endpoint will trigger a UI refresh within Merlin.</li>
</ul>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:RED;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">DELETE</span> <code>/v1/api/clinical-notes</code></p>
<ul>
<li>Use of this endpoint will trigger a UI refresh within Merlin.</li>
</ul>
<hr>
<a href="https://www.mwiah.dev/api-formulary/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Formulary Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="formulary-management">Formulary Management<a href="https://www.mwiah.dev/release-notes/api-r19#formulary-management" class="hash-link" aria-label="Direct link to Formulary Management" title="Direct link to Formulary Management">​</a></h3>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/stock</code> &amp; <code>/v1/api/stock/:formulary-uuid</code></p>
<ul>
<li><code>manufacturer-uuid</code> added to GET methods.</li>
</ul>
<hr>
<a href="https://www.mwiah.dev/api-patient/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Patient Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="patient-management">Patient Management<a href="https://www.mwiah.dev/release-notes/api-r19#patient-management" class="hash-link" aria-label="Direct link to Patient Management" title="Direct link to Patient Management">​</a></h3>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:BLUE;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">POST</span> <code>/v1/api/patient</code></p>
<ul>
<li><code>status-food-chain</code> is now nullable; a NULL value means unknown.</li>
</ul>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:DARKORANGE;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">PATCH</span> <code>/v1/api/patient</code></p>
<ul>
<li><code>status-food-chain</code> is now nullable; a NULL value means unknown.</li>
</ul>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/patient</code></p>
<ul>
<li><code>status-food-chain</code> is now nullable; a NULL value means unknown.</li>
</ul>
<hr>
<p><strong>If you have any questions please contact us.</strong></p>]]></content:encoded>
            <category>API</category>
        </item>
        <item>
            <title><![CDATA[API R18]]></title>
            <link>https://www.mwiah.dev/release-notes/api-r18</link>
            <guid>https://www.mwiah.dev/release-notes/api-r18</guid>
            <pubDate>Fri, 07 Mar 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Release 18 of the API includes 1 change to an existing endpoint.]]></description>
            <content:encoded><![CDATA[<p>Release 18 of the API includes 1 change to an existing endpoint.</p>
<p>We will continue to release new endpoints, if you have any capabilities you want to see, please speak to us.</p>
<div class="theme-admonition theme-admonition-info admonition_xJq3 alert alert--info"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"></path></svg></span>Release Date</div><div class="admonitionContent_BuS1"><p>The UAT API will be updated the week of 10-March-2025.</p><p>The Live API release date is TBC.</p><blockquote>
<p>Times may change without notice, no downtime of the API is expected.</p>
</blockquote></div></div>
<hr>
<a href="https://www.mwiah.dev/api-communication/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Communications Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="communications">Communications<a href="https://www.mwiah.dev/release-notes/api-r18#communications" class="hash-link" aria-label="Direct link to Communications" title="Direct link to Communications">​</a></h3>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:BLUE;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">POST</span> <code>/v1/api/communication-logs</code></p>
<ul>
<li>New field <code>service-provider-reference</code> is used to store a transaction a unique transaction identifier.</li>
</ul>
<hr>
<p><strong>If you have any questions please contact us.</strong></p>]]></content:encoded>
            <category>API</category>
        </item>
        <item>
            <title><![CDATA[API R17]]></title>
            <link>https://www.mwiah.dev/release-notes/api-r17</link>
            <guid>https://www.mwiah.dev/release-notes/api-r17</guid>
            <pubDate>Fri, 07 Feb 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Release 17 of the API includes 8 new endpoints and 2 change to existing endpoints.]]></description>
            <content:encoded><![CDATA[<p>Release 17 of the API includes 8 new endpoints and 2 change to existing endpoints.</p>
<p>We will continue to release new endpoints, if you have any capabilities you want to see, please speak to us.</p>
<div class="theme-admonition theme-admonition-info admonition_xJq3 alert alert--info"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"></path></svg></span>Release Date</div><div class="admonitionContent_BuS1"><p>The UAT API will be updated the week of 10-Feb-2025.</p><p>The Live API release date is 19-Feb-2025 between 20:00 and 00:00 UTC.</p><blockquote>
<p>Times may change without notice, no downtime of the API is expected.</p>
</blockquote></div></div>
<hr>
<a href="https://www.mwiah.dev/api-clinical/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Clinical Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="clinical">Clinical<a href="https://www.mwiah.dev/release-notes/api-r17#clinical" class="hash-link" aria-label="Direct link to Clinical" title="Direct link to Clinical">​</a></h3>
<p><span style="border:1px solid;border-color:GREEN;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">NEW</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/clinical-notes/search</code></p>
<ul>
<li>This now allows searching of saved clinical notes by providing optional parameters from location, dates, patient, practitioner, appointment or account UUID's.</li>
</ul>
<p><span style="border:1px solid;border-color:GREEN;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">NEW</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/clinical-notes</code></p>
<ul>
<li>Retrieve clinical notes by providing a list of clinical note uuid's (max 10).</li>
</ul>
<p><span style="border:1px solid;border-color:GREEN;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">NEW</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/clinical-notes/{clinical-note-uuid}</code></p>
<ul>
<li>Retrieve clinical note by the specific note uuid.</li>
</ul>
<p><span style="border:1px solid;border-color:GREEN;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">NEW</span> <span style="background-color:RED;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">DELETE</span> <code>/v1/api/clinical-notes/{clinical-note-uuid}</code></p>
<ul>
<li>Delete a clinical note by the specific note uuid.</li>
</ul>
<p><span style="border:1px solid;border-color:GREEN;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">NEW</span> <span style="background-color:DARKORANGE;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">PATCH</span> <code>/v1/api/clinical-notes</code></p>
<ul>
<li>Update the clinical note, this API requires the supply of the modified date of the clinical record to validate your delta of the record is the latest state.</li>
</ul>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:BLUE;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">POST</span> <code>/v1/api/clinical-notes</code></p>
<ul>
<li>Added additional fields:<!-- -->
<ul>
<li><code>external-url-key</code> Will restrict ownership of the note to your app, contact MWI Support to register a unique key within the tenant.</li>
<li><code>billing-uuid</code> requirement has been removed.</li>
<li><code>clinical-date</code> is no longer mandatory and will default to the current date and time.</li>
<li><code>answer-free-text</code> has the maximum length defined.</li>
</ul>
</li>
</ul>
<hr>
<a href="https://www.mwiah.dev/api-communication/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Communications Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="communications">Communications<a href="https://www.mwiah.dev/release-notes/api-r17#communications" class="hash-link" aria-label="Direct link to Communications" title="Direct link to Communications">​</a></h3>
<p><span style="border:1px solid;border-color:GREEN;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">NEW</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/document-templates/{document-template-uuid}/content</code></p>
<ul>
<li>Response streams the template docx document.</li>
</ul>
<p><span style="border:1px solid;border-color:GREEN;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">NEW</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/sms-templates</code></p>
<ul>
<li>Returns all SMS template content.</li>
</ul>
<p><span style="border:1px solid;border-color:GREEN;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">NEW</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/sms-templates/{sms-uuid}</code></p>
<ul>
<li>Returns the specific SMS template content.</li>
</ul>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/document-templates</code></p>
<ul>
<li>New ENUM type added for <code>PAYMENT-LINKS</code></li>
</ul>
<hr>
<p><strong>If you have any questions please contact us.</strong></p>]]></content:encoded>
            <category>API</category>
        </item>
        <item>
            <title><![CDATA[API R16]]></title>
            <link>https://www.mwiah.dev/release-notes/api-r16</link>
            <guid>https://www.mwiah.dev/release-notes/api-r16</guid>
            <pubDate>Thu, 23 Jan 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Release 16 of the API includes 2 new endpoints and 2 changes to existing endpoints.]]></description>
            <content:encoded><![CDATA[<p>Release 16 of the API includes 2 new endpoints and 2 changes to existing endpoints.</p>
<p>We will continue to release new endpoints, if you have any capabilities you want to see, please speak to us.</p>
<div class="theme-admonition theme-admonition-info admonition_xJq3 alert alert--info"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"></path></svg></span>Release Date</div><div class="admonitionContent_BuS1"><p>The UAT API will be updated Thursday 23-Jan-2025.</p><p>The Live API release date is 29-Jan-2025 between 20:00 and 00:00 UTC.</p><blockquote>
<p>Times may change without notice, no downtime of the API is expected.</p>
</blockquote></div></div>
<hr>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="all-domains">All Domains<a href="https://www.mwiah.dev/release-notes/api-r16#all-domains" class="hash-link" aria-label="Direct link to All Domains" title="Direct link to All Domains">​</a></h3>
<p>Framework maintenance across all domains has occured and all services will be updated during this release.</p>
<hr>
<a href="https://www.mwiah.dev/api-account/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Account Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="account-management">Account Management<a href="https://www.mwiah.dev/release-notes/api-r16#account-management" class="hash-link" aria-label="Direct link to Account Management" title="Direct link to Account Management">​</a></h3>
<ul>
<li>Maintenance on event messaging; no functional changes with API's.</li>
</ul>
<hr>
<a href="https://www.mwiah.dev/api-billing/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Billing Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="billing">Billing<a href="https://www.mwiah.dev/release-notes/api-r16#billing" class="hash-link" aria-label="Direct link to Billing" title="Direct link to Billing">​</a></h3>
<p><span style="border:1px solid;border-color:GREEN;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">NEW</span> <span style="background-color:BLUE;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">POST</span> <code>/v1/api/payments/payment-methods</code></p>
<ul>
<li>New endpoint allowing the submission of new payment methods.</li>
</ul>
<hr>
<a href="https://www.mwiah.dev/api-calendar/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Calendar Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="calendar-management">Calendar Management<a href="https://www.mwiah.dev/release-notes/api-r16#calendar-management" class="hash-link" aria-label="Direct link to Calendar Management" title="Direct link to Calendar Management">​</a></h3>
<ul>
<li>Maintenance on event messaging; no functional changes with API's.</li>
</ul>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/availability/{location-uuid}/available</code></p>
<ul>
<li>Resolved a scenario which can cause an internal server error.</li>
</ul>
<hr>
<a href="https://www.mwiah.dev/api-communication/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Communications Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="communications-and-documents">Communications and Documents<a href="https://www.mwiah.dev/release-notes/api-r16#communications-and-documents" class="hash-link" aria-label="Direct link to Communications and Documents" title="Direct link to Communications and Documents">​</a></h3>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:BLUE;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">POST</span> <code>/v1/api/communication-logs</code></p>
<ul>
<li>Resolved internal server error when linking an uploaded document to the communication log.</li>
</ul>
<hr>
<a href="https://www.mwiah.dev/api-contact/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Contact Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="contact-management">Contact Management<a href="https://www.mwiah.dev/release-notes/api-r16#contact-management" class="hash-link" aria-label="Direct link to Contact Management" title="Direct link to Contact Management">​</a></h3>
<p><span style="border:1px solid;border-color:GREEN;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">NEW</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/contact/names</code></p>
<ul>
<li>This new endpoint will allow searching of client's by name using various wildcard options.</li>
</ul>
<hr>
<p><strong>If you have any questions please contact us.</strong></p>]]></content:encoded>
            <category>API</category>
        </item>
        <item>
            <title><![CDATA[API R15]]></title>
            <link>https://www.mwiah.dev/release-notes/api-r15</link>
            <guid>https://www.mwiah.dev/release-notes/api-r15</guid>
            <pubDate>Wed, 20 Nov 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[Release 15 of the API includes 4 new endpoints and 7 changes to existing endpoints.]]></description>
            <content:encoded><![CDATA[<p>Release 15 of the API includes 4 new endpoints and 7 changes to existing endpoints.</p>
<p>We will continue to release new endpoints, if you have any capabilities you want to see, please speak to us.</p>
<div class="theme-admonition theme-admonition-info admonition_xJq3 alert alert--info"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"></path></svg></span>Release Date</div><div class="admonitionContent_BuS1"><p>The UAT API will be updated Thursday 21-November-2024.</p><p>The Live API release date to be confirmed for Wednesday 27-November-2024 between 20:00 and 00:00 UTC.</p><blockquote>
<p>Times may change without notice, no downtime of the API is expected.</p>
</blockquote></div></div>
<hr>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="all-domains">All Domains<a href="https://www.mwiah.dev/release-notes/api-r15#all-domains" class="hash-link" aria-label="Direct link to All Domains" title="Direct link to All Domains">​</a></h3>
<p>Framework maintenance across all domains has occured and all services will be updated during this release.</p>
<hr>
<a href="https://www.mwiah.dev/api-billing/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Billing Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="billing">Billing<a href="https://www.mwiah.dev/release-notes/api-r15#billing" class="hash-link" aria-label="Direct link to Billing" title="Direct link to Billing">​</a></h3>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:BLUE;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">POST</span> <code>/v1/api/payments</code></p>
<ul>
<li>Updated validation with correct error message when invoice-uuid's supplied are not for the supplied billing-uuid.</li>
</ul>
<hr>
<a href="https://www.mwiah.dev/api-calendar/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Calendar Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="calendar-management">Calendar Management<a href="https://www.mwiah.dev/release-notes/api-r15#calendar-management" class="hash-link" aria-label="Direct link to Calendar Management" title="Direct link to Calendar Management">​</a></h3>
<span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span>
<span style="background-color:BLUE;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">POST</span>
<ul>
<li>Improved validation messages when booking appointments, tasks or unavailability for clarity.</li>
</ul>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:BLUE;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">POST</span> <code>/v1/api/availability</code></p>
<ul>
<li>Added a payload field for <code>unavailability-reason</code>, which when provided will block the entire availability range with unavailble blocks upon creation.</li>
</ul>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:RED;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">DELETE</span> <code>/v1/api/availability</code></p>
<ul>
<li>Added a payload field for <code>delete-unavailability</code>, when true this will delete all blocks at the time of deletion; If false and an unavailability block is present the request will fail.</li>
</ul>
<p><span style="border:1px solid;border-color:GREEN;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">NEW</span> <span style="background-color:BLUE;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">POST</span> <code>/v1/api/availability/blocks</code></p>
<ul>
<li>New endpoint allow blocking availbility slots to block from usage in appointment booking.</li>
</ul>
<p><span style="border:1px solid;border-color:GREEN;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">NEW</span> <span style="background-color:RED;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">DELETE</span> <code>/v1/api/availability/blocks</code></p>
<ul>
<li>New endpoint allow deletion of availability blocking.</li>
</ul>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:BLUE;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">POST</span> <code>/v1/api/appointments</code></p>
<ul>
<li>Added a payload field for <code>booked-by</code></li>
</ul>
<hr>
<a href="https://www.mwiah.dev/api-clinical/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Clinical Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="clinical">Clinical<a href="https://www.mwiah.dev/release-notes/api-r15#clinical" class="hash-link" aria-label="Direct link to Clinical" title="Direct link to Clinical">​</a></h3>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/vital-metric/weight</code></p>
<ul>
<li>Added handling of a internal server error.</li>
</ul>
<hr>
<a href="https://www.mwiah.dev/api-communication/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Communications Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="communications-and-documents">Communications and Documents<a href="https://www.mwiah.dev/release-notes/api-r15#communications-and-documents" class="hash-link" aria-label="Direct link to Communications and Documents" title="Direct link to Communications and Documents">​</a></h3>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:BLUE;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">POST</span> <code>/v1/api/communication-logs</code></p>
<ul>
<li>Resolved internal server error occured when linking an uploaded document to the communication log.</li>
</ul>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:BLUE;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">POST</span> <code>/v1/api/documents/upload</code></p>
<ul>
<li>Incorrectly returned internal server error will now show correct validation message when unsupported characters are found in the file name.</li>
</ul>
<hr>
<a href="https://www.mwiah.dev/api-contact/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Contact Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="contact-management">Contact Management<a href="https://www.mwiah.dev/release-notes/api-r15#contact-management" class="hash-link" aria-label="Direct link to Contact Management" title="Direct link to Contact Management">​</a></h3>
<p><span style="border:1px solid;border-color:GREEN;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">NEW</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/contact/addresses</code></p>
<ul>
<li>This new endpoint will allow searching of client's by their mailing addresses.</li>
<li>All query parameters are <code>STARTSWITH</code> operations while searching.</li>
</ul>
<p><span style="border:1px solid;border-color:GREEN;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">NEW</span> <span style="background-color:DARKORANGE;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">PATCH</span> <code>/v1/api/contact/addresses</code></p>
<ul>
<li>This new endpoint will allow searching of client's by their mailing addresses.</li>
<li>All query parameters are <code>STARTSWITH</code> operations while searching.</li>
</ul>
<hr>
<p><strong>If you have any questions please contact us.</strong></p>]]></content:encoded>
            <category>API</category>
        </item>
        <item>
            <title><![CDATA[API R14]]></title>
            <link>https://www.mwiah.dev/release-notes/api-r14</link>
            <guid>https://www.mwiah.dev/release-notes/api-r14</guid>
            <pubDate>Mon, 30 Sep 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[Release 14 of the API includes 7 new endpoints and 6 changes to existing endpoints.]]></description>
            <content:encoded><![CDATA[<p>Release 14 of the API includes 7 new endpoints and 6 changes to existing endpoints.</p>
<p>We will continue to release new endpoints, if you have any capabilities you want to see, please speak to us.</p>
<div class="theme-admonition theme-admonition-info admonition_xJq3 alert alert--info"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"></path></svg></span>Release Date</div><div class="admonitionContent_BuS1"><p>The UAT API will be updated week commencing 30th September 24.</p><p>The Live API release date is to be confirmed, no downtime is expected.</p></div></div>
<hr>
<a href="https://www.mwiah.dev/api-billing/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Billing Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="billing">Billing<a href="https://www.mwiah.dev/release-notes/api-r14#billing" class="hash-link" aria-label="Direct link to Billing" title="Direct link to Billing">​</a></h3>
<p><span style="border:1px solid;border-color:GREEN;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">NEW</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/:billing-uuid/invoices</code></p>
<ul>
<li>New endpoint to return all invoices for an account with a filter option for <code>unpaid-only</code>.</li>
</ul>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:BLUE;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">POST</span> <code>/v1/api/payments</code></p>
<ul>
<li>Added new payload field <code>isDeposit</code> to allow recording of payments in advance of treatment without automatic allocation.</li>
</ul>
<hr>
<a href="https://www.mwiah.dev/api-calendar/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Calendar Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="calendar-management">Calendar Management<a href="https://www.mwiah.dev/release-notes/api-r14#calendar-management" class="hash-link" aria-label="Direct link to Calendar Management" title="Direct link to Calendar Management">​</a></h3>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/appointments/:appointment-uuid/statuses </code></p>
<ul>
<li>Added <code>display-order</code> with priority in ascending order</li>
<li>Added the denormalised status <code>description</code>.</li>
</ul>
<hr>
<a href="https://www.mwiah.dev/api-clinical/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Clinical Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="clinical">Clinical<a href="https://www.mwiah.dev/release-notes/api-r14#clinical" class="hash-link" aria-label="Direct link to Clinical" title="Direct link to Clinical">​</a></h3>
<p><span style="border:1px solid;border-color:GREEN;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">NEW</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/prescriptions/deleted</code></p>
<ul>
<li>New endpoint to retrived deleted product prescriptions (basic prescriptions).</li>
</ul>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/prescriptions</code></p>
<ul>
<li>Added <code>modified-start</code> and <code>modified-end</code> query parameters.</li>
</ul>
<p><span style="border:1px solid;border-color:GREEN;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">NEW</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/advanced-prescriptions</code></p>
<ul>
<li>New endpoint retrieve a range of advanced prescriptions (active ingredient prescription).</li>
</ul>
<p><span style="border:1px solid;border-color:GREEN;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">NEW</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/advanced-prescriptions/:adv-prescription-uuid</code></p>
<ul>
<li>New endpoint retrieve an advanced prescriptions (active ingredient prescription).</li>
</ul>
<p><span style="border:1px solid;border-color:GREEN;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">NEW</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/advanced-prescriptions/action-history</code></p>
<ul>
<li>New endpoint retrieve the activity on an a range of advanced prescriptions (active ingredient prescription).</li>
</ul>
<p><span style="border:1px solid;border-color:GREEN;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">NEW</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/advanced-prescriptions/:adv-prescription-uuid/action-history</code></p>
<ul>
<li>New endpoint retrieve the activity on an advanced prescription (active ingredient prescription).</li>
</ul>
<hr>
<a href="https://www.mwiah.dev/api-formulary/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Formulary Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="formulary-management">Formulary Management<a href="https://www.mwiah.dev/release-notes/api-r14#formulary-management" class="hash-link" aria-label="Direct link to Formulary Management" title="Direct link to Formulary Management">​</a></h3>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/stock</code></p>
<ul>
<li>Added <code>modified-date</code> to the body.</li>
</ul>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/services</code></p>
<ul>
<li>Added <code>modified-date</code> to the body.</li>
</ul>
<hr>
<a href="https://www.mwiah.dev/api-patient/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Patient Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="patient-management">Patient Management<a href="https://www.mwiah.dev/release-notes/api-r14#patient-management" class="hash-link" aria-label="Direct link to Patient Management" title="Direct link to Patient Management">​</a></h3>
<p><span style="border:1px solid;border-color:ORANGE;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/patients/{patient-uuid}/eligibility-activation</code></p>
<ul>
<li>A defect <!-- -->🐛<!-- --> has been fixed, this was incorrectly responding that eligibility was already active.</li>
</ul>
<hr>
<a href="https://www.mwiah.dev/api-reminder/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Reminder Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="reminders">Reminders<a href="https://www.mwiah.dev/release-notes/api-r14#reminders" class="hash-link" aria-label="Direct link to Reminders" title="Direct link to Reminders">​</a></h3>
<p><span style="border:1px solid;border-color:GREEN;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">NEW</span> <span style="background-color:GREEN;border-radius:0.5px;color:#fff;padding:0.3rem;font-size:0.7em;font-weight:bolder">GET</span> <code>/v1/api/treatment-reminders/deleted</code></p>
<ul>
<li>A new endpoint which will return deleted treatment reminders (compliance reminders).</li>
<li>Includes query parameters allowing for delta requests on reminder date and deleted date.</li>
</ul>
<hr>
<p><strong>If you have any questions please contact us.</strong></p>]]></content:encoded>
            <category>API</category>
        </item>
        <item>
            <title><![CDATA[API R13]]></title>
            <link>https://www.mwiah.dev/release-notes/api-r13</link>
            <guid>https://www.mwiah.dev/release-notes/api-r13</guid>
            <pubDate>Mon, 19 Aug 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[Release 13 of the API includes 10 new endpoints and 19 changes to existing endpoints.]]></description>
            <content:encoded><![CDATA[<p>Release 13 of the API includes 10 new endpoints and 19 changes to existing endpoints.</p>
<p>We will continue to release new endpoints, if you have any capabilities you want to see, please speak to us.</p>
<div class="theme-admonition theme-admonition-info admonition_xJq3 alert alert--info"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"></path></svg></span>Release Date</div><div class="admonitionContent_BuS1"><p>The UAT API will be updated week commencing 19th August 24.</p><p>The Live API may be updated week commencing 26th August 24, no downtime is expected.</p></div></div>
<hr>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="all-domains">All Domains<a href="https://www.mwiah.dev/release-notes/api-r13#all-domains" class="hash-link" aria-label="Direct link to All Domains" title="Direct link to All Domains">​</a></h3>
<ul>
<li>Update to all services from code maintenance.</li>
</ul>
<hr>
<a href="https://www.mwiah.dev/api-billing/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Billing Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="billing">Billing<a href="https://www.mwiah.dev/release-notes/api-r13#billing" class="hash-link" aria-label="Direct link to Billing" title="Direct link to Billing">​</a></h3>
<ul>
<li><span style="border:1px solid;border-color:darkorange;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> GET /invoices - Added 3 new fields for insured totals (Net, Tax and Gross) where an insurance activity is recorded against the invoice.</li>
<li><span style="border:1px solid;border-color:darkred;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">OPTIMISED</span> GET /payments - Performance has been improved when requesting using the modified dates.</li>
<li><span style="border:1px solid;border-color:darkorange;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> GET /subscriptions - Added new modified date query parameters</li>
</ul>
<hr>
<a href="https://www.mwiah.dev/api-calendar/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Calendar Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="calendar-management">Calendar Management<a href="https://www.mwiah.dev/release-notes/api-r13#calendar-management" class="hash-link" aria-label="Direct link to Calendar Management" title="Direct link to Calendar Management">​</a></h3>
<ul>
<li><span style="border:1px solid;border-color:darkorange;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> GET /availability - Resolved issued which could present a blocked slot as available.</li>
<li><span style="border:1px solid;border-color:darkorange;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> POST /appointments - Resolved issue which could allow booking of appointment into a blocked slot.</li>
<li><span style="border:1px solid;border-color:darkred;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">OPTIMISED</span> GET /appointments - Improved Performance for requests with large results.</li>
<li><span style="border:1px solid;border-color:darkred;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">OPTIMISED</span> GET /appointments/deleted - Improved Performance for requests with large results.</li>
</ul>
<hr>
<a href="https://www.mwiah.dev/api-clinical/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Clinical Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="clinical">Clinical<a href="https://www.mwiah.dev/release-notes/api-r13#clinical" class="hash-link" aria-label="Direct link to Clinical" title="Direct link to Clinical">​</a></h3>
<ul>
<li><span style="border:1px solid;border-color:darkorange;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> GET /vital-metrics/weight - The weight field now allows up to 8 decimal places to be returned for precise conversion.</li>
<li><span style="border:1px solid;border-color:darkorange;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> POST /vital-metrics/weight - The weight field now allows up to 8 decimal places to be submitted for precise conversion.</li>
<li><span style="border:1px solid;border-color:darkorange;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> GET /history - 4 new fields added with label instructions when available:<!-- -->
<ul>
<li><code>dispense-instruction</code></li>
<li><code>dispense-additional-information</code></li>
<li><code>dispense-commence-date</code></li>
<li><code>dispense-practitioner-uuid</code></li>
</ul>
</li>
<li><span style="border:1px solid;border-color:GREEN;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">NEW</span> GET /advanced-prescriptions/suspend-reasons - New endpoint with reasons against advanced prescriptions, this is related to other upcoming advanced prescription endpoints.</li>
<li><span style="border:1px solid;border-color:GREEN;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">NEW</span> GET /advanced-prescriptions/suspend-reasons/<!-- -->:uuid<!-- --> - New endpoint.</li>
</ul>
<hr>
<a href="https://www.mwiah.dev/api-contact/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Contact Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="contact-management">Contact Management<a href="https://www.mwiah.dev/release-notes/api-r13#contact-management" class="hash-link" aria-label="Direct link to Contact Management" title="Direct link to Contact Management">​</a></h3>
<ul>
<li><span style="border:1px solid;border-color:darkorange;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> POST contacts/<!-- -->:uuid<!-- -->/eligibility-registration - Resolved issue for charity eligibility registration causing a 500 error.</li>
<li><span style="border:1px solid;border-color:darkorange;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> GET /contacts/<!-- -->:uuid<!-- -->/data-consent - Now returns all data consent history records not only the 'client terms' records.</li>
<li><span style="border:1px solid;border-color:darkorange;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> GET /contacts/numbers - Multiple changes have been implemented to support international numbers<!-- -->
<ul>
<li><code>clean-numbers</code> now marked as deprecated but still provides data as before.</li>
<li>New fields added:<!-- -->
<ul>
<li><code>country-iso</code> - Shows the 2 character ISO code for the country.</li>
<li><code>country-code</code> - The country's calling code e.g. 44</li>
<li><code>e164</code> - The number formatted in e164 format.</li>
<li><code>international</code> - The number formatted in the international format.</li>
<li><code>note</code> - The number field no longer accepted non-numeric characters, these are now stored in this field.</li>
</ul>
</li>
<li><code>number</code> field now shows a formatted number in the national format.</li>
<li>Added query parameter <code>search-field</code> which allows you to search by <code>clean-number</code> (default), <code>number</code> and <code>e164</code> fields.</li>
</ul>
</li>
<li><span style="border:1px solid;border-color:darkorange;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> GET /contacts/<!-- -->:uuid<!-- -->/numbers - Added new fields as above but does not include the query paramter.</li>
<li><span style="border:1px solid;border-color:darkorange;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> POST /contacts/<!-- -->:uuid<!-- -->/numbers - Added new fields and validation requirements:<!-- -->
<ul>
<li>New fields added:<!-- -->
<ul>
<li><code>country-iso</code> - Optional if e164 number is provided otherwise recommended to supply as system default will be used.</li>
<li><code>e164</code> - Optional - Will take priority during validation.</li>
<li><code>notes</code> - Optional for any user notes.</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="theme-admonition theme-admonition-info admonition_xJq3 alert alert--info"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"></path></svg></span>POST Validation</div><div class="admonitionContent_BuS1"><p>We use a library to validate and generate other number formats from the supplied information.</p><p>If not using e164 we suggest providing the country-iso especially if the number does not match the practices country.</p></div></div>
<div class="theme-admonition theme-admonition-warning admonition_xJq3 alert alert--warning"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 16 16"><path fill-rule="evenodd" d="M8.893 1.5c-.183-.31-.52-.5-.887-.5s-.703.19-.886.5L.138 13.499a.98.98 0 0 0 0 1.001c.193.31.53.501.886.501h13.964c.367 0 .704-.19.877-.5a1.03 1.03 0 0 0 .01-1.002L8.893 1.5zm.133 11.497H6.987v-2.003h2.039v2.003zm0-3.004H6.987V5.987h2.039v4.006z"></path></svg></span>number field</div><div class="admonitionContent_BuS1"><p>Existing data for customers may hold non-numeric characters in the <code>number</code> field.</p><p>The new fields and <code>clean-number</code> fields are all sanitized.</p></div></div>
<hr>
<a href="https://www.mwiah.dev/api-formulary/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Formulary Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="formulary-management">Formulary Management<a href="https://www.mwiah.dev/release-notes/api-r13#formulary-management" class="hash-link" aria-label="Direct link to Formulary Management" title="Direct link to Formulary Management">​</a></h3>
<ul>
<li><span style="border:1px solid;border-color:darkorange;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> GET /stock &amp; GET /services - Added query parameters to filter by:<!-- -->
<ul>
<li><code>code</code></li>
<li><code>description</code></li>
<li><code>formulary-type-uuid</code></li>
<li><code>treatment-category-uuid</code></li>
<li><code>legal-category-uuid</code></li>
<li><code>formulary-group-uuid</code></li>
<li><code>healthplan-group-uuid</code></li>
<li><code>location-uuid</code> - This will filter out records hidden at this location (location-deviations).</li>
</ul>
</li>
<li><span style="border:1px solid;border-color:darkred;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">OPTIMISED</span> GET /location-deviations - Improved performance when filtering with location and/or formulary uuid's.</li>
<li><span style="border:1px solid;border-color:darkorange;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">CHANGE</span> GET, POST &amp; PATCH /stock - Added new fields for prescription preferences:<!-- -->
<ul>
<li><code>prescription-instruction-prefix-uuid</code></li>
<li><code>prescription-measure-uuid</code></li>
<li><code>prescription-frequency-measure</code></li>
<li><code>prescription-written-not-allowed</code></li>
<li><code>prescription-advanced-calculate-dosage</code></li>
<li><code>prescription-advanced-child-mandatory</code></li>
<li><code>prescription-advanced-dispense-suggested</code></li>
<li><code>marketing-authorisation-number</code></li>
</ul>
</li>
<li><span style="border:1px solid;border-color:GREEN;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">NEW</span> GET /active-ingredient-measures - New endpoint for measures used for advanced prescriptions.</li>
<li><span style="border:1px solid;border-color:GREEN;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">NEW</span> GET /active-ingredient-measures/<!-- -->:uuid<!-- --> - New endpoint.</li>
<li><span style="border:1px solid;border-color:GREEN;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">NEW</span> GET /active-ingredients - New endpoint with active ingredients for advanced prescriptions.</li>
<li><span style="border:1px solid;border-color:GREEN;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">NEW</span> GET /active-ingredients/<!-- -->:uuid<!-- --> - New endpoint.</li>
<li><span style="border:1px solid;border-color:GREEN;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">NEW</span> GET /<!-- -->:formulary-uuid<!-- -->/active-ingredients - New endpoint for retrieving active ingredients assigned to a formulary stock record.</li>
<li><span style="border:1px solid;border-color:GREEN;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">NEW</span> POST /<!-- -->:formulary-uuid<!-- -->/active-ingredients - New endpoint to assigning active ingredients with measures and strengths to a stock record.</li>
<li><span style="border:1px solid;border-color:GREEN;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">NEW</span> PATCH /<!-- -->:formulary-uuid<!-- -->/active-ingredients/<!-- -->:active-ingredient-uuid<!-- --> - New endpoint to update the active ingredient on the specified stock record.</li>
<li><span style="border:1px solid;border-color:GREEN;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">NEW</span> DELETE /<!-- -->:formulary-uuid<!-- -->/active-ingredients/<!-- -->:active-ingredient-uuid<!-- --> - New endpoint to remove the ingredient from a stock record.</li>
</ul>
<hr>
<a href="https://www.mwiah.dev/api-patient/" style="background-color:#211359;border-radius:0.7rem;color:#fff;padding:0.4rem;font-size:0.9rem;font-weight:bold;float:right;border:1px solid #fff">View Patient Spec</a>
<h3 class="anchor anchorWithHideOnScrollNavbar_WYt5" id="patient-management">Patient Management<a href="https://www.mwiah.dev/release-notes/api-r13#patient-management" class="hash-link" aria-label="Direct link to Patient Management" title="Direct link to Patient Management">​</a></h3>
<ul>
<li><span style="border:1px solid;border-color:darkred;border-radius:10px;padding:0.3rem;font-size:0.7em;font-weight:bolder">OPTIMISED</span> GET /patients - Improved performance of this endpoint.</li>
</ul>
<hr>
<p><strong>If you have any questions please contact us.</strong></p>]]></content:encoded>
            <category>API</category>
        </item>
    </channel>
</rss>