{"info":{"_postman_id":"3535d25c-226d-431f-89db-6ff2f34804b1","name":"RebateRight","description":"<html><head></head><body><h1 id=\"rebateright-api-documentation\">👋 RebateRight API Documentation</h1>\n<p>The RebateRight API offers multiple endpoints for integration with <strong>Medicare</strong>, <strong>Australian Immunisation Register (AIR),</strong> <strong>MBS</strong> for Item Search, and more to support secure, compliant, and streamlined healthcare transactions.</p>\n<p>This documentation contains everything you need, to understand and work with RebateRight API endpoints for a seamless integration experience.</p>\n<p>💡We are always keen to hear your feedback to improve our product and provide you with the best possible service - so don’t hold back!</p>\n<h1 id=\"getting-started-first-time-setup\">🧭Getting Started: First Time setup</h1>\n<p>Follow the steps on the <a href=\"https://app.rebateright.com.au/start\">Getting Started</a> page in the RebateRight app. This guided process will walk you through the required setup steps all the way through to activation.</p>\n<h1 id=\"connect-to-apis\">🔌 Connect to APIs</h1>\n<p>Once you’ve received your credentials, you can get started in any of the following ways:</p>\n<h2 id=\"1-🖥️-rebateright-web-application\">1. 🖥️ RebateRight Web Application</h2>\n<p>Try our web application at <a href=\"https://app.rebateright.com.au\">app.rebateright.com.au</a> for a quick and easy way to explore RebateRight’s features without any coding. To get started, set your <strong>Minor ID</strong> and <strong>API key</strong> in the <strong>Connection Settings</strong> section of the web application.</p>\n<h2 id=\"2🔌direct-integration-from-your-software-system\">2.🔌Direct Integration from your Software System</h2>\n<p>You can connect your software system directly to the RebateRight API for seamless integration.</p>\n<ul>\n<li><p>Refer to the <a href=\"#ee83d967-0a05-4e45-918d-e8c47579f4b3\">Standard Eligibility Flow</a> Section below for an easy quick start for your integration.</p>\n</li>\n<li><p>Use the example requests and responses provided below to guide your development.</p>\n</li>\n<li><p>Optionally, refer to our Swagger API documentation for detailed specifications: <a href=\"https://api.rebateright.com.au/swagger/ui\">api.rebateright.com.au/swagger/ui</a></p>\n</li>\n</ul>\n<p>Be sure to include your Minor ID in the <code>x-minor-id</code> header and your API key in the <code>x-api-key</code> header of all requests sent to RebateRight.</p>\n<h2 id=\"3-👩🚀-postman\">3. 👩‍🚀 Postman</h2>\n<p>Test with Postman to verify connectivity and ensure successful communication. You can set up your Postman using the <strong>▶️Run in Postman</strong> button at the top of this documentation. This will automatically add all available endpoints to a workspace of your choice.</p>\n<p>Before making any requests, make sure to set the hostUrl environment variable in Postman:</p>\n<ul>\n<li><p><strong>Production environment</strong>: https: //api.rebateright.com.au</p>\n</li>\n<li><p><strong>Test environment</strong>: https: //test-api.rebateright.com.au</p>\n</li>\n</ul>\n<p>Be sure to include your Minor ID in the <code>x-minor-id</code> header and your API key in the <code>x-api-key</code> header of all requests sent to RebateRight.</p>\n<p>Complete technical details on how to compose a request is available in the following sections.</p>\n<h2 id=\"⚗️test-environment\">⚗️Test Environment</h2>\n<p>We have also prepared a test environment for you at <strong>test-api.rebateright.com.au</strong> where you can test your integration using sample data. API usage in this environment does not incur any costs. We will also provide sample patients and test Medicare card details at the time of onboarding to support your testing.</p>\n<hr>\n<h1 id=\"help-and-support\">📢 <strong>Help and Support</strong></h1>\n<p>💬 Need help?<br>If you have any questions, run into issues, have feedback, or need guidance with your integration, feel free to reach out to your friendly RebateRight team at <a href=\"https://mailto:support@rebateright.com.au\">support@rebateright.com.au</a>.</p>\n<p>We are here to assist you!</p>\n<h3 id=\"⚖️-note-from-services-australia\"><strong>⚖️ Note from Services Australia</strong></h3>\n<blockquote>\n<p>Participating health professionals may utilise the services and information provided, including personal information, only in accordance with National (<em>Privacy Act 1988</em>, <em>Health Insurance Act 1973</em>, <em>Australian Immunisation Register Act 2015</em> and other relevant legislation), State or Territory legislation, Policy and Guidelines.</p>\n</blockquote>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"👋 RebateRight API Documentation","slug":"rebateright-api-documentation"},{"content":"🧭Getting Started: First Time setup","slug":"getting-started-first-time-setup"},{"content":"🔌 Connect to APIs","slug":"connect-to-apis"},{"content":"📢 Help and Support","slug":"help-and-support"}],"owner":"8622880","collectionId":"3535d25c-226d-431f-89db-6ff2f34804b1","publishedId":"2sAYkAPh2x","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"0067AF"},"publishDate":"2025-10-07T04:05:12.000Z"},"item":[{"name":"Standard Eligibility Flow","item":[{"name":"1. Verify Patient","id":"ecc1566f-3dbc-42e9-9ec5-2e1b52c6c928","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"PatientDateOfBirth\": \"1986-12-18\",\r\n    \"PatientFamilyName\": \"FLETCHER\",\r\n    \"PatientGivenName\": \"Edmond\",\r\n    \"PatientSex\": \"1\",\r\n    \"PatientMedicareNumber\": \"4951525561\",\r\n    \"PatientMedicareRefNumber\": \"2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/VerifyPatient","description":"<p>This endpoint receives patient details and verifies patient information with Medicare.</p>\n<h3 id=\"🎨-how-it-works\">🎨 How It Works</h3>\n<ul>\n<li><p>First RebateRight validates the inputs for expected format and required information.</p>\n</li>\n<li><p>Then it Uses Medicare Patient Verification Check service behind the scenes to provide the results.</p>\n</li>\n<li><p>The response may include correct data if there is a mismatch.</p>\n</li>\n</ul>\n<h3 id=\"🛠️-example-requests-and-responses\">🛠️ Example Requests and Responses</h3>\n<p>To explore sample requests and responses, go to the Example Request section and use the options in the top-right corner to view different requests along with their corresponding responses from RebateRight.</p>\n<img src=\"https://content.pstmn.io/b64ccbc5-883c-4818-963f-5ac86cfa065f/aW1hZ2UucG5n\" alt=\"How%20to%20Choose%20a%20Sample%20Request\" width=\"100%\" />\n\n<h3 id=\"🔍-medicare-verification-process\">🔍 Medicare Verification Process</h3>\n<h4 id=\"🪪-medicare-card-number\">🪪 Medicare Card Number</h4>\n<p>If the Medicare card number is incorrect, verification fails. Medicare does not return corrected information.</p>\n<p><strong>Response</strong></p>\n<blockquote>\n<p>The card number and/or patient details submitted did not match Medicare checks. Please verify the details and resubmit with additional information if available. </p>\n</blockquote>\n<h4 id=\"🎂-date-of-birth\">🎂 Date of Birth</h4>\n<p>If the date of birth is the only incorrect field, Medicare will indicate that the DOB is incorrect, but does not return the correct value.</p>\n<p><strong>Response</strong></p>\n<blockquote>\n<p>Patient Verification has been accepted however patient details were not an exact match. Please check patient Date of Birth before claiming. </p>\n</blockquote>\n<p>If other fields are also incorrect, verification fails and no corrections are provided.</p>\n<p><strong>Response</strong></p>\n<blockquote>\n<p>The card number and/or patient details submitted did not match Medicare checks. Please verify the details and resubmit with additional information if available. </p>\n</blockquote>\n<h4 id=\"🔢-medicare-reference-number\">🔢 Medicare Reference Number</h4>\n<p>If this is the only incorrect field, Medicare returns the correct reference number to help you correct it.</p>\n<p><strong>Response</strong></p>\n<blockquote>\n<p>Patient Verification has been accepted however patient details were not an exact match. Please check patient Individual Reference Number (IRN) before claiming. Correct Medicare Reference Number: 3. </p>\n</blockquote>\n<p>If other fields are also incorrect, verification fails and no corrections are provided.</p>\n<p><strong>Response</strong></p>\n<blockquote>\n<p>The card number and/or patient details submitted did not match Medicare checks. Please verify the details and resubmit with additional information if available. </p>\n</blockquote>\n<h4 id=\"🧑-given-name\">🧑 Given Name</h4>\n<p>Medicare validates the <strong>first five characters of the patient’s given name</strong>. If these match Medicare records, the request can still be accepted even if the full given name differs. <strong>Example:</strong> Submitted: <strong>ELIZA</strong> Medicare record: <strong>ELIZABETH</strong> This will be accepted.  </p>\n<p>If the given name is the only incorrect field, Medicare returns the correct given name to assist with updating records.</p>\n<p><strong>Response</strong></p>\n<blockquote>\n<p>Patient Verification has been accepted however patient details were not an exact match. Please check patient Given Name before claiming. Correct Given Name: CLINT. </p>\n</blockquote>\n<p>If other fields are also incorrect, verification fails and no corrections are provided.</p>\n<p><strong>Response</strong></p>\n<blockquote>\n<p>The card number and/or patient details submitted did not match Medicare checks. Please verify the details and resubmit with additional information if available. </p>\n</blockquote>\n<h4 id=\"👪-family-name--sex\">👪 Family Name &amp; Sex</h4>\n<p>These fields are optional. If one or both of them are incorrect, verification still succeeds. Medicare ignores mismatches in these fields and does not report or correct them.</p>\n<p><strong>Response</strong></p>\n<blockquote>\n<p>\"Patient is eligible to claim for Medicare with details provided.\" </p>\n</blockquote>\n<h4 id=\"🆕-new-medicare-card-issued\">🆕 New Medicare Card Issued</h4>\n<p>if a new Medicare card has been issued for the patient, Medicare provides the correct Medicare Number, Reference Number, and Given Name.</p>\n<p><strong>Response</strong></p>\n<blockquote>\n<p>A new Medicare card has been issued. Please confirm your records with the patient and if required update for any future claims. Correct Medicare Number: 6951393352. Correct Medicare Reference Number: 2. Correct Given Name: SAM.\"</p>\n</blockquote>\n","auth":{"type":"apikey","apikey":{"value":"{{ApiKey}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"3535d25c-226d-431f-89db-6ff2f34804b1","id":"3535d25c-226d-431f-89db-6ff2f34804b1","name":"RebateRight","type":"collection"}},"urlObject":{"path":["VerifyPatient"],"host":["{{hostURL}}"],"query":[],"variable":[]}},"response":[{"id":"27e33e90-d1eb-4902-b4e6-917ed417e095","name":"Success","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"PatientDateOfBirth\": \"2009-02-08\",\r\n    \"PatientFamilyName\": \"FLETCHER\",\r\n    \"PatientGivenName\": \"Clint\",\r\n    \"PatientSex\": \"1\",\r\n    \"PatientMedicareNumber\": \"4951525561\",\r\n    \"PatientMedicareRefNumber\": \"3\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/VerifyPatient"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 23 Mar 2026 04:00:37 GMT"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:a82b3763-6878-4bdd-9ecb-93ac5af8604e"}],"cookie":[],"responseTime":null,"body":"{\n    \"Verified\": true,\n    \"Reason\": \"[Medicare] The patient information matches Medicare's records.\",\n    \"CorrectMedicareNumber\": null,\n    \"CorrectMedicareReferenceNumber\": null,\n    \"CorrectGivenName\": null,\n    \"CorrectFamilyName\": null,\n    \"CorrectDateOfBirth\": null,\n    \"CorrectSex\": null\n}"},{"id":"9d0984a4-9dad-49fc-9ba4-75e23f2ef407","name":"Missing DateOfBirth","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    //\"PatientDateOfBirth\": \"2009-02-08\",\r\n    \"PatientFamilyName\": \"FLETCHER\",\r\n    \"PatientGivenName\": \"Clint\",\r\n    \"PatientSex\": \"1\",\r\n    \"PatientMedicareNumber\": \"4951525561\",\r\n    \"PatientMedicareRefNumber\": \"3\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/VerifyPatient"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 23 Mar 2026 04:00:57 GMT"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:a82b3763-6878-4bdd-9ecb-93ac5af8604e"}],"cookie":[],"responseTime":null,"body":"{\n    \"Verified\": null,\n    \"Reason\": \"[RebateRight] The 'PatientDateOfBirth' field is not provided.\",\n    \"CorrectMedicareNumber\": null,\n    \"CorrectMedicareReferenceNumber\": null,\n    \"CorrectGivenName\": null,\n    \"CorrectFamilyName\": null,\n    \"CorrectDateOfBirth\": null,\n    \"CorrectSex\": null\n}"},{"id":"481b1766-ce41-4612-b4c8-38a74c9ab57e","name":"Invalid MedicareNumber","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"PatientDateOfBirth\": \"2009-02-08\",\r\n    \"PatientFamilyName\": \"FLETCHER\",\r\n    \"PatientGivenName\": \"Clint\",\r\n    \"PatientSex\": \"1\",\r\n    \"PatientMedicareNumber\": \"4951524561\",\r\n    \"PatientMedicareRefNumber\": \"3\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/VerifyPatient"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 23 Mar 2026 04:01:09 GMT"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:a82b3763-6878-4bdd-9ecb-93ac5af8604e"}],"cookie":[],"responseTime":null,"body":"{\n    \"Verified\": null,\n    \"Reason\": \"[RebateRight] Invalid value of '4951524561' supplied for 'PatientMedicareNumber'. The value supplied must conform to the Medicare Card check digit routine.\",\n    \"CorrectMedicareNumber\": null,\n    \"CorrectMedicareReferenceNumber\": null,\n    \"CorrectGivenName\": null,\n    \"CorrectFamilyName\": null,\n    \"CorrectDateOfBirth\": null,\n    \"CorrectSex\": null\n}"},{"id":"68365a14-c88b-4a24-9928-e67d2abf4723","name":"Incorrect Medicare Number","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"PatientDateOfBirth\": \"2009-02-08\",\r\n    \"PatientFamilyName\": \"FLETCHER\",\r\n    \"PatientGivenName\": \"Clint\",\r\n    \"PatientSex\": \"1\",\r\n    \"PatientMedicareNumber\": \"4951525562\",\r\n    \"PatientMedicareRefNumber\": \"3\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/VerifyPatient"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 23 Mar 2026 04:01:20 GMT"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:a82b3763-6878-4bdd-9ecb-93ac5af8604e"}],"cookie":[],"responseTime":null,"body":"{\n    \"Verified\": false,\n    \"Reason\": \"[Medicare] The card number and/or patient details submitted did not match Medicare checks. Please verify the details and resubmit with additional information if available.\",\n    \"CorrectMedicareNumber\": null,\n    \"CorrectMedicareReferenceNumber\": null,\n    \"CorrectGivenName\": null,\n    \"CorrectFamilyName\": null,\n    \"CorrectDateOfBirth\": null,\n    \"CorrectSex\": null\n}"},{"id":"e6e266b6-8e55-4a93-8fa8-9aacc2831fd3","name":"Incorrect Date of Birth","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"PatientDateOfBirth\": \"2009-02-09\",\r\n    \"PatientFamilyName\": \"FLETCHER\",\r\n    \"PatientGivenName\": \"Clint\",\r\n    \"PatientSex\": \"1\",\r\n    \"PatientMedicareNumber\": \"4951525561\",\r\n    \"PatientMedicareRefNumber\": \"3\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/VerifyPatient"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 24 Mar 2026 22:46:44 GMT"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:a82b3763-6878-4bdd-9ecb-93ac5af8604e"}],"cookie":[],"responseTime":null,"body":"{\n    \"Verified\": false,\n    \"Reason\": \"[Medicare] Patient Verification has been accepted however patient details were not an exact match. Please check patient Date of Birth before claiming.\",\n    \"CorrectMedicareNumber\": null,\n    \"CorrectMedicareReferenceNumber\": null,\n    \"CorrectGivenName\": null,\n    \"CorrectFamilyName\": null,\n    \"CorrectDateOfBirth\": null,\n    \"CorrectSex\": null\n}"},{"id":"344daf7c-9887-4bb0-b12f-586c2711d918","name":"Incorrect FamilyName (Accepted)","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"PatientDateOfBirth\": \"2009-02-08\",\r\n    \"PatientFamilyName\": \"WRONG FAMILY NAME\",\r\n    \"PatientGivenName\": \"Clint\",\r\n    \"PatientSex\": \"1\",\r\n    \"PatientMedicareNumber\": \"4951525561\",\r\n    \"PatientMedicareRefNumber\": \"3\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/VerifyPatient"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 23 Mar 2026 04:02:19 GMT"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:a82b3763-6878-4bdd-9ecb-93ac5af8604e"}],"cookie":[],"responseTime":null,"body":"{\n    \"Verified\": true,\n    \"Reason\": \"[Medicare] The patient information matches Medicare's records.\",\n    \"CorrectMedicareNumber\": null,\n    \"CorrectMedicareReferenceNumber\": null,\n    \"CorrectGivenName\": null,\n    \"CorrectFamilyName\": null,\n    \"CorrectDateOfBirth\": null,\n    \"CorrectSex\": null\n}"},{"id":"29b891ff-d072-4935-b43d-ac82157fe5e6","name":"Incorrect Gender (Accepted)","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"PatientDateOfBirth\": \"2009-02-08\",\r\n    \"PatientFamilyName\": \"FLETCHER\",\r\n    \"PatientGivenName\": \"Clint\",\r\n    \"PatientSex\": \"2\",\r\n    \"PatientMedicareNumber\": \"4951525561\",\r\n    \"PatientMedicareRefNumber\": \"3\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/VerifyPatient"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 23 Mar 2026 04:02:30 GMT"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:a82b3763-6878-4bdd-9ecb-93ac5af8604e"}],"cookie":[],"responseTime":null,"body":"{\n    \"Verified\": true,\n    \"Reason\": \"[Medicare] The patient information matches Medicare's records.\",\n    \"CorrectMedicareNumber\": null,\n    \"CorrectMedicareReferenceNumber\": null,\n    \"CorrectGivenName\": null,\n    \"CorrectFamilyName\": null,\n    \"CorrectDateOfBirth\": null,\n    \"CorrectSex\": null\n}"},{"id":"b03e3db1-6001-404d-91b9-792488d52801","name":"Incorrect Gender & Family name (Accepted)","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"PatientDateOfBirth\": \"2009-02-08\",\r\n    \"PatientFamilyName\": \"2FLETCHER\",\r\n    \"PatientGivenName\": \"Clint\",\r\n    \"PatientSex\": \"2\",\r\n    \"PatientMedicareNumber\": \"4951525561\",\r\n    \"PatientMedicareRefNumber\": \"3\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/VerifyPatient"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 23 Mar 2026 04:03:08 GMT"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:a82b3763-6878-4bdd-9ecb-93ac5af8604e"}],"cookie":[],"responseTime":null,"body":"{\n    \"Verified\": true,\n    \"Reason\": \"[Medicare] The patient information matches Medicare's records.\",\n    \"CorrectMedicareNumber\": null,\n    \"CorrectMedicareReferenceNumber\": null,\n    \"CorrectGivenName\": null,\n    \"CorrectFamilyName\": null,\n    \"CorrectDateOfBirth\": null,\n    \"CorrectSex\": null\n}"},{"id":"69f9805b-1714-4d1f-829e-1f5040aa1f53","name":"Incorrect GivenName","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"PatientDateOfBirth\": \"2009-02-08\",\r\n    \"PatientFamilyName\": \"FLETCHER\",\r\n    \"PatientGivenName\": \"Cl-int\",\r\n    \"PatientSex\": \"1\",\r\n    \"PatientMedicareNumber\": \"4951525561\",\r\n    \"PatientMedicareRefNumber\": \"3\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/VerifyPatient"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 23 Mar 2026 04:02:58 GMT"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:a82b3763-6878-4bdd-9ecb-93ac5af8604e"}],"cookie":[],"responseTime":null,"body":"{\n    \"Verified\": false,\n    \"Reason\": \"[Medicare] Patient Verification has been accepted however patient details were not an exact match. Please check patient Given Name before claiming. Correct Given Name: CLINT.\",\n    \"CorrectMedicareNumber\": null,\n    \"CorrectMedicareReferenceNumber\": null,\n    \"CorrectGivenName\": \"CLINT\",\n    \"CorrectFamilyName\": null,\n    \"CorrectDateOfBirth\": null,\n    \"CorrectSex\": null\n}"},{"id":"27cc3e2d-7b72-4d5d-8888-00e7c1f271f2","name":"Incorrect ReferenceNumber","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"PatientDateOfBirth\": \"2009-02-08\",\r\n    \"PatientFamilyName\": \"FLETCHER\",\r\n    \"PatientGivenName\": \"Clint\",\r\n    \"PatientSex\": \"1\",\r\n    \"PatientMedicareNumber\": \"4951525561\",\r\n    \"PatientMedicareRefNumber\": \"2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/VerifyPatient"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 23 Mar 2026 04:03:21 GMT"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:a82b3763-6878-4bdd-9ecb-93ac5af8604e"}],"cookie":[],"responseTime":null,"body":"{\n    \"Verified\": false,\n    \"Reason\": \"[Medicare] Patient Verification has been accepted however patient details were not an exact match. Please check patient Individual Reference Number (IRN) before claiming. Correct Medicare Reference Number: 3.\",\n    \"CorrectMedicareNumber\": null,\n    \"CorrectMedicareReferenceNumber\": \"3\",\n    \"CorrectGivenName\": null,\n    \"CorrectFamilyName\": null,\n    \"CorrectDateOfBirth\": null,\n    \"CorrectSex\": null\n}"},{"id":"3e375fee-5eb8-4ddb-a986-239c6cdc9a75","name":"Incorrect Given & Family name","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"PatientDateOfBirth\": \"2009-02-08\",\r\n    \"PatientFamilyName\": \"WRONG FAMILY NAME\",\r\n    \"PatientGivenName\": \"WRONG GIVEN NAME\",\r\n    \"PatientSex\": \"1\",\r\n    \"PatientMedicareNumber\": \"4951525561\",\r\n    \"PatientMedicareRefNumber\": \"3\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/VerifyPatient"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 23 Mar 2026 04:03:32 GMT"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:a82b3763-6878-4bdd-9ecb-93ac5af8604e"}],"cookie":[],"responseTime":null,"body":"{\n    \"Verified\": false,\n    \"Reason\": \"[Medicare] The card number and/or patient details submitted did not match Medicare checks. Please verify the details and resubmit with additional information if available.\",\n    \"CorrectMedicareNumber\": null,\n    \"CorrectMedicareReferenceNumber\": null,\n    \"CorrectGivenName\": null,\n    \"CorrectFamilyName\": null,\n    \"CorrectDateOfBirth\": null,\n    \"CorrectSex\": null\n}"},{"id":"d395989a-cfbe-4e5e-9e2f-60b7312eecf5","name":"Incorrect Gender & Given Name","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"PatientDateOfBirth\": \"2009-02-08\",\r\n    \"PatientFamilyName\": \"FLETCHER\",\r\n    \"PatientGivenName\": \"2Clint\",\r\n    \"PatientSex\": \"2\",\r\n    \"PatientMedicareNumber\": \"4951525561\",\r\n    \"PatientMedicareRefNumber\": \"3\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/VerifyPatient"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 17 Jun 2025 03:54:53 GMT"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:a82b3763-6878-4bdd-9ecb-93ac5af8604e"}],"cookie":[],"responseTime":null,"body":"{\n    \"Verified\": false,\n    \"Reason\": \"[Medicare] The card number and/or patient details submitted did not match Medicare checks. Please verify the details and resubmit with additional information if available.\"\n}"},{"id":"86d19990-9671-4fea-bde2-bc8c3339d43c","name":"New Medicare Card","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"PatientDateOfBirth\": \"2000-12-09\",\r\n    \"PatientFamilyName\": \"Harris\",\r\n    \"PatientGivenName\": \"Sam\",\r\n    \"PatientSex\": \"2\",\r\n    \"PatientMedicareNumber\": \"6951393261\",\r\n    \"PatientMedicareRefNumber\": \"3\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/VerifyPatient"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 23 Mar 2026 04:06:16 GMT"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:a82b3763-6878-4bdd-9ecb-93ac5af8604e"}],"cookie":[],"responseTime":null,"body":"{\n    \"Verified\": false,\n    \"Reason\": \"[Medicare] A new Medicare card has been issued. Please confirm your records with the patient and if required update for any future claims. Correct Medicare Number: 6951393352. Correct Medicare Reference Number: 2. Correct Given Name: SAM.\",\n    \"CorrectMedicareNumber\": \"6951393352\",\n    \"CorrectMedicareReferenceNumber\": \"2\",\n    \"CorrectGivenName\": \"SAM\",\n    \"CorrectFamilyName\": null,\n    \"CorrectDateOfBirth\": null,\n    \"CorrectSex\": null\n}"},{"id":"b2a1d598-8bf3-472f-aa06-7f0f4b3d8d8b","name":"Deceased Patient","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"PatientDateOfBirth\": \"2000-09-12\",\r\n    \"PatientFamilyName\": \"Jones\",\r\n    \"PatientGivenName\": \"Sad\",\r\n    \"PatientSex\": \"1\",\r\n    \"PatientMedicareNumber\": \"2296510128\",\r\n    \"PatientMedicareRefNumber\": \"4\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/VerifyPatient"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 23 Mar 2026 04:06:37 GMT"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:a82b3763-6878-4bdd-9ecb-93ac5af8604e"}],"cookie":[],"responseTime":null,"body":"{\n    \"Verified\": false,\n    \"Reason\": \"[Medicare] Patient's eligibility cannot be determined.\",\n    \"CorrectMedicareNumber\": null,\n    \"CorrectMedicareReferenceNumber\": null,\n    \"CorrectGivenName\": null,\n    \"CorrectFamilyName\": null,\n    \"CorrectDateOfBirth\": null,\n    \"CorrectSex\": null\n}"},{"id":"0c2055b3-e71d-400d-913b-82dd11a0e496","name":"OnlyName","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"PatientDateOfBirth\": \"1980-01-01\",\r\n    \"PatientFamilyName\": \"Devo\",\r\n    \"PatientGivenName\": \"Onlyname\",\r\n    \"PatientSex\": \"1\",\r\n    \"PatientMedicareNumber\": \"2297460337\",\r\n    \"PatientMedicareRefNumber\": \"1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/VerifyPatient"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 23 Mar 2026 04:06:56 GMT"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:a82b3763-6878-4bdd-9ecb-93ac5af8604e"}],"cookie":[],"responseTime":null,"body":"{\n    \"Verified\": true,\n    \"Reason\": \"[Medicare] The patient information matches Medicare's records.\",\n    \"CorrectMedicareNumber\": null,\n    \"CorrectMedicareReferenceNumber\": null,\n    \"CorrectGivenName\": null,\n    \"CorrectFamilyName\": null,\n    \"CorrectDateOfBirth\": null,\n    \"CorrectSex\": null\n}"}],"_postman_id":"ecc1566f-3dbc-42e9-9ec5-2e1b52c6c928"},{"name":"2. Get MBS Item","event":[{"listen":"test","script":{"id":"41eeea35-2ba6-4b25-8fa6-5769996089fa","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"6f338e3a-3c8d-4b32-b630-37784c965093","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/MedicareItems/701","description":"<p>This endpoint retrieves detailed information about a specific MBS item using its item number.</p>\n<h4 id=\"🎨-how-it-works\">🎨 <strong>How It Works</strong></h4>\n<ul>\n<li><p>Sources data from MBS and enriches it with RebateRight details.</p>\n</li>\n<li><p>Includes <strong>MBS notes</strong> and additional insights including the <strong>limitation period</strong>, specifying how often an item can be claimed within a given timeframe (e.g., <strong>twice in a 12-month period</strong>).</p>\n</li>\n</ul>\n<h4 id=\"🛠️-example-requests-and-responses\">🛠️ Example Requests and Responses</h4>\n<p>At the top-right corner of the <strong>Example Request</strong> section, select from the available options to view sample requests along with the corresponding responses returned by RebateRight.</p>\n<img src=\"https://content.pstmn.io/865888b3-d95c-471b-8a51-43bba0cbb70e/aW1hZ2UucG5n\" alt=\"How%20to%20Choose%20a%20Sample%20Request\" width=\"100%\" />","auth":{"type":"apikey","apikey":{"value":"{{ApiKey}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"3535d25c-226d-431f-89db-6ff2f34804b1","id":"3535d25c-226d-431f-89db-6ff2f34804b1","name":"RebateRight","type":"collection"}},"urlObject":{"path":["MedicareItems","701"],"host":["{{hostURL}}"],"query":[],"variable":[]}},"response":[{"id":"5fc96851-227c-430d-8d7f-bf38ad3ebd02","name":"Success - 200","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/MedicareItems/63507"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 23 Mar 2026 04:07:31 GMT"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:a82b3763-6878-4bdd-9ecb-93ac5af8604e"}],"cookie":[],"responseTime":null,"body":"{\n    \"ItemNumber\": \"63507\",\n    \"Description\": \"MRI—scan of head for a patient under 16 years if the service is for:(a) an unexplained seizure; or(b) an unexplained headache if significant pathology is suspected; or(c) paranasal sinus pathology that has not responded to conservative therapy (R) (Contrast) (Anaes.)\\n\",\n    \"ScheduleFee\": \"452.05\",\n    \"ScheduleFeeStartDate\": \"2025-07-01\",\n    \"DerivedFee\": null,\n    \"Category\": \"5\",\n    \"Group\": \"I5\",\n    \"SubGroup\": \"33\",\n    \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n    \"EligiblePatientSex\": null,\n    \"EligibleAgeRange\": \"younger than 16 years\",\n    \"ReferralRequirements\": \"This item should be referred by a General Practitioner.\",\n    \"BenefitType\": \"_75_85\",\n    \"ItemStartDate\": \"2012-11-01\"\n}"},{"id":"09405e9c-37fc-4f9a-af83-2478b7d64576","name":"Unauthorized - 401","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/MedicareItems/63507"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 23 Mar 2026 04:08:08 GMT"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Context","value":"appId=cid-v1:a82b3763-6878-4bdd-9ecb-93ac5af8604e"}],"cookie":[],"responseTime":null,"body":"Unauthorized access."},{"id":"fe9e0350-f3f5-4008-94be-be0bbc162136","name":"Item Not found - 404","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/MedicareItems/635071"},"status":"Not Found","code":404,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 23 Mar 2026 04:08:23 GMT"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Context","value":"appId=cid-v1:a82b3763-6878-4bdd-9ecb-93ac5af8604e"}],"cookie":[],"responseTime":null,"body":"A Medicare item with item number '635071' does not exist."}],"_postman_id":"6f338e3a-3c8d-4b32-b630-37784c965093"},{"name":"3. Check Eligibility","id":"24280d0b-1cfa-4d4d-b0ea-6075fa79c64a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"PrincipalProviderNumber\": \"2447781L\",\r\n    \"InHospitalTreatment\":false,\r\n    \"ServicingProviderNumber\": \"2446081F\",\r\n    \"PatientDateOfBirth\": \"1986-12-18\",\r\n    \"PatientFamilyName\": \"FLETCHER\",\r\n    \"PatientGivenName\": \"Edmond\",\r\n    \"PatientSex\": \"1\",\r\n    \"PatientMedicareNumber\": \"4951525561\",\r\n    \"PatientMedicareRefNumber\": \"2\",\r\n    \"MedicareItems\": [\r\n        {\r\n            \"ItemNumber\": \"139\"\r\n        },\r\n        {\r\n            \"ItemNumber\": \"3\"\r\n        },\r\n        {\r\n            \"ItemNumber\": \"123\"\r\n        },\r\n        {\r\n            \"ItemNumber\": \"124\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/CalculateRebate","description":"<p>This endpoint receives patient details and Medicare items. It verifies patient information with Medicare and calculates rebate amounts.</p>\n<h4 id=\"🎨-how-it-works\">🎨 <strong>How It Works</strong></h4>\n<ul>\n<li><p>Uses <strong>Medicare Patient Verification</strong>, <strong>Medicare Eligibility Check</strong>, and <strong>RebateRight Rules Engine</strong> services behind the scenes.</p>\n</li>\n<li><p>The response includes enriched data, combining RebateRight insights and MBS item details.</p>\n</li>\n<li><p>Returns the rebate amount Medicare will pay for a specific item for a given patient. The <strong>reason</strong> for the benfit amount is also included in the response.</p>\n</li>\n<li><p>If no rebate is payable, the response includes the <strong>reason</strong> why (e.g., limitations, ineligibility).</p>\n</li>\n</ul>\n<p>In summary, this endpoint performs multiple checks and provides a detailed breakdown of Medicare rebate eligibility and the reasons behind the rebate amount.</p>\n<p>🛠️ Example Requests and Responses</p>\n<p>To explore sample requests and responses, go to the Example Request section and use the options in the top-right corner to view different requests along with their corresponding responses from RebateRight.</p>\n<img src=\"https://content.pstmn.io/b64ccbc5-883c-4818-963f-5ac86cfa065f/aW1hZ2UucG5n\" alt=\"How%20to%20Choose%20a%20Sample%20Request\" width=\"100%\" />","auth":{"type":"apikey","apikey":{"value":"{{ApiKey}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"3535d25c-226d-431f-89db-6ff2f34804b1","id":"3535d25c-226d-431f-89db-6ff2f34804b1","name":"RebateRight","type":"collection"}},"urlObject":{"path":["CalculateRebate"],"host":["{{hostURL}}"],"query":[],"variable":[]}},"response":[{"id":"7eb1f765-6781-428f-8954-8313df427f30","name":"Success","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"PrincipalProviderNumber\": \"2447781L\",\r\n    \"InHospitalTreatment\":false,\r\n    \"ServicingProviderNumber\": \"2446081F\",\r\n    \"PatientDateOfBirth\": \"1986-12-18\",\r\n    \"PatientFamilyName\": \"FLETCHER\",\r\n    \"PatientGivenName\": \"Edmond\",\r\n    \"PatientSex\": \"1\",\r\n    \"PatientMedicareNumber\": \"4951525561\",\r\n    \"PatientMedicareRefNumber\": \"2\",\r\n    \"MedicareItems\": [\r\n        {\r\n            \"ItemNumber\": \"139\"\r\n        },\r\n        {\r\n            \"ItemNumber\": \"3\"\r\n        },\r\n        {\r\n            \"ItemNumber\": \"123\"\r\n        },\r\n        {\r\n            \"ItemNumber\": \"124\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/CalculateRebate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 24 Mar 2026 02:22:40 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"PatientVerification\": {\n        \"Verified\": true,\n        \"Reason\": \"[Medicare] The patient information matches Medicare's records.\",\n        \"CorrectMedicareNumber\": null,\n        \"CorrectMedicareReferenceNumber\": null,\n        \"CorrectGivenName\": null,\n        \"CorrectFamilyName\": null,\n        \"CorrectDateOfBirth\": null,\n        \"CorrectSex\": null\n    },\n    \"Rebates\": [\n        {\n            \"ItemNumber\": \"139\",\n            \"IsEligible\": false,\n            \"Reason\": \"[RebateRight] Rebate for this Medicare item is available to patients younger than 25 years, this patient is 39 years and 3 months and 6 days old. [RebateRight] Medicare does not support eligibility checks for this item. This item has frequency of service limits, so eligibility cannot be fully determined.\",\n            \"Benefit\": \"0\",\n            \"ItemScheduleFee\": \"156.95\"\n        },\n        {\n            \"ItemNumber\": \"3\",\n            \"IsEligible\": true,\n            \"Reason\": \"[RebateRight] All RebateRight eligibility checks have passed (referrer specialty, patient age, in-patient status, etc.). Medicare covers 100% of the Schedule Fee for this item. [RebateRight] Medicare does not support eligibility checks for this item. This item has no frequency of service limits, so RebateRight considers the patient likely eligible based on the available information.\",\n            \"Benefit\": \"20.05\",\n            \"ItemScheduleFee\": \"20.05\"\n        },\n        {\n            \"ItemNumber\": \"123\",\n            \"IsEligible\": true,\n            \"Reason\": \"[RebateRight] All RebateRight eligibility checks have passed (referrer specialty, patient age, in-patient status, etc.). Medicare covers 100% of the Schedule Fee for this item. [RebateRight] Medicare does not support eligibility checks for this item. This item has no frequency of service limits, so RebateRight considers the patient likely eligible based on the available information.\",\n            \"Benefit\": \"202.65\",\n            \"ItemScheduleFee\": \"202.65\"\n        },\n        {\n            \"ItemNumber\": \"124\",\n            \"IsEligible\": true,\n            \"Reason\": \"[RebateRight] All RebateRight eligibility checks have passed (referrer specialty, patient age, in-patient status, etc.). Medicare covers 100% of the Schedule Fee for this item when provided to out-of-hospital patients. [Medicare] 0: All Medicare eligibility checks have passed (claim history, multiple service rules, service provider, etc.).\",\n            \"Benefit\": \"0\",\n            \"ItemScheduleFee\": \"233.35\"\n        }\n    ],\n    \"Reason\": \"[Medicare] The patient information matches Medicare's records.\"\n}"},{"id":"64bd6e12-50ed-4850-908c-4b4c25608ce1","name":"FamilyName Missing","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ReferrerProviderNumber\": \"272476MA\",\r\n    \"PrincipalProviderNumber\": \"2447781L\",\r\n    \"InHospitalTreatment\":true,\r\n    \"ServicingProviderNumber\": \"2446081F\",\r\n    \"PatientDateOfBirth\": \"2009-02-08\",\r\n    //\"PatientFamilyName\": \"FLETCHER\",\r\n    \"PatientGivenName\": \"Clint\",\r\n    \"PatientSex\": \"1\",\r\n    \"PatientMedicareNumber\": \"4951525561\",\r\n    \"PatientMedicareRefNumber\": \"3\",\r\n    \"MedicareItems\": [\r\n        {\r\n            \"ItemNumber\": \"24\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/CalculateRebate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 23 Mar 2026 04:11:48 GMT"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:a82b3763-6878-4bdd-9ecb-93ac5af8604e"}],"cookie":[],"responseTime":null,"body":"{\n    \"PatientVerification\": null,\n    \"Rebates\": [],\n    \"Reason\": \"[RebateRight] The 'PatientFamilyName' field is not provided.\"\n}"},{"id":"de9c8f37-7599-4051-b939-ca2fb3cd41f5","name":"Invalid Given Name","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"PrincipalProviderNumber\": \"2447781L\",\r\n    \"InHospitalTreatment\":true,\r\n    \"ServicingProviderNumber\": \"2446081F\",\r\n    \"PatientDateOfBirth\": \"2009-02-08\",\r\n    \"PatientFamilyName\": \"FLETCHER\",\r\n    \"PatientGivenName\": \"  Clint\",\r\n    \"PatientSecondInitial\": \"S\",\r\n    \"PatientSex\": \"M\",\r\n    \"PatientMedicareNumber\": \"4951525561\",\r\n    \"PatientMedicareRefNumber\": \"3\",\r\n    \"MedicareItems\": [\r\n        {\r\n            \"ItemNumber\":\"82118\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/CalculateRebate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 23 Mar 2026 04:12:12 GMT"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:a82b3763-6878-4bdd-9ecb-93ac5af8604e"}],"cookie":[],"responseTime":null,"body":"{\n    \"PatientVerification\": null,\n    \"Rebates\": [],\n    \"Reason\": \"[RebateRight] Invalid value of 'M' supplied for 'PatientSex'. The value supplied must be 1(Male), 2 (Female), 3 (Other), or 9 (Not stated/inadequately described).\"\n}"},{"id":"460b2882-e8d6-466d-96fa-dde31950be42","name":"Invalid Gender","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"PrincipalProviderNumber\": \"2447781L\",\r\n    \"ServicingProviderNumber\": \"2446081F\",\r\n    \"PatientDateOfBirth\": \"2009-02-08\",\r\n    \"PatientFamilyName\": \"FLETCHER\",\r\n    \"PatientGivenName\": \"Clint\",\r\n    \"PatientSecondInitial\": \"S\",\r\n    \"PatientSex\": \"M\",\r\n    \"PatientMedicareNumber\": \"4951525561\",\r\n    \"PatientMedicareRefNumber\": \"3\",\r\n    \"MedicareItems\": [\r\n        {\r\n            \"ItemNumber\": \"55703\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/CalculateRebate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 23 Mar 2026 04:14:17 GMT"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:a82b3763-6878-4bdd-9ecb-93ac5af8604e"}],"cookie":[],"responseTime":null,"body":"{\n    \"PatientVerification\": null,\n    \"Rebates\": [],\n    \"Reason\": \"[RebateRight] Invalid value of 'M' supplied for 'PatientSex'. The value supplied must be 1(Male), 2 (Female), 3 (Other), or 9 (Not stated/inadequately described).\"\n}"},{"id":"cf86193b-7013-4672-9396-0a88f8cc0418","name":"Invalid Medicare Number","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"PrincipalProviderNumber\": \"2447781L\",\r\n    \"ServicingProviderNumber\": \"2446081F\",\r\n    \"PatientDateOfBirth\": \"2009-02-08\",\r\n    \"PatientFamilyName\": \"FLETCHER\",\r\n    \"PatientGivenName\": \"Clint\",\r\n    \"PatientSecondInitial\": \"S\",\r\n    \"PatientSex\": \"1\",\r\n    \"PatientMedicareNumber\": \"4950525561\",\r\n    \"PatientMedicareRefNumber\": \"3\",\r\n    \"MedicareItems\": [\r\n        {\r\n            \"ItemNumber\": \"55703\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/CalculateRebate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 23 Mar 2026 04:14:38 GMT"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:a82b3763-6878-4bdd-9ecb-93ac5af8604e"}],"cookie":[],"responseTime":null,"body":"{\n    \"PatientVerification\": null,\n    \"Rebates\": [],\n    \"Reason\": \"[RebateRight] Invalid value of '4950525561' supplied for 'PatientMedicareNumber'. The value supplied must conform to the Medicare Card check digit routine.\"\n}"},{"id":"0df6e373-6219-4e5c-b410-8ec3c7fd6621","name":"Item Does Not Exist","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"PrincipalProviderNumber\": \"2447781L\",\r\n    \"InHospitalTreatment\":false,\r\n    \"ServicingProviderNumber\": \"2446081F\",\r\n    \"PatientDateOfBirth\": \"2009-02-08\",\r\n    \"PatientFamilyName\": \"FLETCHER\",\r\n    \"PatientGivenName\": \"Clint\",\r\n    \"PatientSex\": \"1\",\r\n    \"PatientMedicareNumber\": \"4951525561\",\r\n    \"PatientMedicareRefNumber\": \"3\",\r\n    \"MedicareItems\": [\r\n        {\r\n            \"ItemNumber\": \"1\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/CalculateRebate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 23 Mar 2026 04:15:48 GMT"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:a82b3763-6878-4bdd-9ecb-93ac5af8604e"}],"cookie":[],"responseTime":null,"body":"{\n    \"PatientVerification\": {\n        \"Verified\": true,\n        \"Reason\": \"[Medicare] The patient information matches Medicare's records.\",\n        \"CorrectMedicareNumber\": null,\n        \"CorrectMedicareReferenceNumber\": null,\n        \"CorrectGivenName\": null,\n        \"CorrectFamilyName\": null,\n        \"CorrectDateOfBirth\": null,\n        \"CorrectSex\": null\n    },\n    \"Rebates\": [\n        {\n            \"ItemNumber\": \"1\",\n            \"IsEligible\": false,\n            \"Reason\": \"[RebateRight] Medicare item does not exist. [Medicare] 206: Item number does not attract a benefit at date of service\",\n            \"Benefit\": \"0\",\n            \"ItemScheduleFee\": \"0\"\n        }\n    ],\n    \"Reason\": \"[Medicare] The patient information matches Medicare's records.\"\n}"},{"id":"eee00892-1e0e-42c9-bffe-c14d28ca93de","name":"Missing Referrer","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"PrincipalProviderNumber\": \"2447781L\",\r\n    \"InHospitalTreatment\":false,\r\n    \"ServicingProviderNumber\": \"2446081F\",\r\n    \"PatientDateOfBirth\": \"1929-02-08\",\r\n    \"PatientFamilyName\": \"FLETCHER\",\r\n    \"PatientGivenName\": \"Clint\",\r\n    \"PatientSex\": \"1\",\r\n    \"PatientMedicareNumber\": \"4951525561\",\r\n    \"PatientMedicareRefNumber\": \"3\",\r\n    \"MedicareItems\": [\r\n        {\r\n            \"ItemNumber\": \"145\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/CalculateRebate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 23 Mar 2026 04:18:50 GMT"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:a82b3763-6878-4bdd-9ecb-93ac5af8604e"}],"cookie":[],"responseTime":null,"body":"{\n    \"PatientVerification\": {\n        \"Verified\": false,\n        \"Reason\": \"[Medicare] Patient Verification has been accepted however patient details were not an exact match. Please check patient Date of Birth before claiming.\",\n        \"CorrectMedicareNumber\": null,\n        \"CorrectMedicareReferenceNumber\": null,\n        \"CorrectGivenName\": null,\n        \"CorrectFamilyName\": null,\n        \"CorrectDateOfBirth\": null,\n        \"CorrectSex\": null\n    },\n    \"Rebates\": [\n        {\n            \"ItemNumber\": \"145\",\n            \"IsEligible\": null,\n            \"Reason\": \"[RebateRight] This Medicare item has referrer restrictions but the 'ReferrerProviderNumber' field is not provided, therefore rebate eligibility cannot be determined. Referrers with any of the following specialties can refer this item: [ 'General Practitioner', 'Nurse' ]. [Medicare] Patient Verification has been accepted however patient details were not an exact match. Please check patient Date of Birth before claiming.\",\n            \"Benefit\": \"0\",\n            \"ItemScheduleFee\": \"649.85\"\n        }\n    ],\n    \"Reason\": \"[Medicare] Patient Verification has been accepted however patient details were not an exact match. Please check patient Date of Birth before claiming.\"\n}"},{"id":"1db20d16-416d-4d31-97e6-462875601b54","name":"PracticeClosed","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"PrincipalProviderNumber\": \"2447781L\",\r\n    \"InHospitalTreatment\":false,\r\n    \"BulkBilled\":false,\r\n    \"ReferrerProviderNumber\":\"272476MB\",\r\n    \"ServicingProviderNumber\": \"2446081F\",\r\n    \"PatientDateOfBirth\": \"2009-02-08\",\r\n    \"PatientFamilyName\": \"FLETCHER\",\r\n    \"PatientGivenName\": \"Clint\",\r\n    \"PatientSex\": \"1\",\r\n    \"PatientMedicareNumber\": \"4951525561\",\r\n    \"PatientMedicareRefNumber\": \"3\",\r\n    \"MedicareItems\": [\r\n        {\r\n            \"ItemNumber\": \"104\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/CalculateRebate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 24 Mar 2026 02:23:41 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"PatientVerification\": {\n        \"Verified\": true,\n        \"Reason\": \"[Medicare] The patient information matches Medicare's records.\",\n        \"CorrectMedicareNumber\": null,\n        \"CorrectMedicareReferenceNumber\": null,\n        \"CorrectGivenName\": null,\n        \"CorrectFamilyName\": null,\n        \"CorrectDateOfBirth\": null,\n        \"CorrectSex\": null\n    },\n    \"Rebates\": [\n        {\n            \"ItemNumber\": \"104\",\n            \"IsEligible\": null,\n            \"Reason\": \"[RebateRight] The referrer's provider number '272476MB' could not be found in the current Provider Directory. This may indicate that the provider has closed or that the number is invalid. Please verify the provider number with the referrer or request an updated one. [Medicare] 0: All Medicare eligibility checks have passed (claim history, multiple service rules, service provider, etc.).\",\n            \"Benefit\": \"0\",\n            \"ItemScheduleFee\": \"101.30\"\n        }\n    ],\n    \"Reason\": \"[Medicare] The patient information matches Medicare's records.\"\n}"},{"id":"0128d25b-99b7-4c4a-861f-88774fd84a7f","name":"Incorrect Given Name","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"InHospitalTreatment\":true,\r\n    \"PrincipalProviderNumber\": \"2447781L\",\r\n    \"ServicingProviderNumber\": \"2446081F\",\r\n    \"PatientDateOfBirth\": \"2009-02-08\",\r\n    \"PatientFamilyName\": \"FLETCHER\",\r\n    \"PatientGivenName\": \"2Clint2\",\r\n    \"PatientSecondInitial\": \"S\",\r\n    \"PatientSex\": \"1\",\r\n    \"PatientMedicareNumber\": \"4951525561\",\r\n    \"PatientMedicareRefNumber\": \"3\",\r\n    \"MedicareItems\": [\r\n        {\r\n            \"ItemNumber\": \"82118\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/CalculateRebate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 24 Mar 2026 02:24:46 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"PatientVerification\": {\n        \"Verified\": false,\n        \"Reason\": \"[Medicare] Patient Verification has been accepted however patient details were not an exact match. Please check patient Given Name before claiming. Correct Given Name: CLINT.\",\n        \"CorrectMedicareNumber\": null,\n        \"CorrectMedicareReferenceNumber\": null,\n        \"CorrectGivenName\": \"CLINT\",\n        \"CorrectFamilyName\": null,\n        \"CorrectDateOfBirth\": null,\n        \"CorrectSex\": null\n    },\n    \"Rebates\": [\n        {\n            \"ItemNumber\": \"82118\",\n            \"IsEligible\": null,\n            \"Reason\": \"[RebateRight] All RebateRight eligibility checks have passed (referrer specialty, patient age, in-patient status, etc.). Medicare covers 75% of the Schedule Fee for this item. [Medicare] Patient Verification has been accepted however patient details were not an exact match. Please check patient Given Name before claiming. Correct Given Name: CLINT.\",\n            \"Benefit\": \"0\",\n            \"ItemScheduleFee\": \"878.80\"\n        }\n    ],\n    \"Reason\": \"[Medicare] Patient Verification has been accepted however patient details were not an exact match. Please check patient Given Name before claiming. Correct Given Name: CLINT.\"\n}"},{"id":"ac21f0e5-eb83-4a61-8923-7047f079888b","name":"Incorrect Reference Number","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"InHospitalTreatment\":true,\r\n    \"PrincipalProviderNumber\": \"2447781L\",\r\n    \"ServicingProviderNumber\": \"2446081F\",\r\n    \"PatientDateOfBirth\": \"2009-02-08\",\r\n    \"PatientFamilyName\": \"FLETCHER\",\r\n    \"PatientGivenName\": \"Clint\",\r\n    \"PatientSecondInitial\": \"S\",\r\n    \"PatientSex\": \"1\",\r\n    \"PatientMedicareNumber\": \"4951525561\",\r\n    \"PatientMedicareRefNumber\": \"4\",\r\n    \"MedicareItems\": [\r\n        {\r\n            \"ItemNumber\": \"82118\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/CalculateRebate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 24 Mar 2026 02:25:16 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"PatientVerification\": {\n        \"Verified\": false,\n        \"Reason\": \"[Medicare] Patient Verification has been accepted however patient details were not an exact match. Please check patient Individual Reference Number (IRN) before claiming. Correct Medicare Reference Number: 3.\",\n        \"CorrectMedicareNumber\": null,\n        \"CorrectMedicareReferenceNumber\": \"3\",\n        \"CorrectGivenName\": null,\n        \"CorrectFamilyName\": null,\n        \"CorrectDateOfBirth\": null,\n        \"CorrectSex\": null\n    },\n    \"Rebates\": [\n        {\n            \"ItemNumber\": \"82118\",\n            \"IsEligible\": null,\n            \"Reason\": \"[RebateRight] All RebateRight eligibility checks have passed (referrer specialty, patient age, in-patient status, etc.). Medicare covers 75% of the Schedule Fee for this item. [Medicare] Patient Verification has been accepted however patient details were not an exact match. Please check patient Individual Reference Number (IRN) before claiming. Correct Medicare Reference Number: 3.\",\n            \"Benefit\": \"0\",\n            \"ItemScheduleFee\": \"878.80\"\n        }\n    ],\n    \"Reason\": \"[Medicare] Patient Verification has been accepted however patient details were not an exact match. Please check patient Individual Reference Number (IRN) before claiming. Correct Medicare Reference Number: 3.\"\n}"},{"id":"6bdddb7b-aa5c-4468-9eef-7a42dfd5160c","name":"New Medicare Card","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"PrincipalProviderNumber\": \"2447781L\",\r\n    \"ServicingProviderNumber\": \"2446081F\",\r\n    \"PatientDateOfBirth\": \"2000-12-09\",\r\n    \"PatientFamilyName\": \"Harris\",\r\n    \"PatientGivenName\": \"Sam\",\r\n    \"PatientSex\": \"2\",\r\n    \"PatientMedicareNumber\": \"6951393261\",\r\n    \"PatientMedicareRefNumber\": \"3\",\r\n    \"MedicareItems\": [\r\n        {\r\n            \"ItemNumber\": \"4\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/CalculateRebate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 24 Mar 2026 02:25:27 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"PatientVerification\": {\n        \"Verified\": false,\n        \"Reason\": \"[Medicare] A new Medicare card has been issued. Please confirm your records with the patient and if required update for any future claims. Correct Medicare Number: 6951393352. Correct Medicare Reference Number: 2. Correct Given Name: SAM.\",\n        \"CorrectMedicareNumber\": \"6951393352\",\n        \"CorrectMedicareReferenceNumber\": \"2\",\n        \"CorrectGivenName\": \"SAM\",\n        \"CorrectFamilyName\": null,\n        \"CorrectDateOfBirth\": null,\n        \"CorrectSex\": null\n    },\n    \"Rebates\": [\n        {\n            \"ItemNumber\": \"4\",\n            \"IsEligible\": null,\n            \"Reason\": \"[RebateRight] All RebateRight eligibility checks have passed (referrer specialty, patient age, in-patient status, etc.). Benefit amount for this Medicare item varies depending on the 'InHospitalTreatment' field which is not provided, therefore benefit amount can not be determined. [Medicare] A new Medicare card has been issued. Please confirm your records with the patient and if required update for any future claims. Correct Medicare Number: 6951393352. Correct Medicare Reference Number: 2. Correct Given Name: SAM.\",\n            \"Benefit\": \"0\",\n            \"ItemScheduleFee\": null\n        }\n    ],\n    \"Reason\": \"[Medicare] A new Medicare card has been issued. Please confirm your records with the patient and if required update for any future claims. Correct Medicare Number: 6951393352. Correct Medicare Reference Number: 2. Correct Given Name: SAM.\"\n}"},{"id":"756c93e3-14b9-4c58-bf91-a115d021d685","name":"Old Date of Service","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"DateOfService\":\"2025-03-01\",\r\n    \"PrincipalProviderNumber\": \"2447781L\",\r\n    \"ServicingProviderNumber\": \"2446081F\",\r\n    \"PatientDateOfBirth\": \"2009-02-08\",\r\n    \"PatientFamilyName\": \"FLETCHER\",\r\n    \"PatientGivenName\": \"Clint\",\r\n    \"PatientSecondInitial\": \"S\",\r\n    \"PatientSex\": \"1\",\r\n    \"PatientMedicareNumber\": \"4951525561\",\r\n    \"PatientMedicareRefNumber\": \"3\",\r\n    \"MedicareItems\": [\r\n        {\r\n            \"ItemNumber\": \"55703\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/CalculateRebate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 24 Mar 2026 02:22:57 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"PatientVerification\": null,\n    \"Rebates\": [\n        {\n            \"ItemNumber\": \"55703\",\n            \"IsEligible\": null,\n            \"Reason\": \"[RebateRight] All RebateRight eligibility checks have passed (referrer specialty, patient age, in-patient status, etc.). Benefit amount for this Medicare item varies depending on the 'InHospitalTreatment' field which is not provided, therefore accurate benefit amount can not be determined. [Medicare] Date of Service must not be more than 7 days prior to the date request is received. Error located in Medical Event 01, Service 0001.\",\n            \"Benefit\": \"0\",\n            \"ItemScheduleFee\": \"40.10\"\n        }\n    ],\n    \"Reason\": \"[Medicare] Date of Service must not be more than 7 days prior to the date request is received. Error located in Medical Event 01, Service 0001.\"\n}"},{"id":"b74d76ca-8796-4b34-91e5-4b8ae26ea5ec","name":"Age Verification","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"PrincipalProviderNumber\": \"2447781L\",\r\n    \"InHospitalTreatment\":false,\r\n    \"ServicingProviderNumber\": \"2446081F\",\r\n    \"PatientDateOfBirth\": \"2009-02-08\",\r\n    \"PatientFamilyName\": \"FLETCHER\",\r\n    \"PatientGivenName\": \"Clint\",\r\n    \"PatientSex\": \"1\",\r\n    \"PatientMedicareNumber\": \"4951525561\",\r\n    \"PatientMedicareRefNumber\": \"3\",\r\n    \"MedicareItems\": [\r\n        {\r\n            \"ItemNumber\": \"145\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/CalculateRebate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 23 Mar 2026 04:17:14 GMT"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:a82b3763-6878-4bdd-9ecb-93ac5af8604e"}],"cookie":[],"responseTime":null,"body":"{\n    \"PatientVerification\": {\n        \"Verified\": true,\n        \"Reason\": \"[Medicare] The patient information matches Medicare's records.\",\n        \"CorrectMedicareNumber\": null,\n        \"CorrectMedicareReferenceNumber\": null,\n        \"CorrectGivenName\": null,\n        \"CorrectFamilyName\": null,\n        \"CorrectDateOfBirth\": null,\n        \"CorrectSex\": null\n    },\n    \"Rebates\": [\n        {\n            \"ItemNumber\": \"145\",\n            \"IsEligible\": false,\n            \"Reason\": \"[RebateRight] Rebate for this Medicare item is available to patients 65 years or older, this patient is 17 years and 1 month and 15 days old. [RebateRight] Medicare does not support eligibility checks for this item. This item has frequency of service limits, so eligibility cannot be fully determined.\",\n            \"Benefit\": \"0\",\n            \"ItemScheduleFee\": \"649.85\"\n        }\n    ],\n    \"Reason\": \"[Medicare] The patient information matches Medicare's records.\"\n}"},{"id":"ff4113c9-3bfe-4264-ab11-c56ae32dec3a","name":"Referrer not eligible","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"PrincipalProviderNumber\": \"2447781L\",\r\n    \"InHospitalTreatment\":false,\r\n    \"ServicingProviderNumber\": \"2446081F\",\r\n    \"ReferrerProviderNumber\": \"4668401L\",\r\n    \"PatientDateOfBirth\": \"1986-12-18\",\r\n    \"PatientFamilyName\": \"FLETCHER\",\r\n    \"PatientGivenName\": \"Edmond\",\r\n    \"PatientSex\": \"1\",\r\n    \"PatientMedicareNumber\": \"4951525561\",\r\n    \"PatientMedicareRefNumber\": \"2\",\r\n    \"MedicareItems\": [\r\n        {\r\n            \"ItemNumber\": \"55712\"\r\n              }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/CalculateRebate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Wed, 25 Mar 2026 03:48:10 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"PatientVerification\": {\n        \"Verified\": true,\n        \"Reason\": \"[Medicare] The patient information matches Medicare's records.\",\n        \"CorrectMedicareNumber\": null,\n        \"CorrectMedicareReferenceNumber\": null,\n        \"CorrectGivenName\": null,\n        \"CorrectFamilyName\": null,\n        \"CorrectDateOfBirth\": null,\n        \"CorrectSex\": null\n    },\n    \"Rebates\": [\n        {\n            \"ItemNumber\": \"55712\",\n            \"IsEligible\": false,\n            \"Reason\": \"[RebateRight] The referrer is not eligible to refer this Medicare item. Referrer specialties: [ 'Specialist radiologist', 'General Practitioner' ]. Referrers with any of the following specialties can refer this item: [ 'Specialist obstetrician and gynaecologist' ]. If the referrer is a GP with obstetric privileges, the patient may still be eligible. [Medicare] 550: Associated service not claimed - no benefit payable\",\n            \"Benefit\": \"0\",\n            \"ItemScheduleFee\": \"132.00\"\n        }\n    ],\n    \"Reason\": \"[Medicare] The patient information matches Medicare's records.\"\n}"},{"id":"dc1a8b2b-9af0-4a2f-ac73-de838c8654f9","name":"Female Item","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"BulkBilled\":false,\r\n    \"InHospitalTreatment\":true,\r\n    \"PrincipalProviderNumber\": \"2447781L\",\r\n    \"ServicingProviderNumber\": \"2446081F\",\r\n    \"ReferrerProviderNumber\":\"272476MA\",\r\n    \"PatientDateOfBirth\": \"1986-12-18\",\r\n    \"PatientFamilyName\": \"FLETCHER\",\r\n    \"PatientGivenName\": \"Edmond\",\r\n    \"PatientSex\": \"1\",\r\n    \"PatientMedicareNumber\": \"4951525561\",\r\n    \"PatientMedicareRefNumber\": \"2\",\r\n        \"MedicareItems\": [\r\n        {\r\n            \"ItemNumber\": \"73451\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/CalculateRebate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 24 Mar 2026 02:26:56 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"PatientVerification\": {\n        \"Verified\": true,\n        \"Reason\": \"[Medicare] The patient information matches Medicare's records.\",\n        \"CorrectMedicareNumber\": null,\n        \"CorrectMedicareReferenceNumber\": null,\n        \"CorrectGivenName\": null,\n        \"CorrectFamilyName\": null,\n        \"CorrectDateOfBirth\": null,\n        \"CorrectSex\": null\n    },\n    \"Rebates\": [\n        {\n            \"ItemNumber\": \"73451\",\n            \"IsEligible\": false,\n            \"Reason\": \"[RebateRight] This item is restricted to female patients. The patient is recorded as male and is not eligible. [Medicare] 0: All Medicare eligibility checks have passed (claim history, multiple service rules, service provider, etc.).\",\n            \"Benefit\": \"0\",\n            \"ItemScheduleFee\": \"400.00\"\n        }\n    ],\n    \"Reason\": \"[Medicare] The patient information matches Medicare's records.\"\n}"},{"id":"cb193d37-9d29-47d1-99b0-7af9a017e45d","name":"Male Item","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"BulkBilled\":false,\r\n    \"InHospitalTreatment\":true,\r\n    \"PrincipalProviderNumber\": \"2447781L\",\r\n    \"ServicingProviderNumber\": \"2446081F\",\r\n    \"ReferrerProviderNumber\":\"272476MA\",\r\n    \"PatientDateOfBirth\": \"1993-08-14\",\r\n    \"PatientFamilyName\": \"Nash\",\r\n    \"PatientGivenName\": \"Hazel\",\r\n    \"PatientSex\": \"2\",\r\n    \"PatientMedicareNumber\": \"2954536421\",\r\n    \"PatientMedicareRefNumber\": \"1\",\r\n        \"MedicareItems\": [\r\n        {\r\n            \"ItemNumber\": \"73452\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/CalculateRebate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 24 Mar 2026 02:27:07 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"PatientVerification\": {\n        \"Verified\": true,\n        \"Reason\": \"[Medicare] The patient information matches Medicare's records.\",\n        \"CorrectMedicareNumber\": null,\n        \"CorrectMedicareReferenceNumber\": null,\n        \"CorrectGivenName\": null,\n        \"CorrectFamilyName\": null,\n        \"CorrectDateOfBirth\": null,\n        \"CorrectSex\": null\n    },\n    \"Rebates\": [\n        {\n            \"ItemNumber\": \"73452\",\n            \"IsEligible\": false,\n            \"Reason\": \"[RebateRight] This item is restricted to male patients. The patient is recorded as female and is not eligible. [Medicare] 0: All Medicare eligibility checks have passed (claim history, multiple service rules, service provider, etc.).\",\n            \"Benefit\": \"0\",\n            \"ItemScheduleFee\": \"400.00\"\n        }\n    ],\n    \"Reason\": \"[Medicare] The patient information matches Medicare's records.\"\n}"},{"id":"940fbd3e-2d7e-451a-aa5f-ac15fc43334f","name":"Max Claim Limit","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"BulkBilled\": true,\r\n    \"InHospitalTreatment\":false,\r\n    \"ReferrerProviderNumber\": \"272476MA\",\r\n    \"PrincipalProviderNumber\": \"2447781L\",\r\n    \"ServicingProviderNumber\": \"2446081F\",\r\n    \"PatientDateOfBirth\": \"1986-12-18\",\r\n    \"PatientFamilyName\": \"FLETCHER\",\r\n    \"PatientGivenName\": \"Edmond\",\r\n    \"PatientSex\": \"1\",\r\n    \"PatientMedicareNumber\": \"4951525561\",\r\n    \"PatientMedicareRefNumber\": \"2\",\r\n    \"MedicareItems\": [\r\n        {\r\n            \"ItemNumber\": \"55141\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/CalculateRebate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 24 Mar 2026 02:26:39 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"PatientVerification\": {\n        \"Verified\": true,\n        \"Reason\": \"[Medicare] The patient information matches Medicare's records.\",\n        \"CorrectMedicareNumber\": null,\n        \"CorrectMedicareReferenceNumber\": null,\n        \"CorrectGivenName\": null,\n        \"CorrectFamilyName\": null,\n        \"CorrectDateOfBirth\": null,\n        \"CorrectSex\": null\n    },\n    \"Rebates\": [\n        {\n            \"ItemNumber\": \"55141\",\n            \"IsEligible\": true,\n            \"Reason\": \"[RebateRight] All RebateRight eligibility checks have passed (referrer specialty, patient age, in-patient status, etc.). Medicare covers 95% of the Schedule Fee for this item when bulk billed for out-of-hospital patients. [Medicare] 0: All Medicare eligibility checks have passed (claim history, multiple service rules, service provider, etc.).\",\n            \"Benefit\": \"448.59\",\n            \"ItemScheduleFee\": \"472.20\"\n        }\n    ],\n    \"Reason\": \"[Medicare] The patient information matches Medicare's records.\"\n}"},{"id":"060d1e93-dd27-495f-a6c1-63e50d11f3b0","name":"OutPatient Item With History","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ReferrerProviderNumber\": \"272476MA\",\r\n    \"PrincipalProviderNumber\": \"2447781L\",\r\n    \"InHospitalTreatment\":false,\r\n    \"ServicingProviderNumber\": \"2446081F\",\r\n    \"PatientDateOfBirth\": \"1960-02-08\",\r\n    \"PatientFamilyName\": \"ALDRIDGE\",\r\n    \"PatientGivenName\": \"Eli\",\r\n    \"PatientSex\": \"1\",\r\n    \"PatientMedicareNumber\": \"4951648811\",\r\n    \"PatientMedicareRefNumber\": \"1\",\r\n    \"MedicareItems\": [\r\n        {\r\n            \"ItemNumber\": \"145\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/CalculateRebate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 24 Mar 2026 02:25:43 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"PatientVerification\": {\n        \"Verified\": true,\n        \"Reason\": \"[Medicare] The patient information matches Medicare's records.\",\n        \"CorrectMedicareNumber\": null,\n        \"CorrectMedicareReferenceNumber\": null,\n        \"CorrectGivenName\": null,\n        \"CorrectFamilyName\": null,\n        \"CorrectDateOfBirth\": null,\n        \"CorrectSex\": null\n    },\n    \"Rebates\": [\n        {\n            \"ItemNumber\": \"145\",\n            \"IsEligible\": null,\n            \"Reason\": \"[RebateRight] All RebateRight eligibility checks have passed (referrer specialty, patient age, in-patient status, etc.). Medicare covers 85% of the Schedule Fee for this item. [RebateRight] Medicare does not support eligibility checks for this item. This item has frequency of service limits, so eligibility cannot be fully determined.\",\n            \"Benefit\": \"0\",\n            \"ItemScheduleFee\": \"649.85\"\n        }\n    ],\n    \"Reason\": \"[Medicare] The patient information matches Medicare's records.\"\n}"},{"id":"516b7f2f-4bf1-4c4a-8320-60cbfe813587","name":"OutPatient Item Without History","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ReferrerProviderNumber\": \"272476MA\",\r\n    \"PrincipalProviderNumber\": \"2447781L\",\r\n    \"InHospitalTreatment\":false,\r\n    \"ServicingProviderNumber\": \"2446081F\",\r\n    \"PatientDateOfBirth\": \"1960-02-08\",\r\n    \"PatientFamilyName\": \"ALDRIDGE\",\r\n    \"PatientGivenName\": \"Eli\",\r\n    \"PatientSex\": \"1\",\r\n    \"PatientMedicareNumber\": \"4951648811\",\r\n    \"PatientMedicareRefNumber\": \"1\",\r\n    \"MedicareItems\": [\r\n        {\r\n            \"ItemNumber\": \"3\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/CalculateRebate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 24 Mar 2026 02:25:54 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"PatientVerification\": {\n        \"Verified\": true,\n        \"Reason\": \"[Medicare] The patient information matches Medicare's records.\",\n        \"CorrectMedicareNumber\": null,\n        \"CorrectMedicareReferenceNumber\": null,\n        \"CorrectGivenName\": null,\n        \"CorrectFamilyName\": null,\n        \"CorrectDateOfBirth\": null,\n        \"CorrectSex\": null\n    },\n    \"Rebates\": [\n        {\n            \"ItemNumber\": \"3\",\n            \"IsEligible\": true,\n            \"Reason\": \"[RebateRight] All RebateRight eligibility checks have passed (referrer specialty, patient age, in-patient status, etc.). Medicare covers 100% of the Schedule Fee for this item. [RebateRight] Medicare does not support eligibility checks for this item. This item has no frequency of service limits, so RebateRight considers the patient likely eligible based on the available information.\",\n            \"Benefit\": \"20.05\",\n            \"ItemScheduleFee\": \"20.05\"\n        }\n    ],\n    \"Reason\": \"[Medicare] The patient information matches Medicare's records.\"\n}"},{"id":"d26339e3-8fb8-4951-bac9-3317fe96f03f","name":"Same Day Item Restrictions","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"BulkBilled\":false,\r\n    \"InHospitalTreatment\":true,\r\n    \"PrincipalProviderNumber\": \"2447781L\",\r\n    \"ServicingProviderNumber\": \"2446081F\",\r\n    \"ReferrerProviderNumber\":\"272476MA\",\r\n    \"PatientDateOfBirth\": \"1986-12-18\",\r\n    \"PatientFamilyName\": \"FLETCHER\",\r\n    \"PatientGivenName\": \"Edmond\",\r\n    \"PatientSex\": \"1\",\r\n    \"PatientMedicareNumber\": \"4951525561\",\r\n    \"PatientMedicareRefNumber\": \"2\",\r\n        \"MedicareItems\": [\r\n        {\r\n            \"ItemNumber\": \"55703\"\r\n        },\r\n        {\r\n            \"ItemNumber\": \"55704\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/CalculateRebate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 24 Mar 2026 02:26:07 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"PatientVerification\": {\n        \"Verified\": true,\n        \"Reason\": \"[Medicare] The patient information matches Medicare's records.\",\n        \"CorrectMedicareNumber\": null,\n        \"CorrectMedicareReferenceNumber\": null,\n        \"CorrectGivenName\": null,\n        \"CorrectFamilyName\": null,\n        \"CorrectDateOfBirth\": null,\n        \"CorrectSex\": null\n    },\n    \"Rebates\": [\n        {\n            \"ItemNumber\": \"55703\",\n            \"IsEligible\": true,\n            \"Reason\": \"[RebateRight] All RebateRight eligibility checks have passed (referrer specialty, patient age, in-patient status, etc.). Medicare covers 75% of the Schedule Fee for this item when provided to in-hospital patients. [Medicare] 0: All Medicare eligibility checks have passed (claim history, multiple service rules, service provider, etc.).\",\n            \"Benefit\": \"30.10\",\n            \"ItemScheduleFee\": \"40.10\"\n        },\n        {\n            \"ItemNumber\": \"55704\",\n            \"IsEligible\": false,\n            \"Reason\": \"[RebateRight] All RebateRight eligibility checks have passed (referrer specialty, patient age, in-patient status, etc.). Medicare covers 75% of the Schedule Fee for this item when provided to in-hospital patients. [Medicare] 702: Item restrictive with another item\",\n            \"Benefit\": \"0\",\n            \"ItemScheduleFee\": \"80.40\"\n        }\n    ],\n    \"Reason\": \"[Medicare] The patient information matches Medicare's records.\"\n}"},{"id":"99786d94-60ca-47da-b273-46496a853451","name":"14 Services","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"InHospitalTreatment\": true,\r\n    \"PrincipalProviderNumber\": \"2447781L\",\r\n    \"ServicingProviderNumber\": \"2446081F\",\r\n    \"ReferrerProviderNumber\": \"272476MA\",\r\n    \"PatientDateOfBirth\": \"2009-02-08\",\r\n    \"PatientFamilyName\": \"FLETCHER\",\r\n    \"PatientGivenName\": \"Clint\",\r\n    \"PatientSecondInitial\": \"S\",\r\n    \"PatientSex\": \"1\",\r\n    \"PatientMedicareNumber\": \"4951525561\",\r\n    \"PatientMedicareRefNumber\": \"3\",\r\n    \"MedicareItems\": [\r\n        {\r\n            \"ItemNumber\": \"37387\"\r\n        },\r\n        {\r\n            \"ItemNumber\": \"37388\"\r\n        },\r\n        {\r\n            \"ItemNumber\": \"37390\"\r\n        },\r\n        {\r\n            \"ItemNumber\": \"37393\"\r\n        },\r\n        {\r\n            \"ItemNumber\": \"37396\"\r\n        },\r\n        {\r\n            \"ItemNumber\": \"37402\"\r\n        },\r\n        {\r\n            \"ItemNumber\": \"37405\"\r\n        },\r\n        {\r\n            \"ItemNumber\": \"37408\"\r\n        },\r\n        {\r\n            \"ItemNumber\": \"58506\"\r\n        },\r\n        {\r\n            \"ItemNumber\": \"58509\"\r\n        },\r\n        {\r\n            \"ItemNumber\": \"58521\"\r\n        },\r\n        {\r\n            \"ItemNumber\": \"58524\"\r\n        },\r\n        {\r\n            \"ItemNumber\": \"58527\"\r\n        },\r\n        {\r\n            \"ItemNumber\": \"58700\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/CalculateRebate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 24 Mar 2026 02:31:07 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"PatientVerification\": {\n        \"Verified\": true,\n        \"Reason\": \"[Medicare] The patient information matches Medicare's records.\",\n        \"CorrectMedicareNumber\": null,\n        \"CorrectMedicareReferenceNumber\": null,\n        \"CorrectGivenName\": null,\n        \"CorrectFamilyName\": null,\n        \"CorrectDateOfBirth\": null,\n        \"CorrectSex\": null\n    },\n    \"Rebates\": [\n        {\n            \"ItemNumber\": \"37387\",\n            \"IsEligible\": true,\n            \"Reason\": \"[RebateRight] All RebateRight eligibility checks have passed (referrer specialty, patient age, in-patient status, etc.). Medicare covers 75% of the Schedule Fee for this item. [Medicare] 0: All Medicare eligibility checks have passed (max claim limits, multiple service rules, service provider, etc.).\",\n            \"Benefit\": \"70.70\",\n            \"ItemScheduleFee\": \"377.05\"\n        },\n        {\n            \"ItemNumber\": \"37388\",\n            \"IsEligible\": true,\n            \"Reason\": \"[RebateRight] All RebateRight eligibility checks have passed (referrer specialty, patient age, in-patient status, etc.). Medicare covers 75% of the Schedule Fee for this item when provided to in-hospital patients. [Medicare] 0: All Medicare eligibility checks have passed (max claim limits, multiple service rules, service provider, etc.).\",\n            \"Benefit\": \"21.45\",\n            \"ItemScheduleFee\": \"114.30\"\n        },\n        {\n            \"ItemNumber\": \"37390\",\n            \"IsEligible\": true,\n            \"Reason\": \"[RebateRight] All RebateRight eligibility checks have passed (referrer specialty, patient age, in-patient status, etc.). Medicare covers 75% of the Schedule Fee for this item. [Medicare] 0: All Medicare eligibility checks have passed (max claim limits, multiple service rules, service provider, etc.).\",\n            \"Benefit\": \"809.10\",\n            \"ItemScheduleFee\": \"1078.75\"\n        },\n        {\n            \"ItemNumber\": \"37393\",\n            \"IsEligible\": true,\n            \"Reason\": \"[RebateRight] All RebateRight eligibility checks have passed (referrer specialty, patient age, in-patient status, etc.). Medicare covers 75% of the Schedule Fee for this item when provided to in-hospital patients. [Medicare] 0: All Medicare eligibility checks have passed (max claim limits, multiple service rules, service provider, etc.).\",\n            \"Benefit\": \"50.30\",\n            \"ItemScheduleFee\": \"268.20\"\n        },\n        {\n            \"ItemNumber\": \"37396\",\n            \"IsEligible\": false,\n            \"Reason\": \"[RebateRight] All RebateRight eligibility checks have passed (referrer specialty, patient age, in-patient status, etc.). Medicare covers 75% of the Schedule Fee for this item. [Medicare] 702: Item restrictive with another item\",\n            \"Benefit\": \"0\",\n            \"ItemScheduleFee\": \"864.95\"\n        },\n        {\n            \"ItemNumber\": \"37402\",\n            \"IsEligible\": true,\n            \"Reason\": \"[RebateRight] All RebateRight eligibility checks have passed (referrer specialty, patient age, in-patient status, etc.). Medicare covers 75% of the Schedule Fee for this item. [Medicare] 0: All Medicare eligibility checks have passed (max claim limits, multiple service rules, service provider, etc.).\",\n            \"Benefit\": \"204.00\",\n            \"ItemScheduleFee\": \"544.00\"\n        },\n        {\n            \"ItemNumber\": \"37405\",\n            \"IsEligible\": false,\n            \"Reason\": \"[RebateRight] All RebateRight eligibility checks have passed (referrer specialty, patient age, in-patient status, etc.). Medicare covers 75% of the Schedule Fee for this item. [Medicare] 702: Item restrictive with another item\",\n            \"Benefit\": \"0\",\n            \"ItemScheduleFee\": \"1078.75\"\n        },\n        {\n            \"ItemNumber\": \"37408\",\n            \"IsEligible\": true,\n            \"Reason\": \"[RebateRight] All RebateRight eligibility checks have passed (referrer specialty, patient age, in-patient status, etc.). Medicare covers 75% of the Schedule Fee for this item. [Medicare] 0: All Medicare eligibility checks have passed (max claim limits, multiple service rules, service provider, etc.).\",\n            \"Benefit\": \"102.00\",\n            \"ItemScheduleFee\": \"544.00\"\n        },\n        {\n            \"ItemNumber\": \"58506\",\n            \"IsEligible\": true,\n            \"Reason\": \"[RebateRight] All RebateRight eligibility checks have passed (referrer specialty, patient age, in-patient status, etc.). Benefit amount for this Medicare item varies depending on the 'BulkBilled' field which is not provided, therefore accurate benefit amount can not be determined. [Medicare] 154: Diagnostic imaging multiple service rule applied to service\",\n            \"Benefit\": \"48.60\",\n            \"ItemScheduleFee\": \"69.80\"\n        },\n        {\n            \"ItemNumber\": \"58509\",\n            \"IsEligible\": true,\n            \"Reason\": \"[RebateRight] All RebateRight eligibility checks have passed (referrer specialty, patient age, in-patient status, etc.). Benefit amount for this Medicare item varies depending on the 'BulkBilled' field which is not provided, therefore accurate benefit amount can not be determined. [Medicare] 154: Diagnostic imaging multiple service rule applied to service\",\n            \"Benefit\": \"30.45\",\n            \"ItemScheduleFee\": \"45.60\"\n        },\n        {\n            \"ItemNumber\": \"58521\",\n            \"IsEligible\": true,\n            \"Reason\": \"[RebateRight] All RebateRight eligibility checks have passed (referrer specialty, patient age, in-patient status, etc.). Benefit amount for this Medicare item varies depending on the 'BulkBilled' field which is not provided, therefore accurate benefit amount can not be determined. [Medicare] 154: Diagnostic imaging multiple service rule applied to service\",\n            \"Benefit\": \"33.65\",\n            \"ItemScheduleFee\": \"49.85\"\n        },\n        {\n            \"ItemNumber\": \"58524\",\n            \"IsEligible\": false,\n            \"Reason\": \"[RebateRight] All RebateRight eligibility checks have passed (referrer specialty, patient age, in-patient status, etc.). Benefit amount for this Medicare item varies depending on the 'BulkBilled' field which is not provided, therefore accurate benefit amount can not be determined. [Medicare] 702: Item restrictive with another item\",\n            \"Benefit\": \"0\",\n            \"ItemScheduleFee\": \"64.85\"\n        },\n        {\n            \"ItemNumber\": \"58527\",\n            \"IsEligible\": false,\n            \"Reason\": \"[RebateRight] All RebateRight eligibility checks have passed (referrer specialty, patient age, in-patient status, etc.). Benefit amount for this Medicare item varies depending on the 'BulkBilled' field which is not provided, therefore accurate benefit amount can not be determined. [Medicare] 702: Item restrictive with another item\",\n            \"Benefit\": \"0\",\n            \"ItemScheduleFee\": \"79.70\"\n        },\n        {\n            \"ItemNumber\": \"58700\",\n            \"IsEligible\": true,\n            \"Reason\": \"[RebateRight] All RebateRight eligibility checks have passed (referrer specialty, patient age, in-patient status, etc.). Benefit amount for this Medicare item varies depending on the 'BulkBilled' field which is not provided, therefore accurate benefit amount can not be determined. [Medicare] 154: Diagnostic imaging multiple service rule applied to service\",\n            \"Benefit\": \"35.90\",\n            \"ItemScheduleFee\": \"52.85\"\n        }\n    ],\n    \"Reason\": \"[Medicare] The patient information matches Medicare's records.\"\n}"},{"id":"0c3e763e-2763-4a9a-b537-ab849952566e","name":"16 Medical Events","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"InHospitalTreatment\":true,\r\n    \"PrincipalProviderNumber\": \"2447781L\",\r\n    \"ServicingProviderNumber\": \"2446081F\",\r\n    \"ReferrerProviderNumber\": \"272476MA\",\r\n    \"PatientDateOfBirth\": \"2009-02-08\",\r\n    \"PatientFamilyName\": \"FLETCHER\",\r\n    \"PatientGivenName\": \"Clint\",\r\n    \"PatientSecondInitial\": \"S\",\r\n    \"PatientSex\": \"1\",\r\n    \"PatientMedicareNumber\": \"4951525561\",\r\n    \"PatientMedicareRefNumber\": \"3\",\r\n    \"MedicareItems\": [\r\n        {\r\n            \"ItemNumber\": \"37387\",\r\n            \"MedicalEventId\": \"1\"\r\n        },\r\n        {\r\n            \"ItemNumber\": \"37388\",\r\n            \"MedicalEventId\": \"2\"\r\n        },\r\n        {\r\n            \"ItemNumber\": \"37390\",\r\n            \"MedicalEventId\": \"3\"\r\n        },\r\n        {\r\n            \"ItemNumber\": \"37393\",\r\n            \"MedicalEventId\": \"4\"\r\n        },\r\n        {\r\n            \"ItemNumber\": \"37396\",\r\n            \"MedicalEventId\": \"5\"\r\n        },\r\n        {\r\n            \"ItemNumber\": \"37402\",\r\n            \"MedicalEventId\": \"6\"\r\n        },\r\n        {\r\n            \"ItemNumber\": \"37405\",\r\n            \"MedicalEventId\": \"7\"\r\n        },\r\n        {\r\n            \"ItemNumber\": \"37408\",\r\n            \"MedicalEventId\": \"8\"\r\n        },\r\n        {\r\n            \"ItemNumber\": \"58506\",\r\n            \"MedicalEventId\": \"9\"\r\n        },\r\n        {\r\n            \"ItemNumber\": \"58509\",\r\n            \"MedicalEventId\": \"10\"\r\n        },\r\n        {\r\n            \"ItemNumber\": \"58521\",\r\n            \"MedicalEventId\": \"11\"\r\n        },\r\n        {\r\n            \"ItemNumber\": \"58524\",\r\n            \"MedicalEventId\": \"12\"\r\n        },\r\n        {\r\n            \"ItemNumber\": \"58527\",\r\n            \"MedicalEventId\": \"13\"\r\n        },\r\n        {\r\n            \"ItemNumber\": \"58700\",\r\n            \"MedicalEventId\": \"14\"\r\n        },\r\n        {\r\n            \"ItemNumber\": \"58706\",\r\n            \"MedicalEventId\": \"15\"\r\n        },\r\n        {\r\n            \"ItemNumber\": \"58715\",\r\n            \"MedicalEventId\": \"16\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/CalculateRebate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 24 Mar 2026 02:31:16 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"PatientVerification\": {\n        \"Verified\": true,\n        \"Reason\": \"[Medicare] The patient information matches Medicare's records.\",\n        \"CorrectMedicareNumber\": null,\n        \"CorrectMedicareReferenceNumber\": null,\n        \"CorrectGivenName\": null,\n        \"CorrectFamilyName\": null,\n        \"CorrectDateOfBirth\": null,\n        \"CorrectSex\": null\n    },\n    \"Rebates\": [\n        {\n            \"ItemNumber\": \"37387\",\n            \"IsEligible\": true,\n            \"Reason\": \"[RebateRight] All RebateRight eligibility checks have passed (referrer specialty, patient age, in-patient status, etc.). Medicare covers 75% of the Schedule Fee for this item. [Medicare] 0: All Medicare eligibility checks have passed (max claim limits, multiple service rules, service provider, etc.).\",\n            \"Benefit\": \"70.70\",\n            \"ItemScheduleFee\": \"377.05\"\n        },\n        {\n            \"ItemNumber\": \"37388\",\n            \"IsEligible\": true,\n            \"Reason\": \"[RebateRight] All RebateRight eligibility checks have passed (referrer specialty, patient age, in-patient status, etc.). Medicare covers 75% of the Schedule Fee for this item when provided to in-hospital patients. [Medicare] 0: All Medicare eligibility checks have passed (max claim limits, multiple service rules, service provider, etc.).\",\n            \"Benefit\": \"21.45\",\n            \"ItemScheduleFee\": \"114.30\"\n        },\n        {\n            \"ItemNumber\": \"37390\",\n            \"IsEligible\": true,\n            \"Reason\": \"[RebateRight] All RebateRight eligibility checks have passed (referrer specialty, patient age, in-patient status, etc.). Medicare covers 75% of the Schedule Fee for this item. [Medicare] 0: All Medicare eligibility checks have passed (max claim limits, multiple service rules, service provider, etc.).\",\n            \"Benefit\": \"809.10\",\n            \"ItemScheduleFee\": \"1078.75\"\n        },\n        {\n            \"ItemNumber\": \"37393\",\n            \"IsEligible\": true,\n            \"Reason\": \"[RebateRight] All RebateRight eligibility checks have passed (referrer specialty, patient age, in-patient status, etc.). Medicare covers 75% of the Schedule Fee for this item when provided to in-hospital patients. [Medicare] 0: All Medicare eligibility checks have passed (max claim limits, multiple service rules, service provider, etc.).\",\n            \"Benefit\": \"50.30\",\n            \"ItemScheduleFee\": \"268.20\"\n        },\n        {\n            \"ItemNumber\": \"37396\",\n            \"IsEligible\": false,\n            \"Reason\": \"[RebateRight] All RebateRight eligibility checks have passed (referrer specialty, patient age, in-patient status, etc.). Medicare covers 75% of the Schedule Fee for this item. [Medicare] 702: Item restrictive with another item\",\n            \"Benefit\": \"0\",\n            \"ItemScheduleFee\": \"864.95\"\n        },\n        {\n            \"ItemNumber\": \"37402\",\n            \"IsEligible\": true,\n            \"Reason\": \"[RebateRight] All RebateRight eligibility checks have passed (referrer specialty, patient age, in-patient status, etc.). Medicare covers 75% of the Schedule Fee for this item. [Medicare] 0: All Medicare eligibility checks have passed (max claim limits, multiple service rules, service provider, etc.).\",\n            \"Benefit\": \"204.00\",\n            \"ItemScheduleFee\": \"544.00\"\n        },\n        {\n            \"ItemNumber\": \"37405\",\n            \"IsEligible\": false,\n            \"Reason\": \"[RebateRight] All RebateRight eligibility checks have passed (referrer specialty, patient age, in-patient status, etc.). Medicare covers 75% of the Schedule Fee for this item. [Medicare] 702: Item restrictive with another item\",\n            \"Benefit\": \"0\",\n            \"ItemScheduleFee\": \"1078.75\"\n        },\n        {\n            \"ItemNumber\": \"37408\",\n            \"IsEligible\": true,\n            \"Reason\": \"[RebateRight] All RebateRight eligibility checks have passed (referrer specialty, patient age, in-patient status, etc.). Medicare covers 75% of the Schedule Fee for this item. [Medicare] 0: All Medicare eligibility checks have passed (max claim limits, multiple service rules, service provider, etc.).\",\n            \"Benefit\": \"102.00\",\n            \"ItemScheduleFee\": \"544.00\"\n        },\n        {\n            \"ItemNumber\": \"58506\",\n            \"IsEligible\": true,\n            \"Reason\": \"[RebateRight] All RebateRight eligibility checks have passed (referrer specialty, patient age, in-patient status, etc.). Benefit amount for this Medicare item varies depending on the 'BulkBilled' field which is not provided, therefore accurate benefit amount can not be determined. [Medicare] 154: Diagnostic imaging multiple service rule applied to service\",\n            \"Benefit\": \"48.60\",\n            \"ItemScheduleFee\": \"69.80\"\n        },\n        {\n            \"ItemNumber\": \"58509\",\n            \"IsEligible\": true,\n            \"Reason\": \"[RebateRight] All RebateRight eligibility checks have passed (referrer specialty, patient age, in-patient status, etc.). Benefit amount for this Medicare item varies depending on the 'BulkBilled' field which is not provided, therefore accurate benefit amount can not be determined. [Medicare] 154: Diagnostic imaging multiple service rule applied to service\",\n            \"Benefit\": \"30.45\",\n            \"ItemScheduleFee\": \"45.60\"\n        },\n        {\n            \"ItemNumber\": \"58521\",\n            \"IsEligible\": true,\n            \"Reason\": \"[RebateRight] All RebateRight eligibility checks have passed (referrer specialty, patient age, in-patient status, etc.). Benefit amount for this Medicare item varies depending on the 'BulkBilled' field which is not provided, therefore accurate benefit amount can not be determined. [Medicare] 154: Diagnostic imaging multiple service rule applied to service\",\n            \"Benefit\": \"33.65\",\n            \"ItemScheduleFee\": \"49.85\"\n        },\n        {\n            \"ItemNumber\": \"58524\",\n            \"IsEligible\": false,\n            \"Reason\": \"[RebateRight] All RebateRight eligibility checks have passed (referrer specialty, patient age, in-patient status, etc.). Benefit amount for this Medicare item varies depending on the 'BulkBilled' field which is not provided, therefore accurate benefit amount can not be determined. [Medicare] 702: Item restrictive with another item\",\n            \"Benefit\": \"0\",\n            \"ItemScheduleFee\": \"64.85\"\n        },\n        {\n            \"ItemNumber\": \"58527\",\n            \"IsEligible\": false,\n            \"Reason\": \"[RebateRight] All RebateRight eligibility checks have passed (referrer specialty, patient age, in-patient status, etc.). Benefit amount for this Medicare item varies depending on the 'BulkBilled' field which is not provided, therefore accurate benefit amount can not be determined. [Medicare] 702: Item restrictive with another item\",\n            \"Benefit\": \"0\",\n            \"ItemScheduleFee\": \"79.70\"\n        },\n        {\n            \"ItemNumber\": \"58700\",\n            \"IsEligible\": true,\n            \"Reason\": \"[RebateRight] All RebateRight eligibility checks have passed (referrer specialty, patient age, in-patient status, etc.). Benefit amount for this Medicare item varies depending on the 'BulkBilled' field which is not provided, therefore accurate benefit amount can not be determined. [Medicare] 154: Diagnostic imaging multiple service rule applied to service\",\n            \"Benefit\": \"35.90\",\n            \"ItemScheduleFee\": \"52.85\"\n        },\n        {\n            \"ItemNumber\": \"58706\",\n            \"IsEligible\": false,\n            \"Reason\": \"[RebateRight] All RebateRight eligibility checks have passed (referrer specialty, patient age, in-patient status, etc.). Benefit amount for this Medicare item varies depending on the 'BulkBilled' field which is not provided, therefore accurate benefit amount can not be determined. [Medicare] 702: Item restrictive with another item\",\n            \"Benefit\": \"0\",\n            \"ItemScheduleFee\": \"181.30\"\n        },\n        {\n            \"ItemNumber\": \"58715\",\n            \"IsEligible\": false,\n            \"Reason\": \"[RebateRight] All RebateRight eligibility checks have passed (referrer specialty, patient age, in-patient status, etc.). Benefit amount for this Medicare item varies depending on the 'BulkBilled' field which is not provided, therefore accurate benefit amount can not be determined. [Medicare] 702: Item restrictive with another item\",\n            \"Benefit\": \"0\",\n            \"ItemScheduleFee\": \"174.05\"\n        }\n    ],\n    \"Reason\": \"[Medicare] The patient information matches Medicare's records.\"\n}"},{"id":"b0354806-183f-4e17-9f5f-9c07ebbad211","name":"Coning Rule","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"BulkBilled\": false,\r\n    \"InHospitalTreatment\": false,\r\n    \"PrincipalProviderNumber\": \"2447781L\",\r\n    \"ServicingProviderNumber\": \"2446081F\",\r\n    \"ReferrerProviderNumber\": \"272476MA\",\r\n    \"PatientDateOfBirth\": \"1986-12-18\",\r\n    \"PatientFamilyName\": \"FLETCHER\",\r\n    \"PatientGivenName\": \"Edmond\",\r\n    \"PatientSex\": \"1\",\r\n    \"PatientMedicareNumber\": \"4951525561\",\r\n    \"PatientMedicareRefNumber\": \"2\",\r\n    \"MedicareItems\": [\r\n        {\r\n            \"ItemNumber\": \"65070\"\r\n        },\r\n        {\r\n            \"ItemNumber\": \"66500\"\r\n        },\r\n        {\r\n            \"ItemNumber\": \"66503\"\r\n        },\r\n        {\r\n            \"ItemNumber\": \"72846\"\r\n        },\r\n        {\r\n            \"ItemNumber\": \"66500\"\r\n        },\r\n        {\r\n            \"ItemNumber\": \"65060\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/CalculateRebate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 24 Mar 2026 02:31:23 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"PatientVerification\": {\n        \"Verified\": true,\n        \"Reason\": \"[Medicare] The patient information matches Medicare's records.\",\n        \"CorrectMedicareNumber\": null,\n        \"CorrectMedicareReferenceNumber\": null,\n        \"CorrectGivenName\": null,\n        \"CorrectFamilyName\": null,\n        \"CorrectDateOfBirth\": null,\n        \"CorrectSex\": null\n    },\n    \"Rebates\": [\n        {\n            \"ItemNumber\": \"72846\",\n            \"IsEligible\": true,\n            \"Reason\": \"[RebateRight] All RebateRight eligibility checks have passed (referrer specialty, patient age, in-patient status, etc.). Medicare covers 85% of the Schedule Fee for this item when provided to out-of-hospital patients. [Medicare] 0: All Medicare eligibility checks have passed (max claim limits, multiple service rules, service provider, etc.).\",\n            \"Benefit\": \"51.89\",\n            \"ItemScheduleFee\": \"61.05\"\n        },\n        {\n            \"ItemNumber\": \"65070\",\n            \"IsEligible\": true,\n            \"Reason\": \"[RebateRight] All RebateRight eligibility checks have passed (referrer specialty, patient age, in-patient status, etc.). Medicare covers 85% of the Schedule Fee for this item when provided to out-of-hospital patients. [Medicare] 0: All Medicare eligibility checks have passed (max claim limits, multiple service rules, service provider, etc.).\",\n            \"Benefit\": \"14.75\",\n            \"ItemScheduleFee\": \"17.35\"\n        },\n        {\n            \"ItemNumber\": \"66503\",\n            \"IsEligible\": true,\n            \"Reason\": \"[RebateRight] All RebateRight eligibility checks have passed (referrer specialty, patient age, in-patient status, etc.). Medicare covers 85% of the Schedule Fee for this item when provided to out-of-hospital patients. [Medicare] 0: All Medicare eligibility checks have passed (max claim limits, multiple service rules, service provider, etc.).\",\n            \"Benefit\": \"9.90\",\n            \"ItemScheduleFee\": \"11.65\"\n        },\n        {\n            \"ItemNumber\": \"66500\",\n            \"IsEligible\": false,\n            \"Reason\": \"[RebateRight] Episode coning rule applied: For pathology requests from a general practitioner for a non-hospitalised patient, Medicare benefits are limited to the three highest fee items in the episode. Refer to Note PR.6.1 on MBS Online for more details.\",\n            \"Benefit\": \"0\",\n            \"ItemScheduleFee\": \"9.70\"\n        },\n        {\n            \"ItemNumber\": \"66500\",\n            \"IsEligible\": false,\n            \"Reason\": \"[RebateRight] Episode coning rule applied: For pathology requests from a general practitioner for a non-hospitalised patient, Medicare benefits are limited to the three highest fee items in the episode. Refer to Note PR.6.1 on MBS Online for more details.\",\n            \"Benefit\": \"0\",\n            \"ItemScheduleFee\": \"9.70\"\n        },\n        {\n            \"ItemNumber\": \"65060\",\n            \"IsEligible\": false,\n            \"Reason\": \"[RebateRight] Episode coning rule applied: For pathology requests from a general practitioner for a non-hospitalised patient, Medicare benefits are limited to the three highest fee items in the episode. Refer to Note PR.6.1 on MBS Online for more details.\",\n            \"Benefit\": \"0\",\n            \"ItemScheduleFee\": \"8.05\"\n        }\n    ],\n    \"Reason\": \"[Medicare] The patient information matches Medicare's records.\"\n}"}],"_postman_id":"24280d0b-1cfa-4d4d-b0ea-6075fa79c64a"}],"id":"ee83d967-0a05-4e45-918d-e8c47579f4b3","description":"<p>This flow contains the core endpoints used to perform a complete eligibility check.</p>\n<ol>\n<li><p><strong>Verifiy patient</strong> details against Medicare records.</p>\n</li>\n<li><p><strong>Get MBS item</strong> information.</p>\n</li>\n<li><p><strong>Check Eligibility</strong> based on Medicare rules and RebateRight validation logic.</p>\n</li>\n</ol>\n","_postman_id":"ee83d967-0a05-4e45-918d-e8c47579f4b3","auth":{"type":"apikey","apikey":{"value":"{{ApiKey}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"3535d25c-226d-431f-89db-6ff2f34804b1","id":"3535d25c-226d-431f-89db-6ff2f34804b1","name":"RebateRight","type":"collection"}}},{"name":"Advanced","item":[{"name":"MBS","item":[{"name":"Get All MBS Items","event":[{"listen":"test","script":{"id":"41eeea35-2ba6-4b25-8fa6-5769996089fa","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"6197af47-fbce-4792-a5ce-1bf13042131d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/MedicareItems","description":"<p>This endpoint retrieves the list of all ~6,000 MBS items.</p>\n<h4 id=\"🎨-how-it-works\">🎨 <strong>How It Works</strong></h4>\n<ul>\n<li><p>Sources data from MBS and enriches it with RebateRight details.</p>\n</li>\n<li><p>Each item includes <strong>MBS notes</strong> and additional insights including the <strong>limitation period</strong>, specifying how often an item can be claimed within a given timeframe (e.g., <strong>twice in a 12-month period</strong>).</p>\n</li>\n</ul>\n<h4 id=\"🛠️-example-requests-and-responses\">🛠️ Example Requests and Responses</h4>\n<p>At the top-right corner of the <strong>Example Request</strong> section, select from the available options to view sample requests along with the corresponding responses returned by RebateRight.</p>\n<img src=\"https://content.pstmn.io/791c5204-f3c1-470b-b431-c72134a369f5/aW1hZ2UucG5n\" alt=\"How%20to%20choose%20a%20sample%20request\" width=\"922\" height=\"205\" />","auth":{"type":"apikey","apikey":{"value":"{{ApiKey}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"3535d25c-226d-431f-89db-6ff2f34804b1","id":"3535d25c-226d-431f-89db-6ff2f34804b1","name":"RebateRight","type":"collection"}},"urlObject":{"path":["MedicareItems"],"host":["{{hostURL}}"],"query":[],"variable":[]}},"response":[{"id":"7ef54eea-b5a5-416b-ae66-06ebfe6e697d","name":"2026.01.03","originalRequest":{"method":"GET","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/MedicareItems"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Mon, 23 Mar 2026 04:45:12 GMT"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:a82b3763-6878-4bdd-9ecb-93ac5af8604e"}],"cookie":[],"responseTime":null,"body":"{\n    \"ItemsCount\": 6039,\n    \"MedicareItems\": [\n        {\n            \"ItemNumber\": \"3\",\n            \"Description\": \"Professional attendance at consulting rooms (other than a service to which another item applies) by a general practitioner for an obvious problem characterised by the straightforward nature of the task that requires a short patient history and, if required, limited examination and management-each attendance\\n\",\n            \"ScheduleFee\": \"20.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"1989-12-01\"\n        },\n        {\n            \"ItemNumber\": \"4\",\n            \"Description\": \"Professional attendance by a general practitioner (other than attendance at consulting rooms or a residential aged care facility or a service to which another item in the table applies) that requires a short patient history and, if necessary, limited examination and management-an attendance on one or more patients at one place on one occasion-each patient\\n\",\n            \"DerivedFee\": \"The fee for item 3, plus $30.70 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - the fee for item 3 plus $2.45 per patient.\",\n            \"Category\": \"1\",\n            \"Group\": \"A1\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"1989-12-01\"\n        },\n        {\n            \"ItemNumber\": \"23\",\n            \"Description\": \"Professional attendance by a general practitioner at consulting rooms (other than a service to which another item in this Schedule applies), lasting at least 6 minutes and less than 20 minutes and including any of the following that are clinically relevant:(a) taking a patient history;(b) performing a clinical examination;(c) arranging any necessary investigation;(d) implementing a management plan;(e) providing appropriate preventive health care;for one or more health-related issues, with appropriate documentation\\n\",\n            \"ScheduleFee\": \"43.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"1989-12-01\"\n        },\n        {\n            \"ItemNumber\": \"24\",\n            \"Description\": \"Professional attendance by a general practitioner (other than attendance at consulting rooms or a residential aged care facility or a service to which another item in this Schedule applies), lasting at least 6 minutes and less than 20 minutes and including any of the following that are clinically relevant:(a) taking a patient history;(b) performing a clinical examination;(c) arranging any necessary investigation;(d) implementing a management plan;(e) providing appropriate preventive health care;for one or more health-related issues, with appropriate documentation—an attendance on one or more patients at one place on one occasion—each patient\\n\",\n            \"DerivedFee\": \"The fee for item 23, plus $30.70 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - the fee for item 23 plus $2.45 per patient.\",\n            \"Category\": \"1\",\n            \"Group\": \"A1\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"1989-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36\",\n            \"Description\": \"Professional attendance by a general practitioner at consulting rooms (other than a service to which another item in the table applies), lasting at least 20 minutes and including any of the following that are clinically relevant: (a) taking a detailed patient history; (b) performing a clinical examination; (c) arranging any necessary investigation; (d) implementing a management plan; (e) providing appropriate preventive health care; for one or more health-related issues, with appropriate documentation-each attendance\\n\",\n            \"ScheduleFee\": \"84.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"1989-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37\",\n            \"Description\": \"Professional attendance by a general practitioner (other than attendance at consulting rooms or a residential aged care facility or a service to which another item in the table applies), lasting at least 20 minutes and including any of the following that are clinically relevant: (a) taking a detailed patient history; (b) performing a clinical examination; (c) arranging any necessary investigation; (d) implementing a management plan; (e) providing appropriate preventive health care; for one or more health-related issues, with appropriate documentation-an attendance on one or more patients at one place on one occasion-each patient\\n\",\n            \"DerivedFee\": \"The fee for item 36, plus $30.70 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - the fee for item 36 plus $2.45 per patient.\",\n            \"Category\": \"1\",\n            \"Group\": \"A1\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"1989-12-01\"\n        },\n        {\n            \"ItemNumber\": \"44\",\n            \"Description\": \"Professional attendance by a general practitioner at consulting rooms (other than a service to which another item in the table applies), lasting at least 40 minutes and including any of the following that are clinically relevant: (a) taking an extensive patient history; (b) performing a clinical examination; (c) arranging any necessary investigation; (d) implementing a management plan; (e) providing appropriate preventive health care; for one or more health-related issues, with appropriate documentation-each attendance\\n\",\n            \"ScheduleFee\": \"125.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"1989-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47\",\n            \"Description\": \"Professional attendance by a general practitioner (other than attendance at consulting rooms or a residential aged care facility or a service to which another item in the table applies), lasting at least 40 minutes and including any of the following that are clinically relevant: (a) taking an extensive patient history; (b) performing a clinical examination; (c) arranging any necessary investigation; (d) implementing a management plan; (e) providing appropriate preventive health care; for one or more health-related issues, with appropriate documentation-an attendance on one or more patients at one place on one occasion-each patient\\n\",\n            \"DerivedFee\": \"The fee for item 44, plus $30.70 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - the fee for item 44 plus $2.45 per patient.\",\n            \"Category\": \"1\",\n            \"Group\": \"A1\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"1989-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52\",\n            \"Description\": \"Professional attendance at consulting rooms of not more than 5 minutes in duration (other than a service to which any other item applies)-each attendance, by: (a) a medical practitioner (who is not a general practitioner); or (b) a Group A1 disqualified general practitioner, as defined in the dictionary of the General Medical Services Table (GMST).\\n\",\n            \"ScheduleFee\": \"11.00\",\n            \"ScheduleFeeStartDate\": \"1991-12-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A2\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"1989-12-01\"\n        },\n        {\n            \"ItemNumber\": \"53\",\n            \"Description\": \"Professional attendance at consulting rooms of more than 5 minutes in duration but not more than 25 minutes (other than a service to which any other item applies)-each attendance, by: (a) a medical practitioner (who is not a general practitioner); or (b) a Group A1 disqualified general practitioner, as defined in the dictionary of the General Medical Services Table (GMST).\\n\",\n            \"ScheduleFee\": \"21.00\",\n            \"ScheduleFeeStartDate\": \"1991-12-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A2\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"1989-12-01\"\n        },\n        {\n            \"ItemNumber\": \"54\",\n            \"Description\": \"Professional attendance at consulting rooms of more than 25 minutes in duration but not more than 45 minutes (other than a service to which any other item applies)-each attendance, by: (a) a medical practitioner (who is not a general practitioner); or (b) a Group A1 disqualified general practitioner, as defined in the dictionary of the General Medical Services Table (GMST).\\n\",\n            \"ScheduleFee\": \"38.00\",\n            \"ScheduleFeeStartDate\": \"1991-12-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A2\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"1989-12-01\"\n        },\n        {\n            \"ItemNumber\": \"57\",\n            \"Description\": \"Professional attendance at consulting rooms lasting more than 45 minutes, but not more than 60 minutes (other than a service to which any other item applies) by:(a) a medical practitioner who is not a general practitioner; or(b) a Group A1 disqualified general practitioner\\n\",\n            \"ScheduleFee\": \"61.00\",\n            \"ScheduleFeeStartDate\": \"1991-12-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A2\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"1989-12-01\"\n        },\n        {\n            \"ItemNumber\": \"58\",\n            \"Description\": \"Professional attendance (other than an attendance at consulting rooms or a residential aged care facility or a service to which any other item in the table applies), not more than 5 minutes in duration-an attendance on one or more patients at one place on one occasion-each patient, by: (a) a medical practitioner (who is not a general practitioner); or (b) a Group A1 disqualified general practitioner, as defined in the dictionary of the General Medical Services Table (GMST).\\n\",\n            \"DerivedFee\": \"An amount equal to $8.50, plus $15.50 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - an amount equal to $8.50 plus $.70 per patient\",\n            \"Category\": \"1\",\n            \"Group\": \"A2\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"1989-12-01\"\n        },\n        {\n            \"ItemNumber\": \"59\",\n            \"Description\": \"Professional attendance (other than an attendance at consulting rooms or a residential aged care facility or a service to which any other item in the table applies) of more than 5 minutes in duration but not more than 25 minutes-an attendance on one or more patients at one place on one occasion-each patient, by: (a) a medical practitioner (who is not a general practitioner); or (b) a Group A1 disqualified general practitioner, as defined in the dictionary of the General Medical Services Table (GMST).\\n\",\n            \"DerivedFee\": \"An amount equal to $16.00, plus $17.50 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - an amount equal to $16.00 plus $.70 per patient\",\n            \"Category\": \"1\",\n            \"Group\": \"A2\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"1989-12-01\"\n        },\n        {\n            \"ItemNumber\": \"60\",\n            \"Description\": \"Professional attendance (other than an attendance at consulting rooms or a residential aged care facility or a service to which any other item in the table applies) of more than 25 minutes in duration but not more than 45 minutes-an attendance on one or more patients at one place on one occasion-each patient, by: (a) a medical practitioner (who is not a general practitioner); or (b) a Group A1 disqualified general practitioner, as defined in the dictionary of the General Medical Services Table (GMST).\\n\",\n            \"DerivedFee\": \"An amount equal to $35.50, plus $15.50 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - an amount equal to $35.50 plus $.70 per patient\",\n            \"Category\": \"1\",\n            \"Group\": \"A2\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"1989-12-01\"\n        },\n        {\n            \"ItemNumber\": \"65\",\n            \"Description\": \"Professional attendance (other than an attendance at consulting rooms or a residential aged care facility or a service to which any other item in this Schedule applies) lasting more than 45 minutes but not more than 60 minutes —an attendance on one or more patients at one place on one occasion—each patient, by:(a) a medical practitioner who is not a general practitioner; or(b) a Group A1 disqualified general practitioner\\n\",\n            \"DerivedFee\": \"An amount equal to $57.50, plus $15.50 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - an amount equal to $57.50 plus $0.70 per patient\",\n            \"Category\": \"1\",\n            \"Group\": \"A2\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"1989-12-01\"\n        },\n        {\n            \"ItemNumber\": \"104\",\n            \"Description\": \"Professional attendance at consulting rooms or hospital by a specialist in the practice of the specialist’s specialty after referral of the patient to the specialist—initial attendance in a single course of treatment, other than a service to which item 106, 109, 125 or 16401 applies\\n\",\n            \"ScheduleFee\": \"101.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A3\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1990-11-01\"\n        },\n        {\n            \"ItemNumber\": \"105\",\n            \"Description\": \"Professional attendance by a specialist in the practice of the specialist’s specialty following referral of the patient to the specialist—an attendance after the initial attendance in a single course of treatment, if that attendance is at consulting rooms or hospital, other than a service to which item 126 or 16404 applies\\n\",\n            \"ScheduleFee\": \"50.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A3\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1990-11-01\"\n        },\n        {\n            \"ItemNumber\": \"106\",\n            \"Description\": \"Professional attendance by a specialist in the practice of the specialist's specialty of ophthalmology and following referral of the patient to the specialist-an attendance (other than a second or subsequent attendance in a single course of treatment) at which the only service provided is refraction testing for the issue of a prescription for spectacles or contact lenses, if that attendance is at consulting rooms or hospital (other than a service to which any of items 104, 109 and 10801 to 10816 applies)\\n\",\n            \"ScheduleFee\": \"84.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A3\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"107\",\n            \"Description\": \"Professional attendance by a specialist in the practice of the specialist's specialty following referral of the patient to the specialist-an attendance (other than a second or subsequent attendance in a single course of treatment), if that attendance is at a place other than consulting rooms or hospital\\n\",\n            \"ScheduleFee\": \"148.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A3\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1990-11-01\"\n        },\n        {\n            \"ItemNumber\": \"108\",\n            \"Description\": \"Professional attendance by a specialist in the practice of the specialist's specialty following referral of the patient to the specialist-each attendance after the first in a single course of treatment, if that attendance is at a place other than consulting rooms or hospital\\n\",\n            \"ScheduleFee\": \"94.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A3\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1990-11-01\"\n        },\n        {\n            \"ItemNumber\": \"109\",\n            \"Description\": \"Professional attendance by a specialist in the practice of the specialist's specialty of ophthalmology following referral of the patient to the specialist-an attendance (other than a second or subsequent attendance in a single course of treatment) at which a comprehensive eye examination, including pupil dilation, is performed on: (a) a patient aged 9 years or younger; or (b) a patient aged 14 years or younger with developmental delay; (other than a service to which any of items 104, 106 and 10801 to 10816 applies)\\n\",\n            \"ScheduleFee\": \"228.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A3\",\n            \"EligibleAgeRange\": \"9 years or younger\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-05-01\"\n        },\n        {\n            \"ItemNumber\": \"110\",\n            \"Description\": \"Professional attendance at consulting rooms or hospital, by a consultant physician in the practice of the consultant physician's specialty (other than psychiatry) following referral of the patient to the consultant physician by a referring practitioner-initial attendance in a single course of treatment\\n\",\n            \"ScheduleFee\": \"178.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A4\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1984-02-01\"\n        },\n        {\n            \"ItemNumber\": \"111\",\n            \"Description\": \"Professional attendance at consulting rooms or in hospital by a specialist in the practice of the specialist's specialty following referral of the patient to the specialist by a referring practitioner-an attendance after the first attendance in a single course of treatment, if: (a) during the attendance, the specialist determines the need to perform an operation on the patient that had not otherwise been scheduled; and (b) the specialist subsequently performs the operation on the patient, on the same day; and (c) the operation is a service to which an item in Group T8 applies; and (d) the amount specified in the item in Group T8 as the fee for a service to which that item applies is $349.95 or more For any particular patient, once only on the same day\\n\",\n            \"ScheduleFee\": \"50.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A3\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2017-11-01\"\n        },\n        {\n            \"ItemNumber\": \"115\",\n            \"Description\": \"Professional attendance at consulting rooms or in hospital on a day by a medical practitioner (the attending practitioner) who is a specialist or consultant physician in the practice of the attending practitioner’s specialty after referral of the patient to the attending practitioner by a referring practitioner—an attendance after the initial attendance in a single course of treatment, if: (a) the attending practitioner performs a scheduled operation on the patient on the same day; and (b) the operation is a service to which an item in Group T8 applies; and (c) the amount specified in the item in Group T8 as the fee for a service to which that item applies is $349.95 or more; and (d) the attendance is unrelated to the scheduled operation; and (e) it is considered a clinical risk to defer the attendance to a later day For any particular patient, once only on the same day\\n\",\n            \"ScheduleFee\": \"50.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A3\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2019-04-01\"\n        },\n        {\n            \"ItemNumber\": \"116\",\n            \"Description\": \"Professional attendance at consulting rooms or hospital, by a consultant physician in the practice of the consultant physician's specialty (other than psychiatry) following referral of the patient to the consultant physician by a referring practitioner-each attendance (other than a service to which item 119 applies) after the first in a single course of treatment\\n\",\n            \"ScheduleFee\": \"89.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A4\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1984-02-01\"\n        },\n        {\n            \"ItemNumber\": \"117\",\n            \"Description\": \"Professional attendance at consulting rooms or in hospital, by a consultant physician in the practice of the consultant physician's specialty (other than psychiatry) following referral of the patient to the consultant physician by a referring practitioner-an attendance after the first attendance in a single course of treatment, if: (a) the attendance is not a minor attendance; and (b) during the attendance, the consultant physician determines the need to perform an operation on the patient that had not otherwise been scheduled; and (c) the consultant physician subsequently performs the operation on the patient, on the same day; and (d) the operation is a service to which an item in Group T8 applies; and (e) the amount specified in the item in Group T8 as the fee for a service to which that item applies is $349.95 or more For any particular patient, once only on the same day\\n\",\n            \"ScheduleFee\": \"89.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A4\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2017-11-01\"\n        },\n        {\n            \"ItemNumber\": \"119\",\n            \"Description\": \"Professional attendance at consulting rooms or hospital, by a consultant physician in the practice of the consultant physician's specialty (other than psychiatry) following referral of the patient to the consultant physician by a referring practitioner-each minor attendance after the first in a single course of treatment\\n\",\n            \"ScheduleFee\": \"50.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A4\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1987-12-22\"\n        },\n        {\n            \"ItemNumber\": \"120\",\n            \"Description\": \"Professional attendance at consulting rooms or in hospital by a consultant physician in the practice of the consultant physician’s specialty (other than psychiatry) following referral of the patient to the consultant physician by a referring practitioner—minor attendance, if: (a) during the attendance, the consultant physician determines the need to perform an operation on the patient that had not otherwise been scheduled; and (b) the consultant physician subsequently performs the operation on the patient, on the same day; and (c) the operation is a service to which an item in Group T8 applies; and (d) the amount specified in the item in Group T8 as the fee for a service to which that item applies is $349.95 or more For any particular patient, once only on the same day\\n\",\n            \"ScheduleFee\": \"50.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A4\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2017-11-01\"\n        },\n        {\n            \"ItemNumber\": \"122\",\n            \"Description\": \"Professional attendance at a place other than consulting rooms or hospital, by a consultant physician in the practice of the consultant physician's specialty (other than psychiatry) following referral of the patient to the consultant physician by a referring practitioner-initial attendance in a single course of treatment\\n\",\n            \"ScheduleFee\": \"216.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A4\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1984-02-01\"\n        },\n        {\n            \"ItemNumber\": \"123\",\n            \"Description\": \"Professional attendance by a general practitioner at consulting rooms (other than a service to which another item in this Schedule applies), lasting at least 60 minutes and including any of the following that are clinically relevant:(a) taking an extensive patient history;(b) performing a clinical examination;(c) arranging any necessary investigation;(d) implementing a management plan;(e) providing appropriate preventive health care;for one or more health related issues, with appropriate documentation\\n\",\n            \"ScheduleFee\": \"202.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"124\",\n            \"Description\": \"Professional attendance by a general practitioner (other than attendance at consulting rooms or a residential aged care facility or a service to which another item in this Schedule applies), lasting at least 60 minutes and including any of the following that are clinically relevant:(a) taking an extensive patient history;(b) performing a clinical examination;(c) arranging any necessary investigation;(d) implementing a management plan;(e) providing appropriate preventive health care;for one or more health related issues, with appropriate documentation—an attendance on one or more patients at one place on one occasion—each patient\\n\",\n            \"DerivedFee\": \"The fee for item 123, plus $30.70 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - the fee for item 123 plus $2.45 per patient.\",\n            \"Category\": \"1\",\n            \"Group\": \"A1\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"125\",\n            \"Description\": \"Professional attendance lasting at least 45 minutes at consulting rooms or hospital, by a specialist in the practice of the specialist’s specialty of gynaecology, following referral of the patient to the specialist by a referring practitioner—initial attendance in a single course of treatment, if: (a) the specialist takes a comprehensive history, including psychosocial history and medication review; and (b) the specialist undertakes any of the following that are clinically relevant: (i) a comprehensive multi-system physical examination; (ii) consideration of multiple complex diagnoses; (iii) discussion of all treatment options available; (iv) assessment of pros and cons of each treatment option given patient characteristics and medical history; (v) consideration, discussion and provision of necessary referrals for clinically appropriate investigations or treatment; (vi) communication of a patient-centred management plan; and (c) the specialist makes available to the patient or carer written documentation that outlines treatment options and information on associated risks and benefits; and (d) another attendance on the patient did not take place on the same day by the specialist in the same single course of treatment\\n\",\n            \"ScheduleFee\": \"178.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A3\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"126\",\n            \"Description\": \"Professional attendance lasting at least 45 minutes at consulting rooms or hospital, by a specialist in the practice of the specialist’s specialty of gynaecology, following referral of the patient to the specialist by a referring practitioner—an attendance after the initial attendance in a single course of treatment, if: (a) the specialist takes a comprehensive history, including psychosocial history and medication review; and (b) the specialist reviews implemented management strategies; and (c) the specialist undertakes any of the following that are clinically relevant: (i) update of management plan; (ii) performance of a physical examination; (iii) discussion of treatment options; (iv) consideration, discussion and provision of necessary referrals; (v) provision of appropriate education; and (d) the specialist makes available to the patient or carer written documentation that outlines treatment options and information on associated risks and benefits; and (e) another attendance on the patient did not take place on the same day by the specialist in the same single course of treatment\\n\",\n            \"ScheduleFee\": \"89.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A3\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"127\",\n            \"Description\": \"Video attendance lasting at least 45 minutes by a specialist in the practice of the specialist’s specialty of gynaecology, following referral of the patient to the specialist by a referring practitioner—initial attendance in a single course of treatment, if: (a) the specialist takes a comprehensive history, including psycho-social history and medication review; and (b) the specialist undertakes any of the following that are clinically relevant: (i) arranging for necessary investigations which may include a detailed physical examination; (ii) consideration of multiple complex diagnoses; (iii) discussion of all treatment options available; (iv) assessment of pros and cons of each treatment option given patient characteristics and medical history; (v) consideration, discussion and provision of necessary referrals for clinically appropriate investigations or treatment; (vi) communication of a patient-centred management plan; and (c) the specialist makes available to the patient or carer written documentation that outlines treatment options and information on associated risks and benefits; and (d) an attendance on the patient did not take place on the same day by the same specialist gynaecologist in the same single course of treatment.\\n\",\n            \"ScheduleFee\": \"178.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A3\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"128\",\n            \"Description\": \"Professional attendance at a place other than consulting rooms or hospital, by a consultant physician in the practice of the consultant physician's specialty (other than psychiatry) following referral of the patient to the consultant physician by a referring practitioner-each attendance (other than a service to which item 131 applies) after the first in a single course of treatment\\n\",\n            \"ScheduleFee\": \"131.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A4\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1984-02-01\"\n        },\n        {\n            \"ItemNumber\": \"129\",\n            \"Description\": \"Video attendance lasting at least 45 minutes by a specialist in the practice of the specialist’s speciality of gynaecology, following referral of the patient to the specialist by a referring practitioner - an attendance after the initial attendance in a single course of treatment if: (a) the specialist updates the patient’s comprehensive history, including psycho-social history and medication review; and (b) the specialist reviews implemented management strategies; and (c) the specialist undertakes any of the following that are clinically relevant: (i) update of management plan; (ii) arranging for necessary investigations which may include a detailed physical examination; (iii) discussion of treatment options; (iv) consideration, discussion and provision of necessary referrals; (v) provision of appropriate education; and (d) the specialist makes available to the patient or carer written documentation that outlines treatment options and information on associated risks and benefits; and (e) an attendance on the patient did not take place on the same day by the specialist for the same single course of treatment.\\n\",\n            \"ScheduleFee\": \"89.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A3\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"131\",\n            \"Description\": \"Professional attendance at a place other than consulting rooms or hospital, by a consultant physician in the practice of the consultant physician's specialty (other than psychiatry) following referral of the patient to the consultant physician by a referring practitioner-each minor attendance after the first in a single course of treatment\\n\",\n            \"ScheduleFee\": \"94.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A4\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1987-12-22\"\n        },\n        {\n            \"ItemNumber\": \"132\",\n            \"Description\": \"Professional attendance by a consultant physician in the practice of the consultant physician's specialty (other than psychiatry) lasting at least 45 minutes for an initial assessment of a patient with at least 2 morbidities (which may include complex congenital, developmental and behavioural disorders) following referral of the patient to the consultant physician by a referring practitioner, if: (a) an assessment is undertaken that covers: (i) a comprehensive history, including psychosocial history and medication review; and (ii) comprehensive multi or detailed single organ system assessment; and (iii) the formulation of differential diagnoses; and (b) a consultant physician treatment and management plan of significant complexity is prepared and provided to the referring practitioner, which involves: (i) an opinion on diagnosis and risk assessment; and (ii) treatment options and decisions; and (iii) medication recommendations; and (c) an attendance on the patient to which item 110, 116, 119, 91824, 91825, 91826, 91836 or 92440 applies did not take place on the same day by the same consultant physician; and (d) a service to which this item or item 92422 applies has not been provided to the patient by the same consultant physician in the preceding 12 months\\n\",\n            \"ScheduleFee\": \"312.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A4\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-11-01\"\n        },\n        {\n            \"ItemNumber\": \"133\",\n            \"Description\": \"Professional attendance by a consultant physician in the practice of the consultant physician’s specialty (other than psychiatry) lasting at least 20 minutes after the initial attendance in a single course of treatment for a review of a patient with at least 2 morbidities (which may include complex congenital, developmental and behavioural disorders) if: (a) a review is undertaken that covers: (i) review of initial presenting problems and results of diagnostic investigations; and (ii) review of responses to treatment and medication plans initiated at time of initial consultation; and (iii) comprehensive multi or detailed single organ system assessment; and (iv) review of original and differential diagnoses; and (b) the modified consultant physician treatment and management plan is provided to the referring practitioner, which involves, if appropriate: (i) a revised opinion on the diagnosis and risk assessment; and (ii) treatment options and decisions; and (iii) revised medication recommendations; and (c) an attendance on the patient to which item 110, 116, 119, 91824, 91825, 91826, 91836 or 92440 applies did not take place on the same day by the same consultant physician; and (d) a service to which item 132 or 92422 applies was provided to the patient by the same consultant physician or a locum tenens in the preceding 12 months; and (e) not more than 2 services to which this item or item 92423 or 92443 applies have been provided to the patient by the same consultant physician or a locum tenens in any 12 month period\\n\",\n            \"ScheduleFee\": \"156.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A4\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-11-01\"\n        },\n        {\n            \"ItemNumber\": \"135\",\n            \"Description\": \"Professional attendance lasting at least 45 minutes by a consultant physician in the practice of the consultant physician’s specialty of paediatrics, following referral of the patient to the consultant paediatrician by a referring practitioner, for a patient aged under 25, if the consultant paediatrician: (a) undertakes, or has previously undertaken in prior attendances, a comprehensive assessment in relation to which a diagnosis of a complex neurodevelopmental disorder (such as autism spectrum disorder) is made (if appropriate, using information provided by an eligible allied health provider); and (b) develops a treatment and management plan, which must include: (i) documentation of the confirmed diagnosis; and (ii) findings of any assessments performed for the purposes of formulation of the diagnosis or contribution to the treatment and management plan; and (iii) a risk assessment; and (iv) treatment options (which may include biopsychosocial recommendations); and (c) provides a copy of the treatment and management plan to: (i) the referring practitioner; and (ii) one or more allied health providers, if appropriate, for the treatment of the patient; (other than attendance on a patient for whom payment has previously been made under this item or item 137, 139, 289, 92140, 92141, 92142 or 92434) Applicable only once per lifetime\\n\",\n            \"ScheduleFee\": \"312.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A29\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"younger than 25 years\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2008-07-01\"\n        },\n        {\n            \"ItemNumber\": \"137\",\n            \"Description\": \"Professional attendance lasting at least 45 minutes by a specialist or consultant physician (not including a general practitioner), following referral of the patient to the specialist or consultant physician by a referring practitioner, for a patient aged under 25, if the specialist or consultant physician: (a) undertakes, or has previously undertaken in prior attendances, a comprehensive assessment in relation to which a diagnosis of an eligible disability is made (if appropriate, using information provided by an eligible allied health provider); and (b) develops a treatment and management plan, which must include: (i) documentation of the confirmed diagnosis; and (ii) findings of any assessments performed for the purposes of formulation of the diagnosis or contribution to the treatment and management plan; and (iii) a risk assessment; and (iv) treatment options (which may include biopsychosocial recommendations); and (c) provides a copy of the treatment and management plan to: (i) the referring practitioner; and (ii) one or more allied health providers, if appropriate, for the treatment of the patient; (other than attendance on a patient for whom payment has previously been made under this item or item 135, 139, 289, 92140, 92141, 92142 or 92434) Applicable only once per lifetime\\n\",\n            \"ScheduleFee\": \"312.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A29\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"younger than 25 years\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2011-07-01\"\n        },\n        {\n            \"ItemNumber\": \"139\",\n            \"Description\": \"Professional attendance lasting at least 45 minutes, at a place other than a hospital, by a general practitioner (not including a specialist or consultant physician), for a patient aged under 25, if the general practitioner: (a) undertakes, or has previously undertaken in prior attendances, a comprehensive assessment in relation to which a diagnosis of an eligible disability is made (if appropriate, using information provided by an eligible allied health provider); and (b) develops a treatment and management plan, which must include: (i) documentation of the confirmed diagnosis; and (ii) findings of any assessments performed for the purposes of formulation of the diagnosis or contribution to the treatment and management plan; and (iii) a risk assessment; and (iv) treatment options (which may include biopsychosocial recommendations); and (c) provides a copy of the treatment and management plan to one or more allied health providers, if appropriate, for the treatment of the patient; (other than attendance on a patient for whom payment has previously been made under this item or item 135, 137, 289, 92140, 92141, 92142 or 92434) Applicable only once per lifetime\\n\",\n            \"ScheduleFee\": \"156.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A29\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"younger than 25 years\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2011-07-01\"\n        },\n        {\n            \"ItemNumber\": \"141\",\n            \"Description\": \"Professional attendance lasting more than 60 minutes at consulting rooms or hospital by a consultant physician or specialist in the practice of the consultant physician's or specialist's specialty of geriatric medicine, if: (a) the patient is at least 65 years old and referred by a medical practitioner practising in general practice (including a general practitioner, but not including a specialist or consultant physician) or a participating nurse practitioner; and (b) the attendance is initiated by the referring practitioner for the provision of a comprehensive assessment and management plan; and (c) during the attendance: (i) the medical, physical, psychological and social aspects of the patient's health are evaluated in detail using appropriately validated assessment tools if indicated (the assessment); and (ii) the patient's various health problems and care needs are identified and prioritised (the formulation); and (iii) a detailed management plan is prepared (the management plan) setting out: (A) the prioritised list of health problems and care needs; and (B) short and longer term management goals; and (C) recommended actions or intervention strategies to be undertaken by the patient's general practitioner or another relevant health care provider that are likely to improve or maintain health status and are readily available and acceptable to the patient and the patient's family and carers; and (iv) the management plan is explained and discussed with the patient and, if appropriate, the patient's family and any carers; and (v) the management plan is communicated in writing to the referring practitioner; and (d) an attendance to which item 104, 105, 107, 108, 110, 116, 119, 91825 or 92440 applies has not been provided to the patient on the same day by the same practitioner; and (e) an attendance to which this item or item 145 applies has not been provided to the patient by the same practitioner in the preceding 12 months\\n\",\n            \"ScheduleFee\": \"535.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A28\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"65 years or older\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Nurse' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-11-01\"\n        },\n        {\n            \"ItemNumber\": \"143\",\n            \"Description\": \"Professional attendance lasting more than 30 minutes at consulting rooms or hospital by a consultant physician or specialist in the practice of the consultant physician's or specialist's specialty of geriatric medicine to review a management plan previously prepared by that consultant physician or specialist under item 141 or 145, if: (a) the review is initiated by the referring medical practitioner practising in general practice or a participating nurse practitioner; and (b) during the attendance: (i) the patient's health status is reassessed; and (ii) a management plan prepared under item 141 or 145 is reviewed and revised; and (iii) the revised management plan is explained to the patient and (if appropriate) the patient's family and any carers and communicated in writing to the referring practitioner; and (c) an attendance to which item 104, 105, 107, 108, 110, 116, 119, 91825 or 92440 applies was not provided to the patient on the same day by the same practitioner; and (d) an attendance to which item 141 or 145 applies has been provided to the patient by the same practitioner in the preceding 12 months; and (e) an attendance to which this item or item 147, 92448 or 92624 applies has not been provided to the patient in the preceding 12 months, unless there has been a significant change in the patient's clinical condition or care circumstances that requires a further review\\n\",\n            \"ScheduleFee\": \"335.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A28\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Nurse' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-11-01\"\n        },\n        {\n            \"ItemNumber\": \"145\",\n            \"Description\": \"Professional attendance lasting more than 60 minutes at a place other than consulting rooms or hospital by a consultant physician or specialist in the practice of the consultant physician's or specialist's specialty of geriatric medicine, if: (a) the patient is at least 65 years old and referred by a medical practitioner practising in general practice (including a general practitioner, but not including a specialist or consultant physician) or a participating nurse practitioner; and (b) the attendance is initiated by the referring practitioner for the provision of a comprehensive assessment and management plan; and (c) during the attendance: (i) the medical, physical, psychological and social aspects of the patient's health are evaluated in detail utilising appropriately validated assessment tools if indicated (the assessment); and (ii) the patient's various health problems and care needs are identified and prioritised (the formulation); and (iii) a detailed management plan is prepared (the management plan) setting out: (A) the prioritised list of health problems and care needs; and (B) short and longer term management goals; and (C) recommended actions or intervention strategies, to be undertaken by the patient's general practitioner or another relevant health care provider that are likely to improve or maintain health status and are readily available and acceptable to the patient, the patient's family and any carers; and (iv) the management plan is explained and discussed with the patient and, if appropriate, the patient's family and any carers; and (v) the management plan is communicated in writing to the referring practitioner; and (d) an attendance to which item 104, 105, 107, 108, 110, 116, 119, 91825 or 92440 applies has not been provided to the patient on the same day by the same practitioner; and (e) an attendance to which this item or item 141 applies has not been provided to the patient by the same practitioner in the preceding 12 months\\n\",\n            \"ScheduleFee\": \"649.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A28\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"65 years or older\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Nurse' ].\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2007-11-01\"\n        },\n        {\n            \"ItemNumber\": \"147\",\n            \"Description\": \"Professional attendance lasting more than 30 minutes at a place other than consulting rooms or hospital by a consultant physician or specialist in the practice of the consultant physician's or specialist's specialty of geriatric medicine to review a management plan previously prepared by that consultant physician or specialist under items 141 or 145, if: (a) the review is initiated by the referring medical practitioner practising in general practice or a participating nurse practitioner; and (b) during the attendance: (i) the patient's health status is reassessed; and (ii) a management plan that was prepared under item 141 or 145 is reviewed and revised; and (iii) the revised management plan is explained to the patient and (if appropriate) the patient's family and any carers and communicated in writing to the referring practitioner; and (c) an attendance to which item 104, 105, 107, 108, 110, 116, 119, 91825 or 92440 applies has not been provided to the patient on the same day by the same practitioner; and (d) an attendance to which item 141 or 145 applies has been provided to the patient by the same practitioner in the preceding 12 months; and (e) an attendance to which this item or item 143, 92448 or 92624 applies has not been provided by the same practitioner in the preceding 12 months, unless there has been a significant change in the patient's clinical condition or care circumstances that requires a further review\\n\",\n            \"ScheduleFee\": \"406.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A28\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Nurse' ].\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2007-11-01\"\n        },\n        {\n            \"ItemNumber\": \"151\",\n            \"Description\": \"Professional attendance at consulting rooms lasting more than 60 minutes (other than a service to which any other item applies) by:(a) a medical practitioner who is not a general practitioner; or(b) a Group A1 disqualified general practitioner\\n\",\n            \"ScheduleFee\": \"98.40\",\n            \"ScheduleFeeStartDate\": \"2023-11-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A2\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"160\",\n            \"Description\": \"Professional attendance by a general practitioner, specialist or consultant physician for a period of not less than 1 hour but less than 2 hours (other than a service to which another item applies) on a patient in imminent danger of death\\n\",\n            \"ScheduleFee\": \"258.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A5\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"1984-02-01\"\n        },\n        {\n            \"ItemNumber\": \"161\",\n            \"Description\": \"Professional attendance by a general practitioner, specialist or consultant physician for a period of not less than 2 hours but less than 3 hours (other than a service to which another item applies) on a patient in imminent danger of death\\n\",\n            \"ScheduleFee\": \"430.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A5\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"1984-02-01\"\n        },\n        {\n            \"ItemNumber\": \"162\",\n            \"Description\": \"Professional attendance by a general practitioner, specialist or consultant physician for a period of not less than 3 hours but less than 4 hours (other than a service to which another item applies) on a patient in imminent danger of death\\n\",\n            \"ScheduleFee\": \"602.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A5\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"1984-02-01\"\n        },\n        {\n            \"ItemNumber\": \"163\",\n            \"Description\": \"Professional attendance by a general practitioner, specialist or consultant physician for a period of not less than 4 hours but less than 5 hours (other than a service to which another item applies) on a patient in imminent danger of death\\n\",\n            \"ScheduleFee\": \"775.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A5\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"1984-02-01\"\n        },\n        {\n            \"ItemNumber\": \"164\",\n            \"Description\": \"Professional attendance by a general practitioner, specialist or consultant physician for a period of 5 hours or more (other than a service to which another item applies) on a patient in imminent danger of death\\n\",\n            \"ScheduleFee\": \"861.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A5\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"1984-02-01\"\n        },\n        {\n            \"ItemNumber\": \"165\",\n            \"Description\": \"Professional attendance (other than an attendance at consulting rooms or a residential aged care facility or a service to which any other item in this Schedule applies) lasting more than 60 minutes—an attendance on one or more patients at one place on one occasion—each patient, by:(a) a medical practitioner who is not a general practitioner; or(b) a Group A1 disqualified general practitioner\\n\",\n            \"DerivedFee\": \"An amount equal to $88.20, plus $15.50 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - an amount equal to $88.20 plus $0.70 per patient\",\n            \"Category\": \"1\",\n            \"Group\": \"A2\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"170\",\n            \"Description\": \"Professional attendance for the purpose of group therapy of not less than 1 hour in duration given under the direct continuous supervision of a general practitioner, specialist or consultant physician (other than a consultant physician in the practice of the consultant physician's specialty of psychiatry) involving members of a family and persons with close personal relationships with that family-each group of 2 patients\\n\",\n            \"ScheduleFee\": \"137.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A6\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"1987-08-01\"\n        },\n        {\n            \"ItemNumber\": \"171\",\n            \"Description\": \"Professional attendance for the purpose of group therapy of not less than 1 hour in duration given under the direct continuous supervision of a general practitioner, specialist or consultant physician (other than a consultant physician in the practice of the consultant physician's specialty of psychiatry) involving members of a family and persons with close personal relationships with that family-each group of 3 patients\\n\",\n            \"ScheduleFee\": \"144.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A6\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"1987-08-01\"\n        },\n        {\n            \"ItemNumber\": \"172\",\n            \"Description\": \"Professional attendance for the purpose of group therapy of not less than 1 hour in duration given under the direct continuous supervision of a general practitioner, specialist or consultant physician (other than a consultant physician in the practice of the consultant physician's specialty of psychiatry) involving members of a family and persons with close personal relationships with that family-each group of 4 or more patients\\n\",\n            \"ScheduleFee\": \"175.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A6\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"1987-08-01\"\n        },\n        {\n            \"ItemNumber\": \"177\",\n            \"Description\": \"Professional attendance on a patient who is 30 years of age or over for a heart health assessment by a prescribed medical practitioner at consulting rooms lasting at least 20 minutes and including: (a) collection of relevant information, including taking a patient history; and (b) a basic physical examination, which must include recording blood pressure and cholesterol; and (c) initiating interventions and referrals as indicated; and (d) implementing a management plan; and (e) providing the patient with preventative health care advice and information.\\n\",\n            \"ScheduleFee\": \"67.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"5\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than once in a 12 month period.\",\n            \"EligibleAgeRange\": \"30 years or older\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2019-04-01\"\n        },\n        {\n            \"ItemNumber\": \"179\",\n            \"Description\": \"Professional attendance at consulting rooms lasting not more than 5 minutes (other than a service to which any other item applies) by a prescribed medical practitioner in an eligible area—each attendance\\n\",\n            \"ScheduleFee\": \"16.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"181\",\n            \"Description\": \"Professional attendance (other than an attendance at consulting rooms or a residential aged care facility or a service to which any other item applies) lasting not more than 5 minutes—an attendance on one or more patients at one place on one occasion by a prescribed medical practitioner in an eligible area—each patient\\n\",\n            \"DerivedFee\": \"The fee for item 179, plus $24.60 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - the fee for item 179 plus $1.95 per patient.\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"185\",\n            \"Description\": \"Professional attendance at consulting rooms lasting more than 5 minutes but not more than 25 minutes (other than a service to which any other item applies) by a prescribed medical practitioner in an eligible area—each attendance\\n\",\n            \"ScheduleFee\": \"35.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"187\",\n            \"Description\": \"Professional attendance (other than an attendance at consulting rooms or a residential aged care facility or a service to which any other item applies) lasting more than 5 minutes but not more than 25 minutes—an attendance on one or more patients at one place on one occasion by a prescribed medical practitioner in an eligible area—each patient\\n\",\n            \"DerivedFee\": \"The fee for item 185, plus $24.60 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - the fee for item 185 plus $1.95 per patient.\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"189\",\n            \"Description\": \"Professional attendance at consulting rooms lasting more than 25 minutes but not more than 45 minutes (other than a service to which any other applies) by a prescribed medical practitioner in an eligible area—each attendance\\n\",\n            \"ScheduleFee\": \"67.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"191\",\n            \"Description\": \"Professional attendance (other than an attendance at consulting rooms or a residential aged care facility or a service to which any other item applies) lasting more than 25 minutes but not more than 45 minutes—an attendance on one or more patients at one place on one occasion by a prescribed medical practitioner in an eligible area—each patient\\n\",\n            \"DerivedFee\": \"The fee for item 189, plus $24.60 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - the fee for item 189 plus $1.95 per patient.\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"193\",\n            \"Description\": \"Professional attendance by a medical practitioner who holds endorsement of registration for acupuncture with the Medical Board of Australia or is registered by the Chinese Medicine Board of Australia as an acupuncturist, at a place other than a hospital, for treatment lasting less than 20 minutes and including any of the following that are clinically relevant: (a) taking a patient history; (b) performing a clinical examination; (c) arranging any necessary investigation; (d) implementing a management plan; (e) providing appropriate preventive health care; for one or more health-related issues, with appropriate documentation, at which acupuncture is performed by the medical practitioner by the application of stimuli on or through the skin by any means, including any consultation on the same occasion and another attendance on the same day related to the condition for which the acupuncture is performed\\n\",\n            \"ScheduleFee\": \"43.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"195\",\n            \"Description\": \"Professional attendance by a medical practitioner who holds endorsement of registration for acupuncture with the Medical Board of Australia or is registered by the Chinese Medicine Board of Australia as an acupuncturist, on one or more patients at a hospital, for treatment lasting less than 20 minutes and including any of the following that are clinically relevant: (a) taking a patient history; (b) performing a clinical examination; (c) arranging any necessary investigation; (d) implementing a management plan; (e) providing appropriate preventive health care; for one or more health-related issues, with appropriate documentation, at which acupuncture is performed by the medical practitioner by the application of stimuli on or through the skin by any means, including any consultation on the same occasion and another attendance on the same day related to the condition for which the acupuncture is performed\\n\",\n            \"DerivedFee\": \"The fee for item 193, plus $30.30 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - the fee for item 193 plus $2.40 per patient.\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"197\",\n            \"Description\": \"Professional attendance by a medical practitioner who holds endorsement of registration for acupuncture with the Medical Board of Australia or is registered by the Chinese Medicine Board of Australia as an acupuncturist, at a place other than a hospital, for treatment lasting at least 20 minutes and including any of the following that are clinically relevant: (a) taking a detailed patient history; (b) performing a clinical examination; (c) arranging any necessary investigation; (d) implementing a management plan; (e) providing appropriate preventive health care; for one or more health-related issues, with appropriate documentation, at which acupuncture is performed by the medical practitioner by the application of stimuli on or through the skin by any means, including any consultation on the same occasion and another attendance on the same day related to the condition for which the acupuncture is performed\\n\",\n            \"ScheduleFee\": \"83.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2003-05-01\"\n        },\n        {\n            \"ItemNumber\": \"199\",\n            \"Description\": \"Professional attendance by a medical practitioner who holds endorsement of registration for acupuncture with the Medical Board of Australia or is registered by the Chinese Medicine Board of Australia as an acupuncturist, at a place other than a hospital, for treatment lasting at least 40 minutes and including any of the following that are clinically relevant: (a) taking an extensive patient history; (b) performing a clinical examination; (c) arranging any necessary investigation; (d) implementing a management plan; (e) providing appropriate preventive health care; for one or more health-related issues, with appropriate documentation, at which acupuncture is performed by the medical practitioner by the application of stimuli on or through the skin by any means, including any consultation on the same occasion and another attendance on the same day related to the condition for which the acupuncture is performed\\n\",\n            \"ScheduleFee\": \"123.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2003-05-01\"\n        },\n        {\n            \"ItemNumber\": \"203\",\n            \"Description\": \"Professional attendance at consulting rooms lasting more than 45 minutes but not more than 60 minutes (other than a service to which any other item applies) by a prescribed medical practitioner in an eligible area—each attendance\\n\",\n            \"ScheduleFee\": \"100.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"206\",\n            \"Description\": \"Professional attendance (other than an attendance at consulting rooms or a residential aged care facility or a service to which any other item applies) lasting more than 45 minutes but not more than 60 minutes—an attendance on one or more patients at one place on one occasion by a prescribed medical practitioner in an eligible area—each patient\\n\",\n            \"DerivedFee\": \"The fee for item 203, plus $24.60 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - the fee for item 203 plus $1.95 per patient.\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"214\",\n            \"Description\": \"Professional attendance by a prescribed medical practitioner for a period of not less than one hour but less than 2 hours (other than a service to which another item applies) on a patient in imminent danger of death\\n\",\n            \"ScheduleFee\": \"206.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"215\",\n            \"Description\": \"Professional attendance by a prescribed medical practitioner for a period of not less than 2 hours but less than 3 hours (other than a service to which another item applies) on a patient in imminent danger of death\\n\",\n            \"ScheduleFee\": \"344.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"218\",\n            \"Description\": \"Professional attendance by a prescribed medical practitioner for a period of not less than 3 hours but less than 4 hours (other than a service to which another item applies) on a patient in imminent danger of death\\n\",\n            \"ScheduleFee\": \"482.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"219\",\n            \"Description\": \"Professional attendance by a prescribed medical practitioner for a period of not less than 4 hours but less than 5 hours (other than a service to which another item applies) on a patient in imminent danger of death\\n\",\n            \"ScheduleFee\": \"620.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"220\",\n            \"Description\": \"Professional attendance by a prescribed medical practitioner for a period of 5 hours or more (other than a service to which another item applies) on a patient in imminent danger of death\\n\",\n            \"ScheduleFee\": \"689.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"221\",\n            \"Description\": \"Professional attendance for the purpose of Group therapy lasting at least one hour given under the direct continuous supervision of a prescribed medical practitioner, involving members of a family and persons with close personal relationships with that family—each Group of 2 patients\\n\",\n            \"ScheduleFee\": \"109.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"222\",\n            \"Description\": \"Professional attendance for the purpose of Group therapy lasting at least one hour given under the direct continuous supervision of a prescribed medical practitioner, involving members of a family and persons with close personal relationships with that family—each Group of 3 patients\\n\",\n            \"ScheduleFee\": \"115.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"223\",\n            \"Description\": \"Professional attendance for the purpose of Group therapy lasting at least one hour given under the direct continuous supervision of a prescribed medical practitioner, involving members of a family and persons with close personal relationships with that family—each Group of 4 or more patients\\n\",\n            \"ScheduleFee\": \"140.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"224\",\n            \"Description\": \"Professional attendance by a prescribed medical practitioner to perform a brief health assessment, lasting not more than 30 minutes and including:(a) collection of relevant information, including taking a patient history; and(b) a basic physical examination; and(c) initiating interventions and referrals as indicated; and(d) providing the patient with preventive health care advice and information\\n\",\n            \"ScheduleFee\": \"55.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"225\",\n            \"Description\": \"Professional attendance by a prescribed medical practitioner to perform a standard health assessment, lasting more than 30 minutes but less than 45 minutes, including:(a) detailed information collection, including taking a patient history; and(b) an extensive physical examination; and(c) initiating interventions and referrals as indicated; and(d) providing a preventive health care strategy for the patient\\n\",\n            \"ScheduleFee\": \"128.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"226\",\n            \"Description\": \"Professional attendance by a prescribed medical practitioner to perform a long health assessment, lasting at least 45 minutes but less than 60 minutes, including:(a) comprehensive information collection, including taking a patient history; and(b) an extensive examination of the patient’s medical condition and physical function; and(c) initiating interventions and referrals as indicated; and(d) providing a basic preventive health care management plan for the patient\\n\",\n            \"ScheduleFee\": \"177.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"227\",\n            \"Description\": \"Professional attendance by a prescribed medical practitioner to perform a prolonged health assessment, lasting at least 60 minutes, including:(a) comprehensive information collection, including taking a patient history; and(b) an extensive examination of the patient’s medical condition, and physical, psychological and social function; and(c) initiating interventions and referrals as indicated; and(d) providing a comprehensive preventive health care management plan for the patient\\n\",\n            \"ScheduleFee\": \"250.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"228\",\n            \"Description\": \"Professional attendance by a prescribed medical practitioner at consulting rooms or in a place other than a hospital or a residential aged care facility: (a) for a health assessment of a patient who is of Aboriginal or Torres Strait Islander descent; and (b) that includes the following: (i) recognising the patient’s health priorities; (ii) taking the patient’s medical history; (iii) undertaking any relevant physical examinations; (iv) undertaking or arranging any required investigations; (v) assessing the patient using the information gained in the health assessment; (vi) initiating any necessary interventions and referrals; (vii) developing and documenting a plan to manage the patient’s health, including for follow‑up, based on the health assessment and the patient’s priorities; (viii) offering the patient (or the patient’s carer (if any) if the practitioner considers it appropriate and the patient agrees) a written report of the health assessment, with recommendations on matters covered by the health assessment and a strategy for the patient’s good health; (ix) if the offer referred to in subparagraph (viii) is accepted—giving the report to the patient or the patient’s carer (as applicable); (x) adding a record of the health assessment to the patient’s medical records Applicable only if a service to which this item or item 715, 92004 or 92011 applies has not been provided to the patient in the preceding 9 months Note: For items 92004 and 92011, see the Telehealth Attendance Determination.\\n\",\n            \"ScheduleFee\": \"198.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"5\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"231\",\n            \"Description\": \"Either:(a) contribution to a multidisciplinary care plan, for a patient, prepared by another provider; or(b) contribution to a review of a multidisciplinary care plan, for a patient, prepared by another provider;by a prescribed medical practitioner, other than a service associated with a service to which any of items 235 to 240, 735, 739, 743, 747, 750 or 758 apply\\n\",\n            \"ScheduleFee\": \"65.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"232\",\n            \"Description\": \"Either:(a) contribution to a multidisciplinary care plan, for a patient in a residential aged care facility, prepared by that facility, or contribution to a review of a multidisciplinary care plan, for a patient, prepared by such a facility; or(b) contribution to a multidisciplinary care plan, for a patient, prepared by another provider before the patient is discharged from a hospital or contribution to a review of a multidisciplinary care plan, for a patient, prepared by another provider;by a prescribed medical practitioner, other than a service associated with a service to which any of items 235 to 240, 735, 739, 743, 747, 750 or 758 apply\\n\",\n            \"ScheduleFee\": \"65.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"235\",\n            \"Description\": \"Attendance by a prescribed medical practitioner, as a member of a multidisciplinary case conference team, to organise and coordinate:(a) a community case conference; or(b) a multidisciplinary case conference in a residential aged care facility; or(c) a multidisciplinary discharge case conference;if the conference lasts for at least 15 minutes but less than 20 minutes, other than a service associated with a service to which any of items 231, 232, 392, 393, 729, 731, 965, 967, 92029, 92030, 92060 or 92061 apply\\n\",\n            \"ScheduleFee\": \"66.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"236\",\n            \"Description\": \"Attendance by a prescribed medical practitioner, as a member of a multidisciplinary case conference team, to organise and coordinate:(a) a community case conference; or(b) a multidisciplinary case conference in a residential aged care facility; or(c) a multidisciplinary discharge case conference;if the conference lasts for at least 20 minutes but less than 40 minutes, other than a service associated with a service to which any of items 231, 232, 392, 393, 729, 731, 965, 967, 92029, 92030, 92060 or 92061 apply\\n\",\n            \"ScheduleFee\": \"112.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"237\",\n            \"Description\": \"Attendance by a prescribed medical practitioner, as a member of a multidisciplinary case conference team, to organise and coordinate:(a) a community case conference; or(b) a multidisciplinary case conference in a residential aged care facility; or(c) a multidisciplinary discharge case conference;if the conference lasts at least 40 minutes, other than a service associated with a service to which any of items 231, 232, 392, 393, 729, 731, 965, 967, 92029, 92030, 92060 or 92061 apply\\n\",\n            \"ScheduleFee\": \"188.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"238\",\n            \"Description\": \"Attendance by a prescribed medical practitioner, as a member of a multidisciplinary case conference team, to participate in:(a) a community case conference; or(b) a multidisciplinary case conference in a residential aged care facility; or(c) a multidisciplinary discharge case conference;if the conference lasts for at least 15 minutes but less than 20 minutes, other than a service associated with a service to which any of items 231, 232, 392, 393, 729, 731, 965, 967, 92029, 92030, 92060 or 92061 apply\\n\",\n            \"ScheduleFee\": \"48.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"239\",\n            \"Description\": \"Attendance by a prescribed medical practitioner, as a member of a multidisciplinary case conference team, to participate in:(a) a community case conference; or(b) a multidisciplinary case conference in a residential aged care facility; or(c) a multidisciplinary discharge case conference;if the conference lasts for at least 20 minutes but less than 40 minutes, other than a service associated with a service to any of items 231, 232, 392, 393, 729, 731, 965, 967, 92029, 92030, 92060 or 92061 apply\\n\",\n            \"ScheduleFee\": \"83.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"240\",\n            \"Description\": \"Attendance by a prescribed medical practitioner, as a member of a multidisciplinary case conference team, to participate in:(a) a community case conference; or(b) a multidisciplinary case conference in a residential aged care facility; or(c) a multidisciplinary discharge case conference;if the conference lasts for at least 40 minutes, other than a service associated with a service to which any of items 231, 232, 392, 393, 729, 731, 965, 967, 92029, 92030, 92060 or 92061 apply\\n\",\n            \"ScheduleFee\": \"138.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"243\",\n            \"Description\": \"Attendance by a prescribed medical practitioner, as a member of a case conference team, to lead and coordinate a multidisciplinary case conference on a patient with cancer, to develop a multidisciplinary treatment plan, if the case conference lasts at least 10 minutes, with a multidisciplinary team of at least 3 other medical practitioners from different areas of medical practice (which may include general practice), and, in addition, allied health or other relevant health professionals\\n\",\n            \"ScheduleFee\": \"64.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"244\",\n            \"Description\": \"Attendance by a prescribed medical practitioner, as a member of a case conference team, to participate in a multidisciplinary case conference on a patient with cancer, to develop a multidisciplinary treatment plan, if the case conference lasts at least 10 minutes, with a multidisciplinary team of at least 4 medical practitioners from different areas of medical practice (which may include general practice), and, in addition, allied health or other relevant health professionals\\n\",\n            \"ScheduleFee\": \"30.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"245\",\n            \"Description\": \"Participation by a prescribed medical practitioner in a Domiciliary Medication Management Review (DMMR) for a patient living in a community setting, in which the prescribed medical practitioner, with the patient’s consent:(a) assesses the patient as:(i) having a chronic medical condition or a complex medication regimen; and(ii) not having the patient’s therapeutic goals met; and(b) following that assessment:(i) refers the patient to a community pharmacy or an accredited pharmacist for the DMMR; and(ii) provides relevant clinical information required for the DMMR; and(c) discusses with the reviewing pharmacist the results of the DMMR including suggested medication management strategies; and(d) develops a written medication management plan following discussion with the patient; and(e) provides the written medication management plan to a community pharmacy chosen by the patientFor any particular patient—applicable not more than once in each 12 month period, and only if item 900 does not apply in the same 12 month period, except if there has been a significant change in the patient’s condition or medication regimen requiring a new DMMR\\n\",\n            \"ScheduleFee\": \"144.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"249\",\n            \"Description\": \"Participation by a prescribed medical practitioner in a residential medication management review (RMMR) for a patient who is a care recipient in a residential aged care facility—other than an RMMR for a resident in relation to whom, in the preceding 12 months, this item or item 903 has applied, unless there has been a significant change in the resident’s medical condition or medication management plan requiring a new RMMR\\n\",\n            \"ScheduleFee\": \"98.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"7\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than once in a 12 month period.\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"272\",\n            \"Description\": \"Professional attendance by a prescribed medical practitioner (who has not undertaken mental health skills training), lasting at least 20 minutes but less than 40 minutes, for the preparation of a GP mental health treatment plan for a patient\\n\",\n            \"ScheduleFee\": \"66.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"276\",\n            \"Description\": \"Professional attendance by a prescribed medical practitioner (who has not undertaken mental health skills training), lasting at least 40 minutes, for the preparation of a GP mental health treatment plan for a patient\\n\",\n            \"ScheduleFee\": \"98.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"281\",\n            \"Description\": \"Professional attendance by a prescribed medical practitioner (who has undertaken mental health skills training), lasting at least 20 minutes but less than 40 minutes, for the preparation of a GP mental health treatment plan for a patient\\n\",\n            \"ScheduleFee\": \"84.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"282\",\n            \"Description\": \"Professional attendance by a prescribed medical practitioner (who has undertaken mental health skills training), lasting at least 40 minutes, for the preparation of a GP mental health treatment plan for a patient\\n\",\n            \"ScheduleFee\": \"125.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"283\",\n            \"Description\": \"Professional attendance at consulting rooms by a prescribed medical practitioner, registered with the Chief Executive Medicare as meeting the credentialling requirements for provision of this service:(a) for providing focussed psychological strategies for mental disorders that have been assessed by a medical practitioner; and(b) lasting at least 30 minutes but less than 40 minutes\\n\",\n            \"ScheduleFee\": \"86.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"285\",\n            \"Description\": \"Professional attendance at a place other than consulting rooms by a prescribed medical practitioner, registered with the Chief Executive Medicare as meeting the credentialling requirements for provision of this service:(a) for providing focussed psychological strategies for mental disorders that have been assessed by a medical practitioner; and(b) lasting at least 30 minutes but less than 40 minutes\\n\",\n            \"DerivedFee\": \"The fee for item 283, plus $24.25 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - the fee for item 283 plus $1.90 per patient.\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"286\",\n            \"Description\": \"Professional attendance at consulting rooms by a prescribed medical practitioner, registered with the Chief Executive Medicare as meeting the credentialling requirements for provision of this service:(a) for providing focussed psychological strategies for mental disorders that have been assessed by a medical practitioner; and(b) lasting at least 40 minutes\\n\",\n            \"ScheduleFee\": \"123.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"287\",\n            \"Description\": \"Professional attendance at a place other than consulting rooms by a prescribed medical practitioner, registered with the Chief Executive Medicare as meeting the credentialling requirements for provision of this service:(a) for providing focussed psychological strategies for mental disorders that have been assessed by a medical practitioner; and(b) lasting at least 40 minutes\\n\",\n            \"DerivedFee\": \"The fee for item 286, plus $24.25 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - the fee for item 286 plus $1.90 per patient.\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"289\",\n            \"Description\": \"Professional attendance lasting at least 45 minutes, by a consultant physician in the practice of the consultant physician’s specialty of psychiatry, following referral of the patient to the consultant psychiatrist by a referring practitioner, for a patient aged under 25, if the consultant psychiatrist: (a) undertakes, or has previously undertaken in prior attendances, a comprehensive assessment in relation to which a diagnosis of a complex neurodevelopmental disorder (such as autism spectrum disorder) is made (if appropriate, using information provided by an eligible allied health provider); and (b) develops a treatment and management plan, which must include: (i) documentation of the confirmed diagnosis; and (ii) findings of any assessments performed for the purposes of formulation of the diagnosis or contribution to the treatment and management plan; and (iii) a risk assessment; and (iv) treatment options (which may include biopsychosocial recommendations); and (c) provides a copy of the treatment and management plan to: (i) the referring practitioner; and (ii) one or more allied health providers, if appropriate, for the treatment of the patient; (other than attendance on a patient for whom payment has previously been made under this item or item 135, 137, 139, 92140, 92141, 92142 or 92434) Applicable only once per lifetime\\n\",\n            \"ScheduleFee\": \"312.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A8\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"younger than 25 years\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2008-07-01\"\n        },\n        {\n            \"ItemNumber\": \"291\",\n            \"Description\": \"Professional attendance lasting more than 45 minutes at consulting rooms by a consultant physician in the practice of the consultant physician’s specialty of psychiatry, if: (a) the attendance follows referral of the patient to the consultant, by a medical practitioner in general practice (including a general practitioner, but not a specialist or consultant physician) or a participating nurse practitioner, for an assessment or management; and (b) during the attendance, the consultant: (i) if it is clinically appropriate to do so—uses an appropriate outcome tool; and (ii) carries out a mental state examination; and (iii) undertakes a comprehensive diagnostic assessment; and (c) the consultant decides that it is clinically appropriate for the patient to be managed by the referring practitioner without ongoing management by the consultant; and (d) within 2 weeks after the attendance, the consultant prepares and gives to the referring practitioner a written report, which includes: (i) the comprehensive diagnostic assessment of the patient; and (ii) a management plan for the patient for the next 12 months that comprehensively evaluates the patient’s biopsychosocial factors and makes recommendations to the referring practitioner to manage the patient’s ongoing care in a biopsychosocial model; and (e) if clinically appropriate, the consultant explains the diagnostic assessment and management plan, and gives a copy, to: (i) the patient; and (ii) the patient’s carer (if any), if the patient agrees; and (f) in the preceding 12 months, a service to which this item or item 92435 applies has not been provided to the patient\\n\",\n            \"ScheduleFee\": \"535.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A8\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Nurse' ].\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2005-05-01\"\n        },\n        {\n            \"ItemNumber\": \"293\",\n            \"Description\": \"Professional attendance lasting more than 30 minutes, but not more than 45 minutes, at consulting rooms by a consultant physician in the practice of the consultant physician’s specialty of psychiatry, if: (a) the patient is being managed by a medical practitioner or a participating nurse practitioner in accordance with a management plan prepared by the consultant in accordance with item 291 or item 92435; and (b) the attendance follows referral of the patient to the consultant, by the medical practitioner or participating nurse practitioner managing the patient, for review of the management plan and the associated comprehensive diagnostic assessment; and (c) during the attendance, the consultant: (i) if it is clinically appropriate to do so—uses an appropriate outcome tool; and (ii) carries out a mental state examination; and (iii) reviews the comprehensive diagnostic assessment and undertakes additional assessment as required; and (iv) reviews the management plan; and (d) within 2 weeks after the attendance, the consultant prepares and gives to the referring practitioner a written report, which includes: (i) the revised comprehensive diagnostic assessment of the patient; and (ii) a revised management plan including updated recommendations to the referring practitioner to manage the patient’s ongoing care in a biopsychosocial model; and (e) if clinically appropriate, the consultant explains the diagnostic assessment and management plan, and gives a copy, to: (i) the patient; and (ii) the patient’s carer (if any), if the patient agrees; and (f) in the preceding 12 months, a service to which item 291 or item 92435 applies has been provided to the patient; and (g) in the preceding 12 months, a service to which this item or item 92436 or 92444 applies has not been provided to the patient\\n\",\n            \"ScheduleFee\": \"335.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A8\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist Medical Practitioner', 'General Practitioner', 'Nurse' ].\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2005-05-01\"\n        },\n        {\n            \"ItemNumber\": \"294\",\n            \"Description\": \"Professional attendance on a patient by a consultant physician practising in the consultant physician’s specialty of psychiatry if: (a) the attendance is by video conference; and (b) except for the requirement for the attendance to be at consulting rooms—item 291, 293, 296, 300, 302, 304, 306, 308, 310, 312, 314, 316, 318, 319, 92436 or 92444 would otherwise apply to the attendance; and (c) the patient is not an admitted patient; and (d) the patient is bulk‑billed; and (e) the patient: (i) is located: (A) within a Modified Monash 2, 3, 4, 5, 6 or 7 area; and (B) at the time of the attendance—at least 15 km by road from the physician; or (ii) is a care recipient in a residential aged care facility; or (iii) is a patient of: (A) an Aboriginal medical service; or (B) an Aboriginal community controlled health service; for which a direction made under subsection 19(2) of the Act applies\\n\",\n            \"DerivedFee\": \"50% of the fee for item 291, 293, 296, 300, 302, 304, 306, 308, 310, 312, 314, 316, 318 or 319.\",\n            \"Category\": \"1\",\n            \"Group\": \"A8\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2022-11-01\"\n        },\n        {\n            \"ItemNumber\": \"296\",\n            \"Description\": \"Professional attendance lasting more than 45 minutes by a consultant physician in the practice of the consultant physician’s speciality of psychiatry following referral of the patient to the consultant physician by a referring practitioner—an attendance at consulting rooms if the patient: (a) is a new patient for this consultant physician; or (b) has not received a professional attendance from this consultant physician in the preceding 24 months; other than attendance on a patient in relation to whom this item or any of items 297, 299, 300, 302, 304, 306, 308, 91827 to 91831, 91837 to 91839, 92437 and 92478 to 92483 has applied in the preceding 24 months\\n\",\n            \"ScheduleFee\": \"308.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A8\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"297\",\n            \"Description\": \"Professional attendance lasting more than 45 minutes by a consultant physician in the practice of the consultant physician's speciality of psychiatry following referral of the patient to the consultant physician by a referring practitioner—an attendance at hospital if the patient: (a) is a new patient for this consultant physician; or (b) has not received a professional attendance from this consultant physician in the preceding 24 months; other than attendance on a patient in relation to whom this item, or any of items 296, 299, 300, 302, 304, 306, 308, 91827 to 91831, 91837 to 91839, 92437 and 92478 to 92483 has applied in the preceding 24 months (H)\\n\",\n            \"ScheduleFee\": \"308.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A8\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"299\",\n            \"Description\": \"Professional attendance lasting more than 45 minutes by a consultant physician in the practice of the consultant physician's speciality of psychiatry following referral of the patient to the consultant physician by a referring practitioner - an attendance at a place other than consulting rooms or a hospital if the patient: (a) is a new patient for this consultant physician; or (b) has not received a professional attendance from this consultant physician in the preceding 24 months; other than attendance on a patient in relation to whom this item, or any of items 296, 297, 300, 302, 304, 306, 308, 91827 to 91831, 91837 to 91839, 92437 and 92478 to 92483 has applied in the preceding 24 months\\n\",\n            \"ScheduleFee\": \"368.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A8\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"300\",\n            \"Description\": \"Professional attendance by a consultant physician in the practice of the consultant physician’s specialty of psychiatry following referral of the patient to the consultant physician by a referring practitioner—an attendance lasting not more than 15 minutes at consulting rooms, if that attendance and another attendance to which any of items 296, 297, 299, 300, 302, 304, 306, 308, 91827 to 91831, 91837 to 91839 and 92437 applies have not exceeded 50 attendances in a calendar year for the patient\\n\",\n            \"ScheduleFee\": \"51.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A8\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"301\",\n            \"Description\": \"Professional attendance at consulting rooms lasting more than 60 minutes (other than a service to which any other item in this Schedule applies) by a prescribed medical practitioner in an eligible area—each attendance\\n\",\n            \"ScheduleFee\": \"162.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"302\",\n            \"Description\": \"Professional attendance by a consultant physician in the practice of the consultant physician’s specialty of psychiatry following referral of the patient to the consultant physician by a referring practitioner—an attendance lasting more than 15 minutes, but not more than 30 minutes, at consulting rooms, if that attendance and another attendance to which any of items 296, 297, 299, 300, 302, 304, 306, 308, 91827 to 91831, 91837 to 91839 and 92437 applies have not exceeded 50 attendances in a calendar year for the patient\\n\",\n            \"ScheduleFee\": \"102.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A8\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"303\",\n            \"Description\": \"Professional attendance (other than an attendance at consulting rooms or a residential aged care facility or a service to which any other item applies) lasting more than 60 minutes—an attendance on one or more patients at one place on one occasion by a prescribed medical practitioner in an eligible area—each patient\\n\",\n            \"DerivedFee\": \"The fee for item 301, plus $24.60 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - the fee for item 301 plus $1.95 per patient.\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"304\",\n            \"Description\": \"Professional attendance by a consultant physician in the practice of the consultant physician’s specialty of psychiatry following referral of the patient to the consultant physician by a referring practitioner—an attendance lasting more than 30 minutes, but not more than 45 minutes, at consulting rooms, if that attendance and another attendance to which any of items 296, 297, 299, 300, 302, 304, 306, 308, 91827 to 91831, 91837 to 91839 and 92437 applies have not exceeded 50 attendances in a calendar year for the patient\\n\",\n            \"ScheduleFee\": \"157.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A8\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"306\",\n            \"Description\": \"Professional attendance by a consultant physician in the practice of the consultant physician’s specialty of psychiatry following referral of the patient to the consultant physician by a referring practitioner—an attendance lasting more than 45 minutes, but not more than 75 minutes, at consulting rooms, if that attendance and another attendance to which any of items 296, 297, 299, 300, 302, 304, 306, 308, 91827 to 91831, 91837 to 91839 and 92437 applies have not exceeded 50 attendances in a calendar year for the patient\\n\",\n            \"ScheduleFee\": \"217.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A8\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"308\",\n            \"Description\": \"Professional attendance by a consultant physician in the practice of the consultant physician’s specialty of psychiatry following referral of the patient to the consultant physician by a referring practitioner—an attendance lasting more than 75 minutes at consulting rooms, if that attendance and another attendance to which any of items 296, 297, 299, 300, 302, 304, 306, 308, 91827 to 91831, 91837 to 91839 and 92437 applies have not exceeded 50 attendances in a calendar year for the patient\\n\",\n            \"ScheduleFee\": \"252.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A8\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"309\",\n            \"Description\": \"Professional attendance at consulting rooms by a prescribed medical practitioner, registered with the Chief Executive Medicare as meeting the credentialling requirements for provision of this service:(a) for providing focussed psychological strategies for assessed mental disorders to a person other than the patient, if the service is part of the patient’s treatment; and(b) lasting at least 30 minutes but less than 40 minutes\\n\",\n            \"ScheduleFee\": \"86.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"310\",\n            \"Description\": \"Professional attendance by a consultant physician in the practice of the consultant physician’s specialty of psychiatry following referral of the patient to the consultant physician by a referring practitioner—an attendance lasting not more than 15 minutes at consulting rooms, if that attendance and another attendance to which any of items 296, 297, 299, 300, 302, 304, 306, 308, 91827 to 91831, 91837 to 91839 and 92437 applies exceed 50 attendances in a calendar year for the patient\\n\",\n            \"ScheduleFee\": \"25.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A8\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"311\",\n            \"Description\": \"Professional attendance at a place other than consulting rooms by a prescribed medical practitioner, registered with the Chief Executive Medicare as meeting the credentialling requirements for provision of this service:(a) for providing focussed psychological strategies for assessed mental disorders to a person other than the patient, if the service is part of the patient’s treatment; and(b) lasting at least 30 minutes but less than 40 minutes\\n\",\n            \"DerivedFee\": \"The fee for item 309, plus $24.25 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - the fee for item 309 plus $1.90 per patient.\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"312\",\n            \"Description\": \"Professional attendance by a consultant physician in the practice of the consultant physician’s specialty of psychiatry following referral of the patient to the consultant physician by a referring practitioner—an attendance lasting more than 15 minutes, but not more than 30 minutes, at consulting rooms, if that attendance and another attendance to which any of items 296, 297, 299, 300, 302, 304, 306, 308, 91827 to 91831, 91837 to 91839 and 92437 applies exceed 50 attendances in a calendar year for the patient\\n\",\n            \"ScheduleFee\": \"51.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A8\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"313\",\n            \"Description\": \"Professional attendance at consulting rooms by a prescribed medical practitioner, registered with the Chief Executive Medicare as meeting the credentialling requirements for provision of this service:(a) for providing focussed psychological strategies for assessed mental disorders to a person other than the patient, if the service is part of the patient’s treatment; and(b) lasting at least 40 minutes\\n\",\n            \"ScheduleFee\": \"123.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"314\",\n            \"Description\": \"Professional attendance by a consultant physician in the practice of the consultant physician’s specialty of psychiatry following referral of the patient to the consultant physician by a referring practitioner—an attendance lasting more than 30 minutes, but not more than 45 minutes, at consulting rooms, if that attendance and another attendance to which any of items 296, 297, 299, 300, 302, 304, 306, 308, 91827 to 91831, 91837 to 91839 and 92437 applies exceed 50 attendances in a calendar year for the patient\\n\",\n            \"ScheduleFee\": \"79.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A8\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"315\",\n            \"Description\": \"Professional attendance at a place other than consulting rooms by a prescribed medical practitioner, registered with the Chief Executive Medicare as meeting the credentialling requirements for provision of this service:(a) for providing focussed psychological strategies for assessed mental disorders to a person other than the patient, if the service is part of the patient’s treatment; and(b) lasting at least 40 minutes\\n\",\n            \"DerivedFee\": \"The fee for item 313, plus $24.25 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - the fee for item 313 plus $1.90 per patient.\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"316\",\n            \"Description\": \"Professional attendance by a consultant physician in the practice of the consultant physician’s specialty of psychiatry following referral of the patient to the consultant physician by a referring practitioner—an attendance lasting more than 45 minutes, but not more than 75 minutes, at consulting rooms, if that attendance and another attendance to which any of items 296, 297, 299, 300, 302, 304, 306, 308, 91827 to 91831, 91837 to 91839 and 92437 applies exceed 50 attendances in a calendar year for the patient\\n\",\n            \"ScheduleFee\": \"108.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A8\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"318\",\n            \"Description\": \"Professional attendance by a consultant physician in the practice of the consultant physician’s specialty of psychiatry following referral of the patient to the consultant physician by a referring practitioner—an attendance lasting more than 75 minutes at consulting rooms, if that attendance and another attendance to which any of items 296, 297, 299, 300, 302, 304, 306, 308, 91827 to 91831, 91837 to 91839 and 92437 applies exceed 50 attendances in a calendar year for the patient\\n\",\n            \"ScheduleFee\": \"126.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A8\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"319\",\n            \"Description\": \"Professional attendance by a consultant physician in the practice of the consultant physician’s specialty of psychiatry following referral of the patient to the consultant physician by a referring practitioner—an attendance lasting more than 45 minutes at consulting rooms, if: (a) the formulation of the patient’s clinical presentation indicates intensive psychotherapy is a clinically appropriate and indicated treatment; and (b) that attendance and another attendance to which any of items 296, 297, 299, 300, 302, 304, 306, 308, 91827 to 91831, 91837 to 91839, 91873 and 92437 applies have not exceeded 160 attendances in a calendar year for the patient\\n\",\n            \"ScheduleFee\": \"217.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A8\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"1997-01-01\"\n        },\n        {\n            \"ItemNumber\": \"320\",\n            \"Description\": \"Professional attendance by a consultant physician in the practice of the consultant physician’s specialty of psychiatry following referral of the patient to the consultant physician by a referring practitioner—an attendance lasting not more than 15 minutes at hospital (H)\\n\",\n            \"ScheduleFee\": \"51.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A8\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"322\",\n            \"Description\": \"Professional attendance by a consultant physician in the practice of the consultant physician’s specialty of psychiatry following referral of the patient to the consultant physician by a referring practitioner—an attendance lasting more than 15 minutes, but not more than 30 minutes, at hospital (H)\\n\",\n            \"ScheduleFee\": \"102.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A8\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"324\",\n            \"Description\": \"Professional attendance by a consultant physician in the practice of the consultant physician’s specialty of psychiatry following referral of the patient to the consultant physician by a referring practitioner—an attendance lasting more than 30 minutes, but not more than 45 minutes, at hospital (H)\\n\",\n            \"ScheduleFee\": \"157.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A8\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"326\",\n            \"Description\": \"Professional attendance by a consultant physician in the practice of the consultant physician’s specialty of psychiatry following referral of the patient to the consultant physician by a referring practitioner—an attendance lasting more than 45 minutes, but not more than 75 minutes, at hospital (H)\\n\",\n            \"ScheduleFee\": \"217.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A8\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"328\",\n            \"Description\": \"Professional attendance by a consultant physician in the practice of the consultant physician’s specialty of psychiatry following referral of the patient to the consultant physician by a referring practitioner—an attendance lasting more than 75 minutes at hospital (H)\\n\",\n            \"ScheduleFee\": \"252.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A8\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"330\",\n            \"Description\": \"Professional attendance by a consultant physician in the practice of the consultant physician’s specialty of psychiatry following referral of the patient to the consultant physician by a referring practitioner—an attendance lasting not more than 15 minutes if that attendance is at a place other than consulting rooms or hospital\\n\",\n            \"ScheduleFee\": \"94.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A8\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"332\",\n            \"Description\": \"Professional attendance by a consultant physician in the practice of the consultant physician’s specialty of psychiatry following referral of the patient to the consultant physician by a referring practitioner—an attendance lasting more than 15 minutes, but not more than 30 minutes, if that attendance is at a place other than consulting rooms or hospital\\n\",\n            \"ScheduleFee\": \"147.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A8\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"334\",\n            \"Description\": \"Professional attendance by a consultant physician in the practice of the consultant physician’s specialty of psychiatry following referral of the patient to the consultant physician by a referring practitioner—an attendance lasting more than 30 minutes, but not more than 45 minutes, if that attendance is at a place other than consulting rooms or hospital\\n\",\n            \"ScheduleFee\": \"215.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A8\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"336\",\n            \"Description\": \"Professional attendance by a consultant physician in the practice of the consultant physician’s specialty of psychiatry following referral of the patient to the consultant physician by a referring practitioner—an attendance lasting more than 45 minutes, but not more than 75 minutes, if that attendance is at a place other than consulting rooms or hospital\\n\",\n            \"ScheduleFee\": \"260.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A8\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"338\",\n            \"Description\": \"Professional attendance by a consultant physician in the practice of the consultant physician’s specialty of psychiatry following referral of the patient to the consultant physician by a referring practitioner—an attendance lasting more than 75 minutes if that attendance is at a place other than consulting rooms or hospital\\n\",\n            \"ScheduleFee\": \"295.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A8\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"341\",\n            \"Description\": \"An interview, lasting not more than 15 minutes, of a person other than the patient when the patient is not in attendance, by a consultant physician in the practice of the consultant physician’s specialty of psychiatry following referral of the patient to the consultant physician by a referring practitioner, for the purposes of: (a) initial diagnostic evaluation; or (b) continuing management of the patient; if that service and another service to which this item or any of items 343, 345, 347, 349, 91874 to 91878 and 91882 to 91884 applies have not exceeded 15 services in a calendar year in relation to the patient\\n\",\n            \"ScheduleFee\": \"51.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A8\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"342\",\n            \"Description\": \"Group psychotherapy (including any associated consultations with a patient taking place on the same occasion and relating to the condition for which group therapy is conducted) of not less than 1 hour in duration given under the continuous direct supervision of a consultant physician in the practice of the consultant physician's specialty of psychiatry, involving a group of 2 to 9 unrelated patients or a family group of more than 3 patients, each of whom is referred to the consultant physician by a referring practitioner-each patient\\n\",\n            \"ScheduleFee\": \"58.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A8\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"343\",\n            \"Description\": \"An interview, lasting more than 15 minutes but not more than 30 minutes, of a person other than the patient when the patient is not in attendance, by a consultant physician in the practice of the consultant physician’s specialty of psychiatry following referral of the patient to the consultant physician by a referring practitioner, for the purposes of: (a) initial diagnostic evaluation; or (b) continuing management of the patient; if that service and another service to which this item or any of items 341, 345, 347, 349, 91874 to 91878 and 91882 to 91884 applies have not exceeded 15 services in a calendar year in relation to the patient\\n\",\n            \"ScheduleFee\": \"102.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A8\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"344\",\n            \"Description\": \"Group psychotherapy (including any associated consultations with a patient taking place on the same occasion and relating to the condition for which group therapy is conducted) of not less than 1 hour in duration given under the continuous direct supervision of a consultant physician in the practice of the consultant physician's specialty of psychiatry, involving a family group of 3 patients, each of whom is referred to the consultant physician by a referring practitioner-each patient\\n\",\n            \"ScheduleFee\": \"77.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A8\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"345\",\n            \"Description\": \"An interview, lasting more than 30 minutes but not more than 45 minutes, of a person other than the patient when the patient is not in attendance, by a consultant physician in the practice of the consultant physician’s specialty of psychiatry following referral of the patient to the consultant physician by a referring practitioner, for the purposes of: (a) initial diagnostic evaluation; or (b) continuing management of the patient; if that service and another service to which this item or any of items 341, 343, 347, 349, 91874 to 91878 and 91882 to 91884 applies have not exceeded 15 services in a calendar year in relation to the patient\\n\",\n            \"ScheduleFee\": \"157.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A8\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"346\",\n            \"Description\": \"Group psychotherapy (including any associated consultations with a patient taking place on the same occasion and relating to the condition for which group therapy is conducted) of not less than 1 hour in duration given under the continuous direct supervision of a consultant physician in the practice of the consultant physician's specialty of psychiatry, involving a family group of 2 patients, each of whom is referred to the consultant physician by a referring practitioner-each patient\\n\",\n            \"ScheduleFee\": \"114.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A8\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"347\",\n            \"Description\": \"An interview, lasting more than 45 minutes but not more than 75 minutes, of a person other than the patient when the patient is not in attendance, by a consultant physician in the practice of the consultant physician’s specialty of psychiatry following referral of the patient to the consultant physician by a referring practitioner, for the purposes of: (a) initial diagnostic evaluation; or (b) continuing management of the patient; if that service and another service to which this item or any of items 341, 343, 345, 349, 91874 to 91878 and 91882 to 91884 applies have not exceeded 15 services in a calendar year in relation to the patient\\n\",\n            \"ScheduleFee\": \"217.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A8\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"349\",\n            \"Description\": \"An interview, lasting more than 75 minutes, of a person other than the patient when the patient is not in attendance, by a consultant physician in the practice of the consultant physician’s specialty of psychiatry following referral of the patient to the consultant physician by a referring practitioner, for the purposes of: (a) initial diagnostic evaluation; or (b) continuing management of the patient; if that service and another service to which this item or any of items 341, 343, 345, 347, 91874 to 91878 and 91882 to 91884 applies have not exceeded 15 services in a calendar year in relation to the patient\\n\",\n            \"ScheduleFee\": \"252.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A8\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"373\",\n            \"Description\": \"Professional attendance by a prescribed medical practitioner, at consulting rooms, lasting more than 5 minutes but not more than 25 minutes, if:(a) the attendance is to provide clinical support to a patient to whom a specialist or consultant physician is providing a service, to which another item applies, by way of a video conferencing consultation; and(b) the patient is not an admitted patient; and(c) the prescribed medical practitioner is located in the same room as the patient for the whole of the attendance\\n\",\n            \"ScheduleFee\": \"55.05\",\n            \"ScheduleFeeStartDate\": \"2026-03-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2026-03-01\"\n        },\n        {\n            \"ItemNumber\": \"374\",\n            \"Description\": \"Professional attendance by a prescribed medical practitioner, at a place other than consulting rooms, lasting more than 5 minutes but not more than 25 minutes, if:(a) the attendance is to provide clinical support to a patient to whom a specialist or consultant physician is providing a service, to which another item applies, by way of a video conferencing consultation; and(b) the patient is not an admitted patient; and(c) the patient is not a care recipient in a residential aged care facility; and(d) the prescribed medical practitioner is located in the same room as the patient for the whole of the attendance\\n\",\n            \"ScheduleFee\": \"79.65\",\n            \"ScheduleFeeStartDate\": \"2026-03-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2026-03-01\"\n        },\n        {\n            \"ItemNumber\": \"375\",\n            \"Description\": \"Professional attendance by a prescribed medical practitioner, at a residential aged care facility, lasting more than 5 minutes but not more than 25 minutes, if:(a) the attendance is to provide clinical support to a patient to whom a specialist or consultant physician is providing a service, to which another item applies, by way of a video conferencing consultation; and(b) the patient is not an admitted patient; and(c) the patient is a care recipient in the residential aged care facility; and(d) the prescribed medical practitioner is located in the same room as the patient for the whole of the attendance\\n\",\n            \"ScheduleFee\": \"55.05\",\n            \"ScheduleFeeStartDate\": \"2026-03-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2026-03-01\"\n        },\n        {\n            \"ItemNumber\": \"376\",\n            \"Description\": \"Professional attendance by a prescribed medical practitioner, at consulting rooms, lasting more than 25 minutes but not more than 45 minutes, if:(a) the attendance is to provide clinical support to a patient to whom a specialist or consultant physician is providing a service, to which another item applies, by way of a video conferencing consultation; and(b) the patient is not an admitted patient; and(c) the prescribed medical practitioner is located in the same room as the patient for the whole of the attendance\\n\",\n            \"ScheduleFee\": \"87.95\",\n            \"ScheduleFeeStartDate\": \"2026-03-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2026-03-01\"\n        },\n        {\n            \"ItemNumber\": \"377\",\n            \"Description\": \"Professional attendance by a prescribed medical practitioner, at a place other than consulting rooms, lasting more than 25 minutes but not more than 45 minutes, if:(a) the attendance is to provide clinical support to a patient to whom a specialist or consultant physician is providing a service, to which another item applies, by way of a video conferencing consultation; and(b) the patient is not an admitted patient; and(c) the patient is not a care recipient in a residential aged care facility; and(d) the prescribed medical practitioner is located in the same room as the patient for the whole of the attendance\\n\",\n            \"ScheduleFee\": \"100.25\",\n            \"ScheduleFeeStartDate\": \"2026-03-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2026-03-01\"\n        },\n        {\n            \"ItemNumber\": \"378\",\n            \"Description\": \"Professional attendance by a prescribed medical practitioner, at a residential aged care facility, lasting more than 25 minutes but not more than 45 minutes, if:(a) the attendance is to provide clinical support to a patient to whom a specialist or consultant physician is providing a service, to which another item applies, by way of a video conferencing consultation; and(b) the patient is not an admitted patient; and(c) the patient is a care recipient in the residential aged care facility; and(d) the prescribed medical practitioner is located in the same room as the patient for the whole of the attendance\\n\",\n            \"ScheduleFee\": \"87.95\",\n            \"ScheduleFeeStartDate\": \"2026-03-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2026-03-01\"\n        },\n        {\n            \"ItemNumber\": \"379\",\n            \"Description\": \"Professional attendance by a prescribed medical practitioner, at consulting rooms, lasting more than 45 minutes but not more than 60 minutes, if:(a) the attendance is to provide clinical support to a patient to whom a specialist or consultant physician is providing a service, to which another item applies, by way of a video conferencing consultation; and(b) the patient is not an admitted patient; and(c) the prescribed medical practitioner is located in the same room as the patient for the whole of the attendance\\n\",\n            \"ScheduleFee\": \"120.05\",\n            \"ScheduleFeeStartDate\": \"2026-03-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2026-03-01\"\n        },\n        {\n            \"ItemNumber\": \"380\",\n            \"Description\": \"Professional attendance by a prescribed medical practitioner, at a place other than consulting rooms, lasting more than 45 minutes but not more than 60 minutes, if:(a) the attendance is to provide clinical support to a patient to whom a specialist or consultant physician is providing a service, to which another item applies, by way of a video conferencing consultation; and(b) the patient is not an admitted patient; and(c) the patient is not a care recipient in a residential aged care facility; and(d) the prescribed medical practitioner is located in the same room as the patient for the whole of the attendance\\n\",\n            \"ScheduleFee\": \"144.65\",\n            \"ScheduleFeeStartDate\": \"2026-03-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2026-03-01\"\n        },\n        {\n            \"ItemNumber\": \"381\",\n            \"Description\": \"Professional attendance by a prescribed medical practitioner, at a residential aged care facility, lasting more than 45 minutes but not more than 60 minutes, if:(a) the attendance is to provide clinical support to a patient to whom a specialist or consultant physician is providing a service, to which another item applies, by way of a video conferencing consultation; and(b) the patient is not an admitted patient; and(c) the patient is a care recipient in the residential aged care facility; and(d) the prescribed medical practitioner is located in the same room as the patient for the whole of the attendance\\n\",\n            \"ScheduleFee\": \"120.05\",\n            \"ScheduleFeeStartDate\": \"2026-03-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2026-03-01\"\n        },\n        {\n            \"ItemNumber\": \"382\",\n            \"Description\": \"Professional attendance by a prescribed medical practitioner, at consulting rooms, lasting more than 60 minutes, if:(a) the attendance is to provide clinical support to a patient to whom a specialist or consultant physician is providing a service, to which another item applies, by way of a video conferencing consultation; and(b) the patient is not an admitted patient; and(c) the prescribed medical practitioner is located in the same room as the patient for the whole of the attendance\\n\",\n            \"ScheduleFee\": \"182.10\",\n            \"ScheduleFeeStartDate\": \"2026-03-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2026-03-01\"\n        },\n        {\n            \"ItemNumber\": \"385\",\n            \"Description\": \"Professional attendance at consulting rooms or hospital by a consultant occupational physician in the practice of the consultant occupational physician's specialty of occupational medicine following referral of the patient to the consultant occupational physician by a referring practitioner-initial attendance in a single course of treatment\\n\",\n            \"ScheduleFee\": \"101.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A12\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-07-01\"\n        },\n        {\n            \"ItemNumber\": \"386\",\n            \"Description\": \"Professional attendance at consulting rooms or hospital by a consultant occupational physician in the practice of the consultant occupational physician's specialty of occupational medicine following referral of the patient to the consultant occupational physician by a referring practitioner-each attendance after the first in a single course of treatment\\n\",\n            \"ScheduleFee\": \"50.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A12\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-07-01\"\n        },\n        {\n            \"ItemNumber\": \"387\",\n            \"Description\": \"Professional attendance at a place other than consulting rooms or hospital by a consultant occupational physician in the practice of the consultant occupational physician's specialty of occupational medicine following referral of the patient to the consultant occupational physician by a referring practitioner-initial attendance in a single course of treatment\\n\",\n            \"ScheduleFee\": \"148.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A12\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-07-01\"\n        },\n        {\n            \"ItemNumber\": \"388\",\n            \"Description\": \"Professional attendance at a place other than consulting rooms or hospital by a consultant occupational physician in the practice of the consultant occupational physician's specialty of occupational medicine following referral of the patient to the consultant occupational physician by a referring practitioner-each attendance after the first in a single course of treatment\\n\",\n            \"ScheduleFee\": \"94.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A12\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-07-01\"\n        },\n        {\n            \"ItemNumber\": \"390\",\n            \"Description\": \"Professional attendance by a prescribed medical practitioner, at a place other than consulting rooms, lasting more than 60 minutes, if:(a) the attendance is to provide clinical support to a patient to whom a specialist or consultant physician is providing a service, to which another item applies, by way of a video conferencing consultation; and(b) the patient is not an admitted patient; and(c) the patient is not a care recipient in a residential aged care facility; and(d) the prescribed medical practitioner is located in the same room as the patient for the whole of the attendance\\n\",\n            \"ScheduleFee\": \"206.70\",\n            \"ScheduleFeeStartDate\": \"2026-03-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2026-03-01\"\n        },\n        {\n            \"ItemNumber\": \"391\",\n            \"Description\": \"Professional attendance by a prescribed medical practitioner, at a residential aged care facility, lasting more than 60 minutes, if:(a) the attendance is to provide clinical support to a patient to whom a specialist or consultant physician is providing a service, to which another item applies, by way of a video conferencing consultation; and(b) the patient is not an admitted patient; and(c) the patient is a care recipient in the residential aged care facility; and(d) the prescribed medical practitioner is located in the same room as the patient for the whole of the attendance\\n\",\n            \"ScheduleFee\": \"182.10\",\n            \"ScheduleFeeStartDate\": \"2026-03-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2026-03-01\"\n        },\n        {\n            \"ItemNumber\": \"392\",\n            \"Description\": \"Professional attendance by a prescribed medical practitioner to prepare a GP chronic condition management plan for a patient\\n\",\n            \"ScheduleFee\": \"125.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"393\",\n            \"Description\": \"Professional attendance by a prescribed medical practitioner to review a GP chronic condition management plan prepared by the prescribed medical practitioner or an associated medical practitioner\\n\",\n            \"ScheduleFee\": \"125.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"410\",\n            \"Description\": \"LEVEL AProfessional attendance at consulting rooms by a public health physician in the practice of his or her specialty of public health medicine for an obvious problem characterised by the straightforward nature of the task that requires a short patient history and, if required, limited examination and management.\\n\",\n            \"ScheduleFee\": \"23.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1999-11-01\"\n        },\n        {\n            \"ItemNumber\": \"411\",\n            \"Description\": \"LEVEL BProfessional attendance by a public health physician in the practice of his or her specialty of public health medicine at consulting rooms lasting less than 20 minutes, including any of the following that are clinically relevant: a) taking a patient history; b) performing a clinical examination; c) arranging any necessary investigation; d) implementing a management plan; e) providing appropriate preventive health care; in relation to 1 or more health-related issues, with appropriate documentation.\\n\",\n            \"ScheduleFee\": \"50.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1999-11-01\"\n        },\n        {\n            \"ItemNumber\": \"412\",\n            \"Description\": \"LEVEL CProfessional attendance by a public health physician in the practice of his or her specialty of public health medicine at consulting rooms lasting at least 20 minutes, including any of the following that are clinically relevant: a) taking a detailed patient history; b) performing a clinical examination; c) arranging any necessary investigation; d) implementing a management plan; e) providing appropriate preventive health care; in relation to 1 or more health-related issues, with appropriate documentation.\\n\",\n            \"ScheduleFee\": \"97.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1999-11-01\"\n        },\n        {\n            \"ItemNumber\": \"413\",\n            \"Description\": \"LEVEL DProfessional attendance by a public health physician in the practice of his or her specialty of public health medicine at consulting rooms lasting at least 40 minutes, including any of the following that are clinically relevant: a) taking an extensive patient history; b) performing a clinical examination; c) arranging any necessary investigation; d) implementing a management plan; e) providing appropriate preventive health care; in relation to 1 or more health-related issues, with appropriate documentation.\\n\",\n            \"ScheduleFee\": \"144.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1999-11-01\"\n        },\n        {\n            \"ItemNumber\": \"414\",\n            \"Description\": \"Professional attendance at other than consulting rooms by a public health physician in the practice of the public health physician’s specialty of public health medicine—attendance for an obvious problem characterised by the straightforward nature of the task that requires a short patient history and, if required, limited examination and management\\n\",\n            \"DerivedFee\": \"The fee for item 410, plus $30.20 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - the fee for item 410 plus $2.40 per patient.\",\n            \"Category\": \"1\",\n            \"Group\": \"A13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1999-11-01\"\n        },\n        {\n            \"ItemNumber\": \"415\",\n            \"Description\": \"Professional attendance by a public health physician in the practice of the public health physician’s specialty of public health medicine at other than consulting rooms, lasting less than 20 minutes and including any of the following that are clinically relevant: (a) taking a patient history; (b) performing a clinical examination; (c) arranging any necessary investigation; (d) implementing a management plan; (e) providing appropriate preventive health care; for one or more health‑related issues, with appropriate documentation\\n\",\n            \"DerivedFee\": \"The fee for item 411, plus $30.20 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - the fee for item 411 plus $2.40 per patient.\",\n            \"Category\": \"1\",\n            \"Group\": \"A13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1999-11-01\"\n        },\n        {\n            \"ItemNumber\": \"416\",\n            \"Description\": \"Professional attendance by a public health physician in the practice of the public health physician’s specialty of public health medicine at other than consulting rooms, lasting at least 20 minutes and including any of the following that are clinically relevant: (a) taking a detailed patient history; (b) performing a clinical examination; (c) arranging any necessary investigation; (d) implementing a management plan; (e) providing appropriate preventive health care; for one or more health‑related issues, with appropriate documentation\\n\",\n            \"DerivedFee\": \"The fee for item 412, plus $30.20 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - the fee for item 412 plus $2.40 per patient.\",\n            \"Category\": \"1\",\n            \"Group\": \"A13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1999-11-01\"\n        },\n        {\n            \"ItemNumber\": \"417\",\n            \"Description\": \"Professional attendance by a public health physician in the practice of the public health physician’s specialty of public health medicine at other than consulting rooms, lasting at least 40 minutes and including any of the following that are clinically relevant: (a) taking an extensive patient history; (b) performing a clinical examination; (c) arranging any necessary investigation; (d) implementing a management plan; (e) providing appropriate preventive health care; for one or more health‑related issues, with appropriate documentation\\n\",\n            \"DerivedFee\": \"The fee for item 413, plus $30.20 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - the fee for item 413 plus $2.40 per patient.\",\n            \"Category\": \"1\",\n            \"Group\": \"A13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1999-11-01\"\n        },\n        {\n            \"ItemNumber\": \"585\",\n            \"Description\": \"Professional attendance by a general practitioner on one patient on one occasion—each attendance (other than an attendance in unsociable hours) in an after-hours period if: (a) the attendance is requested by the patient or a responsible person in the same unbroken after-hours period; and (b) the patient’s medical condition requires urgent assessment; and (c) if the attendance is at consulting rooms—it is necessary for the practitioner to return to, and specially open, the consulting rooms for the attendance\\n\",\n            \"ScheduleFee\": \"151.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A11\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2018-03-01\"\n        },\n        {\n            \"ItemNumber\": \"588\",\n            \"Description\": \"Professional attendance by a medical practitioner (other than a general practitioner) on one patient on one occasion—each attendance (other than an attendance in unsociable hours) in an after-hours period if: (a) the attendance is requested by the patient or a responsible person in the same unbroken after-hours period; and (b) the patient’s medical condition requires urgent assessment; and (c) the attendance is in an after-hours rural area; and (d) if the attendance is at consulting rooms—it is necessary for the practitioner to return to, and specially open, the consulting rooms for the attendance\\n\",\n            \"ScheduleFee\": \"151.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A11\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2018-03-01\"\n        },\n        {\n            \"ItemNumber\": \"591\",\n            \"Description\": \"Professional attendance by a medical practitioner (other than a general practitioner) on one patient on one occasion—each attendance (other than an attendance in unsociable hours) in an after-hours period if: (a) the attendance is requested by the patient or a responsible person in the same unbroken after-hours period; and (b) the patient’s medical condition requires urgent assessment; and (c) the attendance is not in an after-hours rural area; and (d) if the attendance is at consulting rooms—it is necessary for the practitioner to return to, and specially open, the consulting rooms for the attendance\\n\",\n            \"ScheduleFee\": \"105.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A11\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2018-03-01\"\n        },\n        {\n            \"ItemNumber\": \"594\",\n            \"Description\": \"Professional attendance by a medical practitioner—each additional patient at an attendance that qualifies for item 585, 588 or 591 in relation to the first patient\\n\",\n            \"ScheduleFee\": \"48.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A11\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2018-03-01\"\n        },\n        {\n            \"ItemNumber\": \"599\",\n            \"Description\": \"Professional attendance by a general practitioner on not more than one patient on one occasion—each attendance in unsociable hours if: (a) the attendance is requested by the patient or a responsible person in the same unbroken after-hours period; and (b) the patient’s medical condition requires urgent assessment; and (c) if the attendance is at consulting rooms—it is necessary for the practitioner to return to, and specially open, the consulting rooms for the attendance\\n\",\n            \"ScheduleFee\": \"178.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A11\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2010-05-01\"\n        },\n        {\n            \"ItemNumber\": \"600\",\n            \"Description\": \"Professional attendance by a medical practitioner (other than a general practitioner) on not more than one patient on one occasion—each attendance in unsociable hours if: (a) the attendance is requested by the patient or a responsible person in the same unbroken after-hours period; and (b) the patient’s medical condition requires urgent assessment; and (c) if the attendance is at consulting rooms—it is necessary for the practitioner to return to, and specially open, the consulting rooms for the attendance\\n\",\n            \"ScheduleFee\": \"142.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A11\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2010-05-01\"\n        },\n        {\n            \"ItemNumber\": \"695\",\n            \"Description\": \"Menopause and Perimenopause Health Assessment Professional attendance on a patient for the assessment and management of menopause or perimenopause by a general practitioner lasting at least 20 minutes and including, but not limited to: a) collecting relevant information, including taking a patient history to determine pre-, peri- or post-menopausal status, patient wellbeing and contraindications for management; and b) undertaking a basic physical examination, including recording blood pressure, and review of height and weight; and c) initiating investigations and referrals as clinically indicated, with consideration given to the need for cervical screening, mammography and bone densitometry; and d) discussing management options including non-pharmacological and pharmacological strategies including risks and benefits; e) implementing a management plan which includes patient centred symptoms management; and f) providing the patient with preventative health care advice and information as clinically indicated, including advice on physical activity, smoking cessation, alcohol consumption, nutritional intake and weight management.\\n\",\n            \"ScheduleFee\": \"101.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A14\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"699\",\n            \"Description\": \"Professional attendance on a patient who is 30 years of age or over for a heart health assessment by a general practitioner at consulting rooms lasting at least 20 minutes and including: collection of relevant information, including taking a patient history; and a basic physical examination, which must include recording blood pressure and cholesterol; and initiating interventions and referrals as indicated; and implementing a management plan; and providing the patient with preventative health care advice and information.\\n\",\n            \"ScheduleFee\": \"84.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A14\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than once in a 12 month period.\",\n            \"EligibleAgeRange\": \"30 years or older\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2019-04-01\"\n        },\n        {\n            \"ItemNumber\": \"701\",\n            \"Description\": \"Professional attendance by a general practitioner to perform a brief health assessment, lasting not more than 30 minutes and including: (a) collection of relevant information, including taking a patient history; and (b) a basic physical examination; and (c) initiating interventions and referrals as indicated; and (d) providing the patient with preventive health care advice and information\\n\",\n            \"ScheduleFee\": \"69.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A14\",\n            \"ClaimHistoryLimitation\": \"Applicable according to MBS Note AN.0.36 depending on the patient's eligibility criteria. See the ELIGIBLE PATIENTS section.\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2010-05-01\"\n        },\n        {\n            \"ItemNumber\": \"703\",\n            \"Description\": \"Professional attendance by a general practitioner to perform a standard health assessment, lasting more than 30 minutes but less than 45 minutes, including: (a) detailed information collection, including taking a patient history; and (b) an extensive physical examination; and (c) initiating interventions and referrals as indicated; and (d) providing a preventive health care strategy for the patient\\n\",\n            \"ScheduleFee\": \"160.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A14\",\n            \"ClaimHistoryLimitation\": \"Applicable according to MBS Note AN.0.36 depending on the patient's eligibility criteria. See the ELIGIBLE PATIENTS section.\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2010-05-01\"\n        },\n        {\n            \"ItemNumber\": \"705\",\n            \"Description\": \"Professional attendance by a general practitioner to perform a long health assessment, lasting at least 45 minutes but less than 60 minutes, including: (a) comprehensive information collection, including taking a patient history; and (b) an extensive examination of the patient's medical condition and physical function; and (c) initiating interventions and referrals as indicated; and (d) providing a basic preventive health care management plan for the patient\\n\",\n            \"ScheduleFee\": \"222.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A14\",\n            \"ClaimHistoryLimitation\": \"Applicable according to MBS Note AN.0.36 depending on the patient's eligibility criteria. See the ELIGIBLE PATIENTS section.\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2010-05-01\"\n        },\n        {\n            \"ItemNumber\": \"707\",\n            \"Description\": \"Professional attendance by a general practitioner to perform a prolonged health assessment (lasting at least 60 minutes) including: (a) comprehensive information collection, including taking a patient history; and (b) an extensive examination of the patient's medical condition, and physical, psychological and social function; and (c) initiating interventions or referrals as indicated; and (d) providing a comprehensive preventive health care management plan for the patient\\n\",\n            \"ScheduleFee\": \"313.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A14\",\n            \"ClaimHistoryLimitation\": \"Applicable according to MBS Note AN.0.36 depending on the patient's eligibility criteria. See the ELIGIBLE PATIENTS section.\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2010-05-01\"\n        },\n        {\n            \"ItemNumber\": \"715\",\n            \"Description\": \"Professional attendance by a general practitioner, at consulting rooms or in a place other than a hospital or a residential aged care facility: (a) for a health assessment of a patient who is of Aboriginal or Torres Strait Islander descent; and (b) that includes the following: (i) recognising the patient’s health priorities; (ii) taking the patient’s medical history; (iii) undertaking any relevant physical examinations; (iv) undertaking or arranging any required investigations; (v) assessing the patient using the information gained in the health assessment; (vi) initiating any necessary interventions and referrals; (vii) developing and documenting a plan to manage the patient’s health, including for follow‑up, based on the health assessment and the patient’s priorities; (viii) offering the patient (or the patient’s carer (if any) if the practitioner considers it appropriate and the patient agrees) a written report of the health assessment, with recommendations on matters covered by the health assessment and a strategy for the patient’s good health; (ix) if the offer referred to in subparagraph (viii) is accepted—giving the report to the patient or the patient’s carer (as applicable); (x) adding a record of the health assessment to the patient’s medical records Applicable only if a service to which this item or item 228, 92004 or 92011 applies has not been provided to the patient in the preceding 9 months Note: For items 92004 and 92011, see the Telehealth Attendance Determination.\\n\",\n            \"ScheduleFee\": \"247.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A14\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2010-05-01\"\n        },\n        {\n            \"ItemNumber\": \"729\",\n            \"Description\": \"Contribution by a general practitioner (not including a specialist or consultant physician) to a multidisciplinary care plan prepared by another provider or a review of a multidisciplinary care plan prepared by another provider (other than a service associated with a service to which any of item 735, 739, 743, 747, 750 or 758 applies)\\n\",\n            \"ScheduleFee\": \"82.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A15\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2005-07-01\"\n        },\n        {\n            \"ItemNumber\": \"731\",\n            \"Description\": \"Contribution by a general practitioner (not including a specialist or consultant physician) to: (a) a multidisciplinary care plan for a patient in a residential aged care facility, prepared by that facility, or to a review of such a plan prepared by such a facility; or (b) a multidisciplinary care plan prepared for a patient by another provider before the patient is discharged from a hospital, or to a review of such a plan prepared by another provider (other than a service associated with a service to which item 735, 739, 743, 747, 750 or 758 applies)\\n\",\n            \"ScheduleFee\": \"82.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A15\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2005-07-01\"\n        },\n        {\n            \"ItemNumber\": \"733\",\n            \"Description\": \"Professional attendance at consulting rooms of not more than 5 minutes in duration (other than a service to which another item applies) by a prescribed medical practitioner—each attendance\\n\",\n            \"ScheduleFee\": \"27.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"735\",\n            \"Description\": \"Attendance by a general practitioner (not including a specialist or consultant physician), as a member of a multidisciplinary case conference team, to organise and coordinate: (a) a community case conference; or (b) a multidisciplinary case conference carried out for a care recipient in a residential aged care facility; or (c) a multidisciplinary discharge case conference; if the conference lasts for at least 15 minutes, but for less than 20 minutes (other than a service associated with a service to which item 729, 731, 965, 967, 231, 232, 392, 393, 92026, 92027, 92029, 92030, 92057, 92058, 92060 or 92061 applies)\\n\",\n            \"ScheduleFee\": \"82.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A15\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2010-05-01\"\n        },\n        {\n            \"ItemNumber\": \"737\",\n            \"Description\": \"Professional attendance at consulting rooms of more than 5 minutes in duration but not more than 25 minutes in duration (other than a service to which another item applies) by a prescribed medical practitioner—each attendance\\n\",\n            \"ScheduleFee\": \"45.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"739\",\n            \"Description\": \"Attendance by a general practitioner (not including a specialist or consultant physician), as a member of a multidisciplinary case conference team, to organise and coordinate: (a) a community case conference; or (b) a multidisciplinary case conference carried out for a care recipient in a residential aged care facility; or (c) a multidisciplinary discharge case conference; if the conference lasts for at least 20 minutes, but for less than 40 minutes (other than a service associated with a service to which item 729, 731, 965, 967, 231, 232, 392, 393, 92026, 92027, 92029, 92030, 92057, 92058, 92060 or 92061 applies)\\n\",\n            \"ScheduleFee\": \"141.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A15\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2010-05-01\"\n        },\n        {\n            \"ItemNumber\": \"741\",\n            \"Description\": \"Professional attendance at consulting rooms of more than 25 minutes in duration but not more than 45 minutes in duration (other than a service to which another item applies) by a prescribed medical practitioner—each attendance\\n\",\n            \"ScheduleFee\": \"78.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"743\",\n            \"Description\": \"Attendance by a general practitioner (not including a specialist or consultant physician), as a member of a multidisciplinary case conference team, to organise and coordinate: (a) a community case conference; or (b) a multidisciplinary case conference carried out for a care recipient in a residential aged care facility; or (c) a multidisciplinary discharge case conference; if the conference lasts for at least 40 minutes (other than a service associated with a service to which item 729, 731, 965, 967, 231, 232, 392, 393, 92026, 92027, 92029, 92030, 92057, 92058, 92060 or 92061 applies)\\n\",\n            \"ScheduleFee\": \"235.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A15\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2010-05-01\"\n        },\n        {\n            \"ItemNumber\": \"745\",\n            \"Description\": \"Professional attendance at consulting rooms of more than 45 minutes in duration but not more than 60 minutes (other than a service to which another item applies) by a prescribed medical practitioner—each attendance\\n\",\n            \"ScheduleFee\": \"109.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"747\",\n            \"Description\": \"Attendance by a general practitioner (not including a specialist or consultant physician), as a member of a multidisciplinary case conference team, to participate in: (a) a community case conference; or (b) a multidisciplinary case conference carried out for a care recipient in a residential aged care facility; or (c) a multidisciplinary discharge case conference; if the conference lasts for at least 15 minutes, but for less than 20 minutes (other than a service associated with a service to which item 729, 731, 965, 967, 231, 232, 392, 393, 92026, 92027, 92029, 92030, 92057, 92058, 92060 or 92061 applies)\\n\",\n            \"ScheduleFee\": \"60.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A15\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2010-05-01\"\n        },\n        {\n            \"ItemNumber\": \"750\",\n            \"Description\": \"Attendance by a general practitioner (not including a specialist or consultant physician), as a member of a multidisciplinary case conference team, to participate in: (a) a community case conference; or (b) a multidisciplinary case conference carried out for a care recipient in a residential aged care facility; or (c) a multidisciplinary discharge case conference; if the conference lasts for at least 20 minutes, but for less than 40 minutes (other than a service associated with a service to which item 729, 731, 965, 967, 231, 232, 392, 393, 92026, 92027, 92029, 92030, 92057, 92058, 92060 or 92061 applies)\\n\",\n            \"ScheduleFee\": \"103.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A15\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2010-05-01\"\n        },\n        {\n            \"ItemNumber\": \"758\",\n            \"Description\": \"Attendance by a general practitioner (not including a specialist or consultant physician), as a member of a multidisciplinary case conference team, to participate in: (a) a community case conference; or (b) a multidisciplinary case conference carried out for a care recipient in a residential aged care facility; or (c) a multidisciplinary discharge case conference; if the conference lasts for at least 40 minutes (other than a service associated with a service to which item 729, 731, 965, 967, 231, 232, 392, 393, 92026, 92027, 92029, 92030, 92057, 92058, 92060 or 92061 applies)\\n\",\n            \"ScheduleFee\": \"172.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A15\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2010-05-01\"\n        },\n        {\n            \"ItemNumber\": \"761\",\n            \"Description\": \"Professional attendance by a prescribed medical practitioner (other than attendance at consulting rooms, a hospital or a residential aged care facility or a service to which another item in the table applies), lasting not more than 5 minutes—an attendance on one or more patients on one occasion—each patient\\n\",\n            \"DerivedFee\": \"The fee for item 733, plus $24.25 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - the fee for item 733 plus $1.90 per patient.\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"763\",\n            \"Description\": \"Professional attendance by a prescribed medical practitioner (other than attendance at consulting rooms, a hospital or a residential aged care facility or a service to which another item in the table applies), lasting more than 5 minutes, but not more than 25 minutes—an attendance on one or more patients on one occasion—each patient\\n\",\n            \"DerivedFee\": \"The fee for item 737, plus $24.25 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - the fee for item 737 plus $1.90 per patient.\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"766\",\n            \"Description\": \"Professional attendance by a prescribed medical practitioner (other than attendance at consulting rooms, a hospital or a residential aged care facility or a service to which another item in the table applies), lasting more than 25 minutes, but not more than 45 minutes—an attendance on one or more patients on one occasion—each patient\\n\",\n            \"DerivedFee\": \"The fee for item 741, plus $24.25 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - the fee for item 741 plus $1.90 per patient.\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"769\",\n            \"Description\": \"Professional attendance by a prescribed medical practitioner (other than attendance at consulting rooms, a hospital or a residential aged care facility or a service to which another item in the table applies), lasting more than 45 minutes, but not more than 60 minutes—an attendance on one or more patients on one occasion—each patient.\\n\",\n            \"DerivedFee\": \"The fee for item 745, plus $24.25 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - the fee for item 745 plus $1.90 per patient.\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"772\",\n            \"Description\": \"Professional attendance (other than a service to which another item applies) at a residential aged care facility (other than a professional attendance at a self‑contained unit) or professional attendance at consulting rooms situated within such a complex if the patient is accommodated in the residential aged care facility (other than accommodation in a self‑contained unit) of not more than 5 minutes in duration by a prescribed medical practitioner—an attendance on one or more patients at one residential aged care facility on one occasion—each patient\\n\",\n            \"DerivedFee\": \"The fee for item 733, plus $43.60 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - the fee for item 733 plus $3.05 per patient.\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"776\",\n            \"Description\": \"Professional attendance (other than a service to which another item applies) at a residential aged care facility (other than a professional attendance at a self‑contained unit) or professional attendance at consulting rooms situated within such a complex if the patient is accommodated in the residential aged care facility (other than accommodation in a self‑contained unit) of more than 5 minutes in duration but not more than 25 minutes in duration by a prescribed medical practitioner—an attendance on one or more patients at one residential aged care facility on one occasion—each patient\\n\",\n            \"DerivedFee\": \"The fee for item 737, plus $43.60 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - the fee for item 737 plus $3.05 per patient.\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"788\",\n            \"Description\": \"Professional attendance (other than a service to which another item applies) at a residential aged care facility (other than a professional attendance at a self‑contained unit) or professional attendance at consulting rooms situated within such a complex if the patient is accommodated in the residential aged care facility (other than accommodation in a self‑contained unit) of more than 25 minutes in duration but not more than 45 minutes by a prescribed medical practitioner—an attendance on one or more patients at one residential aged care facility on one occasion—each patient\\n\",\n            \"DerivedFee\": \"The fee for item 741, plus $43.60 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - the fee for item 741 plus $3.05 per patient.\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"789\",\n            \"Description\": \"Professional attendance (other than a service to which another item applies) at a residential aged care facility (other than a professional attendance at a self-contained unit) or professional attendance at consulting rooms situated within such a complex if the patient is accommodated in the residential aged care facility (other than accommodation in a self-contained unit) of more than 45 minutes but not more than 60 minutes in duration by a prescribed medical practitioner—an attendance on one or more patients at one residential aged care facility on one occasion—each patient\\n\",\n            \"DerivedFee\": \"The fee for item 745, plus $43.60 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - the fee for item 745 plus $3.05 per patient.\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"792\",\n            \"Description\": \"Professional attendance at consulting rooms by a prescribed medical practitioner, registered with the Chief Executive Medicare as meeting the credentialling requirements for provision of this service, lasting at least 20 minutes, for the purpose of providing non-directive pregnancy support counselling to a person who:(a) is currently pregnant; or(b) has been pregnant in the 12 months preceding the provision of the first service to which this item, or item 4001, 81000, 81005, 81010, 92136, 92137, 92138, 92139, 93026 or 93029, applies in relation to that pregnancy\\n\",\n            \"ScheduleFee\": \"71.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"820\",\n            \"Description\": \"Attendance by a consultant physician in the practice of the consultant physician's specialty, as a member of a case conference team, to organise and coordinate a community case conference of at least 15 minutes but less than 30 minutes, with a multidisciplinary team of at least 3 other formal care providers of different disciplines\\n\",\n            \"ScheduleFee\": \"164.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A15\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2002-05-01\"\n        },\n        {\n            \"ItemNumber\": \"822\",\n            \"Description\": \"Attendance by a consultant physician in the practice of the consultant physician's specialty, as a member of a case conference team, to organise and coordinate a community case conference of at least 30 minutes but less than 45 minutes, with a multidisciplinary team of at least 3 other formal care providers of different disciplines\\n\",\n            \"ScheduleFee\": \"247.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A15\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2002-05-01\"\n        },\n        {\n            \"ItemNumber\": \"823\",\n            \"Description\": \"Attendance by a consultant physician in the practice of the consultant physician's specialty, as a member of a case conference team, to organise and coordinate a community case conference of at least 45 minutes, with a multidisciplinary team of at least 3 other formal care providers of different disciplines\\n\",\n            \"ScheduleFee\": \"329.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A15\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2002-05-01\"\n        },\n        {\n            \"ItemNumber\": \"825\",\n            \"Description\": \"Attendance by a consultant physician in the practice of the consultant physician's specialty, as a member of a multidisciplinary case conference team of at least 2 other formal care providers of different disciplines, to participate in a community case conference (other than to organise and coordinate the conference) of at least 15 minutes but less than 30 minutes, with the multidisciplinary case conference team\\n\",\n            \"ScheduleFee\": \"118.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A15\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2002-05-01\"\n        },\n        {\n            \"ItemNumber\": \"826\",\n            \"Description\": \"Attendance by a consultant physician in the practice of the consultant physician's specialty, as a member of a multidisciplinary case conference team of at least 2 other formal care providers of different disciplines, to participate in a community case conference (other than to organise and coordinate the conference) of at least 30 minutes but less than 45 minutes, with the multidisciplinary case conference team\\n\",\n            \"ScheduleFee\": \"188.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A15\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2002-05-01\"\n        },\n        {\n            \"ItemNumber\": \"828\",\n            \"Description\": \"Attendance by a consultant physician in the practice of the consultant physician's specialty, as a member of a multidisciplinary case conference team of at least 2 other formal care providers of different disciplines, to participate in a community case conference (other than to organise and coordinate the conference) of at least 45 minutes, with the multidisciplinary case conference team\\n\",\n            \"ScheduleFee\": \"259.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A15\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2002-05-01\"\n        },\n        {\n            \"ItemNumber\": \"830\",\n            \"Description\": \"Attendance by a consultant physician in the practice of the consultant physician’s specialty, as a member of a case conference team, to organise and coordinate a discharge case conference of at least 15 minutes but less than 30 minutes, with a multidisciplinary team of at least 3 other formal care providers of different disciplines (H)\\n\",\n            \"ScheduleFee\": \"164.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A15\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2002-05-01\"\n        },\n        {\n            \"ItemNumber\": \"832\",\n            \"Description\": \"Attendance by a consultant physician in the practice of the consultant physician's specialty, as a member of a case conference team, to organise and coordinate a discharge case conference of at least 30 minutes but less than 45 minutes, with a multidisciplinary team of at least 3 other formal care providers of different disciplines (H)\\n\",\n            \"ScheduleFee\": \"247.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A15\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2002-05-01\"\n        },\n        {\n            \"ItemNumber\": \"834\",\n            \"Description\": \"Attendance by a consultant physician in the practice of the consultant physician's specialty, as a member of a case conference team, to organise and coordinate a discharge case conference of at least 45 minutes, with a multidisciplinary team of at least 3 other formal care providers of different disciplines (H)\\n\",\n            \"ScheduleFee\": \"329.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A15\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2002-05-01\"\n        },\n        {\n            \"ItemNumber\": \"835\",\n            \"Description\": \"Attendance by a consultant physician in the practice of the consultant physician's specialty, as a member of a case conference team, to participate in a discharge case conference (other than to organise and coordinate the conference) of at least 15 minutes but less than 30 minutes, with a multidisciplinary team of at least 2 other formal care providers of different disciplines (H)\\n\",\n            \"ScheduleFee\": \"118.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A15\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2002-05-01\"\n        },\n        {\n            \"ItemNumber\": \"837\",\n            \"Description\": \"Attendance by a consultant physician in the practice of the consultant physician's specialty, as a member of a case conference team, to participate in a discharge case conference (other than to organise and coordinate the conference) of at least 30 minutes but less than 45 minutes, with a multidisciplinary team of at least 2 other formal care providers of different disciplines (H)\\n\",\n            \"ScheduleFee\": \"188.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A15\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2002-05-01\"\n        },\n        {\n            \"ItemNumber\": \"838\",\n            \"Description\": \"Attendance by a consultant physician in the practice of the consultant physician's specialty, as a member of a case conference team, to participate in a discharge case conference (other than to organise and coordinate the conference) of at least 45 minutes, with a multidisciplinary team of at least 2 other formal care providers of different disciplines (H)\\n\",\n            \"ScheduleFee\": \"259.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A15\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2002-05-01\"\n        },\n        {\n            \"ItemNumber\": \"855\",\n            \"Description\": \"Attendance by a consultant physician in the practice of the consultant physician's specialty of psychiatry, as a member of a multidisciplinary case conference team of at least 2 other formal care providers of different disciplines, to organise and coordinate a community case conference of at least 15 minutes but less than 30 minutes, with the multidisciplinary case conference team\\n\",\n            \"ScheduleFee\": \"164.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A15\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2002-11-01\"\n        },\n        {\n            \"ItemNumber\": \"857\",\n            \"Description\": \"Attendance by a consultant physician in the practice of the consultant physician's specialty of psychiatry, as a member of a multidisciplinary case conference team of at least 2 other formal care providers of different disciplines, to organise and coordinate a community case conference of at least 30 minutes but less than 45 minutes, with the multidisciplinary case conference team\\n\",\n            \"ScheduleFee\": \"247.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A15\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2002-11-01\"\n        },\n        {\n            \"ItemNumber\": \"858\",\n            \"Description\": \"Attendance by a consultant physician in the practice of the consultant physician's specialty of psychiatry, as a member of a multidisciplinary case conference team of at least 2 other formal care providers of different disciplines, to organise and coordinate a community case conference of at least 45 minutes, with the multidisciplinary case conference team\\n\",\n            \"ScheduleFee\": \"329.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A15\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2002-11-01\"\n        },\n        {\n            \"ItemNumber\": \"861\",\n            \"Description\": \"Attendance by a consultant physician in the practice of the consultant physician's specialty of psychiatry, as a member of a case conference team, to organise and coordinate a discharge case conference of at least 15 minutes but less than 30 minutes, with a multidisciplinary team of at least 2 other formal care providers of different disciplines (H)\\n\",\n            \"ScheduleFee\": \"164.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A15\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2002-11-01\"\n        },\n        {\n            \"ItemNumber\": \"864\",\n            \"Description\": \"Attendance by a consultant physician in the practice of the consultant physician's specialty of psychiatry, as a member of a case conference team, to organise and coordinate a discharge case conference of at least 30 minutes but less than 45 minutes, with a multidisciplinary team of at least 2 other formal care providers of different disciplines (H)\\n\",\n            \"ScheduleFee\": \"247.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A15\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2002-11-01\"\n        },\n        {\n            \"ItemNumber\": \"866\",\n            \"Description\": \"Attendance by a consultant physician in the practice of the consultant physician's specialty of psychiatry, as a member of a case conference team, to organise and coordinate a discharge case conference of at least 45 minutes, with a multidisciplinary team of at least 2 other formal care providers of different disciplines (H)\\n\",\n            \"ScheduleFee\": \"329.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A15\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2002-11-01\"\n        },\n        {\n            \"ItemNumber\": \"871\",\n            \"Description\": \"Attendance by a general practitioner, specialist or consultant physician as a member of a case conference team, to lead and coordinate a multidisciplinary case conference on a patient with cancer to develop a multidisciplinary treatment plan, if the case conference is of at least 10 minutes, with a multidisciplinary team of at least 3 other medical practitioners from different areas of medical practice (which may include general practice), and, in addition, allied health or other relevant health professionals\\n\",\n            \"ScheduleFee\": \"95.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A15\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"872\",\n            \"Description\": \"Attendance by a general practitioner, specialist or consultant physician as a member of a case conference team, to participate in a multidisciplinary case conference on a patient with cancer to develop a multidisciplinary treatment plan, if the case conference is of at least 10 minutes, with a multidisciplinary team of at least 4 medical practitioners from different areas of medical practice (which may include general practice), and, in addition, allied health or other relevant health professionals\\n\",\n            \"ScheduleFee\": \"44.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A15\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"880\",\n            \"Description\": \"Attendance by a specialist, or consultant physician, in the practice of the specialist's or consultant physician's specialty of geriatric or rehabilitation medicine, as a member of a case conference team, to coordinate a case conference of at least 10 minutes but less than 30 minutes—for any particular patient, one attendance only in a 7 day period (other than attendance on the same day as an attendance for which item 832, 834, 835, 837 or 838 was applicable in relation to the patient) (H)\\n\",\n            \"ScheduleFee\": \"57.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A15\",\n            \"SubGroup\": \"2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-05-01\"\n        },\n        {\n            \"ItemNumber\": \"900\",\n            \"Description\": \"Participation by a general practitioner (not including a specialist or consultant physician) in a Domiciliary Medication Management Review (DMMR) for a patient living in a community setting, in which the general practitioner, with the patient’s consent:(a) assesses the patient as:(i) having a chronic medical condition or a complex medication regimen; and(ii) not having their therapeutic goals met; and(b) following that assessment:(i) refers the patient to a community pharmacy or an accredited pharmacist for the DMMR; and(ii) provides relevant clinical information required for the DMMR; and(c) discusses with the reviewing pharmacist the results of the DMMR including suggested medication management strategies; and(d) develops a written medication management plan following discussion with the patient; and(e) provides the written medication management plan to a community pharmacy chosen by the patientFor any particular patient—applicable not more than once in each 12 month period, and only if item 245 does not apply in the same 12 month period, except if there has been a significant change in the patient’s condition or medication regimen requiring a new DMMR\\n\",\n            \"ScheduleFee\": \"180.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A17\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2001-10-01\"\n        },\n        {\n            \"ItemNumber\": \"903\",\n            \"Description\": \"Participation by a general practitioner (not including a specialist or consultant physician) in a residential medication management review (RMMR) for a patient who is a care recipient in a residential aged care facility—other than an RMMR for a resident in relation to whom, in the preceding 12 months, this item or item 249 has applied, unless there has been a significant change in the resident’s medical condition or medication management plan requiring a new RMMR.\\n\",\n            \"ScheduleFee\": \"123.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A17\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than once in a 12 month period.\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2004-11-01\"\n        },\n        {\n            \"ItemNumber\": \"930\",\n            \"Description\": \"Attendance by a general practitioner, as a member of a multidisciplinary case conference team, to organise and coordinate a mental health case conference, if the conference lasts for at least 15 minutes, but for less than 20 minutes\\n\",\n            \"ScheduleFee\": \"82.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A15\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"933\",\n            \"Description\": \"Attendance by a general practitioner, as a member of a multidisciplinary case conference team, to organise and coordinate a mental health case conference, if the conference lasts for at least 20 minutes, but for less than 40 minutes\\n\",\n            \"ScheduleFee\": \"141.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A15\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"935\",\n            \"Description\": \"Attendance by a general practitioner, as a member of a multidisciplinary case conference team, to organise and coordinate a mental health case conference, if the conference lasts for at least 40 minutes\\n\",\n            \"ScheduleFee\": \"235.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A15\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"937\",\n            \"Description\": \"Attendance by a general practitioner, as a member of a multidisciplinary case conference team, to participate in a mental health case conference, if the conference lasts for at least 15 minutes, but for less than 20 minutes\\n\",\n            \"ScheduleFee\": \"60.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A15\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"943\",\n            \"Description\": \"Attendance by a general practitioner, as a member of a multidisciplinary case conference team, to participate in a mental health case conference, if the conference lasts for at least 20 minutes, but for less than 40 minutes\\n\",\n            \"ScheduleFee\": \"103.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A15\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"945\",\n            \"Description\": \"Attendance by a general practitioner, as a member of a multidisciplinary case conference team, to participate in a mental health case conference, if the conference lasts for at least 40 minutes\\n\",\n            \"ScheduleFee\": \"172.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A15\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"946\",\n            \"Description\": \"Attendance by a consultant physician in the practice of the consultant physician’s specialty of psychiatry or paediatrics, as a member of a multidisciplinary case conference team, to organise and coordinate a mental health case conference of at least 15 minutes but less than 30 minutes, with the multidisciplinary case conference team\\n\",\n            \"ScheduleFee\": \"164.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A15\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"948\",\n            \"Description\": \"Attendance by a consultant physician in the practice of the consultant physician’s specialty of psychiatry or paediatrics, as a member of a multidisciplinary case conference team, to organise and coordinate a mental health case conference of at least 30 minutes but less than 45 minutes, with the multidisciplinary case conference team\\n\",\n            \"ScheduleFee\": \"247.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A15\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"959\",\n            \"Description\": \"Attendance by a consultant physician in the practice of the consultant physician’s specialty of psychiatry or paediatrics, as a member of a multidisciplinary case conference team, to organise and coordinate a mental health case conference of at least 45 minutes, with the multidisciplinary case conference team\\n\",\n            \"ScheduleFee\": \"329.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A15\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"961\",\n            \"Description\": \"Attendance by a consultant physician in the practice of the consultant physician’s specialty of psychiatry or paediatrics, as a member of a multidisciplinary case conference team, to participate in a mental health case conference of at least 15 minutes but less than 30 minutes, with the multidisciplinary case conference team\\n\",\n            \"ScheduleFee\": \"118.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A15\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"962\",\n            \"Description\": \"Attendance by a consultant physician in the practice of the consultant physician’s specialty of psychiatry or paediatrics, as a member of a multidisciplinary case conference team, to participate in a mental health case conference of at least 30 minutes but less than 45 minutes, with the multidisciplinary case conference team\\n\",\n            \"ScheduleFee\": \"188.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A15\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"964\",\n            \"Description\": \"Attendance by a consultant physician in the practice of the consultant physician’s specialty of psychiatry or paediatrics, as a member of a multidisciplinary case conference team, to participate in a mental health case conference of at least 45 minutes, with the multidisciplinary case conference team\\n\",\n            \"ScheduleFee\": \"259.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A15\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"965\",\n            \"Description\": \"Professional attendance by a general practitioner to prepare a GP chronic condition management plan for a patient\\n\",\n            \"ScheduleFee\": \"156.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A15\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"967\",\n            \"Description\": \"Professional attendance by a general practitioner to review a GP chronic condition management plan prepared by the general practitioner or an associated medical practitioner\\n\",\n            \"ScheduleFee\": \"156.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A15\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"969\",\n            \"Description\": \"Attendance by a prescribed medical practitioner, as a member of a multidisciplinary case conference team, to organise and coordinate a mental health case conference if the conference lasts for at least 15 minutes, but for less than 20 minutes\\n\",\n            \"ScheduleFee\": \"66.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"971\",\n            \"Description\": \"Attendance by a prescribed medical practitioner, as a member of a multidisciplinary case conference team, to organise and coordinate a mental health case conference if the conference lasts for at least 20 minutes, but for less than 40 minutes\\n\",\n            \"ScheduleFee\": \"112.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"972\",\n            \"Description\": \"Attendance by a prescribed medical practitioner, as a member of a multidisciplinary case conference team, to organise and coordinate a mental health case conference if the conference lasts for at least 40 minutes\\n\",\n            \"ScheduleFee\": \"188.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"973\",\n            \"Description\": \"Attendance by a prescribed medical practitioner, as a member of a multidisciplinary case conference team, to participate in a mental health case conference if the conference lasts for at least 15 minutes, but for less than 20 minutes\\n\",\n            \"ScheduleFee\": \"48.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"975\",\n            \"Description\": \"Attendance by a prescribed medical practitioner, as a member of a multidisciplinary case conference team, to participate in a mental health case conference if the conference lasts for at least 20 minutes, but for less than 40 minutes\\n\",\n            \"ScheduleFee\": \"83.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"986\",\n            \"Description\": \"Attendance by a prescribed medical practitioner, as a member of a multidisciplinary case conference team, to participate in a mental health case conference if the conference lasts for at least 40 minutes\\n\",\n            \"ScheduleFee\": \"138.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"2197\",\n            \"Description\": \"Professional attendance at consulting rooms of more than 60 minutes in duration (other than a service to which another item applies) by a prescribed medical practitioner—each attendance.\\n\",\n            \"ScheduleFee\": \"186.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"2198\",\n            \"Description\": \"Professional attendance by a prescribed medical practitioner (other than attendance at consulting rooms, a hospital or a residential aged care facility or a service to which another item in the table applies), lasting more than 60 minutes—an attendance on one or more patients on one occasion—each patient.\\n\",\n            \"DerivedFee\": \"The fee for item 2197, plus $24.25 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - the fee for item 2197 plus $1.90 per patient.\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"2200\",\n            \"Description\": \"Professional attendance (other than a service to which another item applies) at a residential aged care facility (other than a professional attendance at a self‑contained unit) or professional attendance at consulting rooms situated within such a complex if the patient is accommodated in the residential aged care facility (other than accommodation in a self‑contained unit) of more than 60 minutes in duration by a prescribed medical practitioner—an attendance on one or more patients at one residential aged care facility on one occasion—each patient.\\n\",\n            \"DerivedFee\": \"The fee for item 2197, plus $43.60 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - the fee for item 2197 plus $3.05 per patient.\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"2484\",\n            \"Description\": \"Professional attendance by a general practitioner, at consulting rooms, lasting at least 6 minutes but less than 20 minutes, if:(a) the attendance is to provide clinical support to a patient to whom a specialist or consultant physician is providing a service, to which another item applies, by way of a video conferencing consultation; and(b) the patient is not an admitted patient; and(c) the medical practitioner is located in the same room as the patient for the whole of the attendance\\n\",\n            \"ScheduleFee\": \"63.90\",\n            \"ScheduleFeeStartDate\": \"2026-03-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A48\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2026-03-01\"\n        },\n        {\n            \"ItemNumber\": \"2485\",\n            \"Description\": \"Professional attendance by a general practitioner, at a place other than consulting rooms, lasting at least 6 minutes but less than 20 minutes, if:(a) the attendance is to provide clinical support to a patient to whom a specialist or consultant physician is providing a service, to which another item applies, by way of a video conferencing consultation; and(b) the patient is not an admitted patient; and(c) the patient is not a care recipient in a residential aged care facility; and(d) the medical practitioner is located in the same room as the patient for the whole of the attendance\\n\",\n            \"ScheduleFee\": \"74.15\",\n            \"ScheduleFeeStartDate\": \"2026-03-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A48\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2026-03-01\"\n        },\n        {\n            \"ItemNumber\": \"2486\",\n            \"Description\": \"Professional attendance by a general practitioner, at a residential aged care facility, lasting at least 6 minutes but less than 20 minutes, if:(a) the attendance is to provide clinical support to a patient to whom a specialist or consultant physician is providing a service, to which another item applies, by way of a video conferencing consultation; and(b) the patient is not an admitted patient; and(c) the patient is a care recipient in the residential aged care facility; and(d) the medical practitioner is located in the same room as the patient for the whole of the attendance\\n\",\n            \"ScheduleFee\": \"63.90\",\n            \"ScheduleFeeStartDate\": \"2026-03-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A48\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2026-03-01\"\n        },\n        {\n            \"ItemNumber\": \"2487\",\n            \"Description\": \"Professional attendance by a general practitioner, at consulting rooms, lasting at least 20 minutes but less than 40 minutes, if:(a) the attendance is to provide clinical support to a patient to whom a specialist or consultant physician is providing a service, to which another item applies, by way of a video conferencing consultation; and(b) the patient is not an admitted patient; and(c) the medical practitioner is located in the same room as the patient for the whole of the attendance\\n\",\n            \"ScheduleFee\": \"104.90\",\n            \"ScheduleFeeStartDate\": \"2026-03-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A48\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2026-03-01\"\n        },\n        {\n            \"ItemNumber\": \"2488\",\n            \"Description\": \"Professional attendance by a general practitioner, at a place other than consulting rooms, lasting at least 20 minutes but less than 40 minutes, if:(a) the attendance is to provide clinical support to a patient to whom a specialist or consultant physician is providing a service, to which another item applies, by way of a video conferencing consultation; and(b) the patient is not an admitted patient; and(c) the patient is not a care recipient in a residential aged care facility; and(d) the medical practitioner is located in the same room as the patient for the whole of the attendance\\n\",\n            \"ScheduleFee\": \"115.15\",\n            \"ScheduleFeeStartDate\": \"2026-03-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A48\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2026-03-01\"\n        },\n        {\n            \"ItemNumber\": \"2489\",\n            \"Description\": \"Professional attendance by a general practitioner, at a residential aged care facility, lasting at least 20 minutes but less than 40 minutes, if:(a) the attendance is to provide clinical support to a patient to whom a specialist or consultant physician is providing a service, to which another item applies, by way of a video conferencing consultation; and(b) the patient is not an admitted patient; and(c) the patient is a care recipient in the residential aged care facility; and(d) the medical practitioner is located in the same room as the patient for the whole of the attendance\\n\",\n            \"ScheduleFee\": \"104.90\",\n            \"ScheduleFeeStartDate\": \"2026-03-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A48\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2026-03-01\"\n        },\n        {\n            \"ItemNumber\": \"2490\",\n            \"Description\": \"Professional attendance by a general practitioner, at consulting rooms, lasting at least 40 minutes but less than 60 minutes, if:(a) the attendance is to provide clinical support to a patient to whom a specialist or consultant physician is providing a service, to which another item applies, by way of a video conferencing consultation; and(b) the patient is not an admitted patient; and(c) the medical practitioner is located in the same room as the patient for the whole of the attendance\\n\",\n            \"ScheduleFee\": \"145.10\",\n            \"ScheduleFeeStartDate\": \"2026-03-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A48\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2026-03-01\"\n        },\n        {\n            \"ItemNumber\": \"2491\",\n            \"Description\": \"Professional attendance by a general practitioner, at a place other than consulting rooms, lasting at least 40 minutes but less than 60 minutes, if:(a) the attendance is to provide clinical support to a patient to whom a specialist or consultant physician is providing a service, to which another item applies, by way of a video conferencing consultation; and(b) the patient is not an admitted patient; and(c) the patient is not a care recipient in a residential aged care facility; and(d) the medical practitioner is located in the same room as the patient for the whole of the attendance\\n\",\n            \"ScheduleFee\": \"152.75\",\n            \"ScheduleFeeStartDate\": \"2026-03-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A48\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2026-03-01\"\n        },\n        {\n            \"ItemNumber\": \"2492\",\n            \"Description\": \"Professional attendance by a general practitioner, at a residential aged care facility, lasting at least 40 minutes but less than 60 minutes, if:(a) the attendance is to provide clinical support to a patient to whom a specialist or consultant physician is providing a service, to which another item applies, by way of a video conferencing consultation; and(b) the patient is not an admitted patient; and(c) the patient is a care recipient in the residential aged care facility; and(d) the medical practitioner is located in the same room as the patient for the whole of the attendance\\n\",\n            \"ScheduleFee\": \"145.10\",\n            \"ScheduleFeeStartDate\": \"2026-03-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A48\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2026-03-01\"\n        },\n        {\n            \"ItemNumber\": \"2493\",\n            \"Description\": \"Professional attendance by a general practitioner, at consulting rooms, lasting at least 60 minutes, if:(a) the attendance is to provide clinical support to a patient to whom a specialist or consultant physician is providing a service, to which another item applies, by way of a video conferencing consultation; and(b) the patient is not an admitted patient; and(c) the medical practitioner is located in the same room as the patient for the whole of the attendance\\n\",\n            \"ScheduleFee\": \"222.65\",\n            \"ScheduleFeeStartDate\": \"2026-03-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A48\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2026-03-01\"\n        },\n        {\n            \"ItemNumber\": \"2494\",\n            \"Description\": \"Professional attendance by a general practitioner, at a place other than consulting rooms, lasting at least 60 minutes, if:(a) the attendance is to provide clinical support to a patient to whom a specialist or consultant physician is providing a service, to which another item applies, by way of a video conferencing consultation; and(b) the patient is not an admitted patient; and(c) the patient is not a care recipient in a residential aged care facility; and(d) the medical practitioner is located in the same room as the patient for the whole of the attendance\\n\",\n            \"ScheduleFee\": \"232.90\",\n            \"ScheduleFeeStartDate\": \"2026-03-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A48\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2026-03-01\"\n        },\n        {\n            \"ItemNumber\": \"2495\",\n            \"Description\": \"Professional attendance by a general practitioner, at a residential aged care facility, lasting at least 60 minutes, if:(a) the attendance is to provide clinical support to a patient to whom a specialist or consultant physician is providing a service, to which another item applies, by way of a video conferencing consultation; and(b) the patient is not an admitted patient; and(c) the patient is a care recipient in the residential aged care facility; and(d) the medical practitioner is located in the same room as the patient for the whole of the attendance\\n\",\n            \"ScheduleFee\": \"222.65\",\n            \"ScheduleFeeStartDate\": \"2026-03-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A48\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2026-03-01\"\n        },\n        {\n            \"ItemNumber\": \"2700\",\n            \"Description\": \"Professional attendance by a general practitioner (including a general practitioner who has not undertaken mental health skills training) of at least 20 minutes but less than 40 minutes in duration for the preparation of a GP mental health treatment plan for a patient\\n\",\n            \"ScheduleFee\": \"83.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A20\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2011-11-01\"\n        },\n        {\n            \"ItemNumber\": \"2701\",\n            \"Description\": \"Professional attendance by a general practitioner (including a general practitioner who has not undertaken mental health skills training) of at least 40 minutes in duration for the preparation of a GP mental health treatment plan for a patient\\n\",\n            \"ScheduleFee\": \"123.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A20\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2011-11-01\"\n        },\n        {\n            \"ItemNumber\": \"2715\",\n            \"Description\": \"Professional attendance by a general practitioner (including a general practitioner who has undertaken mental health skills training of at least 20 minutes but less than 40 minutes in duration for the preparation of a GP mental health treatment plan for a patient\\n\",\n            \"ScheduleFee\": \"106.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A20\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2011-11-01\"\n        },\n        {\n            \"ItemNumber\": \"2717\",\n            \"Description\": \"Professional attendance by a general practitioner (including a general practitioner who has undertaken mental health skills training) of at least 40 minutes in duration for the preparation of a GP mental health treatment plan for a patient\\n\",\n            \"ScheduleFee\": \"156.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A20\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2011-11-01\"\n        },\n        {\n            \"ItemNumber\": \"2721\",\n            \"Description\": \"Professional attendance at consulting rooms by a general practitioner, for providing focussed psychological strategies for assessed mental disorders by a general practitioner registered with the Chief Executive Medicare as meeting the credentialling requirements for provision of this service, and lasting at least 30 minutes, but less than 40 minutes\\n\",\n            \"ScheduleFee\": \"108.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A20\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2002-11-01\"\n        },\n        {\n            \"ItemNumber\": \"2723\",\n            \"Description\": \"Professional attendance at a place other than consulting rooms by a general practitioner (not including a specialist or a consultant physician), for providing focussed psychological strategies for assessed mental disorders by a medical practitioner registered with the Chief Executive Medicare as meeting the credentialling requirements for provision of this service, and lasting at least 30 minutes, but less than 40 minutes\\n\",\n            \"DerivedFee\": \"The fee for item 2721, plus $30.30 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - the fee for item 2721 plus $2.40 per patient.\",\n            \"Category\": \"1\",\n            \"Group\": \"A20\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2002-11-01\"\n        },\n        {\n            \"ItemNumber\": \"2725\",\n            \"Description\": \"Professional attendance at consulting rooms by a general practitioner, for providing focussed psychological strategies for assessed mental disorders by a general practitioner registered with the Chief Executive Medicare as meeting the credentialling requirements for provision of this service, and lasting at least 40 minutes\\n\",\n            \"ScheduleFee\": \"154.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A20\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2002-11-01\"\n        },\n        {\n            \"ItemNumber\": \"2727\",\n            \"Description\": \"Professional attendance at a place other than consulting rooms by a general practitioner (not including a specialist or a consultant physician), for providing focussed psychological strategies for assessed mental disorders by a medical practitioner registered with the Chief Executive Medicare as meeting the credentialling requirements for provision of this service, and lasting at least 40 minutes\\n\",\n            \"DerivedFee\": \"The fee for item 2725, plus $30.30 divided by the number of patients seen, up to a maximum of six patients.  For seven or more patients - the fee for item 2725 plus $2.40 per patient.\",\n            \"Category\": \"1\",\n            \"Group\": \"A20\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2002-11-01\"\n        },\n        {\n            \"ItemNumber\": \"2739\",\n            \"Description\": \"Professional attendance at consulting rooms by a general practitioner (not including a specialist or a consultant physician) registered with the Chief Executive Medicare as meeting the credentialling requirements for provision of this service: (a) for providing focussed psychological strategies to a person other than the patient, if the service is part of the patient’s treatment; and (b) lasting at least 30 minutes, but less than 40 minutes\\n\",\n            \"ScheduleFee\": \"108.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A20\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"2741\",\n            \"Description\": \"Professional attendance at a place other than consulting rooms by a general practitioner (not including a specialist or a consultant physician) registered with the Chief Executive Medicare as meeting the credentialling requirements for provision of this service: (a) for providing focussed psychological strategies to a person other than the patient, if the service is part of the patient’s treatment; and (b) lasting at least 30 minutes, but less than 40 minutes\\n\",\n            \"DerivedFee\": \"The fee for item 2739, plus $30.30 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - the fee for item 2739 plus $2.40 per patient.\",\n            \"Category\": \"1\",\n            \"Group\": \"A20\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"2743\",\n            \"Description\": \"Professional attendance at consulting rooms by a general practitioner (not including a specialist or a consultant physician) registered with the Chief Executive Medicare as meeting the credentialling requirements for provision of this service: (a) for providing focussed psychological strategies to a person other than the patient, if the service is part of the patient’s treatment; and (b) lasting at least 40 minutes\\n\",\n            \"ScheduleFee\": \"154.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A20\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"2745\",\n            \"Description\": \"Professional attendance at a place other than consulting rooms by a general practitioner (not including a specialist or a consultant physician) registered with the Chief Executive Medicare as meeting the credentialling requirements for provision of this service: (a) for providing focussed psychological strategies to a person other than the patient, if the service is part of the patient’s treatment; and (b) lasting at least 40 minutes\\n\",\n            \"DerivedFee\": \"The fee for item 2743, plus $30.30 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - the fee for item 2743 plus $2.40 per patient.\",\n            \"Category\": \"1\",\n            \"Group\": \"A20\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"2801\",\n            \"Description\": \"Professional attendance at consulting rooms or hospital by a specialist, or consultant physician, in the practice of the specialist's or consultant physician's specialty of pain medicine following referral of the patient to the specialist or consultant physician by a referring practitioner-initial attendance in a single course of treatment\\n\",\n            \"ScheduleFee\": \"178.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A24\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-05-01\"\n        },\n        {\n            \"ItemNumber\": \"2806\",\n            \"Description\": \"Professional attendance at consulting rooms or hospital by a specialist, or consultant physician, in the practice of the specialist's or consultant physician's specialty of pain medicine following referral of the patient to the specialist or consultant physician by a referring practitioner-each attendance (other than a service to which item 2814 applies) after the first in a single course of treatment\\n\",\n            \"ScheduleFee\": \"89.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A24\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-05-01\"\n        },\n        {\n            \"ItemNumber\": \"2814\",\n            \"Description\": \"Professional attendance at consulting rooms or hospital by a specialist, or consultant physician, in the practice of the specialist's or consultant physician's specialty of pain medicine following referral of the patient to the specialist or consultant physician by a referring practitioner-each minor attendance after the first attendance in a single course of treatment\\n\",\n            \"ScheduleFee\": \"50.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A24\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-05-01\"\n        },\n        {\n            \"ItemNumber\": \"2824\",\n            \"Description\": \"Professional attendance at a place other than consulting rooms or hospital by a specialist, or consultant physician, in the practice of the specialist's or consultant physician's specialty of pain medicine following referral of the patient to the specialist or consultant physician by a referring practitioner-initial attendance in a single course of treatment\\n\",\n            \"ScheduleFee\": \"216.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A24\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2006-05-01\"\n        },\n        {\n            \"ItemNumber\": \"2832\",\n            \"Description\": \"Professional attendance at a place other than consulting rooms or hospital by a specialist, or consultant physician, in the practice of the specialist's or consultant physician's specialty of pain medicine following referral of the patient to the specialist or consultant physician by a referring practitioner-each attendance (other than a service to which item 2840 applies) after the first in a single course of treatment\\n\",\n            \"ScheduleFee\": \"131.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A24\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2006-05-01\"\n        },\n        {\n            \"ItemNumber\": \"2840\",\n            \"Description\": \"Professional attendance at a place other than consulting rooms or hospital by a specialist, or consultant physician, in the practice of the specialist's or consultant physician's specialty of pain medicine following referral of the patient to the specialist or consultant physician by a referring practitioner-each minor attendance after the first attendance in a single course of treatment\\n\",\n            \"ScheduleFee\": \"94.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A24\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2006-05-01\"\n        },\n        {\n            \"ItemNumber\": \"2946\",\n            \"Description\": \"Attendance by a specialist, or consultant physician, in the practice of the specialist's or consultant physician's specialty of pain medicine, as a member of a multidisciplinary case conference team, to organise and coordinate a community case conference of at least 15 minutes but less than 30 minutes\\n\",\n            \"ScheduleFee\": \"164.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A24\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-05-01\"\n        },\n        {\n            \"ItemNumber\": \"2949\",\n            \"Description\": \"Attendance by a specialist, or consultant physician, in the practice of the specialist's or consultant physician's specialty of pain medicine, as a member of a multidisciplinary case conference team, to organise and coordinate a community case conference of at least 30 minutes but less than 45 minutes\\n\",\n            \"ScheduleFee\": \"247.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A24\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-05-01\"\n        },\n        {\n            \"ItemNumber\": \"2954\",\n            \"Description\": \"Attendance by a specialist, or consultant physician, in the practice of the specialist's or consultant physician's specialty of pain medicine, as a member of a multidisciplinary case conference team, to organise and coordinate a community case conference of at least 45 minutes\\n\",\n            \"ScheduleFee\": \"329.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A24\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-05-01\"\n        },\n        {\n            \"ItemNumber\": \"2958\",\n            \"Description\": \"Attendance by a specialist, or consultant physician, in the practice of the specialist's or consultant physician's specialty of pain medicine, as a member of a multidisciplinary case conference team, to participate in a community case conference (other than to organise and coordinate the conference) of at least 15 minutes but less than 30 minutes\\n\",\n            \"ScheduleFee\": \"118.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A24\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-05-01\"\n        },\n        {\n            \"ItemNumber\": \"2972\",\n            \"Description\": \"Attendance by a specialist, or consultant physician, in the practice of the specialist's or consultant physician's specialty of pain medicine, as a member of a multidisciplinary case conference team, to participate in a community case conference (other than to organise and coordinate the conference) of at least 30 minutes but less than 45 minutes\\n\",\n            \"ScheduleFee\": \"188.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A24\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-05-01\"\n        },\n        {\n            \"ItemNumber\": \"2974\",\n            \"Description\": \"Attendance by a specialist, or consultant physician, in the practice of the specialist's or consultant physician's specialty of pain medicine, as a member of a multidisciplinary case conference team, to participate in a community case conference (other than to organise and coordinate the conference) of at least 45 minutes\\n\",\n            \"ScheduleFee\": \"259.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A24\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-05-01\"\n        },\n        {\n            \"ItemNumber\": \"2978\",\n            \"Description\": \"Attendance by a specialist, or consultant physician, in the practice of the specialist's or consultant physician's specialty of pain medicine, as a member of a multidisciplinary case conference team, to organise and coordinate a discharge case conference of at least 15 minutes but less than 30 minutes, before the patient is discharged from a hospital (H)\\n\",\n            \"ScheduleFee\": \"164.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A24\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-05-01\"\n        },\n        {\n            \"ItemNumber\": \"2984\",\n            \"Description\": \"Attendance by a specialist, or consultant physician, in the practice of the specialist's or consultant physician's specialty of pain medicine, as a member of a multidisciplinary case conference team, to organise and coordinate a discharge case conference of at least 30 minutes but less than 45 minutes, before the patient is discharged from a hospital (H)\\n\",\n            \"ScheduleFee\": \"247.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A24\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-05-01\"\n        },\n        {\n            \"ItemNumber\": \"2988\",\n            \"Description\": \"Attendance by a specialist, or consultant physician, in the practice of the specialist's or consultant physician's specialty of pain medicine, as a member of a multidisciplinary case conference team, to organise and coordinate a discharge case conference of at least 45 minutes, before the patient is discharged from a hospital (H)\\n\",\n            \"ScheduleFee\": \"329.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A24\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-05-01\"\n        },\n        {\n            \"ItemNumber\": \"2992\",\n            \"Description\": \"Attendance by a specialist, or consultant physician, in the practice of the specialist's or consultant physician's specialty of pain medicine, as a member of a multidisciplinary case conference team, to participate in a discharge case conference (other than to organise and coordinate the conference) of at least 15 minutes but less than 30 minutes, before the patient is discharged from a hospital (H)\\n\",\n            \"ScheduleFee\": \"118.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A24\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-05-01\"\n        },\n        {\n            \"ItemNumber\": \"2996\",\n            \"Description\": \"Attendance by a specialist, or consultant physician, in the practice of the specialist's or consultant physician's specialty of pain medicine, as a member of a multidisciplinary case conference team, to participate in a discharge case conference (other than to organise and coordinate the conference) of at least 30 minutes but less than 45 minutes, before the patient is discharged from a hospital (H)\\n\",\n            \"ScheduleFee\": \"188.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A24\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-05-01\"\n        },\n        {\n            \"ItemNumber\": \"3000\",\n            \"Description\": \"Attendance by a specialist, or consultant physician, in the practice of the specialist's or consultant physician's specialty of pain medicine, as a member of a multidisciplinary case conference team, to participate in a discharge case conference (other than to organise and coordinate the conference) of at least 45 minutes, before the patient is discharged from a hospital (H)\\n\",\n            \"ScheduleFee\": \"259.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A24\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-05-01\"\n        },\n        {\n            \"ItemNumber\": \"3005\",\n            \"Description\": \"Professional attendance at consulting rooms or hospital by a specialist, or consultant physician, in the practice of the specialist's or consultant physician's specialty of palliative medicine following referral of the patient to the specialist or consultant physician by a referring practitioner-initial attendance in a single course of treatment\\n\",\n            \"ScheduleFee\": \"178.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A24\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-05-01\"\n        },\n        {\n            \"ItemNumber\": \"3010\",\n            \"Description\": \"Professional attendance at consulting rooms or hospital by a specialist, or consultant physician, in the practice of the specialist's or consultant physician's specialty of palliative medicine following referral of the patient to the specialist or consultant physician by a referring practitioner-each attendance (other than a service to which item 3014 applies) after the first in a single course of treatment\\n\",\n            \"ScheduleFee\": \"89.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A24\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-05-01\"\n        },\n        {\n            \"ItemNumber\": \"3014\",\n            \"Description\": \"Professional attendance at consulting rooms or hospital by a specialist, or consultant physician, in the practice of the specialist's or consultant physician's specialty of palliative medicine following referral of the patient to the specialist or consultant physician by a referring practitioner-each minor attendance after the first attendance in a single course of treatment\\n\",\n            \"ScheduleFee\": \"50.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A24\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-05-01\"\n        },\n        {\n            \"ItemNumber\": \"3018\",\n            \"Description\": \"Professional attendance at a place other than consulting rooms or hospital by a specialist, or consultant physician, in the practice of the specialist's or consultant physician's specialty of palliative medicine following referral of the patient to the specialist or consultant physician by a referring practitioner-initial attendance in a single course of treatment\\n\",\n            \"ScheduleFee\": \"216.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A24\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2006-05-01\"\n        },\n        {\n            \"ItemNumber\": \"3023\",\n            \"Description\": \"Professional attendance at a place other than consulting rooms or hospital by a specialist, or consultant physician, in the practice of the specialist's or consultant physician's specialty of palliative medicine following referral of the patient to the specialist or consultant physician by a referring practitioner-each attendance (other than a service to which item 3028 applies) after the first in a single course of treatment\\n\",\n            \"ScheduleFee\": \"131.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A24\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2006-05-01\"\n        },\n        {\n            \"ItemNumber\": \"3028\",\n            \"Description\": \"Professional attendance at a place other than consulting rooms or hospital by a specialist, or consultant physician, in the practice of the specialist's or consultant physician's specialty of palliative medicine following referral of the patient to the specialist or consultant physician by a referring practitioner-each minor attendance after the first attendance in a single course of treatment\\n\",\n            \"ScheduleFee\": \"94.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A24\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2006-05-01\"\n        },\n        {\n            \"ItemNumber\": \"3032\",\n            \"Description\": \"Attendance by a specialist, or consultant physician, in the practice of the specialist's or consultant physician's specialty of palliative medicine, as a member of a multidisciplinary case conference team, to organise and coordinate a community case conference of at least 15 minutes but less than 30 minutes\\n\",\n            \"ScheduleFee\": \"164.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A24\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-05-01\"\n        },\n        {\n            \"ItemNumber\": \"3040\",\n            \"Description\": \"Attendance by a specialist, or consultant physician, in the practice of the specialist's or consultant physician's specialty of palliative medicine, as a member of a multidisciplinary case conference team, to organise and coordinate a community case conference of at least 30 minutes but less than 45 minutes\\n\",\n            \"ScheduleFee\": \"247.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A24\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-05-01\"\n        },\n        {\n            \"ItemNumber\": \"3044\",\n            \"Description\": \"Attendance by a specialist, or consultant physician, in the practice of the specialist's or consultant physician's specialty of palliative medicine, as a member of a multidisciplinary case conference team, to organise and coordinate a community case conference of at least 45 minutes\\n\",\n            \"ScheduleFee\": \"329.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A24\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-05-01\"\n        },\n        {\n            \"ItemNumber\": \"3051\",\n            \"Description\": \"Attendance by a specialist, or consultant physician, in the practice of the specialist's or consultant physician's specialty of palliative medicine, as a member of a multidisciplinary case conference team, to participate in a community case conference (other than to organise and coordinate the conference) of at least 15 minutes but less than 30 minutes\\n\",\n            \"ScheduleFee\": \"118.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A24\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-05-01\"\n        },\n        {\n            \"ItemNumber\": \"3055\",\n            \"Description\": \"Attendance by a specialist, or consultant physician, in the practice of the specialist's or consultant physician's specialty of palliative medicine, as a member of a multidisciplinary case conference team, to participate in a community case conference (other than to organise and coordinate the conference) of at least 30 minutes but less than 45 minutes, with a multidisciplinary team of at least 2 other formal care providers of different disciplines\\n\",\n            \"ScheduleFee\": \"188.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A24\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-05-01\"\n        },\n        {\n            \"ItemNumber\": \"3062\",\n            \"Description\": \"Attendance by a specialist, or consultant physician, in the practice of the specialist's or consultant physician's specialty of palliative medicine, as a member of a multidisciplinary case conference team, to participate in a community case conference (other than to organise and coordinate the conference) of at least 45 minutes\\n\",\n            \"ScheduleFee\": \"259.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A24\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-05-01\"\n        },\n        {\n            \"ItemNumber\": \"3069\",\n            \"Description\": \"Attendance by a specialist, or consultant physician, in the practice of the specialist's or consultant physician's specialty of palliative medicine, as a member of a multidisciplinary case conference team, to organise and coordinate a discharge case conference of at least 15 minutes but less than 30 minutes, before the patient is discharged from a hospital (H)\\n\",\n            \"ScheduleFee\": \"164.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A24\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-05-01\"\n        },\n        {\n            \"ItemNumber\": \"3074\",\n            \"Description\": \"Attendance by a specialist, or consultant physician, in the practice of the specialist's or consultant physician's specialty of palliative medicine, as a member of a case conference team, to organise and coordinate a discharge case conference of at least 30 minutes but less than 45 minutes, before the patient is discharged from a hospital (H)\\n\",\n            \"ScheduleFee\": \"247.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A24\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-05-01\"\n        },\n        {\n            \"ItemNumber\": \"3078\",\n            \"Description\": \"Attendance by a specialist, or consultant physician, in the practice of the specialist's or consultant physician's specialty of palliative medicine, as a member of a multidisciplinary case conference team, to organise and coordinate a discharge case conference of at least 45 minutes, before the patient is discharged from a hospital (H)\\n\",\n            \"ScheduleFee\": \"329.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A24\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-05-01\"\n        },\n        {\n            \"ItemNumber\": \"3083\",\n            \"Description\": \"Attendance by a specialist, or consultant physician, in the practice of the specialist's or consultant physician's specialty of palliative medicine, as a member of a case conference team, to participate in a discharge case conference (other than to organise and coordinate the conference) of at least 15 minutes but less than 30 minutes, before the patient is discharged from a hospital (H)\\n\",\n            \"ScheduleFee\": \"118.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A24\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-05-01\"\n        },\n        {\n            \"ItemNumber\": \"3088\",\n            \"Description\": \"Attendance by a specialist, or consultant physician, in the practice of the specialist's or consultant physician's specialty of palliative medicine, as a member of a multidisciplinary case conference team, to participate in a discharge case conference (other than to organise and coordinate the conference) of at least 30 minutes but less than 45 minutes, before the patient is discharged from a hospital (H)\\n\",\n            \"ScheduleFee\": \"188.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A24\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-05-01\"\n        },\n        {\n            \"ItemNumber\": \"3093\",\n            \"Description\": \"Attendance by a specialist, or consultant physician, in the practice of the specialist's or consultant physician's specialty of palliative medicine, as a member of a multidisciplinary case conference team, to participate in a discharge case conference (other than to organise and coordinate the conference) of at least 45 minutes, before the patient is discharged from a hospital (H)\\n\",\n            \"ScheduleFee\": \"259.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A24\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-05-01\"\n        },\n        {\n            \"ItemNumber\": \"4001\",\n            \"Description\": \"Professional attendance of at least 20 minutes in duration at consulting rooms by a general practitioner who is registered with the Chief Executive Medicare as meeting the credentialing requirements for provision of this service for the purpose of providing non-directive pregnancy support counselling to a patient who: (a) is currently pregnant; or (b) has been pregnant in the 12 months preceding the provision of the first service to which this item or item 81000, 81005 or 81010 applies in relation to that pregnancy\\n\",\n            \"ScheduleFee\": \"89.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A27\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"5000\",\n            \"Description\": \"Professional attendance at consulting rooms (other than a service to which another item applies) by a general practitioner for an obvious problem characterised by the straightforward nature of the task that requires a short patient history and, if required, limited examination and management-each attendance\\n\",\n            \"ScheduleFee\": \"33.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A22\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2005-01-01\"\n        },\n        {\n            \"ItemNumber\": \"5001\",\n            \"Description\": \"Professional attendance, on a patient aged 4 years or over but under 75 years old, at a recognised emergency department of a private hospital by a specialist in the practice of the specialist’s specialty of emergency medicine involving medical decision‑making of ordinary complexity\\n\",\n            \"ScheduleFee\": \"68.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A21\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"4 years or older and younger than 75 years\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-03-01\"\n        },\n        {\n            \"ItemNumber\": \"5003\",\n            \"Description\": \"Professional attendance by a general practitioner (other than attendance at consulting rooms, a hospital or a residential aged care facility or a service to which another item in this Schedule applies) that requires a short patient history and, if necessary, limited examination and management—an attendance on one or more patients on one occasion—each patient\\n\",\n            \"DerivedFee\": \"The fee for item 5000, plus $30.30 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - the fee for item 5000 plus $2.40 per patient.\",\n            \"Category\": \"1\",\n            \"Group\": \"A22\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2005-01-01\"\n        },\n        {\n            \"ItemNumber\": \"5004\",\n            \"Description\": \"Professional attendance, on a patient aged under 4 years, at a recognised emergency department of a private hospital by a specialist in the practice of the specialist’s specialty of emergency medicine involving medical decision-making of ordinary complexity\\n\",\n            \"ScheduleFee\": \"114.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A21\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"younger than 4 years\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-03-01\"\n        },\n        {\n            \"ItemNumber\": \"5010\",\n            \"Description\": \"Professional attendance (other than a service to which another item applies) at a residential aged care facility (other than a professional attendance at a self‑contained unit) or professional attendance at consulting rooms situated within such a complex, if the patient is a care recipient in the facility who is not a resident of a self‑contained unit, by a general practitioner for an obvious problem characterised by the straightforward nature of the task that requires a short patient history and, if required, limited examination and management—an attendance on one or more patients at one residential aged care facility on one occasion—each patient\\n\",\n            \"DerivedFee\": \"The fee for item 5000, plus $54.55 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - the fee for item 5000 plus $3.90 per patient.\",\n            \"Category\": \"1\",\n            \"Group\": \"A22\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2005-01-01\"\n        },\n        {\n            \"ItemNumber\": \"5011\",\n            \"Description\": \"Professional attendance, on a patient aged 75 years or over, at a recognised emergency department of a private hospital by a specialist in the practice of the specialist’s specialty of emergency medicine involving medical decision-making of ordinary complexity\\n\",\n            \"ScheduleFee\": \"114.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A21\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"75 years or older\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-03-01\"\n        },\n        {\n            \"ItemNumber\": \"5012\",\n            \"Description\": \"Professional attendance, on a patient aged 4 years or over but under 75 years old, at a recognised emergency department of a private hospital by a specialist in the practice of the specialist’s specialty of emergency medicine involving medical decision-making of complexity that is more than ordinary but is not high\\n\",\n            \"ScheduleFee\": \"180.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A21\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"4 years or older and younger than 75 years\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-03-01\"\n        },\n        {\n            \"ItemNumber\": \"5013\",\n            \"Description\": \"Professional attendance, on a patient aged under 4 years, at a recognised emergency department of a private hospital by a specialist in the practice of the specialist’s specialty of emergency medicine involving medical decision-making of complexity that is more than ordinary but is not high\\n\",\n            \"ScheduleFee\": \"226.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A21\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"younger than 4 years\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-03-01\"\n        },\n        {\n            \"ItemNumber\": \"5014\",\n            \"Description\": \"Professional attendance, on a patient aged 75 years or over, at a recognised emergency department of a private hospital by a specialist in the practice of the specialist’s specialty of emergency medicine involving medical decision-making of complexity that is more than ordinary but is not high\\n\",\n            \"ScheduleFee\": \"226.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A21\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"75 years or older\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-03-01\"\n        },\n        {\n            \"ItemNumber\": \"5016\",\n            \"Description\": \"Professional attendance, on a patient aged 4 years or over but under 75 years old, at a recognised emergency department of a private hospital by a specialist in the practice of the specialist’s specialty of emergency medicine involving medical decision-making of high complexity\\n\",\n            \"ScheduleFee\": \"304.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A21\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"4 years or older and younger than 75 years\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-03-01\"\n        },\n        {\n            \"ItemNumber\": \"5017\",\n            \"Description\": \"Professional attendance, on a patient aged under 4 years, at a recognised emergency department of a private hospital by a specialist in the practice of the specialist’s specialty of emergency medicine involving medical decision-making of high complexity\\n\",\n            \"ScheduleFee\": \"350.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A21\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"younger than 4 years\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-03-01\"\n        },\n        {\n            \"ItemNumber\": \"5019\",\n            \"Description\": \"Professional attendance, on a patient aged 75 years or over, at a recognised emergency department of a private hospital by a specialist in the practice of the specialist’s specialty of emergency medicine involving medical decision-making of high complexity\\n\",\n            \"ScheduleFee\": \"350.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A21\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"75 years or older\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-03-01\"\n        },\n        {\n            \"ItemNumber\": \"5020\",\n            \"Description\": \"Professional attendance by a general practitioner at consulting rooms (other than a service to which another item in this Schedule applies), lasting at least 6 minutes and less than 20 minutes and including any of the following that are clinically relevant:(a) taking a patient history;(b) performing a clinical examination;(c) arranging any necessary investigation;(d) implementing a management plan;(e) providing appropriate preventive health care;for one or more health-related issues, with appropriate documentation\\n\",\n            \"ScheduleFee\": \"57.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A22\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2005-01-01\"\n        },\n        {\n            \"ItemNumber\": \"5021\",\n            \"Description\": \"Professional attendance, on a patient aged 4 years or over but under 75 years old, at a recognised emergency department of a private hospital by a medical practitioner (except a specialist in the practice of the specialist’s specialty of emergency medicine) involving medical decision-making of ordinary complexity\\n\",\n            \"ScheduleFee\": \"51.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A21\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"4 years or older and younger than 75 years\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-03-01\"\n        },\n        {\n            \"ItemNumber\": \"5022\",\n            \"Description\": \"Professional attendance, on a patient aged under 4 years, at a recognised emergency department of a private hospital by a medical practitioner (except a specialist in the practice of the specialist’s specialty of emergency medicine) involving medical decision-making of ordinary complexity\\n\",\n            \"ScheduleFee\": \"86.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A21\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"younger than 4 years\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-03-01\"\n        },\n        {\n            \"ItemNumber\": \"5023\",\n            \"Description\": \"Professional attendance by a general practitioner (other than attendance at consulting rooms, a hospital or a residential aged care facility or a service to which another item in this Schedule applies), lasting at least 6 minutes and less than 20 minutes and including any of the following that are clinically relevant: (a) taking a patient history; (b) performing a clinical examination; (c) arranging any necessary investigation; (d) implementing a management plan; (e) providing appropriate preventive health care; for one or more health‑related issues, with appropriate documentation—an attendance on one or more patients on one occasion—each patient\\n\",\n            \"DerivedFee\": \"The fee for item 5020, plus $30.30 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - the fee for item 5020 plus $2.40 per patient.\",\n            \"Category\": \"1\",\n            \"Group\": \"A22\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2005-01-01\"\n        },\n        {\n            \"ItemNumber\": \"5027\",\n            \"Description\": \"Professional attendance, on a patient aged 75 years or over, at a recognised emergency department of a private hospital by a medical practitioner (except a specialist in the practice of the specialist’s specialty of emergency medicine) involving medical decision-making of ordinary complexity\\n\",\n            \"ScheduleFee\": \"86.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A21\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"75 years or older\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-03-01\"\n        },\n        {\n            \"ItemNumber\": \"5028\",\n            \"Description\": \"Professional attendance by a general practitioner (other than a service to which another item in this Schedule applies), on care recipients in a residential aged care facility, lasting at least 6 minutes and less than 20 minutes and including any of the following that are clinically relevant: (a) taking a patient history; (b) performing a clinical examination; (c) arranging any necessary investigation; (d) implementing a management plan; (e) providing appropriate preventive health care; for one or more health‑related issues, with appropriate documentation—an attendance on one or more patients at one residential aged care facility on one occasion—each patient\\n\",\n            \"DerivedFee\": \"The fee for item 5020, plus $54.55 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - the fee for item 5020 plus $3.90 per patient.\",\n            \"Category\": \"1\",\n            \"Group\": \"A22\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2005-01-01\"\n        },\n        {\n            \"ItemNumber\": \"5030\",\n            \"Description\": \"Professional attendance, on a patient aged 4 years or over but under 75 years old, at a recognised emergency department of a private hospital by a medical practitioner (except a specialist in the practice of the specialist’s specialty of emergency medicine) involving medical decision-making of complexity that is more than ordinary but is not high\\n\",\n            \"ScheduleFee\": \"135.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A21\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"4 years or older and younger than 75 years\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-03-01\"\n        },\n        {\n            \"ItemNumber\": \"5031\",\n            \"Description\": \"Professional attendance, on a patient aged under 4 years, at a recognised emergency department of a private hospital by a medical practitioner (except a specialist in the practice of the specialist’s specialty of emergency medicine) involving medical decision-making of complexity that is more than ordinary but is not high\\n\",\n            \"ScheduleFee\": \"170.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A21\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"younger than 4 years\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-03-01\"\n        },\n        {\n            \"ItemNumber\": \"5032\",\n            \"Description\": \"Professional attendance, on a patient aged 75 years or over, at a recognised emergency department of a private hospital by a medical practitioner (except a specialist in the practice of the specialist’s specialty of emergency medicine) involving medical decision-making of complexity that is more than ordinary but is not high\\n\",\n            \"ScheduleFee\": \"170.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A21\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"75 years or older\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-03-01\"\n        },\n        {\n            \"ItemNumber\": \"5033\",\n            \"Description\": \"Professional attendance, on a patient 4 years or over but under 75 years old, at a recognised emergency department of a private hospital by a medical practitioner (except a specialist in the practice of the specialist’s specialty of emergency medicine) involving medical decision-making of high complexity\\n\",\n            \"ScheduleFee\": \"228.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A21\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"4 years or older and younger than 75 years\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-03-01\"\n        },\n        {\n            \"ItemNumber\": \"5035\",\n            \"Description\": \"Professional attendance, on a patient aged under 4 years, at a recognised emergency department of a private hospital by a medical practitioner (except a specialist in the practice of the specialist’s specialty of emergency medicine) involving medical decision-making of high complexity\\n\",\n            \"ScheduleFee\": \"263.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A21\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"younger than 4 years\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-03-01\"\n        },\n        {\n            \"ItemNumber\": \"5036\",\n            \"Description\": \"Professional attendance, on a patient aged 75 years or over, at a recognised emergency department of a private hospital by a medical practitioner (except a specialist in the practice of the specialist’s specialty of emergency medicine) involving medical decision-making of high complexity\\n\",\n            \"ScheduleFee\": \"263.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A21\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"75 years or older\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-03-01\"\n        },\n        {\n            \"ItemNumber\": \"5039\",\n            \"Description\": \"Professional attendance at a recognised emergency department of a private hospital by a specialist in the practice of the specialist’s specialty of emergency medicine for preparation of goals of care by the specialist for a gravely ill patient lacking current goals of care if: (a) the specialist takes overall responsibility for the preparation of the goals of care for the patient; and (b) the attendance is the first attendance by the specialist for the preparation of the goals of care for the patient following the presentation of the patient to the emergency department; and (c) the attendance is in conjunction with, or after, an attendance on the patient by the specialist that is described in item 5001, 5004, 5011, 5012, 5013, 5014, 5016, 5017 or 5019\\n\",\n            \"ScheduleFee\": \"166.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A21\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-03-01\"\n        },\n        {\n            \"ItemNumber\": \"5040\",\n            \"Description\": \"Professional attendance by a general practitioner at consulting rooms (other than a service to which another item in the table applies), lasting at least 20 minutes and including any of the following that are clinically relevant: (a) taking a detailed patient history; (b) performing a clinical examination; (c) arranging any necessary investigation; (d) implementing a management plan; (e) providing appropriate preventive health care; for one or more health-related issues, with appropriate documentation-each attendance\\n\",\n            \"ScheduleFee\": \"98.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A22\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2005-01-01\"\n        },\n        {\n            \"ItemNumber\": \"5041\",\n            \"Description\": \"Professional attendance at a recognised emergency department of a private hospital by a specialist in the practice of the specialist’s specialty of emergency medicine for preparation of goals of care by the specialist for a gravely ill patient lacking current goals of care if: (a) the specialist takes overall responsibility for the preparation of the goals of care for the patient; and (b) the attendance is the first attendance by the specialist for the preparation of the goals of care for the patient following the presentation of the patient to the emergency department; and (c) the attendance is not in conjunction with, or after, an attendance on the patient by the specialist that is described in item 5001, 5004, 5011, 5012, 5013, 5014, 5016, 5017 or 5019; and (d) the attendance is for at least 60 minutes\\n\",\n            \"ScheduleFee\": \"312.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A21\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-03-01\"\n        },\n        {\n            \"ItemNumber\": \"5042\",\n            \"Description\": \"Professional attendance at a recognised emergency department of a private hospital by a medical practitioner (except a specialist in the practice of the specialist’s specialty of emergency medicine) for preparation of goals of care by the practitioner for a gravely ill patient lacking current goals of care if: (a) the practitioner takes overall responsibility for the preparation of the goals of care for the patient; and (b) the attendance is the first attendance by the practitioner for the preparation of the goals of care for the patient following the presentation of the patient to the emergency department; and (c) the attendance is in conjunction with, or after, an attendance on the patient by the practitioner that is described in item 5021, 5022, 5027, 5030, 5031, 5032, 5033, 5035 or 5036\\n\",\n            \"ScheduleFee\": \"124.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A21\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-03-01\"\n        },\n        {\n            \"ItemNumber\": \"5043\",\n            \"Description\": \"Professional attendance by a general practitioner (other than attendance at consulting rooms, a hospital or a residential aged care facility or a service to which another item in this Schedule applies), lasting at least 20 minutes and including any of the following that are clinically relevant: (a) taking a detailed patient history; (b) performing a clinical examination; (c) arranging any necessary investigation; (d) implementing a management plan; (e) providing appropriate preventive health care; for one or more health‑related issues, with appropriate documentation—an attendance on one or more patients on one occasion—each patient\\n\",\n            \"DerivedFee\": \"The fee for item 5040, plus $30.30 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - the fee for item 5040 plus $2.40 per patient.\",\n            \"Category\": \"1\",\n            \"Group\": \"A22\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2005-01-01\"\n        },\n        {\n            \"ItemNumber\": \"5044\",\n            \"Description\": \"Professional attendance at a recognised emergency department of a private hospital by a medical practitioner (except a specialist in the practice of the specialist’s specialty of emergency medicine) for preparation of goals of care by the practitioner for a gravely ill patient lacking current goals of care if: (a) the practitioner takes overall responsibility for the preparation of the goals of care for the patient; and (b) the attendance is the first attendance by the practitioner for the preparation of the goals of care for the patient following the presentation of the patient to the emergency department; and (c) the attendance is not in conjunction with, or after, an attendance on the patient by the practitioner that is described in item 5021, 5022, 5027, 5030, 5031, 5032, 5033, 5035 or 5036; and (d) the attendance is for at least 60 minutes\\n\",\n            \"ScheduleFee\": \"234.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A21\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-03-01\"\n        },\n        {\n            \"ItemNumber\": \"5049\",\n            \"Description\": \"Professional attendance by a general practitioner, on care recipients in a residential aged care facility, other than a service to which another item in this Schedule applies, lasting at least 20 minutes and including any of the following that are clinically relevant: (a) taking a detailed patient history; (b) performing a clinical examination; (c) arranging any necessary investigation; (d) implementing a management plan; (e) providing appropriate preventive health care; for one or more health‑related issues, with appropriate documentation—an attendance on one or more patients at one residential aged care facility on one occasion—each patient\\n\",\n            \"DerivedFee\": \"The fee for item 5040, plus $54.55 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - the fee for item 5040 plus $3.90 per patient.\",\n            \"Category\": \"1\",\n            \"Group\": \"A22\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2005-01-01\"\n        },\n        {\n            \"ItemNumber\": \"5060\",\n            \"Description\": \"Professional attendance by a general practitioner at consulting rooms (other than a service to which another item in the table applies), lasting at least 40 minutes and including any of the following that are clinically relevant: (a) taking an extensive patient history; (b) performing a clinical examination; (c) arranging any necessary investigation; (d) implementing a management plan; (e) providing appropriate preventive health care; for one or more health-related issues, with appropriate documentation-each attendance\\n\",\n            \"ScheduleFee\": \"137.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A22\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2005-01-01\"\n        },\n        {\n            \"ItemNumber\": \"5063\",\n            \"Description\": \"Professional attendance by a general practitioner (other than attendance at consulting rooms, a hospital or a residential aged care facility or a service to which another item in this Schedule applies), lasting at least 40 minutes and including any of the following that are clinically relevant: (a) taking an extensive patient history; (b) performing a clinical examination; (c) arranging any necessary investigation; (d) implementing a management plan; (e) providing appropriate preventive health care; for one or more health‑related issues, with appropriate documentation—an attendance on one or more patients on one occasion—each patient\\n\",\n            \"DerivedFee\": \"The fee for item 5060, plus $30.30 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - the fee for item 5060 plus $2.40 per patient.\",\n            \"Category\": \"1\",\n            \"Group\": \"A22\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2005-01-01\"\n        },\n        {\n            \"ItemNumber\": \"5067\",\n            \"Description\": \"Professional attendance by a general practitioner, on care recipients in a residential aged care facility, other than a service to which another item in this Schedule applies, lasting at least 40 minutes and including any of the following that are clinically relevant: (a) taking an extensive patient history; (b) performing a clinical examination; (c) arranging any necessary investigation; (d) implementing a management plan; (e) providing appropriate preventive health care; for one or more health‑related issues, with appropriate documentation—an attendance on one or more patients at one residential aged care facility on one occasion—each patient\\n\",\n            \"DerivedFee\": \"The fee for item 5060, plus $54.55 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - the fee for item 5060 plus $3.90 per patient.\",\n            \"Category\": \"1\",\n            \"Group\": \"A22\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2005-01-01\"\n        },\n        {\n            \"ItemNumber\": \"5071\",\n            \"Description\": \"Professional attendance by a general practitioner at consulting rooms (other than a service to which another item in this Schedule applies), lasting at least 60 minutes and including any of the following that are clinically relevant:(a) taking an extensive patient history;(b) performing a clinical examination;(c) arranging any necessary investigation;(d) implementing a management plan;(e) providing appropriate preventive health care;for one or more health-related issues, with appropriate documentation\\n\",\n            \"ScheduleFee\": \"233.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A22\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"5076\",\n            \"Description\": \"Professional attendance by a general practitioner (other than attendance at consulting rooms, a hospital or a residential aged care facility or a service to which another item in this Schedule applies), lasting at least 60 minutes and including any of the following that are clinically relevant: (a) taking an extensive patient history; (b) performing a clinical examination; (c) arranging any necessary investigation; (d) implementing a management plan; (e) providing appropriate preventive health care; for one or more health‑related issues, with appropriate documentation—an attendance on one or more patients on one occasion—each patient\\n\",\n            \"DerivedFee\": \"The fee for item 5071, plus $30.30 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - the fee for item 5071 plus $2.40 per patient.\",\n            \"Category\": \"1\",\n            \"Group\": \"A22\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"5077\",\n            \"Description\": \"Professional attendance by a general practitioner, on care recipients in a residential aged care facility, other than a service to which another item in this Schedule applies, lasting at least 60 minutes and including any of the following that are clinically relevant: (a) taking an extensive patient history; (b) performing a clinical examination; (c) arranging any necessary investigation; (d) implementing a management plan; (e) providing appropriate preventive health care; for one or more health‑related issues, with appropriate documentation—an attendance on one or more patients at one residential aged care facility on one occasion—each patient\\n\",\n            \"DerivedFee\": \"The fee for item 5071, plus $54.55 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - the fee for item 5071 plus $3.90 per patient.\",\n            \"Category\": \"1\",\n            \"Group\": \"A22\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"5200\",\n            \"Description\": \"Professional attendance at consulting rooms of not more than 5 minutes in duration (other than a service to which another item applies) by a medical practitioner (other than a general practitioner)-each attendance\\n\",\n            \"ScheduleFee\": \"21.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A23\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2005-01-01\"\n        },\n        {\n            \"ItemNumber\": \"5203\",\n            \"Description\": \"Professional attendance at consulting rooms of more than 5 minutes in duration but not more than 25 minutes in duration (other than a service to which another item applies) by a medical practitioner (other than a general practitioner)-each attendance\\n\",\n            \"ScheduleFee\": \"31.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A23\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2005-01-01\"\n        },\n        {\n            \"ItemNumber\": \"5207\",\n            \"Description\": \"Professional attendance at consulting rooms of more than 25 minutes in duration but not more than 45 minutes in duration (other than a service to which another item applies) by a medical practitioner (other than a general practitioner)-each attendance\\n\",\n            \"ScheduleFee\": \"49.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A23\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2005-01-01\"\n        },\n        {\n            \"ItemNumber\": \"5208\",\n            \"Description\": \"Professional attendance at consulting rooms lasting more than 45 minutes, but not more than 60 minutes, (other than a service to which another item applies) by a medical practitioner (other than a general practitioner)\\n\",\n            \"ScheduleFee\": \"72.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A23\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2005-01-01\"\n        },\n        {\n            \"ItemNumber\": \"5209\",\n            \"Description\": \"Professional attendance at consulting rooms lasting more than 60 minutes (other than a service to which another item applies) by a medical practitioner (other than a general practitioner)\\n\",\n            \"ScheduleFee\": \"125.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A23\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"5220\",\n            \"Description\": \"Professional attendance by a medical practitioner who is not a general practitioner (other than attendance at consulting rooms, a hospital or a residential aged care facility or a service to which another item in the table applies), lasting not more than 5 minutes-an attendance on one or more patients on one occasion-each patient\\n\",\n            \"DerivedFee\": \"An amount equal to $18.50, plus $15.50 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - an amount equal to $18.50 plus $.70 per patient\",\n            \"Category\": \"1\",\n            \"Group\": \"A23\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2005-01-01\"\n        },\n        {\n            \"ItemNumber\": \"5223\",\n            \"Description\": \"Professional attendance by a medical practitioner who is not a general practitioner (other than attendance at consulting rooms, a hospital or a residential aged care facility or a service to which another item in the table applies), lasting more than 5 minutes, but not more than 25 minutes-an attendance on one or more patients on one occasion-each patient\\n\",\n            \"DerivedFee\": \"An amount equal to $26.00, plus $17.50 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - an amount equal to $26.00 plus $.70 per patient\",\n            \"Category\": \"1\",\n            \"Group\": \"A23\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2005-01-01\"\n        },\n        {\n            \"ItemNumber\": \"5227\",\n            \"Description\": \"Professional attendance by a medical practitioner who is not a general practitioner (other than attendance at consulting rooms, a hospital or a residential aged care facility or a service to which another item in the table applies), lasting more than 25 minutes, but not more than 45 minutes-an attendance on one or more patients on one occasion-each patient\\n\",\n            \"DerivedFee\": \"An amount equal to $45.50, plus $15.50 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - an amount equal to $45.50 plus $.70 per patient\",\n            \"Category\": \"1\",\n            \"Group\": \"A23\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2005-01-01\"\n        },\n        {\n            \"ItemNumber\": \"5228\",\n            \"Description\": \"Professional attendance by a medical practitioner who is not a general practitioner (other than attendance at consulting rooms, a hospital or a residential aged care facility or a service to which another item in this Schedule applies), lasting more than 45 minutes, but not more than 60 minutes—an attendance on one or more patients on one occasion—each patient\\n\",\n            \"DerivedFee\": \"An amount equal to $67.50, plus $15.50 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - an amount equal to $67.50 plus $0.70 per patient\",\n            \"Category\": \"1\",\n            \"Group\": \"A23\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2005-01-01\"\n        },\n        {\n            \"ItemNumber\": \"5260\",\n            \"Description\": \"Professional attendance (other than a service to which another item applies) at a residential aged care facility (other than a professional attendance at a self-contained unit) or professional attendance at consulting rooms situated within such a complex if the patient is accommodated in the residential aged care facility (other than accommodation in a self-contained unit) of not more than 5 minutes in duration by a medical practitioner (other than a general practitioner)-an attendance on one or more patients at one residential aged care facility on one occasion-each patient\\n\",\n            \"DerivedFee\": \"An amount equal to $18.50, plus $27.95 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - an amount equal to $18.50 plus $1.25 per patient\",\n            \"Category\": \"1\",\n            \"Group\": \"A23\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2005-01-01\"\n        },\n        {\n            \"ItemNumber\": \"5261\",\n            \"Description\": \"Professional attendance by a medical practitioner who is not a general practitioner (other than attendance at consulting rooms, a hospital or a residential aged care facility or a service to which another item in this Schedule applies), lasting more than 60 minutes—an attendance on one or more patients on one occasion—each patient\\n\",\n            \"DerivedFee\": \"An amount equal to $112.20, plus $15.50 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - an amount equal to $112.20 plus $0.70 per patient\",\n            \"Category\": \"1\",\n            \"Group\": \"A23\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"5262\",\n            \"Description\": \"Professional attendance (other than a service to which another item applies) at a residential aged care facility (other than a professional attendance at a self-contained unit) or professional attendance at consulting rooms situated within such a complex, if the patient is a care recipient at the facility and is not a resident of a self-contained unit, lasting more than 60 minutes by a medical practitioner (other than a general practitioner)—an attendance on one or more patients at one residential aged care facility on one occasion—each patient\\n\",\n            \"DerivedFee\": \"An amount equal to $112.20, plus $27.95 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - an amount equal to $112.20 plus $1.25 per patient\",\n            \"Category\": \"1\",\n            \"Group\": \"A23\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"5263\",\n            \"Description\": \"Professional attendance (other than a service to which another item applies) at a residential aged care facility (other than a professional attendance at a self-contained unit) or professional attendance at consulting rooms situated within such a complex if the patient is accommodated in the residential aged care facility (other than accommodation in a self-contained unit) of more than 5 minutes in duration but not more than 25 minutes in duration by a medical practitioner (other than a general practitioner)-an attendance on one or more patients at one residential aged care facility on one occasion-each patient\\n\",\n            \"DerivedFee\": \"An amount equal to $26.00, plus $31.55 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - an amount equal to $26.00 plus $1.25 per patient\",\n            \"Category\": \"1\",\n            \"Group\": \"A23\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2005-01-01\"\n        },\n        {\n            \"ItemNumber\": \"5265\",\n            \"Description\": \"Professional attendance (other than a service to which another item applies) at a residential aged care facility (other than a professional attendance at a self-contained unit) or professional attendance at consulting rooms situated within such a complex if the patient is accommodated in the residential aged care facility (other than accommodation in a self-contained unit) of more than 25 minutes in duration but not more than 45 minutes by a medical practitioner (other than a general practitioner)-an attendance on one or more patients at one residential aged care facility on one occasion-each patient\\n\",\n            \"DerivedFee\": \"An amount equal to $45.50, plus $27.95 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - an amount equal to $45.50 plus $1.25 per patient\",\n            \"Category\": \"1\",\n            \"Group\": \"A23\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2005-01-01\"\n        },\n        {\n            \"ItemNumber\": \"5267\",\n            \"Description\": \"Professional attendance (other than a service to which another item applies) at a residential aged care facility (other than a professional attendance at a self-contained unit) or professional attendance at consulting rooms situated within such a complex, if the patient is a care recipient in the facility who is not a resident of a self-contained unit, lasting more than 45 minutes, but not more than 60 minutes, by a medical practitioner (other than a general practitioner)—an attendance on one or more patients at one residential aged care facility on one occasion—each patient\\n\",\n            \"DerivedFee\": \"An amount equal to $67.50, plus $27.95 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - an amount equal to $67.50 plus $1.25 per patient\",\n            \"Category\": \"1\",\n            \"Group\": \"A23\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2005-01-01\"\n        },\n        {\n            \"ItemNumber\": \"6007\",\n            \"Description\": \"Professional attendance by a specialist in the practice of neurosurgery following referral of the patient to the specialist-an attendance (other than a second or subsequent attendance in a single course of treatment) at consulting rooms or hospital\\n\",\n            \"ScheduleFee\": \"153.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A26\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"6009\",\n            \"Description\": \"Professional attendance by a specialist in the practice of neurosurgery following referral of the patient to the specialist-a minor attendance after the first in a single course of treatment at consulting rooms or hospital\\n\",\n            \"ScheduleFee\": \"50.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A26\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"6011\",\n            \"Description\": \"Professional attendance by a specialist in the practice of neurosurgery following referral of the patient to the specialist-an attendance after the first in a single course of treatment, involving an extensive and comprehensive examination, arranging any necessary investigations in relation to one or more complex problems and of more than 15 minutes in duration but not more than 30 minutes in duration at consulting rooms or hospital\\n\",\n            \"ScheduleFee\": \"101.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A26\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"6013\",\n            \"Description\": \"Professional attendance by a specialist in the practice of neurosurgery following referral of the patient to the specialist-an attendance after the first in a single course of treatment, involving a detailed and comprehensive examination, arranging any necessary investigations in relation to one or more complex problems and of more than 30 minutes in duration but not more than 45 minutes in duration at consulting rooms or hospital\\n\",\n            \"ScheduleFee\": \"140.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A26\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"6015\",\n            \"Description\": \"Professional attendance by a specialist in the practice of neurosurgery following referral of the patient to the specialist-an attendance after the first in a single course of treatment, involving an exhaustive and comprehensive examination, arranging any necessary investigations in relation to one or more complex problems and of more than 45 minutes in duration at consulting rooms or hospital\\n\",\n            \"ScheduleFee\": \"178.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A26\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"6018\",\n            \"Description\": \"Professional attendance by an addiction medicine specialist in the practice of the addiction medicine specialist's specialty following referral of the patient to the addiction medicine specialist by a referring practitioner, if the attendance: (a) includes a comprehensive assessment; and (b) is the first or only time in a single course of treatment that a comprehensive assessment is provided\\n\",\n            \"ScheduleFee\": \"178.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A31\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"6019\",\n            \"Description\": \"Professional attendance by an addiction medicine specialist in the practice of the addiction medicine specialist's specialty following referral of the patient to the addiction medicine specialist by a referring practitioner, if the attendance is a patient assessment: (a) before or after a comprehensive assessment under item 6018 in a single course of treatment; or (b) that follows an initial assessment under item 6023 in a single course of treatment; or (c) that follows a review under item 6024 in a single course of treatment\\n\",\n            \"ScheduleFee\": \"89.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A31\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"6023\",\n            \"Description\": \"Professional attendance by an addiction medicine specialist in the practice of the addiction medicine specialist's specialty of at least 45 minutes for an initial assessment of a patient with at least 2 morbidities, following referral of the patient to the addiction medicine specialist by a referring practitioner, if: (a) an assessment is undertaken that covers: (i) a comprehensive history, including psychosocial history and medication review; and (ii) a comprehensive multi or detailed single organ system assessment; and (iii) the formulation of differential diagnoses; and (b) an addiction medicine specialist treatment and management plan of significant complexity that includes the following is prepared and provided to the referring practitioner: (i) an opinion on diagnosis and risk assessment; (ii) treatment options and decisions; (iii) medication recommendations; and (c) an attendance on the patient to which item 104, 105, 110, 116, 119, 132, 133, 6018, 6019, 91825, 92422, 92423, 92440 or 92443 applies did not take place on the same day by the same addiction medicine specialist; and (d) a service to which this item or item 132 applies has not been provided to the patient by the same addiction medicine specialist in the preceding 12 months\\n\",\n            \"ScheduleFee\": \"312.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A31\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"6024\",\n            \"Description\": \"Professional attendance by an addiction medicine specialist in the practice of the addiction medicine specialist's specialty of at least 20 minutes, after the first attendance in a single course of treatment for a review of a patient with at least 2 morbidities if: (a) a review is undertaken that covers: (i) review of initial presenting problems and results of diagnostic investigations; and (ii) review of responses to treatment and medication plans initiated at time of initial consultation; and (iii) comprehensive multi or detailed single organ system assessment; and (iv) review of original and differential diagnoses; and (b) the modified addiction medicine specialist treatment and management plan is provided to the referring practitioner, which involves, if appropriate: (i) a revised opinion on diagnosis and risk assessment; and (ii) treatment options and decisions; and (iii) revised medication recommendations; and (c) an attendance on the patient to which item 104, 105, 110, 116, 119, 132, 133, 6018, 6019, 91825, 92422, 92423, 92440 or 92443 applies did not take place on the same day by the same addiction medicine specialist; and (d) a service to which item 6023 applies was provided to the patient by the same addiction medicine specialist or a locum tenens in the preceding 12 months; and (e) not more than 2 services to which this item applies have been provided to the patient by the same addiction medicine specialist or a locum tenens in any 12 month period\\n\",\n            \"ScheduleFee\": \"156.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A31\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"6028\",\n            \"Description\": \"Group therapy (including any associated consultation with a patient taking place on the same occasion and relating to the condition for which group therapy is conducted) of not less than 1 hour, given under the continuous direct supervision of an addiction medicine specialist in the practice of the addiction medicine specialist's specialty for a group of 2 to 9 unrelated patients, or a family group of more than 2 patients, each of whom is referred to the addiction medicine specialist by a referring practitioner-for each patient\\n\",\n            \"ScheduleFee\": \"58.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A31\",\n            \"SubGroup\": \"2\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"6029\",\n            \"Description\": \"Attendance by an addiction medicine specialist in the practice of the addiction medicine specialist's specialty, as a member of a multidisciplinary case conference team of at least 2 other formal care providers of different disciplines, to organise and coordinate a community case conference of less than 15 minutes, with the multidisciplinary case conference team\\n\",\n            \"ScheduleFee\": \"50.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A31\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"6031\",\n            \"Description\": \"Attendance by an addiction medicine specialist in the practice of the addiction medicine specialist's specialty, as a member of a multidisciplinary case conference team of at least 2 other formal care providers of different disciplines, to organise and coordinate a community case conference of at least 15 minutes but less than 30 minutes, with the multidisciplinary case conference team\\n\",\n            \"ScheduleFee\": \"89.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A31\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"6032\",\n            \"Description\": \"Attendance by an addiction medicine specialist in the practice of the addiction medicine specialist's specialty, as a member of a multidisciplinary case conference team of at least 2 other formal care providers of different disciplines, to organise and coordinate a community case conference of at least 30 minutes but less than 45 minutes, with the multidisciplinary case conference team\\n\",\n            \"ScheduleFee\": \"134.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A31\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"6034\",\n            \"Description\": \"Attendance by an addiction medicine specialist in the practice of the addiction medicine specialist's specialty, as a member of a multidisciplinary case conference team of at least 2 other formal care providers of different disciplines, to organise and coordinate the multidisciplinary case conference of at least 45 minutes, with the multidisciplinary case conference team\\n\",\n            \"ScheduleFee\": \"178.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A31\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"6035\",\n            \"Description\": \"Attendance by an addiction medicine specialist in the practice of the addiction medicine specialist's specialty, as a member of a multidisciplinary case conference team of at least 2 other formal care providers of different disciplines, to participate in a community case conference (other than to organise and coordinate the conference) of less than 15 minutes, with the multidisciplinary case conference team\\n\",\n            \"ScheduleFee\": \"40.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A31\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"6037\",\n            \"Description\": \"Attendance by an addiction medicine specialist in the practice of the addiction medicine specialist's specialty, as a member of a multidisciplinary case conference team of at least 2 other formal care providers of different disciplines, to participate in a community case conference (other than to organise and coordinate the conference) of at least 15 minutes but less than 30 minutes, with the multidisciplinary case conference team\\n\",\n            \"ScheduleFee\": \"71.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A31\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"6038\",\n            \"Description\": \"Attendance by an addiction medicine specialist in the practice of the addiction medicine specialist's specialty, as a member of a multidisciplinary case conference team of at least 2 other formal care providers of different disciplines, to participate in a community case conference (other than to organise and coordinate the conference) of at least 30 minutes but less than 45 minutes, with the multidisciplinary case conference team\\n\",\n            \"ScheduleFee\": \"107.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A31\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"6042\",\n            \"Description\": \"Attendance by an addiction medicine specialist in the practice of the addiction medicine specialist's specialty, as a member of a multidisciplinary case conference team of at least 2 other formal care providers of different disciplines, to participate in a community case conference (other than to organise and coordinate the conference) of at least 45 minutes, with the multidisciplinary case conference team\\n\",\n            \"ScheduleFee\": \"142.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A31\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"6051\",\n            \"Description\": \"Professional attendance by a sexual health medicine specialist in the practice of the sexual health medicine specialist's specialty following referral of the patient to the sexual health medicine specialist by a referring practitioner, if the attendance: (a) includes a comprehensive assessment; and (b) is the first or only time in a single course of treatment that a comprehensive assessment is provided\\n\",\n            \"ScheduleFee\": \"178.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A32\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"6052\",\n            \"Description\": \"Professional attendance by a sexual health medicine specialist in the practice of the sexual health medicine specialist's specialty following referral of the patient to the sexual health medicine specialist by a referring practitioner, if the attendance is a patient assessment: (a) before or after a comprehensive assessment under item 6051 in a single course of treatment; or (b) that follows an initial assessment under item 6057 in a single course of treatment; or (c) that follows a review under item 6058 in a single course of treatment\\n\",\n            \"ScheduleFee\": \"89.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A32\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"6057\",\n            \"Description\": \"Professional attendance by a sexual health medicine specialist in the practice of the sexual health medicine specialist's specialty of at least 45 minutes for an initial assessment of a patient with at least 2 morbidities, following referral of the patient to the sexual health medicine specialist by a referring practitioner, if: (a) an assessment is undertaken that covers: (i) a comprehensive history, including psychosocial history and medication review; and (ii) a comprehensive multi or detailed single organ system assessment; and (iii) the formulation of differential diagnoses; and (b) a sexual health medicine specialist treatment and management plan of significant complexity that includes the following is prepared and provided to the referring practitioner: (i) an opinion on diagnosis and risk assessment; (ii) treatment options and decisions; (iii) medication recommendations; and (c) an attendance on the patient to which item 104, 105, 110, 116, 119, 132, 133, 6051, 6052, 91825, 92422, 92423, 92440 or 92443 applies did not take place on the same day by the same sexual health medicine specialist; and (d) a service to which this item or item 132 applies has not been provided to the patient by the same sexual health medicine specialist in the preceding 12 months\\n\",\n            \"ScheduleFee\": \"312.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A32\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"6058\",\n            \"Description\": \"Professional attendance by a sexual health medicine specialist in the practice of the sexual health medicine specialist's specialty of at least 20 minutes, after the first attendance in a single course of treatment for a review of a patient with at least 2 morbidities if: (a) a review is undertaken that covers: (i) review of initial presenting problems and results of diagnostic investigations; and (ii) review of responses to treatment and medication plans initiated at time of initial consultation; and (iii) comprehensive multi or detailed single organ system assessment; and (iv) review of original and differential diagnoses; and (b) the modified sexual health medicine specialist treatment and management plan is provided to the referring practitioner, which involves, if appropriate: (i) a revised opinion on diagnosis and risk assessment; and (ii) treatment options and decisions; and (iii) revised medication recommendations; and (c) an attendance on the patient, being an attendance to which item 104, 105, 110, 116, 119, 132, 133, 6051, 6052, 91825, 92422, 92423, 92440 or 92443 applies did not take place on the same day by the same sexual health medicine specialist; and (d) a service to which item 6057 applies was provided to the patient by the same sexual health medicine specialist or a locum tenens in the preceding 12 months; and (e) not more than 2 services to which this item applies have been provided to the patient by the same sexual health medicine specialist or a locum tenens in any 12 month period\\n\",\n            \"ScheduleFee\": \"156.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A32\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"6062\",\n            \"Description\": \"Professional attendance at a place other than consulting rooms or a hospital by a sexual health medicine specialist in the practice of the sexual health medicine specialist's specialty following referral of the patient to the sexual health medicine specialist by a referring practitioner-initial attendance in a single course of treatment\\n\",\n            \"ScheduleFee\": \"216.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A32\",\n            \"SubGroup\": \"2\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"6063\",\n            \"Description\": \"Professional attendance at a place other than consulting rooms or a hospital by a sexual health medicine specialist in the practice of the sexual health medicine specialist's specialty following referral of the patient to the sexual health medicine specialist by a referring practitioner-each attendance after the attendance under item 6062 in a single course of treatment\\n\",\n            \"ScheduleFee\": \"131.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A32\",\n            \"SubGroup\": \"2\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"6064\",\n            \"Description\": \"Attendance by a sexual health medicine specialist in the practice of the sexual health medicine specialist's specialty, as a member of a multidisciplinary case conference team of at least 2 other formal care providers of different disciplines, to organise and coordinate a community case conference of less than 15 minutes, with the multidisciplinary case conference team\\n\",\n            \"ScheduleFee\": \"50.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A32\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"6065\",\n            \"Description\": \"Attendance by a sexual health medicine specialist in the practice of the sexual health medicine specialist's specialty, as a member of a multidisciplinary case conference team of at least 2 other formal care providers of different disciplines, to organise and coordinate a community case conference of at least 15 minutes but less than 30 minutes, with the multidisciplinary case conference team\\n\",\n            \"ScheduleFee\": \"89.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A32\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"6067\",\n            \"Description\": \"Attendance by a sexual health medicine specialist in the practice of the sexual health medicine specialist's specialty, as a member of a multidisciplinary case conference team of at least 2 other formal care providers of different disciplines, to organise and coordinate a community case conference of at least 30 minutes but less than 45 minutes, with the multidisciplinary case conference team\\n\",\n            \"ScheduleFee\": \"134.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A32\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"6068\",\n            \"Description\": \"Attendance by a sexual health medicine specialist in the practice of the sexual health medicine specialist's specialty, as a member of a multidisciplinary case conference team of at least 2 other formal care providers of different disciplines, to organise and coordinate a community case conference of at least 45 minutes, with the multidisciplinary case conference team\\n\",\n            \"ScheduleFee\": \"178.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A32\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"6071\",\n            \"Description\": \"Attendance by a sexual health medicine specialist in the practice of the sexual health medicine specialist's specialty, as a member of a multidisciplinary case conference team of at least 2 other formal care providers of different disciplines, to participate in a community case conference (other than to organise and coordinate the conference) of less than 15 minutes, with the multidisciplinary case conference team\\n\",\n            \"ScheduleFee\": \"40.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A32\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"6072\",\n            \"Description\": \"Attendance by a sexual health medicine specialist in the practice of the sexual health medicine specialist's specialty, as a member of a multidisciplinary case conference team of at least 2 other formal care providers of different disciplines, to participate in a community case conference (other than to organise and coordinate the conference) of at least 15 minutes but less than 30 minutes, with the multidisciplinary case conference team\\n\",\n            \"ScheduleFee\": \"71.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A32\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"6074\",\n            \"Description\": \"Attendance by a sexual health medicine specialist in the practice of the sexual health medicine specialist's specialty, as a member of a multidisciplinary case conference team of at least 2 other formal care providers of different disciplines, to participate in a community case conference (other than to organise and coordinate the conference) of at least 30 minutes but less than 45 minutes, with the multidisciplinary case conference team\\n\",\n            \"ScheduleFee\": \"107.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A32\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"6075\",\n            \"Description\": \"Attendance by a sexual health medicine specialist in the practice of the sexual health medicine specialist's specialty, as a member of a multidisciplinary case conference team of at least 2 other formal care providers of different disciplines, to participate in a community case conference (other than to organise and coordinate the conference) of at least 45 minutes, with the multidisciplinary case conference team\\n\",\n            \"ScheduleFee\": \"142.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A32\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"6080\",\n            \"Description\": \"Coordination of a TAVI Case Conference by a TAVI Practitioner where the TAVI Case Conference has a duration of 10 minutes or more. (Not payable more than once per patient in a five year period.)\\n\",\n            \"ScheduleFee\": \"59.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A33\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2017-11-01\"\n        },\n        {\n            \"ItemNumber\": \"6081\",\n            \"Description\": \"Attendance at a TAVI Case Conference by a specialist or consultant physician who does not also perform the service described in item 6080 for the same case conference where the TAVI Case Conference has a duration of 10 minutes or more. (Not payable more than twice per patient in a five year period.)\\n\",\n            \"ScheduleFee\": \"44.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A33\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2017-11-01\"\n        },\n        {\n            \"ItemNumber\": \"6082\",\n            \"Description\": \"Attendance at a TMVr suitability case conference, by a cardiothoracic surgeon or an interventional cardiologist, to coordinate the conference, if: (a) the attendance lasts at least 10 minutes; and (b) the surgeon or cardiologist is accredited by the TMVr accreditation committee to perform the service Applicable once each 5 years\\n\",\n            \"ScheduleFee\": \"59.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A33\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"6084\",\n            \"Description\": \"Attendance at a TMVr suitability case conference, by a specialist or consultant physician, other than to coordinate the conference, if the attendance lasts at least 10 minutes Applicable once each 5 years\\n\",\n            \"ScheduleFee\": \"44.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A33\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"10801\",\n            \"Description\": \"Attendance for the investigation and evaluation of a patient for the fitting of contact lenses, with keratometry and testing with trial lenses and the issue of a prescription-one service in any period of 36 months-patient with myopia of 5.0 dioptres or greater (spherical equivalent) in one eye\\n\",\n            \"ScheduleFee\": \"144.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A9\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"10802\",\n            \"Description\": \"Attendance for the investigation and evaluation of a patient for the fitting of contact lenses, with keratometry and testing with trial lenses and the issue of a prescription-one service in any period of 36 months-patient with manifest hyperopia of 5.0 dioptres or greater (spherical equivalent) in one eye\\n\",\n            \"ScheduleFee\": \"144.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A9\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"10803\",\n            \"Description\": \"Attendance for the investigation and evaluation of a patient for the fitting of contact lenses, with keratometry and testing with trial lenses and the issue of a prescription-one service in any period of 36 months-patient with astigmatism of 3.0 dioptres or greater in one eye\\n\",\n            \"ScheduleFee\": \"144.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A9\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"10804\",\n            \"Description\": \"Attendance for the investigation and evaluation of a patient for the fitting of contact lenses, with keratometry and testing with trial lenses and the issue of a prescription-one service in any period of 36 months-patient with irregular astigmatism in either eye, being a condition the existence of which has been confirmed by keratometric observation, if the maximum visual acuity obtainable with spectacle correction is worse than 0.3 logMAR (6/12) and if that corrected acuity would be improved by an additional 0.1 logMAR by the use of a contact lens\\n\",\n            \"ScheduleFee\": \"144.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A9\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"10805\",\n            \"Description\": \"Attendance for the investigation and evaluation of a patient for the fitting of contact lenses, with keratometry and testing with trial lenses and the issue of a prescription-one service in any period of 36 months-patient with anisometropia of 3.0 dioptres or greater (difference between spherical equivalents)\\n\",\n            \"ScheduleFee\": \"144.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A9\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"10806\",\n            \"Description\": \"Attendance for the investigation and evaluation of a patient for the fitting of contact lenses, with keratometry and testing with trial lenses and the issue of a prescription-one service in any period of 36 months-patient with corrected visual acuity of 0.7 logMAR (6/30) or worse in both eyes and for whom a contact lens is prescribed as part of a telescopic system\\n\",\n            \"ScheduleFee\": \"144.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A9\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"10807\",\n            \"Description\": \"Attendance for the investigation and evaluation of a patient for the fitting of contact lenses, with keratometry and testing with trial lenses and the issue of a prescription-one service in any period of 36 months-patient for whom a wholly or segmentally opaque contact lens is prescribed for the alleviation of dazzle, distortion or diplopia caused by pathological mydriasis, aniridia, coloboma of the iris, pupillary malformation or distortion, significant ocular deformity or corneal opacity-whether congenital, traumatic or surgical in origin\\n\",\n            \"ScheduleFee\": \"144.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A9\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"10808\",\n            \"Description\": \"Attendance for the investigation and evaluation of a patient for the fitting of contact lenses, with keratometry and testing with trial lenses and the issue of a prescription-one service in any period of 36 months-patient who, because of physical deformity, are unable to wear spectacles\\n\",\n            \"ScheduleFee\": \"144.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A9\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"10809\",\n            \"Description\": \"Attendance for the investigation and evaluation of a patient for the fitting of contact lenses, with keratometry and testing with trial lenses and the issue of a prescription-one service in any period of 36 months-patient with a medical or optical condition (other than myopia, hyperopia, astigmatism, anisometropia or a condition to which item 10806, 10807 or 10808 applies) requiring the use of a contact lens for correction, if the condition is specified on the patient's account\\n\",\n            \"ScheduleFee\": \"144.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A9\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"10816\",\n            \"Description\": \"Attendance for the refitting of contact lenses with keratometry and testing with trial lenses and the issue of a prescription, if the patient requires a change in contact lens material or basic lens parameters, other than simple power change, because of a structural or functional change in the eye or an allergic response within 36 months after the fitting of a contact lens to which items 10801 to 10809 apply\\n\",\n            \"ScheduleFee\": \"144.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-06-19\"\n        },\n        {\n            \"ItemNumber\": \"10905\",\n            \"Description\": \"REFERRED COMPREHENSIVE INITIAL CONSULTATION Professional attendance of more than 15 minutes duration, being the first in a course of attention, where the patient has been referred by another optometrist who is not associated with the optometrist to whom the patient is referred\\n\",\n            \"ScheduleFee\": \"77.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A10\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Optometrist.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"1997-11-01\"\n        },\n        {\n            \"ItemNumber\": \"10907\",\n            \"Description\": \"Professional attendance of more than 15 minutes in duration, being the first in a course of attention if the patient has attended another optometrist for an attendance to which this item or item 10905, 10910, 10911, 10913, 10914 or 10915 applies: (a) for a patient who is less than 65 years of age-within the previous 36 months; or (b) for a patient who is at least 65 years or age-within the previous 12 months\\n\",\n            \"ScheduleFee\": \"39.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A10\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"1997-11-01\"\n        },\n        {\n            \"ItemNumber\": \"10910\",\n            \"Description\": \"Professional attendance of more than 15 minutes in duration, being the first in a course of attention, if: (a) the patient is less than 65 years of age; and (b) the patient has not, within the previous 36 months, received a service to which this item or item 10905, 10907, 10913, 10914 or 10915 applies\\n\",\n            \"ScheduleFee\": \"77.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A10\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"younger than 65 years\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2015-01-01\"\n        },\n        {\n            \"ItemNumber\": \"10911\",\n            \"Description\": \"Professional attendance of more than 15 minutes in duration, being the first in a course of attention, if: (a) the patient is at least 65 years of age; and (b) the patient has not, within the previous 12 months, received a service to which this item, or item 10905, 10907, 10910, 10913, 10914 or 10915 applies\\n\",\n            \"ScheduleFee\": \"77.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A10\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"65 years or older\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2015-01-01\"\n        },\n        {\n            \"ItemNumber\": \"10913\",\n            \"Description\": \"Professional attendance of more than 15 minutes in duration, being the first in a course of attention, if the patient has suffered a significant change of visual function or has new signs or symptoms, unrelated to the earlier course of attention, requiring comprehensive reassessment:(a) for a patient who is less than 65 years of age—within 36 months of an initial consultation to which this item, or item 10905, 10907, 10910, 10914 or 10915 applies; or(b) for a patient who is at least 65 years of age—within 12 months of an initial consultation to which this item, or item 10905, 10907, 10910, 10911, 10914 or 10915 applies\\n\",\n            \"ScheduleFee\": \"77.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A10\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"65 years or older\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"1997-11-01\"\n        },\n        {\n            \"ItemNumber\": \"10914\",\n            \"Description\": \"Professional attendance of more than 15 minutes in duration, being the first in a course of attention, if the patient has a progressive disorder (excluding presbyopia) requiring comprehensive reassessment:(a) for a patient who is less than 65 years of age—within 36 months of an initial consultation to which this item or item 10905, 10907, 10910, 10913 or 10915 applies; or(b) for a patient who is at least 65 years of age—within 12 months of an initial consultation to which this item or item 10905, 10907, 10910, 10911, 10913 or 10915 applies\\n\",\n            \"ScheduleFee\": \"77.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A10\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"65 years or older\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"1997-11-01\"\n        },\n        {\n            \"ItemNumber\": \"10915\",\n            \"Description\": \"Professional attendance of more than 15 minutes duration, being the first in a course of attention involving the examination of the eyes, with the instillation of a mydriatic, of a patient with diabetes mellitus requiring comprehensive reassessment.\\n\",\n            \"ScheduleFee\": \"77.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A10\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2003-11-01\"\n        },\n        {\n            \"ItemNumber\": \"10916\",\n            \"Description\": \"Professional attendance, being the first in a course of attention, of not more than 15 minutes in duration (other than a service associated with a service to which item 10938, 10939, 10940, 10941, 10942 or 10943 applies)\\n\",\n            \"ScheduleFee\": \"39.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A10\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"1997-11-01\"\n        },\n        {\n            \"ItemNumber\": \"10918\",\n            \"Description\": \"Professional attendance, being the second or subsequent in a course of attention and being unrelated to the prescription and fitting of contact lenses (other than a service associated with a service to which item 10938, 10939, 10940 or 10941 applies)\\n\",\n            \"ScheduleFee\": \"39.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A10\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"1997-11-01\"\n        },\n        {\n            \"ItemNumber\": \"10921\",\n            \"Description\": \"All professional attendances after the first, being those attendances regarded as a single service, in a single course of attention involving the prescription and fitting of contact lenses for optical correction, being a course of attention for which the first attendance is a service to which item 10905, 10907, 10910, 10911, 10913, 10914, 10915 or 10916 appliesFor patients with any of the following:(a) myopia of 5.0 dioptres or greater (spherical equivalent) in at least one eye; (b) manifest hyperopia of 5.0 dioptres or greater (spherical equivalent) in at least one eye; (c) astigmatism of 3.0 dioptres or greater in at least one eye; (d) anisometropia of 3.0 dioptres or greater (difference between spherical equivalents)Applicable once for each condition in a period of 36 months\\n\",\n            \"ScheduleFee\": \"193.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A10\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"10924\",\n            \"Description\": \"All professional attendances after the first, being those attendances regarded as a single service, in a single course of attention involving the prescription and fitting of contact lenses, for patients with irregular astigmatism in either eye, being a condition the existence of which has been confirmed by keratometric observation, topographic or quantitative corneal morphology if:(a) the maximum visual acuity obtainable with spectacle correction is worse than 0.3 logMAR (6/12); and(b) if that corrected acuity would be improved by an additional 0.1 logMAR by the use of a contact lens;being a course of attention for which the first attendance is a service to which item 10905, 10907, 10910, 10911, 10913, 10914, 10915 or 10916 appliesApplicable once in a period of 36 months\\n\",\n            \"ScheduleFee\": \"244.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A10\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"10926\",\n            \"Description\": \"All professional attendances after the first, being those attendances regarded as a single service, in a single course of attention involving the prescription and fitting of contact lenses, for patients with corrected visual acuity of 0.7 logMAR (6/30) or worse in both eyes, being patients for whom a contact lens is prescribed as part of a telescopic system, being a course of attention for which the first attendance is a service to which item 10905, 10907, 10910, 10911, 10913, 10914, 10915 or 10916 appliesApplicable once in a period of 36 months\\n\",\n            \"ScheduleFee\": \"193.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A10\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"10927\",\n            \"Description\": \"All professional attendances after the first, being those attendances regarded as a single service, in a single course of attention involving the prescription and fitting of contact lenses, for patients for whom a wholly or segmentally opaque contact lens is prescribed for the alleviation of dazzle, distortion or diplopia caused by any of the following:(a) pathological mydriasis;(b) aniridia;(c) coloboma of the iris;(d) pupillary malformation or distortion;(e) significant ocular deformity; or(f) corneal opacity;whether congenital, traumatic or surgical in origin being a course of attention for which the first attendance is a service to which item 10905, 10907, 10910, 10911, 10913, 10914, 10915 or 10916 appliesApplicable once in a period of 36 months\\n\",\n            \"ScheduleFee\": \"244.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A10\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"10928\",\n            \"Description\": \"All professional attendances after the first, being those attendances regarded as a single service, in a single course of attention involving the prescription and fitting of contact lenses, for patients who, because of physical deformity, are unable to wear spectacles, being a course of attention for which the first attendance is a service to which item 10905, 10907, 10910, 10911, 10913, 10914, 10915 or 10916 appliesApplicable once in a period of 36 months\\n\",\n            \"ScheduleFee\": \"193.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A10\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"10929\",\n            \"Description\": \"All professional attendances after the first, being those attendances regarded as a single service, in a single course of attention involving the prescription and fitting of contact lenses, for patients who have a medical or optical condition (other than myopia, hyperopia, astigmatism, anisometropia or a condition to which item 10926, 10927 or 10928 applies) requiring the use of a contact lens for correction, if the condition is specified on the patient's account, being a course of attention for which the first attendance is a service to which:(a) item 10905, 10907, 10910, 10911, 10913, 10914, 10915 or 10916 applies; and(b) the contact lenses are not required for appearance, sporting, work or psychological reasons.Applicable once in a period of 36 months\\n\",\n            \"ScheduleFee\": \"244.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A10\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"10930\",\n            \"Description\": \"All professional attendances regarded as a single service in a single course of attention involving the prescription and fitting of contact lenses where the patient meets the requirements of an item in the range 10921-10929 and requires a change in contact lens material or basic lens parameters, other than a simple power change, because of a structural or functional change in the eye or an allergic response within 36 months of the fitting of a contact lens covered by item 10921 to 10929\\n\",\n            \"ScheduleFee\": \"193.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A10\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"1997-11-01\"\n        },\n        {\n            \"ItemNumber\": \"10931\",\n            \"Description\": \"A flag fall service to which an item in Subgroup 1 of Group A10 applies (other than this item), if the service:(a) is provided: (i) during a home visit to a person; or (ii) in a residential aged care facility; or (iii) in an institution; and(b) is provided to one or more patients at a single location on a single occasion; and(c) is: (i) bulk billed for the fees for this item and another item applying to the service; or (ii) not bulk billed for the fees for this item and another item applying to the serviceApplicable once per occasion a service is provided under paragraph (a) for each distinct location\\n\",\n            \"ScheduleFee\": \"44.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A10\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2005-11-01\"\n        },\n        {\n            \"ItemNumber\": \"10938\",\n            \"Description\": \"Full quantitative computerised perimetry (automated absolute static threshold), with bilateral assessment and report, where indicated by the presence of glaucoma with a high risk of clinically significant progression that: (a) is not a service involving multifocal multichannel objective perimetry; (b) is performed by an optometrist; and (c) is performed on a patient who has received two perimetry services to which item 10940 or 10941 applies in the previous 12 months other than a service associated with a service to which item 10916 or 10918 appliesApplicable once per patient (including any service to which item 10939 applies) in a 12-month period\\n\",\n            \"ScheduleFee\": \"74.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A10\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2025-03-01\"\n        },\n        {\n            \"ItemNumber\": \"10939\",\n            \"Description\": \"Full quantitative computerised perimetry (automated absolute static threshold) with unilateral assessment and report, where indicated by the presence of glaucoma with a high risk of clinically significant progression that: (a) is not a service involving multifocal multichannel objective perimetry; and (b) is performed by an optometrist (c) is performed on a patient who has received two perimetry services to which item 10940 or 10941 applies in the previous 12 monthsother than a service associated with a service to which item 10916 or 10918 appliesApplicable once per patient (including any service to which item 10938 applies) in a 12-month period\\n\",\n            \"ScheduleFee\": \"44.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A10\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2025-03-01\"\n        },\n        {\n            \"ItemNumber\": \"10940\",\n            \"Description\": \"Full quantitative computerised perimetry (automated absolute static threshold), with bilateral assessment and report, if indicated by the presence of relevant ocular disease or suspected pathology of the visual pathways or brain that:(a) is not a service involving multifocal multichannel objective perimetry; and(b) is performed by an optometrist; (c) the patient has received fewer than two perimetry services to which this item or item 10941 applies in a 12-month period other than a service associated with a service to which item 10916 or 10918 applies\\n\",\n            \"ScheduleFee\": \"74.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A10\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2003-11-01\"\n        },\n        {\n            \"ItemNumber\": \"10941\",\n            \"Description\": \"Full quantitative computerised perimetry (automated absolute static threshold) with unilateral assessment and report, if indicated by the presence of relevant ocular disease or suspected pathology of the visual pathways or brain that:(a) is not a service involving multifocal multichannel objective perimetry; and(b) is performed by an optometrist;(c) the patient has received fewer than two perimetry services to which this item or item 10940 applies in a 12-month period other than a service associated with a service to which item 10916 or 10918 applies\\n\",\n            \"ScheduleFee\": \"44.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A10\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2003-11-01\"\n        },\n        {\n            \"ItemNumber\": \"10942\",\n            \"Description\": \"Testing of residual vision to provide optimum visual performance for a patient who has best corrected visual acuity of 6/15 or N12 or worse at 40cm in the better eye or a horizontal visual field of less than 110 degrees and within 10 degrees above and below the horizontal midline, involving one or more of the following:(a) spectacle correction;(b) determination of contrast sensitivity;(c) determination of glare sensitivity;(d) prescription of magnification aids;other than a service associated with a service to which item 10916, 10921, 10924, 10926, 10927, 10928, 10929 or 10930 appliesApplicable twice per patient in a 12-month period\\n\",\n            \"ScheduleFee\": \"39.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A10\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2005-05-01\"\n        },\n        {\n            \"ItemNumber\": \"10943\",\n            \"Description\": \"Additional testing to confirm diagnosis of, or establish a treatment regime for, a significant binocular or accommodative dysfunction, in a patient aged 3 to 14 years, where the service:(a) includes assessment of one or more of the following: (i) accommodation; (ii) ocular motility; (iii) vergences; (iv) fusional reserves; (v) cycloplegic refraction; and(b) is not performed for the assessment of learning difficulties or learning disabilities;other than a service to which item 10916, 10921, 10924, 10926, 10927, 10928, 10929 or 10930 appliesApplicable once per patient in a 12-month period\\n\",\n            \"ScheduleFee\": \"39.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A10\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"3 years or older and younger than 15 years\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2005-11-01\"\n        },\n        {\n            \"ItemNumber\": \"10944\",\n            \"Description\": \"Complete removal of embedded foreign body (including a rust ring, if present) from the cornea—not more than once on the same day by the same optometrist (excluding after care). Only claimable when either fully removed, or if the patient is referred to an Ophthalmologist or other appropriately qualified practitioner for further assessment and management after second attendance results in partial removalOther than a service associated with a service to which items 10905, 10907, 10910, 10911, 10913, 10914, 10915, 10916 or 10918 applies\\n\",\n            \"ScheduleFee\": \"84.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A10\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2015-09-01\"\n        },\n        {\n            \"ItemNumber\": \"10945\",\n            \"Description\": \"A professional attendance of less than 15 minutes (whether or not continuous) by an attending optometrist that requires the provision of clinical support to a patient who: (a) is participating in a video conferencing consultation with a specialist practising in his or her speciality of ophthalmology; and (b) is not an admitted patient\\n\",\n            \"ScheduleFee\": \"39.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A10\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2015-09-01\"\n        },\n        {\n            \"ItemNumber\": \"10946\",\n            \"Description\": \"A professional attendance of at least 15 minutes (whether or not continuous) by an optometrist providing clinical support to a patient who: (a) is participating in a video conferencing consultation with a specialist practising in the speciality of ophthalmology; and (b) is not an admitted patient\\n\",\n            \"ScheduleFee\": \"77.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A10\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2015-09-01\"\n        },\n        {\n            \"ItemNumber\": \"19000\",\n            \"Description\": \"Menopause and Perimenopause Health Assessment Professional attendance on a patient for the assessment and management of menopause or perimenopause by a prescribed medical practitioner lasting at least 20 minutes and including, but not limited to: a) collecting relevant information, including taking a patient history to determine pre-, peri- or post-menopausal status, patient wellbeing and contraindications for management; and b) undertaking a basic physical examination, including recording blood pressure, and review of height and weight; and c) initiating investigations and referrals as clinically indicated, with consideration given to the need for cervical screening, mammography and bone densitometry; and d) discussing management options including non-pharmacological and pharmacological strategies including risks and benefits; e) implementing a management plan which includes patient centred symptoms management; and f) providing the patient with preventative health care advice and information as clinically indicated, including advice on physical activity, smoking cessation, alcohol consumption, nutritional intake and weight management.\\n\",\n            \"ScheduleFee\": \"81.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A7\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"90001\",\n            \"Description\": \"For the first patient attended during one attendance by a general practitioner at one residential aged care facility on one occasion, the fee for the medical service described in whichever of items 90020, 90035, 90043, 90051 or 90054 applies is the amount listed in the item plus $64.15.\\n\",\n            \"ScheduleFee\": \"64.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A35\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2019-03-01\"\n        },\n        {\n            \"ItemNumber\": \"90002\",\n            \"Description\": \"For the first patient attended during one attendance by a medical practitioner at one residential aged care facility on one occasion, the fee for the medical service described in whichever of items 90092, 90093, 90095, 90096, 90098, 90183, 90188, 90202, 90212 or 90215 applies is the amount listed in the item plus $46.60.\\n\",\n            \"ScheduleFee\": \"46.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A35\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2019-03-01\"\n        },\n        {\n            \"ItemNumber\": \"90020\",\n            \"Description\": \"Professional attendance (other than a service to which another item applies) at a residential aged care facility (other than a professional attendance at a self‑contained unit) or professional attendance at consulting rooms situated within such a complex if the patient is accommodated in a residential aged care facility (other than accommodation in a self‑contained unit) by a general practitioner for an obvious problem characterised by the straightforward nature of the task that requires a short patient history and, if required, limited examination and management—an attendance on one or more patients at one residential aged care facility on one occasion - each patient.\\n\",\n            \"ScheduleFee\": \"20.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A35\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2019-03-01\"\n        },\n        {\n            \"ItemNumber\": \"90035\",\n            \"Description\": \"Professional attendance by a general practitioner, on care recipients in a residential aged care facility, other than a service to which another item applies, lasting at least 6 minutes and less than 20 minutes and including any of the following that are clinically relevant:(a) taking a patient history;(b) performing a clinical examination;(c) arranging any necessary investigation;(d) implementing a management plan;(e) providing appropriate preventive health care;for one or more health-related issues, with appropriate documentation—an attendance on one or more patients at one residential aged care facility on one occasion—each patient (subject to clause 2.30.1)\\n\",\n            \"ScheduleFee\": \"43.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A35\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2019-03-01\"\n        },\n        {\n            \"ItemNumber\": \"90043\",\n            \"Description\": \"Professional attendance by a general practitioner at a residential aged care facility to residents of the facility (other than a service to which another item in the table applies), lasting at least 20 minutes and including any of the following that are clinically relevant: (a) taking a detailed patient history; (b) performing a clinical examination; (c) arranging any necessary investigation; (d) implementing a management plan; (e) providing appropriate preventive health care; for one or more health‑related issues, with appropriate documentation—an attendance on one or more patients at one residential aged care facility on one occasion—each patient\\n\",\n            \"ScheduleFee\": \"84.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A35\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2019-03-01\"\n        },\n        {\n            \"ItemNumber\": \"90051\",\n            \"Description\": \"Professional attendance by a general practitioner at a residential aged care facility to residents of the facility (other than a service to which another item in the table applies), lasting at least 40 minutes and including any of the following that are clinically relevant: (a) taking an extensive patient history; (b) performing a clinical examination; (c) arranging any necessary investigation; (d) implementing a management plan; (e) providing appropriate preventive health care; for one or more health‑related issues, with appropriate documentation—an attendance on one or more patients at one residential aged care facility on one occasion—each patient\\n\",\n            \"ScheduleFee\": \"125.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A35\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2019-03-01\"\n        },\n        {\n            \"ItemNumber\": \"90054\",\n            \"Description\": \"Professional attendance by a general practitioner, on care recipients in a residential aged care facility, other than a service to which another item applies, lasting at least 60 minutes and including any of the following that are clinically relevant:(a) taking an extensive patient history;(b) performing a clinical examination;(c) arranging any necessary investigation;(d) implementing a management plan;(e) providing appropriate preventive health care;for one or more health-related issues, with appropriate documentation—an attendance on one or more patients at one residential aged care facility on one occasion—each patient (subject to clause 2.30.1)\\n\",\n            \"ScheduleFee\": \"202.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A35\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"90092\",\n            \"Description\": \"Professional attendance (other than a service to which any other item applies) at a residential aged care facility (other than a professional attendance at a self‑contained unit) or professional attendance at consulting rooms situated within such a complex where the patient is accommodated in the residential aged care facility (that is not accommodation in a self‑contained unit) of not more than 5 minutes in duration—an attendance on one or more patients at one residential aged care facility on one occasion—each patient, by a medical practitioner who is not a general practitioner.\\n\",\n            \"ScheduleFee\": \"8.50\",\n            \"ScheduleFeeStartDate\": \"2019-03-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A35\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2019-03-01\"\n        },\n        {\n            \"ItemNumber\": \"90093\",\n            \"Description\": \"Professional attendance (other than a service to which any other item applies) at a residential aged care facility (other than a professional attendance at a self‑contained unit) or professional attendance at consulting rooms situated within such a complex where the patient is accommodated in the residential aged care facility (that is not accommodation in a self‑contained unit) of more than 5 minutes in duration but not more than 25 minutes—an attendance on one or more patients at one residential aged care facility on one occasion—each patient, by a medical practitioner who is not a general practitioner.\\n\",\n            \"ScheduleFee\": \"16.00\",\n            \"ScheduleFeeStartDate\": \"2019-03-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A35\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2019-03-01\"\n        },\n        {\n            \"ItemNumber\": \"90095\",\n            \"Description\": \"Professional attendance (other than a service to which any other item applies) at a residential aged care facility (other than a professional attendance at a self‑contained unit) or professional attendance at consulting rooms situated within such a complex where the patient is accommodated in the residential aged care facility (that is not accommodation in a self‑contained unit) of more than 25 minutes in duration but not more than 45 minutes—an attendance on one or more patients at one residential aged care facility on one occasion—each patient, by a medical practitioner who is not a general practitioner.\\n\",\n            \"ScheduleFee\": \"35.50\",\n            \"ScheduleFeeStartDate\": \"2019-03-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A35\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2019-03-01\"\n        },\n        {\n            \"ItemNumber\": \"90096\",\n            \"Description\": \"Professional attendance (other than a service to which any other item applies) at a residential aged care facility (other than a professional attendance at a self-contained unit) or professional attendance at consulting rooms situated within such a complex, if the patient is a care recipient in the facility who is not a resident of a self-contained unit, lasting more than 45 minutes, but less than 60 minutes—an attendance on one or more patients at one residential aged care facility on one occasion—each patient (subject to clause 2.30.1), by a medical practitioner who is not a general practitioner\\n\",\n            \"ScheduleFee\": \"57.50\",\n            \"ScheduleFeeStartDate\": \"2019-03-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A35\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2019-03-01\"\n        },\n        {\n            \"ItemNumber\": \"90098\",\n            \"Description\": \"Professional attendance (other than a service to which another item applies) at a residential aged care facility (other than a professional attendance at a self-contained unit) or professional attendance at consulting rooms within such a complex, if the patient is a care recipient in the facility who is not a resident of a self-contained unit, lasting more than 60 minutes—an attendance on one or more patients at one residential aged care facility on one occasion by a medical practitioner who is not a general practitioner—each patient (subject to subclause 2.30.1(2))\\n\",\n            \"ScheduleFee\": \"88.20\",\n            \"ScheduleFeeStartDate\": \"2023-11-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A35\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"90183\",\n            \"Description\": \"Professional attendance (other than a service to which another item applies) at a residential aged care facility (other than a professional attendance at a self contained unit) or professional attendance at consulting rooms within such a complex, if the patient is a care recipient in the facility who is not a resident of a self contained unit, lasting not more than 5 minutes—an attendance on one or more patients at one residential aged care facility on one occasion by a prescribed medical practitioner in an eligible area—each patient (subject to subclause 2.30.1(2))\\n\",\n            \"ScheduleFee\": \"16.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A35\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2019-03-01\"\n        },\n        {\n            \"ItemNumber\": \"90188\",\n            \"Description\": \"Professional attendance (other than a service to which another item applies) at a residential aged care facility (other than a professional attendance at a self contained unit) or professional attendance at consulting rooms within such a complex, if the patient is a care recipient in the facility who is not a resident of a self contained unit, lasting more than 5 minutes but not more than 25 minutes—an attendance on one or more patients at one residential aged care facility on one occasion by a prescribed medical practitioner in an eligible area—each patient (subject to subclause 2.30.1(2))\\n\",\n            \"ScheduleFee\": \"35.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A35\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2019-03-01\"\n        },\n        {\n            \"ItemNumber\": \"90202\",\n            \"Description\": \"Professional attendance (other than a service to which another item applies) at a residential aged care facility (other than a professional attendance at a self contained unit) or professional attendance at consulting rooms within such a complex, if the patient is a care recipient in the facility who is not a resident of a self contained unit, lasting more than 25 minutes but not more than 45 minutes—an attendance on one or more patients at one residential aged care facility on one occasion by a prescribed medical practitioner in an eligible area—each patient (subject to subclause 2.30.1(2))\\n\",\n            \"ScheduleFee\": \"67.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A35\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2019-03-01\"\n        },\n        {\n            \"ItemNumber\": \"90212\",\n            \"Description\": \"Professional attendance (other than a service to which another item applies) at a residential aged care facility (other than a professional attendance at a self-contained unit) or professional attendance at consulting rooms situated within such a complex, if the patient is a care recipient in the facility who is not a resident of a self-contained unit, lasting more than 45 minutes but not more than 60 minutes—an attendance on one or more patients at one residential aged care facility on one occasion by a prescribed medical practitioner in an eligible area—each patient (subject to subclause 2.30.1(2))\\n\",\n            \"ScheduleFee\": \"100.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A35\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2019-03-01\"\n        },\n        {\n            \"ItemNumber\": \"90215\",\n            \"Description\": \"Professional attendance (other than a service to which another item applies) at a residential aged care facility (other than a professional attendance at a self-contained unit) or professional attendance at consulting rooms situated within such a complex, if the patient is a care recipient in the facility who is not a resident of a self-contained unit, lasting more than 60 minutes—an attendance on one or more patients at one residential aged care facility on one occasion by a prescribed medical practitioner in an eligible area—each patient (subject to subclause 2.30.1(2))\\n\",\n            \"ScheduleFee\": \"162.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A35\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"90250\",\n            \"Description\": \"Professional attendance by a general practitioner to prepare an eating disorder treatment and management plan, lasting at least 20 minutes but less than 40 minutes.\\n\",\n            \"ScheduleFee\": \"83.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A36\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"90251\",\n            \"Description\": \"Professional attendance by a general practitioner to prepare an eating disorder treatment and management plan, lasting at least 40 minutes\\n\",\n            \"ScheduleFee\": \"123.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A36\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"90252\",\n            \"Description\": \"Professional attendance by a general practitioner to prepare an eating disorder treatment and management plan, lasting at least 20 minutes but less than 40 minutes, if the practitioner has successfully completed mental health skills training.\\n\",\n            \"ScheduleFee\": \"106.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A36\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"90253\",\n            \"Description\": \"Professional attendance by a general practitioner to prepare an eating disorder treatment and management plan, lasting at least 40 minutes, if the practitioner has successfully completed mental health skills training.\\n\",\n            \"ScheduleFee\": \"156.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A36\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"90254\",\n            \"Description\": \"Professional attendance by a medical practitioner (other than a general practitioner, specialist or consultant physician) to prepare an eating disorder treatment and management plant, lasting at least 20 minutes but less than 40 minutes.\\n\",\n            \"ScheduleFee\": \"66.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A36\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"90255\",\n            \"Description\": \"Professional attendance by a medical practitioner (other than a general practitioner, specialist or consultant physician) to prepare an eating disorder treatment and management plan, lasting at least 40 minutes.\\n\",\n            \"ScheduleFee\": \"98.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A36\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"90256\",\n            \"Description\": \"Professional attendance by a medical practitioner (other than a general practitioner, specialist or consultant physician) to prepare an eating disorder treatment and management plan, lasting at least 20 minutes but less than 40 minutes, if the practitioner has successfully completed mental health skills training.\\n\",\n            \"ScheduleFee\": \"84.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A36\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"90257\",\n            \"Description\": \"Professional attendance by a medical practitioner (other than a general practitioner, specialist or consultant physician) to prepare an eating disorder treatment and management plan, lasting at least 40 minutes, if the practitioner has successfully completed mental health skills training.\\n\",\n            \"ScheduleFee\": \"125.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A36\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"90260\",\n            \"Description\": \"Professional attendance at consulting rooms by a consultant physician in the practice of the physician’s specialty of psychiatry to prepare an eating disorder treatment and management plan, if: (a) the patient is referred; and (b) the attendance lasts at least 45 minutes\\n\",\n            \"ScheduleFee\": \"535.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A36\",\n            \"SubGroup\": \"2\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"90261\",\n            \"Description\": \"Professional attendance at consulting rooms by a consultant physician in the practice of the physician’s specialty of paediatrics to prepare an eating disorder treatment and management plan, if: (a) the patient is referred; and (b) the attendance lasts at least 45 minutes\\n\",\n            \"ScheduleFee\": \"312.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A36\",\n            \"SubGroup\": \"2\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"90264\",\n            \"Description\": \"Professional attendance by a general practitioner to review an eating disorder treatment and management plan.\\n\",\n            \"ScheduleFee\": \"83.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A36\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"90265\",\n            \"Description\": \"Professional attendance by a medical practitioner (other than a general practitioner, specialist or consultant physician) to review an eating disorder treatment and management plan.\\n\",\n            \"ScheduleFee\": \"66.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A36\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"90266\",\n            \"Description\": \"Professional attendance at consulting rooms by a consultant physician in the practice of the physician’s specialty of psychiatry to review an eating disorder treatment and management plan, if: (a) the patient is referred; and (b) the attendance lasts at least 30 minutes\\n\",\n            \"ScheduleFee\": \"335.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A36\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"90267\",\n            \"Description\": \"Professional attendance at consulting rooms by a consultant physician in the practice of the physician’s specialty of paediatrics to review an eating disorder treatment and management plan, if: (a) the patient is referred; and (b) the attendance lasts at least 20 minutes\\n\",\n            \"ScheduleFee\": \"156.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A36\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"90271\",\n            \"Description\": \"Professional attendance at consulting rooms by a general practitioner to provide treatment under an eating disorder treatment and management plan, lasting at least 30 minutes but less than 40 minutes.\\n\",\n            \"ScheduleFee\": \"108.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A36\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"90272\",\n            \"Description\": \"Professional attendance at a place other than consulting rooms by a general practitioner to provide treatment under an eating disorder treatment and management plan, lasting at least 30 minutes but less than 40 minutes\\n\",\n            \"DerivedFee\": \"The fee for item 90271, plus $30.30 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - the fee for item 90271 plus $2.40 per patient.\",\n            \"Category\": \"1\",\n            \"Group\": \"A36\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"90273\",\n            \"Description\": \"Professional attendance at consulting rooms by a general practitioner to provide treatment under an eating disorder treatment and management plan, lasting at least 40 minutes.\\n\",\n            \"ScheduleFee\": \"154.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A36\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"90274\",\n            \"Description\": \"Professional attendance at a place other than consulting rooms by a general practitioner to provide treatment under an eating disorder treatment and management plan, lasting at least 40 minutes\\n\",\n            \"DerivedFee\": \"The fee for item 90273, plus $30.30 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - the fee for item 90273 plus $2.40 per patient.\",\n            \"Category\": \"1\",\n            \"Group\": \"A36\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"90275\",\n            \"Description\": \"Professional attendance at consulting rooms by a medical practitioner (other than a general practitioner, specialist or consultant physician) to provide treatment under an eating disorder treatment and management plan, lasting at least 30 minutes but less than 40 minutes.\\n\",\n            \"ScheduleFee\": \"86.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A36\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"90276\",\n            \"Description\": \"Professional attendance at a place other than consulting rooms by a medical practitioner (other than a general practitioner, specialist or consultant physician) to provide treatment under an eating disorder treatment and management plan, lasting at least 30 minutes but less than 40 minutes\\n\",\n            \"DerivedFee\": \"The fee for item 90275, plus $24.20 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - the fee for item 90275 plus $1.90 per patient.\",\n            \"Category\": \"1\",\n            \"Group\": \"A36\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"90277\",\n            \"Description\": \"Professional attendance at consulting rooms by a medical practitioner (other than a general practitioner, specialist or consultant physician) to provide treatment under an eating disorder treatment and management plan, lasting at least 40 minutes.\\n\",\n            \"ScheduleFee\": \"123.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A36\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"90278\",\n            \"Description\": \"Professional attendance at a place other than consulting rooms by a medical practitioner (other than a general practitioner, specialist or consultant physician) to provide treatment under an eating disorder treatment and management plan, lasting at least 40 minutes\\n\",\n            \"DerivedFee\": \"The fee for item 90277, plus $24.20 divided by the number of patients seen, up to a maximum of six patients. For seven or more patients - the fee for item 90277 plus $1.90 per patient.\",\n            \"Category\": \"1\",\n            \"Group\": \"A36\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"90300\",\n            \"Description\": \"Professional attendance by a cardiothoracic surgeon in the practice of the surgeon’s speciality, if: (a) the service is: performed in conjunction with a service (the lead extraction service) to which item 38358 applies; or performed in conjunction with a service (the leadless pacemaker extraction service) to which item 38373 or 38374 applies; or performed in conjunction with a service (the TAVI intermediate or low surgical risk service) to which item 38514 or 38522 applies); and (b) the surgeon: is providing surgical backup for the provider (who is not a cardiothoracic surgeon) who is performing the lead extraction service, the leadless pacemaker extraction service or the TAVI intermediate or low surgical risk service; and is present for the duration of the lead extraction service, the leadless pacemaker extraction service or the TAVI intermediate or low surgical risk service, other than during the low risk pre and post extraction or transcatheter aortic valve implantation phases; and is able to immediately scrub in and perform a thoracotomy if major complications occur (H)\\n\",\n            \"ScheduleFee\": \"1003.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A37\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"91790\",\n            \"Description\": \"Video attendance by a general practitioner for an obvious problem characterised by the straightforward nature of the task that requires a short patient history and, if required, limited management NOTE: It is a legislative requirement that this service must be performed by the patient’s eligible telehealth practitioner (please see Note AN.1.1 for the definitions as some exemptions do apply)\\n\",\n            \"ScheduleFee\": \"20.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91792\",\n            \"Description\": \"Video attendance by a medical practitioner (not including a general practitioner) of not more than 5 minutes NOTE: It is a legislative requirement that this service must be performed by the patient’s eligible telehealth practitioner (please see Note AN.1.1 for the definitions as some exemptions do apply)\\n\",\n            \"ScheduleFee\": \"11.00\",\n            \"ScheduleFeeStartDate\": \"2022-04-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91794\",\n            \"Description\": \"Video attendance by a medical practitioner (not including a general practitioner, specialist or consultant physician), in an eligible area, of not more than 5 minutes NOTE: It is a legislative requirement that this service must be performed by the patient’s eligible telehealth practitioner (please see Note AN.1.1 for the definitions as some exemptions do apply)\\n\",\n            \"ScheduleFee\": \"16.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91800\",\n            \"Description\": \"Video attendance by a general practitioner lasting at least 6 minutes but less than 20 minutes if the attendance includes any of the following that are clinically relevant: (a) taking a short patient history; (b) arranging any necessary investigation; (c) implementing a management plan; (d) providing appropriate preventative health care NOTE: It is a legislative requirement that this service must be performed by the patient’s eligible telehealth practitioner (please see Note AN.1.1 for the definitions as some exemptions do apply)\\n\",\n            \"ScheduleFee\": \"43.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91801\",\n            \"Description\": \"Video attendance by a general practitioner lasting at least 20 minutes if the attendance includes any of the following that are clinically relevant: (a) taking a detailed patient history; (b) arranging any necessary investigation; (c) implementing a management plan; (d) providing appropriate preventative health care NOTE: It is a legislative requirement that this service must be performed by the patient’s eligible telehealth practitioner (please see Note AN.1.1 for the definitions as some exemptions do apply)\\n\",\n            \"ScheduleFee\": \"84.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91802\",\n            \"Description\": \"Video attendance by a general practitioner lasting at least 40 minutes if the attendance includes any of the following that are clinically relevant: (a) taking an extensive patient history; (b) arranging any necessary investigation; (c) implementing a management plan; (d) providing appropriate preventative health care NOTE: It is a legislative requirement that this service must be performed by the patient’s eligible telehealth practitioner (please see Note AN.1.1 for the definitions as some exemptions do apply)\\n\",\n            \"ScheduleFee\": \"125.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91803\",\n            \"Description\": \"Video attendance by a medical practitioner (not including a general practitioner) of more than 5 minutes in duration but not more than 25 minutes if the attendance includes any of the following that are clinically relevant: (a) taking a short patient history; (b) arranging any necessary investigation; (c) implementing a management plan; (d) providing appropriate preventative health care NOTE: It is a legislative requirement that this service must be performed by the patient’s eligible telehealth practitioner (please see Note AN.1.1 for the definitions as some exemptions do apply)\\n\",\n            \"ScheduleFee\": \"21.00\",\n            \"ScheduleFeeStartDate\": \"2022-03-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91804\",\n            \"Description\": \"Video attendance by a medical practitioner (not including a general practitioner) of more than 25 minutes in duration but not more than 45 minutes if the attendance includes any of the following that are clinically relevant: (a) taking a detailed patient history; (b) arranging any necessary investigation; (c) implementing a management plan; (d) providing appropriate preventative health care NOTE: It is a legislative requirement that this service must be performed by the patient’s eligible telehealth practitioner (please see Note AN.1.1 for the definitions as some exemptions do apply)\\n\",\n            \"ScheduleFee\": \"38.00\",\n            \"ScheduleFeeStartDate\": \"2022-03-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91805\",\n            \"Description\": \"Video attendance by a medical practitioner (not including a general practitioner) of more than 45 minutes in duration but not more than 60 minutes if the attendance includes any of the following that are clinically relevant: (a) taking an extensive patient history; (b) arranging any necessary investigation; (c) implementing a management plan; (d) providing appropriate preventative health care NOTE: It is a legislative requirement that this service must be performed by the patient’s eligible telehealth practitioner (please see Note AN.1.1 for the definitions as some exemptions do apply)\\n\",\n            \"ScheduleFee\": \"61.00\",\n            \"ScheduleFeeStartDate\": \"2022-03-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91806\",\n            \"Description\": \"Video attendance by a medical practitioner (not including a general practitioner, specialist or consultant physician), in an eligible area, of more than 5 minutes in duration but not more than 25 minutes if the attendance includes any of the following that are clinically relevant: (a) taking a short patient history; (b) arranging any necessary investigation; (c) implementing a management plan; (d) providing appropriate preventative health care NOTE: It is a legislative requirement that this service must be performed by the patient’s eligible telehealth practitioner (please see Note AN.1.1 for the definitions as some exemptions do apply)\\n\",\n            \"ScheduleFee\": \"35.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91807\",\n            \"Description\": \"Video attendance by a medical practitioner (not including a general practitioner, specialist or consultant physician), in an eligible area, of more than 25 minutes in duration but not more than 45 minutes if the attendance includes any of the following that are clinically relevant: (a) taking a detailed patient history; (b) arranging any necessary investigation; (c) implementing a management plan; (d) providing appropriate preventative health care NOTE: It is a legislative requirement that this service must be performed by the patient’s eligible telehealth practitioner (please see Note AN.1.1 for the definitions as some exemptions do apply)\\n\",\n            \"ScheduleFee\": \"67.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91808\",\n            \"Description\": \"Video attendance by a medical practitioner (not including a general practitioner, specialist or consultant physician), in an eligible area, of more than 45 minutes in duration but not more than 60 minutes if the attendance includes any of the following that are clinically relevant: (a) taking an extensive patient history; (b) arranging any necessary investigation; (c) implementing a management plan; (d) providing appropriate preventative health care NOTE: It is a legislative requirement that this service must be performed by the patient’s eligible telehealth practitioner (please see Note AN.1.1 for the definitions as some exemptions do apply)\\n\",\n            \"ScheduleFee\": \"100.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91818\",\n            \"Description\": \"Video attendance by a general practitioner, for the purpose of providing focussed psychological strategies for assessed mental disorders if: (a) the practitioner is registered with the Chief Executive Medicare as meeting the credentialing requirements for provision of this service; and (b) the service lasts at least 30 minutes, but less than 40 minutes.\\n\",\n            \"ScheduleFee\": \"108.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91819\",\n            \"Description\": \"Video attendance by a general practitioner, for the purpose of providing focussed psychological strategies for assessed mental disorders if: (a) the practitioner is registered with the Chief Executive Medicare as meeting the credentialing requirements for provision of this service; and (b) the service lasts at least 40 minutes\\n\",\n            \"ScheduleFee\": \"154.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91820\",\n            \"Description\": \"Video attendance by a medical practitioner (not including a general practitioner, specialist or consultant physician), for the purpose of providing focussed psychological strategies for assessed mental disorders if: (a) the practitioner is registered with the Chief Executive Medicare as meeting the credentialing requirements for provision of this service; and (b) the service lasts at least 30 minutes, but less than 40 minutes\\n\",\n            \"ScheduleFee\": \"86.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91821\",\n            \"Description\": \"Video attendance by a medical practitioner (not including a general practitioner, specialist or consultant physician), for the purpose of providing focussed psychological strategies for assessed mental disorders if: (a) the practitioner is registered with the Chief Executive Medicare as meeting the credentialing requirements for provision of this service; and (b) the service lasts at least 40 minutes\\n\",\n            \"ScheduleFee\": \"123.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91822\",\n            \"Description\": \"Video attendance for a person by a specialist in the practice of the specialist’s specialty if: (a) the attendance follows referral of the patient to the specialist; and (b) the attendance was of more than 5 minutes in duration. Where the attendance was other than a second or subsequent attendance as part of a single course of treatment\\n\",\n            \"ScheduleFee\": \"101.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"4\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91823\",\n            \"Description\": \"Video attendance for a person by a specialist in the practice of the specialist’s specialty if: (a) the attendance follows referral of the patient to the specialist; and (b) the attendance was of more than 5 minutes in duration. Where the attendance is after the first attendance as part of a single course of treatment\\n\",\n            \"ScheduleFee\": \"50.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"4\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91824\",\n            \"Description\": \"Video attendance for a person by a consultant physician in the practice of the consultant physician’s specialty (other than psychiatry) if: (a) the attendance follows referral of the patient to the consultant physician; and (b) the attendance was of more than 5 minutes in duration; Where the attendance was other than a second or subsequent attendance as part of a single course of treatment\\n\",\n            \"ScheduleFee\": \"178.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"5\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91825\",\n            \"Description\": \"Video attendance for a person by a consultant physician in the practice of the consultant physician’s specialty (other than psychiatry) if: (a) the attendance follows referral of the patient to the consultant physician; and (b) the attendance was of more than 5 minutes in duration; Where the attendance is not a minor attendance after the first as part of a single course of treatment\\n\",\n            \"ScheduleFee\": \"89.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"5\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91826\",\n            \"Description\": \"Video attendance for a person by a consultant physician in the practice of the consultant physician’s specialty (other than psychiatry) if: (a) the attendance follows referral of the patient to the consultant physician; and (b) the attendance was of more than 5 minutes in duration; Where the attendance is a minor attendance after the first as part of a single course of treatment\\n\",\n            \"ScheduleFee\": \"50.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"5\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91827\",\n            \"Description\": \"Video attendance for a person by a consultant psychiatrist; if: (a) the attendance follows a referral of the patient to the consultant psychiatrist by a referring practitioner; and (b) the attendance was not more than 15 minutes in duration; if that attendance and another attendance to which item 296, 297, 299 or any of items 300, 302, 304, 306, 308, 91828 to 91831, 91837 to 91839 and 92437 applies have not exceeded 50 attendances in a calendar year\\n\",\n            \"ScheduleFee\": \"51.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91828\",\n            \"Description\": \"Video attendance for a person by a consultant psychiatrist; if: (a) the attendance follows a referral of the patient to the consultant psychiatrist by a referring practitioner; and (b) the attendance was at least 15 minutes, but not more than 30 minutes in duration; if that attendance and another attendance to which item 296, 297, 299, or any of items 300, 302, 304, 306 to 308, 91827, 91829 to 91831, 91837 to 91839 and 92437 applies have not exceeded 50 attendances in a calendar year\\n\",\n            \"ScheduleFee\": \"102.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91829\",\n            \"Description\": \"Video attendance for a person by a consultant psychiatrist; if:(a) the attendance follows a referral of the patient to the consultant psychiatrist by a referring practitioner; and (b) the attendance was at least 30 minutes, but not more than 45 minutes in duration; if that attendance and another attendance to which item 296, 297, 299 or any of items 300, 302, 304, 306 to 308, 91827, 91828, 91830, 91831, 91837 to 91839 and 92437 applies have not exceeded 50 attendances in a calendar year\\n\",\n            \"ScheduleFee\": \"157.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91830\",\n            \"Description\": \"Video attendance for a person by a consultant psychiatrist; if: (a) the attendance follows a referral of the patient to the consultant psychiatrist by a referring practitioner; and (b) the attendance was at least 45 minutes, but not more than 75 minutes in duration; if that attendance and another attendance to which item 296, 297, 299 or any of items 300, 302, 304, 306 to 308, 91827 to 91829, 91831, 91837 to 91839 and 92437 applies have not exceeded 50 attendances in a calendar year\\n\",\n            \"ScheduleFee\": \"217.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91831\",\n            \"Description\": \"Video attendance for a person by a consultant psychiatrist; if: (a) the attendance follows a referral of the patient to the consultant psychiatrist by a referring practitioner; and (b) the attendance was at least 75 minutes in duration; if that attendance and another attendance to which item 296, 297, 299 or any of items 300, 302, 304, 306 to 308, 91827 to 91830, 91837 to 91839 and 92437 applies have not exceeded 50 attendances in a calendar year\\n\",\n            \"ScheduleFee\": \"252.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91833\",\n            \"Description\": \"Phone attendance for a person by a specialist in the practice of the specialist’s specialty if: (a) the attendance follows referral of the patient to the specialist; and (b) the attendance was of more than 5 minutes in duration. Where the attendance is after the first attendance as part of a single course of treatment.\\n\",\n            \"ScheduleFee\": \"50.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"7\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91836\",\n            \"Description\": \"Phone attendance for a person by a consultant physician in the practice of the consultant physician’s specialty (other than psychiatry) if: (a) the attendance follows referral of the patient to the consultant physician; and (b) the attendance was of more than 5 minutes in duration. Where the attendance is a minor attendance after the first as part of a single course of treatment.\\n\",\n            \"ScheduleFee\": \"50.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"8\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91837\",\n            \"Description\": \"Phone attendance for a person by a consultant psychiatrist; if: (a) the attendance follows a referral of the patient to the consultant psychiatrist by a referring practitioner; and (b) the attendance was not more than 15 minutes duration; Where the attendance is after the first attendance as part of a single course of treatment, if that attendance and another attendance to which item 296, 297, 299 or any of items 300, 302, 304, 306 to 308, 91827 to 91831, 91838, 91839 and 92437 applies have not exceeded 50 attendances in a calendar year\\n\",\n            \"ScheduleFee\": \"51.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"9\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91838\",\n            \"Description\": \"Phone attendance for a person by a consultant psychiatrist; if: (a) the attendance follows a referral of the patient to the consultant psychiatrist by a referring practitioner and (b) the attendance was at least 15 minutes, but not more than 30 minutes in duration; Where the attendance is after the first attendance as part of a single course of treatment, if that attendance and another attendance to which item 296, 297, 299 or any of items 300, 302, 304, 306 to 308, 91827 to 91831, 91837, 91839 and 92437 applies have not exceeded 50 attendances in a calendar year\\n\",\n            \"ScheduleFee\": \"102.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"9\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91839\",\n            \"Description\": \"Phone attendance for a person by a consultant psychiatrist; if: (a) the attendance follows a referral of the patient to the consultant psychiatrist by a referring practitioner; and (b) the attendance was at least 30 minutes, but not more than 45 minutes in duration Where the attendance is after the first attendance as part of a single course of treatment, if that attendance and another attendance to which item 296, 297, 299 or any of items 300, 302, 304, 306 to 308, 91827 to 91831, 91837, 91838 and 92437 applies have not exceeded 50 attendances in a calendar year\\n\",\n            \"ScheduleFee\": \"157.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"9\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91842\",\n            \"Description\": \"Phone attendance by a general practitioner, for the purpose of providing focussed psychological strategies for assessed mental disorders if: (a) the practitioner is registered with the Chief Executive Medicare as meeting the credentialing requirements for provision of this service; and (b) the service lasts at least 30 minutes, but less than 40 minutes.\\n\",\n            \"ScheduleFee\": \"108.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91843\",\n            \"Description\": \"Phone attendance by a general practitioner, for the purpose of providing focussed psychological strategies for assessed mental disorders if: (a) the practitioner is registered with the Chief Executive Medicare as meeting the credentialing requirements for provision of this service; and (b) the service lasts at least 40 minutes.\\n\",\n            \"ScheduleFee\": \"154.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91844\",\n            \"Description\": \"Phone attendance by a medical practitioner (not including a General Practitioner, Specialist or Consultant Physician), for the purpose of providing focussed psychological strategies for assessed mental disorders if: (a) the practitioner is registered with the Chief Executive Medicare as meeting the credentialing requirements for provision of this service; and (b) the service lasts at least 30 minutes, but less than 40 minutes\\n\",\n            \"ScheduleFee\": \"86.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91845\",\n            \"Description\": \"Phone attendance by a medical practitioner (not including a General Practitioner, Specialist or Consultant Physician), for the purpose of providing focussed psychological strategies for assessed mental disorders if: (a) the practitioner is registered with the Chief Executive Medicare as meeting the credentialing requirements for provision of this service; and (b) the service lasts at least 40 minutes\\n\",\n            \"ScheduleFee\": \"123.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91859\",\n            \"Description\": \"Video attendance by a general practitioner (not including a specialist or a consultant physician), registered with the Chief Executive Medicare as meeting the credentialling requirements for provision of this service: (a) for providing focussed psychological strategies for assessed mental disorders to a person other than the patient, if the service is part of the patient’s treatment; and (b) lasting at least 30 minutes but less than 40 minutes\\n\",\n            \"ScheduleFee\": \"108.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"91861\",\n            \"Description\": \"Video attendance by a general practitioner (not including a specialist or a consultant physician), registered with the Chief Executive Medicare as meeting the credentialling requirements for provision of this service: (a) for providing focussed psychological strategies for assessed mental disorders to a person other than the patient, if the service is part of the patient’s treatment; and (b) lasting at least 40 minutes\\n\",\n            \"ScheduleFee\": \"154.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"91862\",\n            \"Description\": \"Video attendance by a medical practitioner, registered with the Chief Executive Medicare as meeting the credentialling requirements for provision of this service: (a) for providing focussed psychological strategies for assessed mental disorders to a person other than the patient, if the service is part of the patient’s treatment; and (b) lasting at least 30 minutes but less than 40 minutes\\n\",\n            \"ScheduleFee\": \"86.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"91863\",\n            \"Description\": \"Video attendance by a medical practitioner, registered with the Chief Executive Medicare as meeting the credentialling requirements for provision of this service: (a) for providing focussed psychological strategies for assessed mental disorders to a person other than the patient, if the service is part of the patient’s treatment; and (b) lasting at least 40 minutes\\n\",\n            \"ScheduleFee\": \"123.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"91864\",\n            \"Description\": \"Phone attendance by a general practitioner (not including a specialist or a consultant physician), registered with the Chief Executive Medicare as meeting the credentialling requirements for provision of this service: (a) for providing focussed psychological strategies for assessed mental disorders to a person other than the patient, if the service is part of the patient’s treatment; and (b) lasting at least 30 minutes but less than 40 minutes\\n\",\n            \"ScheduleFee\": \"108.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"91865\",\n            \"Description\": \"Phone attendance by a general practitioner (not including a specialist or a consultant physician), registered with the Chief Executive Medicare as meeting the credentialling requirements for provision of this service: (a) for providing focussed psychological strategies for assessed mental disorders to a person other than the patient, if the service is part of the patient’s treatment; and (b) lasting at least 40 minutes\\n\",\n            \"ScheduleFee\": \"154.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"91866\",\n            \"Description\": \"Phone attendance by a medical practitioner, registered with the Chief Executive Medicare as meeting the credentialling requirements for provision of this service: (a) for providing focussed psychological strategies for assessed mental disorders to a person other than the patient, if the service is part of the patient’s treatment; and (b) lasting at least 30 minutes but less than 40 minutes\\n\",\n            \"ScheduleFee\": \"86.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"91867\",\n            \"Description\": \"Phone attendance by a medical practitioner, registered with the Chief Executive Medicare as meeting the credentialling requirements for provision of this service: (a) for providing focussed psychological strategies for assessed mental disorders to a person other than the patient, if the service is part of the patient’s treatment; and (b) lasting at least 40 minutes\\n\",\n            \"ScheduleFee\": \"123.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"91868\",\n            \"Description\": \"Video attendance by a consultant physician in the practice of the consultant physician’s specialty of psychiatry following referral of the patient to the consultant physician by a referring practitioner—an attendance of not more than 15 minutes in duration, if that attendance and another attendance to which item 296, 297, 299, 92437 or any of items 300, 302, 304, 306, 308, 91827, 91828, 91829, 91830, 91831, 91837, 91838, 91839, 91869, 91870, 91871, 91872, 91873 or 91879 to 91881 applies exceed 50 attendances in a calendar year for the patient\\n\",\n            \"ScheduleFee\": \"25.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"91869\",\n            \"Description\": \"Video attendance by a consultant physician in the practice of the consultant physician’s specialty of psychiatry following referral of the patient to the consultant physician by a referring practitioner—an attendance of more than 15 minutes but not more than 30 minutes in duration, if that attendance and another attendance to which item 296, 297, 299, 92437 or any of items 300, 302, 304, 306, 308, 91827, 91828, 91829, 91830, 91831, 91837, 91838, 91839, 91868, 91870, 91871, 91872, 91873 or 91879 to 91881 applies exceed 50 attendances in a calendar year for the patient\\n\",\n            \"ScheduleFee\": \"51.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"91870\",\n            \"Description\": \"Video attendance by a consultant physician in the practice of the consultant physician's specialty of psychiatry following referral of the patient to the consultant physician by a referring practitioner—an attendance of more than 30 minutes but not more than 45 minutes in duration, if that attendance and another attendance to which item 296, 297, 299, 92437 or any of items 300, 302, 304, 306, 308, 91827, 91828, 91829, 91830, 91831, 91837, 91838, 91839, 91868, 91869, 91871, 91872, 91873 or 91879 to 91881 applies exceed 50 attendances in a calendar year for the patient\\n\",\n            \"ScheduleFee\": \"79.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"91871\",\n            \"Description\": \"Video attendance by a consultant physician in the practice of the consultant physician’s specialty of psychiatry following referral of the patient to the consultant physician by a referring practitioner—an attendance of more than 45 minutes but not more than 75 minutes in duration, if that attendance and another attendance to which item 296, 297, 299, 92437 or any of items 300, 302, 304, 306, 308, 91827, 91828, 91829, 91830, 91831, 91837, 91838, 91839, 91868, 91869, 91870, 91872, 91873 or 91879 to 91881 applies exceed 50 attendances in a calendar year for the patient\\n\",\n            \"ScheduleFee\": \"108.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"91872\",\n            \"Description\": \"Video attendance by a consultant physician in the practice of the consultant physician’s specialty of psychiatry following referral of the patient to the consultant physician by a referring practitioner—an attendance of more than 75 minutes in duration, if that attendance and another attendance to which item 296, 297, 299, 92437 or any of items 300, 302, 304, 306, 308, 91827, 91828, 91829, 91830, 91831, 91837, 91838, 91839, 91868, 91869, 91870, 91871, 91873, or 91879 to 91881 applies exceed 50 attendances in a calendar year for the patient\\n\",\n            \"ScheduleFee\": \"126.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"91873\",\n            \"Description\": \"Video attendance lasting at least 45 minutes by a consultant physician in the practice of the consultant physician’s specialty of psychiatry, following referral of the patient to the psychiatrist by a referring practitioner, where the formulation of the patient’s clinical presentation indicates intensive psychotherapy is a clinically appropriate and indicated treatment, if that attendance and another attendance to which any of items 296, 297, 299 or any of items 300, 302, 304, 306, 308, 319, 92437, 91827, 91828, 91829, 91830, 91831, 91837, 91838, 91839, 91868, 91869, 91870, 91871, 91872 or 91879 to 91881 applies has not exceeded 160 attendances in a calendar year for the patient\\n\",\n            \"ScheduleFee\": \"217.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"91874\",\n            \"Description\": \"Video attendance involving an interview, lasting not more than 15 minutes, of a person other than the patient when the patient is not in attendance, by a consultant physician in the practice of the consultant physician’s specialty of psychiatry following referral of the patient to the consultant physician by a referring practitioner for the purposes of: (a) initial diagnostic evaluation; or (b) continuing management of the patient; if that attendance and another attendance to which any of items 341, 343, 345, 347, 349, 91875, 91876, 91877, 91878, 91882, 91883 or 91884 applies have not exceeded 15 in a calendar year for the patient\\n\",\n            \"ScheduleFee\": \"51.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"91875\",\n            \"Description\": \"Video attendance involving an interview, lasting more than 15 minutes but not more than 30 minutes, of a person other than the patient when the patient is not in attendance, by a consultant physician in the practice of the consultant physician’s specialty of psychiatry, following referral of the patient to the consultant physician by a referring practitioner for the purposes of: (a) initial diagnostic evaluation; or (b) continuing management of the patient; if that attendance and another attendance to which any of items 341, 343, 345, 347, 349, 91874, 91876, 91877, 91878, 91882, 91883 or 91884 applies have not exceeded 15 in a calendar year for the patient\\n\",\n            \"ScheduleFee\": \"102.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"91876\",\n            \"Description\": \"Video attendance involving an interview, lasting more than 30 minutes but not more than 45 minutes, of a person other than the patient when the patient is not in attendance, by a consultant physician in the practice of the consultant physician's specialty of psychiatry, following referral of the patient to the consultant physician by a referring practitioner for the purposes of: (a) initial diagnostic evaluation; or (b) continuing management of the patient; if that attendance and another attendance to which any of items 341, 343, 345, 347, 349, 91874, 91875, 91877, 91878, 91882, 91883 or 91884 applies have not exceeded 15 in a calendar year for the patient\\n\",\n            \"ScheduleFee\": \"157.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"91877\",\n            \"Description\": \"Video attendance involving an interview, lasting more than 45 minutes but not more than 75 minutes, of a person other than the patient when the patient is not in attendance, by a consultant physician in the practice of the consultant physician’s specialty of psychiatry, following referral of the patient to the consultant physician by a referring practitioner for the purposes of: (a) initial diagnostic evaluation; or (b) continuing management of the patient; if that attendance and another attendance to which any of items 341, 343, 345, 347, 349, 91874, 91875, 91876 91878, 91882, 91883 or 91884 applies have not exceeded 15 in a calendar year for the patient\\n\",\n            \"ScheduleFee\": \"217.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"91878\",\n            \"Description\": \"Video attendance involving an interview, lasting more than 75 minutes, of a person other than the patient, when the patient is not in attendance, by a consultant physician in the practice of the consultant physician’s specialty of psychiatry, following referral of the patient to the consultant physician by a referring practitioner for the purposes of: (a) initial diagnostic evaluation; or (b) continuing management of the patient; if that attendance and another attendance to which any of items 341, 343, 345, 347, 349, 91874, 91875, 91876, 91877, 91882, 91883 or 91884 applies have not exceeded 15 in a calendar year for the patient\\n\",\n            \"ScheduleFee\": \"252.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"91879\",\n            \"Description\": \"Phone attendance by a consultant physician in the practice of the consultant physician’s specialty of psychiatry following referral of the patient to the consultant physician by a referring practitioner—an attendance of not more than 15 minutes in duration, if that attendance and another attendance to which 296, 297, 299 or any of items 300, 302, 304, 306, 308, 91827 to 91831, 91837 to 91839, 91868 to 91873, 91880, 91881 or 92437 applies exceed 50 attendances in a calendar year for the patient\\n\",\n            \"ScheduleFee\": \"25.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"9\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"91880\",\n            \"Description\": \"Phone attendance by a consultant physician in the practice of the consultant physician’s specialty of psychiatry following referral of the patient to the consultant physician by a referring practitioner—an attendance of more than 15 minutes but not more than 30 minutes in duration, if that attendance and another attendance to which item 296, 297, 299 or any of items 300, 302, 304, 306, 308, 91827 to 91831, 91837 to 91839, 91868 to 91873, 91879, 91881 or 92437 applies exceed 50 attendances in a calendar year for the patient\\n\",\n            \"ScheduleFee\": \"51.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"9\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"91881\",\n            \"Description\": \"Phone attendance by a consultant physician in the practice of the consultant physician’s specialty of psychiatry following referral of the patient to the consultant physician by a referring practitioner—an attendance of more than 30 minutes but not more than 45 minutes in duration, if that attendance and another attendance to which item 296, 297, 299 or any of items 300, 302, 304, 306, 308, 91827 to 91831, 91837 to 91839, 91868 to 91873, 91879, 91880 or 92437 applies exceed 50 attendances in a calendar year for the patient\\n\",\n            \"ScheduleFee\": \"79.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"9\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"91882\",\n            \"Description\": \"Phone attendance involving an interview, lasting not more than 15 minutes, of a person other than the patient when the patient is not in attendance, by a consultant physician in the practice of the consultant physician’s specialty of psychiatry following referral of the patient to the consultant physician by a referring practitioner for the purposes of: (a) initial diagnostic evaluation; or (b) continuing management of the patient; if that attendance and another attendance to which any of items 341, 343, 345, 347, 349, 91874 to 91878, 91883 or 91884 applies have not exceeded 15 in a calendar year for the patient\\n\",\n            \"ScheduleFee\": \"51.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"9\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"91883\",\n            \"Description\": \"Phone attendance involving an interview, lasting more than 15 minutes but not more than 30 minutes, of a person other than the patient when the patient is not in attendance, by a consultant physician in the practice of the consultant physician’s specialty of psychiatry following referral of the patient to the consultant physician by a referring practitioner for the purposes of: (a) initial diagnostic evaluation; or (b) continuing management of the patient; if that attendance and another attendance to which any of items 341, 343, 345, 347, 349, 91874 to 91878, 91882 or 91884 applies have not exceeded 15 in a calendar year for the patient\\n\",\n            \"ScheduleFee\": \"102.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"9\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"91884\",\n            \"Description\": \"Phone attendance involving an interview, lasting more than 30 minutes but not more than 45 minutes, of a person other than the patient when the patient is not in attendance, by a consultant physician in the practice of the consultant physician’s specialty of psychiatry following referral of the patient to the consultant physician by a referring practitioner for the purposes of: (a) initial diagnostic evaluation; or (b) continuing management of the patient; if that attendance and another attendance to which any of items 341, 343, 345, 347, 349, 91874 to 91878, 91882 or 91883 applies have not exceeded 15 in a calendar year for the patient\\n\",\n            \"ScheduleFee\": \"157.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"9\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"91890\",\n            \"Description\": \"Phone attendance by a general practitioner lasting less than 6 minutes for an obvious problem characterised by the straightforward nature of the task that requires a short patient history and, if required, limited management NOTE: It is a legislative requirement that this service must be performed by the patient’s eligible telehealth practitioner (please see Note AN.1.1 for the definitions as some exemptions do apply)\\n\",\n            \"ScheduleFee\": \"20.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"91891\",\n            \"Description\": \"Phone attendance by a general practitioner lasting at least 6 minutes if the attendance includes any of the following that are clinically relevant: (a) taking a short patient history; (b) arranging any necessary investigation; (c) implementing a management plan; (d) providing appropriate preventative health care NOTE: It is a legislative requirement that this service must be performed by the patient’s eligible telehealth practitioner (please see Note AN.1.1 for the definitions as some exemptions do apply)\\n\",\n            \"ScheduleFee\": \"43.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"91892\",\n            \"Description\": \"Phone attendance by a medical practitioner (not including a general practitioner, specialist or consultant physician) lasting less than 6 minutes for an obvious problem characterised by the straightforward nature of the task that requires a short patient history and, if required, limited management NOTE: It is a legislative requirement that this service must be performed by the patient’s eligible telehealth practitioner (please see Note AN.1.1 for the definitions as some exemptions do apply)\\n\",\n            \"ScheduleFee\": \"11.00\",\n            \"ScheduleFeeStartDate\": \"2022-03-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"91893\",\n            \"Description\": \"Phone attendance by a medical practitioner (not including a general practitioner, specialist or consultant physician) lasting at least 6 minutes if the attendance includes any of the following that are clinically relevant: (a) taking a short patient history; (b) arranging any necessary investigation; (c) implementing a management plan; (d) providing appropriate preventative health care NOTE: It is a legislative requirement that this service must be performed by the patient’s eligible telehealth practitioner (please see Note AN.1.1 for the definitions as some exemptions do apply)\\n\",\n            \"ScheduleFee\": \"21.00\",\n            \"ScheduleFeeStartDate\": \"2022-03-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"91900\",\n            \"Description\": \"Phone attendance by a general practitioner to a patient registered under MyMedicare with the billing practice, lasting at least 20 minutes, if the attendance includes any of the following that are clinically relevant: (a) taking a detailed patient history; (b) arranging any necessary investigation; (c) implementing a management plan; (d) providing appropriate preventative health care; for one or more health related issues, with appropriate documentation\\n\",\n            \"ScheduleFee\": \"84.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"91903\",\n            \"Description\": \"Phone attendance by a medical practitioner (not including a general practitioner) to a patient registered under MyMedicare with the billing practice, of more than 25 minutes in duration but not more than 45 minutes, if the attendance includes any of the following that are clinically relevant: (a) taking a detailed patient history; (b) arranging any necessary investigation; (c) implementing a management plan; (d) providing appropriate preventative health care; for one or more health related issues, with appropriate documentation\\n\",\n            \"ScheduleFee\": \"38.00\",\n            \"ScheduleFeeStartDate\": \"2023-11-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"91906\",\n            \"Description\": \"Phone attendance by a medical practitioner (not including a general practitioner, specialist or consultant physician), in an eligible area, to a patient registered under MyMedicare with the billing practice, of more than 25 minutes in duration but not more than 45 minutes, if the attendance includes any of the following that are clinically relevant:(a) taking a detailed patient history;(b) arranging any necessary investigation;(c) implementing a management plan;(d) providing appropriate preventive health care;for one or more health related issues, with appropriate documentation\\n\",\n            \"ScheduleFee\": \"67.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"91910\",\n            \"Description\": \"Phone attendance by a general practitioner, to a patient registered under MyMedicare with the billing practice, lasting at least 40 minutes, if the attendance includes any of the following that are clinically relevant:(a) taking an extensive patient history;(b) arranging any necessary investigation;(c) implementing a management plan;(d) providing appropriate preventive health care;for one or more health related issues, with appropriate documentation\\n\",\n            \"ScheduleFee\": \"125.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"91913\",\n            \"Description\": \"Phone attendance by a medical practitioner (not including a general practitioner), to a patient registered under MyMedicare with the billing practice, of more than 45 minutes in duration but not more than 60 minutes, if the attendance includes any of the following that are clinically relevant:(a) taking an extensive patient history;(b) arranging any necessary investigation;(c) implementing a management plan;(d) providing appropriate preventative health care;for one or more health related issues, with appropriate documentation\\n\",\n            \"ScheduleFee\": \"61.00\",\n            \"ScheduleFeeStartDate\": \"2023-11-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"91916\",\n            \"Description\": \"Phone attendance by a medical practitioner (not including a general practitioner, specialist or consultant physician), in an eligible area, to a patient registered under MyMedicare with the billing practice, of more than 45 minutes in duration but not more than 60 minutes, if the attendance includes any of the following that are clinically relevant:(a) taking an extensive patient history;(b) arranging any necessary investigation;(c) implementing a management plan;(d) providing appropriate preventative health care;for one or more health related issues, with appropriate documentation\\n\",\n            \"ScheduleFee\": \"100.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"91920\",\n            \"Description\": \"Video attendance by a general practitioner, lasting at least 60 minutes and including any of the following that are clinically relevant: (a) taking an extensive patient history; (b) arranging any necessary investigation; (c) implementing a management plan; (d) providing appropriate preventive health care; for one or more health‑related issues, with appropriate documentation NOTE: It is a legislative requirement that this service must be performed by the patient’s eligible telehealth practitioner (please see Note AN.1.1 for the definitions as some exemptions do apply)\\n\",\n            \"ScheduleFee\": \"202.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"91923\",\n            \"Description\": \"Video attendance by a medical practitioner (not including a general practitioner), of more than 60 minutes in duration and including any of the following that are clinically relevant: (a) taking an extensive patient history; (b) arranging any necessary investigation; (c) implementing a management plan; (d) providing appropriate preventive health care; for one or more health related issues, with appropriate documentation NOTE: It is a legislative requirement that this service must be performed by the patient’s eligible telehealth practitioner (please see Note AN.1.1 for the definitions as some exemptions do apply)\\n\",\n            \"ScheduleFee\": \"98.40\",\n            \"ScheduleFeeStartDate\": \"2023-11-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"91926\",\n            \"Description\": \"Video attendance by a medical practitioner (not including a general practitioner, specialist or consultant physician), in an eligible area, of more than 60 minutes in duration and including any of the following that are clinically relevant: (a) taking an extensive patient history; (b) arranging any necessary investigation; (c) implementing a management plan; (d) providing appropriate preventive health care; for one or more health‑related issues, with appropriate documentation NOTE: It is a legislative requirement that this service must be performed by the patient’s eligible telehealth practitioner (please see Note AN.1.1 for the definitions as some exemptions do apply)\\n\",\n            \"ScheduleFee\": \"162.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"92004\",\n            \"Description\": \"Video attendance by a general practitioner for an Aboriginal and Torres Strait Islander health assessment:(a) for a patient who is of Aboriginal or Torres Strait Islander descent; and(b) that includes the following:(i) recognising the patient’s health priorities;(ii) taking the patient’s medical history;(iii) undertaking any relevant physical examinations;(iv) undertaking or arranging any required investigations;(v) assessing the patient using the information gained in the health assessment;(vi) initiating any necessary interventions and referrals;(vii) developing and documenting a plan to manage the patient’s health including for follow-up, based on the health assessment and the patient’s priorities;(viii) offering the patient (or the patient’s carer (if any) if the practitioner considers it appropriate and the patient agrees) a written report of the health assessment, with recommendations on matters covered by the health assessment and a strategy for the patient’s good health;(ix) if the offer referred to in subparagraph (viii) is accepted—giving the report to the patient or the patient’s carer (as applicable);(x) adding a record of the health assessment to the patient’s medical recordsApplicable only if a service to which this item or item 228, 715 or 92011 applies has not been provided to the patient in the preceding 9 months\\n\",\n            \"ScheduleFee\": \"247.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"11\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"92011\",\n            \"Description\": \"Video attendance by a prescribed medical practitioner for an Aboriginal and Torres Strait Islander health assessment:(a) for a patient who is of Aboriginal or Torres Strait Islander descent; and(b) that includes the following:(i) recognising the patient’s health priorities;(ii) taking the patient’s medical history;(iii) undertaking any relevant physical examinations;(iv) undertaking or arranging any required investigations;(v) assessing the patient using the information gained in the health assessment;(vi) initiating any necessary interventions and referrals;(vii) developing and documenting a plan to manage the patient’s health including for follow-up, based on the health assessment and the patient’s priorities;(viii) offering the patient (or the patient’s carer (if any) if the practitioner considers it appropriate and the patient agrees) a written report of the health assessment, with recommendations on matters covered by the health assessment and a strategy for the patient’s good health;(ix) if the offer referred to in subparagraph (viii) is accepted—giving the report to the patient or the patient’s carer (as applicable);(x) adding a record of the health assessment to the patient’s medical recordsApplicable only if a service to which this item or item 228, 715 or 92004 applies has not been provided to the patient in the preceding 9 months\\n\",\n            \"ScheduleFee\": \"198.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"11\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"92026\",\n            \"Description\": \"Contribution by a general practitioner by video, to a multidisciplinary care plan prepared by another provider or a review of a multidisciplinary care plan prepared by another provider (other than a service associated with a service to which any of items 235 to 240 or 735 to 758 of the general medical services table apply) NOTE: It is a legislative requirement that this service must be performed by the patient’s eligible telehealth practitioner (please see Note AN.1.1 for the definitions as some exemptions do apply)\\n\",\n            \"ScheduleFee\": \"82.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"92027\",\n            \"Description\": \"Contribution by a general practitioner by video to:(a) a multidisciplinary care plan for a patient in a residential aged care facility, prepared by that facility, or to a review of such a plan prepared by such a facility; or(b) a multidisciplinary care plan prepared for a patient by another provider before the patient is discharged from a hospital, or to a review of such a plan prepared by another provider.(other than a service associated with a service to which items 235 to 240 or 735 to 758 of the general medical services table apply) NOTE: It is a legislative requirement that this service must be performed by the patient’s eligible telehealth practitioner (please see Note AN.1.1 for the definitions as some exemptions do apply)\\n\",\n            \"ScheduleFee\": \"82.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"92029\",\n            \"Description\": \"Video attendance by a general practitioner to prepare a GP chronic condition management plan for a patient\\n\",\n            \"ScheduleFee\": \"156.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"13\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than once in a 12 month period.\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"92030\",\n            \"Description\": \"Video attendance by a general practitioner to review a GP chronic condition management plan prepared by the general practitioner or an associated medical practitioner\\n\",\n            \"ScheduleFee\": \"156.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"92057\",\n            \"Description\": \"Contribution by a medical practitioner (not including a general practitioner, specialist or consultant physician) by video to a multidisciplinary care plan prepared by another provider or a review of a multidisciplinary care plan prepared by another provider (other than a service associated with a service to which any of items 235 to 240 or 735 to 758 of the general medical services table apply) NOTE: It is a legislative requirement that this service must be performed by the patient’s eligible telehealth practitioner (please see Note AN.1.1 for the definitions as some exemptions do apply)\\n\",\n            \"ScheduleFee\": \"65.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"92058\",\n            \"Description\": \"Contribution by a medical practitioner (not including a general practitioner, specialist or consultant physician) by video to:(a) a multidisciplinary care plan for a patient in a residential aged care facility, prepared by that facility, or to a review of such a plan prepared by such a facility; or(b) a multidisciplinary care plan prepared for a patient by another provider before the patient is discharged from a hospital, or to a review of such a plan prepared by another provider(other than a service associated with a service to which items 235 to 240 or 735 to 758 of the general medical services table apply) NOTE: It is a legislative requirement that this service must be performed by the patient’s eligible telehealth practitioner (please see Note AN.1.1 for the definitions as some exemptions do apply)\\n\",\n            \"ScheduleFee\": \"65.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"92060\",\n            \"Description\": \"Video attendance by a prescribed medical practitioner to prepare a GP chronic condition management plan for a patient\\n\",\n            \"ScheduleFee\": \"125.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"92061\",\n            \"Description\": \"Video attendance by a prescribed medical practitioner to review a GP chronic condition management plan prepared by the prescribed medical practitioner or an associated medical practitioner\\n\",\n            \"ScheduleFee\": \"125.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"92112\",\n            \"Description\": \"Video attendance, by a general practitioner who has not undertaken mental health skills training (and not including a specialist or consultant physician), of at least 20 minutes but less than 40 minutes in duration for the preparation of a GP mental health treatment plan for a patient\\n\",\n            \"ScheduleFee\": \"83.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"19\",\n            \"ClaimHistoryLimitation\": \"Generally not within 12 months of a previous plan, unless exceptional circumstances exist, refer to note: AN.0.56\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"92113\",\n            \"Description\": \"Video attendance, by a general practitioner who has not undertaken mental health skills training (and not including a specialist or consultant physician), of at least 40 minutes in duration for the preparation of a GP mental health treatment plan for a patient\\n\",\n            \"ScheduleFee\": \"123.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"19\",\n            \"ClaimHistoryLimitation\": \"Generally not within 12 months of a previous plan, unless exceptional circumstances exist, refer to note: AN.0.56\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"92116\",\n            \"Description\": \"Video attendance, by a general practitioner who has undertaken mental health skills training, of at least 20 minutes but less than 40 minutes in duration for the preparation of a GP mental health treatment plan for a patient\\n\",\n            \"ScheduleFee\": \"106.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"19\",\n            \"ClaimHistoryLimitation\": \"Generally not within 12 months of a previous plan, unless exceptional circumstances exist, refer to note: AN.0.56\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"92117\",\n            \"Description\": \"Video attendance, by a general practitioner who has undertaken mental health skills training, of at least 40 minutes in duration for the preparation of a GP mental health treatment plan for a patient\\n\",\n            \"ScheduleFee\": \"156.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"19\",\n            \"ClaimHistoryLimitation\": \"Generally not within 12 months of a previous plan, unless exceptional circumstances exist, refer to note: AN.0.56\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"92118\",\n            \"Description\": \"Video attendance by a medical practitioner (not including a general practitioner, specialist or consultant physician), who has not undertaken mental health skills training, of at least 20 minutes but less than 40 minutes in duration for the preparation of a GP mental health treatment plan for a patient\\n\",\n            \"ScheduleFee\": \"66.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"19\",\n            \"ClaimHistoryLimitation\": \"Generally not within 12 months of a previous plan, unless exceptional circumstances exist, refer to note: AN.0.56\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"92119\",\n            \"Description\": \"Video attendance by a medical practitioner (not including a general practitioner, specialist or consultant physician), who has not undertaken mental health skills training, of at least 40 minutes in duration for the preparation of a GP mental health treatment plan for a patient\\n\",\n            \"ScheduleFee\": \"98.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"19\",\n            \"ClaimHistoryLimitation\": \"Generally not within 12 months of a previous plan, unless exceptional circumstances exist, refer to note: AN.0.56\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"92122\",\n            \"Description\": \"Video attendance by a medical practitioner, (not including a general practitioner, specialist or consultant physician), who has undertaken mental health skills training, of at least 20 minutes but less than 40 minutes in duration for the preparation of a GP mental health treatment plan for a patient\\n\",\n            \"ScheduleFee\": \"84.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"19\",\n            \"ClaimHistoryLimitation\": \"Generally not within 12 months of a previous plan, unless exceptional circumstances exist, refer to note: AN.0.56\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"92123\",\n            \"Description\": \"Video attendance by a medical practitioner, (not including a general practitioner, specialist or consultant physician), who has undertaken mental health skills training, of at least 40 minutes in duration for the preparation of a GP mental health treatment plan for a patient\\n\",\n            \"ScheduleFee\": \"125.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"19\",\n            \"ClaimHistoryLimitation\": \"Generally not within 12 months of a previous plan, unless exceptional circumstances exist, refer to note: AN.0.56\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"92136\",\n            \"Description\": \"Video attendance of at least 20 minutes in duration by a general practitioner who is registered with the Chief Executive Medicare as meeting the credentialing requirements for provision of this service for the purpose of providing non-directive pregnancy support counselling to a person who:(a) is currently pregnant; or(b) has been pregnant in the 12 months preceding the provision of the first service to which this item or items 792 or 4001 of the general medical services table, or item 81000, 81005 or 81010, or item 92137, 92138, 92139, 93026 or 93029 applies in relation to that pregnancy\\n\",\n            \"ScheduleFee\": \"89.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"92137\",\n            \"Description\": \"Video attendance of at least 20 minutes in duration by a medical practitioner (not including a general practitioner, specialist or consultant physician) who is registered with the Chief Executive Medicare as meeting the credentialing requirements for provision of this service for the purpose of providing non-directive pregnancy support counselling to a person who:(a) is currently pregnant; or(b) has been pregnant in the 12 months preceding the provision of the first service to which this item or items 792 or 4001 of the general medical services table, or item 81000, 81005 or 81010, or item 92136, 92138, 92139, 93026 or 93029 applies in relation to that pregnancy\\n\",\n            \"ScheduleFee\": \"71.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"92138\",\n            \"Description\": \"Phone attendance of at least 20 minutes in duration by a general practitioner who is registered with the Chief Executive Medicare as meeting the credentialing requirements for provision of this service for the purpose of providing non-directive pregnancy support counselling to a person who:(a) is currently pregnant; or(b) has been pregnant in the 12 months preceding the provision of the first service to which this item or item 792 or 4001 of the general medical services table, or item 81000, 81005 or 81010, or item 92136, 92137, 92139, 93026 or 93029 applies in relation to that pregnancy\\n\",\n            \"ScheduleFee\": \"89.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"16\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"92139\",\n            \"Description\": \"Phone attendance of at least 20 minutes in duration by a medical practitioner (not including a general practitioner, specialist or consultant physician) who is registered with the Chief Executive Medicare as meeting the credentialing requirements for provision of this service for the purpose of providing non-directive pregnancy support counselling to a person who:(a) is currently pregnant; or(b) has been pregnant in the 12 months preceding the provision of the first service to which this item or item 792 or 4001 of the general medical services table, or item 81000, 81005 or 81010 or item 92136, 92137, 92138, 93026 or 93029 applies in relation to that pregnancy\\n\",\n            \"ScheduleFee\": \"71.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"16\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"92140\",\n            \"Description\": \"Video attendance lasting at least 45 minutes by a consultant physician in the practice of the consultant physician’s specialty of paediatrics, following referral of the patient to the consultant paediatrician by a referring practitioner, for a patient aged under 25, if the consultant paediatrician: (a) undertakes, or has previously undertaken in prior attendances, a comprehensive assessment in relation to which a diagnosis of a complex neurodevelopmental disorder (such as autism spectrum disorder) is made (if appropriate, using information provided by an eligible allied health provider); and (b) develops a treatment and management plan, which must include: (i) documentation of the confirmed diagnosis; and (ii) findings of any assessments performed for the purposes of formulation of the diagnosis or contribution to the treatment and management plan; and (iii) a risk assessment; and (iv) treatment options (which may include biopsychosocial recommendations); and (c) provides a copy of the treatment and management plan to: (i) the referring practitioner; and (ii) one or more allied health providers, if appropriate, for the treatment of the patient; (other than attendance on a patient for whom payment has previously been made under this item or item 135, 137, 139, 289, 92141, 92142 or 92434) Applicable only once per lifetime\\n\",\n            \"ScheduleFee\": \"312.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"17\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"younger than 25 years\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"92141\",\n            \"Description\": \"Video attendance lasting at least 45 minutes by a specialist or consultant physician (not including a general practitioner), following referral of the patient to the specialist or consultant physician by a referring practitioner, for a patient aged under 25, if the specialist or consultant physician: (a) undertakes, or has previously undertaken in prior attendances, a comprehensive assessment in relation to which a diagnosis of an eligible disability is made (if appropriate, using information provided by an eligible allied health provider); and (b) develops a treatment and management plan, which must include: (i) documentation of the confirmed diagnosis; and (ii) findings of any assessments performed for the purposes of formulation of the diagnosis or contribution to the treatment and management plan; and (iii) a risk assessment; and (iv) treatment options (which may include biopsychosocial recommendations); and (c) provides a copy of the treatment and management plan to: (i) the referring practitioner; and (ii) one or more allied health providers, if appropriate, for the treatment of the patient; (other than attendance on a patient for whom payment has previously been made under this item or item 135, 137, 139, 289, 92140, 92142 or 92434) Applicable only once per lifetime\\n\",\n            \"ScheduleFee\": \"312.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"17\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"younger than 25 years\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"92142\",\n            \"Description\": \"Video attendance lasting at least 45 minutes by a general practitioner (not including a specialist or consultant physician), for a patient aged under 25, if the general practitioner: (a) undertakes, or has previously undertaken in prior attendances, a comprehensive assessment in relation to which a diagnosis of an eligible disability is made (if appropriate, using information provided by an eligible allied health provider); and (b) develops a treatment and management plan, which must include: (i) documentation of the confirmed diagnosis; and (ii) findings of any assessments performed for the purposes of formulation of the diagnosis or contribution to the treatment and management plan; and (iii) a risk assessment; and (iv) treatment options (which may include biopsychosocial recommendations); and (c) provides a copy of the treatment and management plan to one or more allied health providers, if appropriate, for the treatment of the patient; (other than attendance on a patient for whom payment has previously been made under this item or item 135, 137, 139, 289, 92140, 92141 or 92434) Applicable only once per lifetime NOTE: It is a legislative requirement that this service must be performed by the patient’s eligible telehealth practitioner (please see Note AN.1.1 for the definitions as some exemptions do apply)\\n\",\n            \"ScheduleFee\": \"156.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"17\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"younger than 25 years\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"92146\",\n            \"Description\": \"Video attendance by a general practitioner who has not undertaken mental health skills training, of at least 20 minutes but less than 40 minutes in duration for the preparation of a written eating disorder treatment and management plan for an eligible patient, if: (a) the plan includes an opinion on diagnosis of the patient’s eating disorder; and (b) the plan includes treatment options and recommendations to manage the patient’s condition for the following 12 months; and (c) the plan includes an outline of the referral options to allied health professionals for mental health and dietetic services, and specialists, as appropriate; and (d) the general practitioner offers the patient and the patient’s carer (if any, and if the practitioner considers it appropriate and the patient agrees): (i) a copy of the plan; and (ii) suitable education about the eating disorder.\\n\",\n            \"ScheduleFee\": \"83.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"92147\",\n            \"Description\": \"Video attendance by a general practitioner who has not undertaken mental health skills training, of at least 40 minutes in duration for the preparation of a written eating disorder treatment and management plan for an eligible patient, if: (a) the plan includes an opinion on diagnosis of the patient’s eating disorder; and (b) the plan includes treatment options and recommendations to manage the patient’s condition for the following 12 months; and (c) the plan includes an outline of the referral options to allied health professionals for mental health and dietetic services, and specialists, as appropriate; and (d) the general practitioner offers the patient and the patient’s carer (if any, and if the practitioner considers it appropriate and the patient agrees): (i) a copy of the plan; and (ii) suitable education about the eating disorder.\\n\",\n            \"ScheduleFee\": \"123.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"92148\",\n            \"Description\": \"Video attendance by a general practitioner who has undertaken mental health skills training, of at least 20 minutes but less than 40 minutes in duration for the preparation of a written eating disorder treatment and management plan for an eligible patient, if: (a) the plan includes an opinion on diagnosis of the patient’s eating disorder; and (b) the plan includes treatment options and recommendations to manage the patient’s condition for the following 12 months; and (c) the plan includes an outline of the referral options to allied health professionals for mental health and dietetic services, and specialists, as appropriate; and (d) the general practitioner offers the patient and the patient’s carer (if any, and if the practitioner considers it appropriate and the patient agrees): (i) a copy of the plan; and (ii) suitable education about the eating disorder.\\n\",\n            \"ScheduleFee\": \"106.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"92149\",\n            \"Description\": \"Video attendance by a general practitioner who has undertaken mental health skills training, of at least 40 minutes in duration for the preparation of a written eating disorder treatment and management plan for an eligible patient, if: (a) the plan includes an opinion on diagnosis of the patient’s eating disorder; and (b) the plan includes treatment options and recommendations to manage the patient’s condition for the following 12 months; and (c) the plan includes an outline of the referral options to allied health professionals for mental health and dietetic services, and specialists, as appropriate; and (d) the general practitioner offers the patient and the patient’s carer (if any, and if the practitioner considers it appropriate and the patient agrees): (i) a copy of the plan; and (ii) suitable education about the eating disorder.\\n\",\n            \"ScheduleFee\": \"156.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"92150\",\n            \"Description\": \"Video attendance by a medical practitioner (not including a general practitioner, specialist or consultant physician) who has not undertaken mental health skills training, of at least 20 minutes but less than 40 minutes in duration for the preparation of a written eating disorder treatment and management plan for an eligible patient, if: (a) the plan includes an opinion on diagnosis of the patient’s eating disorder; and (b) the plan includes treatment options and recommendations to manage the patient’s condition for the following 12 months; and (c) the plan includes an outline of the referral options to allied health professionals for mental health and dietetic services, and specialists, as appropriate; and (d) the medical practitioner offers the patient and the patient’s carer (if any, and if the practitioner considers it appropriate and the patient agrees): (i) a copy of the plan; and (ii) suitable education about the eating disorder\\n\",\n            \"ScheduleFee\": \"66.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"92151\",\n            \"Description\": \"Video attendance by a medical practitioner (not including a general practitioner, specialist or consultant physician) who has not undertaken mental health skills training, of at least 40 minutes in duration for the preparation of a written eating disorder treatment and management plan for an eligible patient, if: (a) the plan includes an opinion on diagnosis of the patient’s eating disorder; and (b) the plan includes treatment options and recommendations to manage the patient’s condition for the following 12 months; and (c) the plan includes an outline of the referral options to allied health professionals for mental health and dietetic services, and specialists, as appropriate; and (d) the medical practitioner offers the patient and the patient’s carer (if any, and if the practitioner considers it appropriate and the patient agrees): (i) a copy of the plan; and (ii) suitable education about the eating disorder\\n\",\n            \"ScheduleFee\": \"98.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"92152\",\n            \"Description\": \"Video attendance by a medical practitioner (not including a general practitioner, specialist or consultant physician) who has undertaken mental health skills training, of at least 20 minutes but less than 40 minutes in duration for the preparation of a written eating disorder treatment and management plan for an eligible patient, if: (a) the plan includes an opinion on diagnosis of the patient’s eating disorder; and (b) the plan includes treatment options and recommendations to manage the patient’s condition for the following 12 months; and (c) the plan includes an outline of the referral options to allied health professionals for mental health and dietetic services, and specialists, as appropriate; and (d) the medical practitioner offers the patient and the patient’s carer (if any, and if the practitioner considers it appropriate and the patient agrees): (i) a copy of the plan; and (ii) suitable education about the eating disorder\\n\",\n            \"ScheduleFee\": \"84.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"92153\",\n            \"Description\": \"Video attendance by a medical practitioner (not including a general practitioner, specialist or consultant physician) who has undertaken mental health skills training, of at least 40 minutes in duration for the preparation of a written eating disorder treatment and management plan for an eligible patient, if: (a) the plan includes an opinion on diagnosis of the patient’s eating disorder; and (b) the plan includes treatment options and recommendations to manage the patient’s condition for the following 12 months; and (c) the plan includes an outline of the referral options to allied health professionals for mental health and dietetic services, and specialists, as appropriate; and (d) the medical practitioner offers the patient and the patient’s carer (if any, and if the practitioner considers it appropriate and the patient agrees): (i) a copy of the plan; and (ii) suitable education about the eating disorder\\n\",\n            \"ScheduleFee\": \"125.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"92162\",\n            \"Description\": \"Video attendance of at least 45 minutes in duration by a consultant physician in the practice of the consultant physician’s specialty of psychiatry for the preparation of an eating disorder treatment and management plan for an eligible patient, if: (a) the patient has been referred by a referring practitioner; and (b) during the attendance, the consultant psychiatrist: (i) uses an outcome tool (if clinically appropriate); and (ii) carries out a mental state examination; and (iii) makes a psychiatric diagnosis; and (c) within 2 weeks after the attendance, the consultant psychiatrist: (i) prepares a written diagnosis of the patient; and (ii) prepares a written management plan for the patient that: (A) covers the next 12 months; and (B) is appropriate to the patient’s diagnosis; and (C) comprehensively evaluates the patient’s biological, psychological and social issues; and (D) addresses the patient’s diagnostic psychiatric issues; and (E) makes management recommendations addressing the patient’s biological, psychological and social issues; and (iii) gives the referring practitioner a copy of the diagnosis and the management plan; and (iv) if clinically appropriate, explains the diagnosis and management plan, and a gives a copy, to: (A) the patient; and (B) the patient’s carer (if any), if the patient agrees.\\n\",\n            \"ScheduleFee\": \"535.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"23\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"92163\",\n            \"Description\": \"Video attendance of at least 45 minutes in duration by a consultant physician in the practice of the consultant physician’s specialty of paediatrics for the preparation of an eating disorder treatment and management plan for an eligible patient, if: (a) the patient has been referred by a referring practitioner; and (b) during the attendance, the consultant paediatrician undertakes an assessment that covers: (i) a comprehensive history, including psychosocial history and medication review; and (ii) comprehensive multi or detailed single organ system assessment; and (iii) the formulation of diagnoses; and (c) within 2 weeks after the attendance, the consultant paediatrician: (i) prepares a written diagnosis of the patient; and (ii) prepares a written management plan for the patient that involves: (A) an opinion on diagnosis and risk assessment; and (B) treatment options and decisions; and (C) medication recommendations; and (iii) gives the referring practitioner a copy of the diagnosis and the management plan; and (iv) if clinically appropriate, explains the diagnosis and management plan, and a gives a copy, to: (A) the patient; and (B) the patient’s carer (if any), if the patient agrees.\\n\",\n            \"ScheduleFee\": \"312.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"23\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"92170\",\n            \"Description\": \"Video attendance by a general practitioner to review an eligible patient’s eating disorder treatment and management plan prepared by the general practitioner, an associated medical practitioner working in general practice, or a consultant physician practising in the specialty of psychiatry or paediatrics, if: (a) the general practitioner reviews the treatment efficacy of services provided under the eating disorder treatment and management plan, including a discussion with the patient regarding whether the eating disorders psychological treatment and dietetic services are meeting the patient’s needs; and (b) modifications are made to the eating disorder treatment and management plan, recorded in writing, including: (i) recommendations to continue with treatment options detailed in the plan; or (ii) recommendations to alter the treatment options detailed in the plan, with the new arrangements documented in the plan; and (c) initiates referrals for a review by a consultant physician practising in the specialty of psychiatry or paediatrics, where appropriate; and (d) the general practitioner offers the patient and the patient’s carer (if any, and if the practitioner considers it appropriate and the patient agrees): (i) a copy of the plan; and (ii) suitable education about the eating disorder.\\n\",\n            \"ScheduleFee\": \"83.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"25\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"92171\",\n            \"Description\": \"Video attendance by a medical practitioner (not including a general practitioner, specialist or consultant physician), to review an eligible patient’s eating disorder treatment and management plan prepared by the medical practitioner, an associated medical practitioner working in general practice, or a consultant physician practising in the speciality of psychiatry or paediatrics, if: (a) the medical practitioner reviews the treatment efficacy of services provided under the eating disorder treatment and management plan, including a discussion with the patient regarding whether the eating disorders psychological treatment and dietetic services are meeting the patient’s needs; and (b) modifications are made to the eating disorder treatment and management plan, recorded in writing, including: (i) recommendations to continue with treatment options detailed in the plan; or (ii) recommendations to alter the treatment options detailed in the plan, with the new arrangements documented in the plan; and (c) initiates referrals for a review by a consultant physician practising in the speciality of psychiatry or paediatrics, where appropriate; and (d) the medical practitioner offers the patient and the patient’s carer (if any, and if the practitioner considers it appropriate and the patient agrees): (i) a copy of the plan; and (ii) suitable education about the eating disorder\\n\",\n            \"ScheduleFee\": \"66.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"25\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"92172\",\n            \"Description\": \"Video attendance of at least 30 minutes in duration by a consultant physician in the practice of the consultant physician’s specialty of psychiatry for an eligible patient, if: (a) the consultant psychiatrist reviews the treatment efficacy of services provided under the eating disorder treatment and management plan, including a discussion with the patient regarding whether the eating disorders psychological treatment and dietetic services are meeting the patient’s needs; and (b) the patient has been referred by a referring practitioner; and (c) during the attendance, the consultant psychiatrist: (i) uses an outcome tool (if clinically appropriate); and (ii) carries out a mental state examination; and (iii) makes a psychiatric diagnosis; and (iv) reviews the eating disorder treatment and management plan; and (d) within 2 weeks after the attendance, the consultant psychiatrist: (i) prepares a written diagnosis of the patient; and (ii) revises the eating disorder treatment and management; and (iii) gives the referring practitioner a copy of the diagnosis and the revised management plan; and (iv) if clinically appropriate, explains the diagnosis and the revised management plan, and gives a copy, to: (A) the patient; and (B) the patient’s carer (if any), if the patient agrees.\\n\",\n            \"ScheduleFee\": \"335.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"25\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"92173\",\n            \"Description\": \"Video attendance of at least 20 minutes in duration by a consultant physician in the practice of the consultant physician’s specialty of paediatrics for an eligible patient, if: (a) the consultant paediatrician reviews the treatment efficacy of services provided under the eating disorder treatment and management plan, including a discussion with the patient regarding whether the eating disorders psychological treatment and dietetic services are meeting the patient’s needs; and (b) the patient has been referred by a referring practitioner; and (c) during the attendance, the consultant paediatrician: (i) uses an outcome tool (if clinically appropriate); and (ii) carries out a mental state examination; and (iii) makes a psychiatric diagnosis; and (iv) reviews the eating disorder treatment and management plan; and (d) within 2 weeks after the attendance, the consultant paediatrician: (i) prepares a written diagnosis of the patient; and (ii) revises the eating disorder treatment and management; and (iii) gives the referring practitioner a copy of the diagnosis and the revised management plan; and (iv) if clinically appropriate, explains the diagnosis and the revised management plan, and gives a copy, to: (A) the patient; and (B) the patient’s carer (if any), if the patient agrees\\n\",\n            \"ScheduleFee\": \"156.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"25\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"92176\",\n            \"Description\": \"Phone attendance by a general practitioner to review an eligible patient’s eating disorder treatment and management plan prepared by the general practitioner, an associated medical practitioner working in general practice, or a consultant physician practising in the specialty of psychiatry or paediatrics, if: (a) the general practitioner reviews the treatment efficacy of services provided under the eating disorder treatment and management plan, including a discussion with the patient regarding whether the eating disorders psychological treatment and dietetic services are meeting the patient’s needs; and (b) modifications are made to the eating disorder treatment and management plan, recorded in writing, including: (i) recommendations to continue with treatment options detailed in the plan; or (ii) recommendations to alter the treatment options detailed in the plan, with the new arrangements documented in the plan; and (c) initiates referrals for a review by a consultant physician practising in the specialty of psychiatry or paediatrics, where appropriate; and (d) the general practitioner offers the patient and the patient’s carer (if any, and if the practitioner considers it appropriate and the patient agrees): (i) a copy of the plan; and (ii) suitable education about the eating disorder.\\n\",\n            \"ScheduleFee\": \"83.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"26\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"92177\",\n            \"Description\": \"Phone attendance by a medical practitioner (not including a general practitioner, specialist or consultant physician) to review an eligible patient’s eating disorder treatment and management plan prepared by the medical practitioner, an associated medical practitioner working in general practice, or a consultant physician practising in the specialty of psychiatry or paediatrics, if: (a) the medical practitioner reviews the treatment efficacy of services provided under the eating disorder treatment and management plan, including a discussion with the patient regarding whether the eating disorders psychological treatment and dietetic services are meeting the patient’s needs; and (b) modifications are made to the eating disorder treatment and management plan, recorded in writing, including: (i) recommendations to continue with treatment options detailed in the plan; or (ii) recommendations to alter the treatment options detailed in the plan, with the new arrangements documented in the plan; and (c) initiates referrals for a review by a consultant physician practising in the specialty of psychiatry or paediatrics, where appropriate; and (d) the medical practitioner offers the patient and the patient’s carer (if any, and if the practitioner considers it appropriate and the patient agrees): (i) a copy of the plan; and (ii) suitable education about the eating disorder.\\n\",\n            \"ScheduleFee\": \"66.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"26\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"92182\",\n            \"Description\": \"Video attendance by a general practitioner, for providing eating disorder psychological treatment services by a general practitioner registered with the Chief Executive Medicare as meeting the credentialling requirements for provision of this service, and lasting at least 30 minutes but less than 40 minutes in duration, for an eligible patient if treatment is clinically indicated under an eating disorder treatment and management plan.\\n\",\n            \"ScheduleFee\": \"108.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"27\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"92184\",\n            \"Description\": \"Video attendance by a general practitioner, for providing eating disorder psychological treatment services by a general practitioner registered with the Chief Executive Medicare as meeting the credentialling requirements for provision of this service, and lasting at least 40 minutes in duration, for an eligible patient if treatment is clinically indicated under an eating disorder treatment and management plan.\\n\",\n            \"ScheduleFee\": \"154.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"27\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"92186\",\n            \"Description\": \"Video attendance by a medical practitioner (not including a general practitioner, specialist or consultant physician), for providing eating disorder psychological treatment services by a medical practitioner registered with the Chief Executive Medicare as meeting the credentialling requirements for provision of this service, and lasting at least 30 minutes but less than 40 minutes in duration, for an eligible patient if treatment is clinically indicated under an eating disorder treatment and management plan\\n\",\n            \"ScheduleFee\": \"86.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"27\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"92188\",\n            \"Description\": \"Video attendance by a medical practitioner (not including a general practitioner, specialist or consultant physician), for providing eating disorder psychological treatment services by a medical practitioner registered with the Chief Executive Medicare as meeting the credentialling requirements for provision of this service, and lasting at least 40 minutes in duration, for an eligible patient if treatment is clinically indicated under an eating disorder treatment and management plan\\n\",\n            \"ScheduleFee\": \"123.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"27\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"92194\",\n            \"Description\": \"Phone attendance by a general practitioner, for providing eating disorder psychological treatment services by a general practitioner registered with the Chief Executive Medicare as meeting the credentialling requirements for provision of this service, and lasting at least 30 minutes but less than 40 minutes in duration, for an eligible patient if treatment is clinically indicated under an eating disorder treatment and management plan.\\n\",\n            \"ScheduleFee\": \"108.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"28\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"92196\",\n            \"Description\": \"Phone attendance by a general practitioner, for providing eating disorder psychological treatment services by a general practitioner registered with the Chief Executive Medicare as meeting the credentialling requirements for provision of this service, and lasting at least 40 minutes in duration, for an eligible patient if treatment is clinically indicated under an eating disorder treatment and management plan.\\n\",\n            \"ScheduleFee\": \"154.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"28\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"92198\",\n            \"Description\": \"Phone attendance by a medical practitioner (not including a general practitioner, specialist or consultant physician), for providing eating disorder psychological treatment services by a medical practitioner registered with the Chief Executive Medicare as meeting the credentialling requirements for provision of this service, and lasting at least 30 minutes but less than 40 minutes in duration, for an eligible patient if treatment is clinically indicated under an eating disorder treatment and management plan\\n\",\n            \"ScheduleFee\": \"86.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"28\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"92200\",\n            \"Description\": \"Phone attendance by a medical practitioner (not including a general practitioner, specialist or consultant physician), for providing eating disorder psychological treatment services by a medical practitioner registered with the Chief Executive Medicare as meeting the credentialling requirements for provision of this service, and lasting at least 40 minutes in duration, for an eligible patient if treatment is clinically indicated under an eating disorder treatment and management plan.\\n\",\n            \"ScheduleFee\": \"123.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"28\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"92210\",\n            \"Description\": \"Video attendance by a general practitioner on not more than one patient on one occasion—each attendance in unsociable hours if: (a) the attendance is requested by the patient or a responsible person in the same unbroken after‑hours period; and (b) the patient’s medical condition requires urgent assessment\\n\",\n            \"ScheduleFee\": \"178.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"29\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"92211\",\n            \"Description\": \"Video attendance by a medical practitioner (other than a general practitioner) on not more than one patient on one occasion—each attendance in unsociable hours if: (a) the attendance is requested by the patient or a responsible person in the same unbroken after‑hours period; and (b) the patient’s medical condition requires urgent assessment\\n\",\n            \"ScheduleFee\": \"142.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"29\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"92422\",\n            \"Description\": \"Video attendance by a consultant physician in the practice of the consultant physician’s specialty (other than psychiatry) of at least 45 minutes in duration for an initial assessment of a patient with at least 2 morbidities (which may include complex congenital, developmental and behavioural disorders) following referral of the patient to the consultant physician by a referring practitioner, if: (a) an assessment is undertaken that covers: (i) a comprehensive history, including psychosocial history and medication review; and (ii) comprehensive multi or detailed single organ system assessment; and (iii) the formulation of differential diagnoses; and (b) a consultant physician treatment and management plan of significant complexity is prepared and provided to the referring practitioner, which involves: (i) an opinion on diagnosis and risk assessment; and (ii) treatment options and decisions; and (iii) medication recommendations; and (c) an attendance on the patient to which item 110, 116 or 119 of the general medical services table or item 91824, 91825, 91826, 91836 or 92440 applies did not take place on the same day by the same consultant physician; and (d) this item, or item 132 of the general medical services table, has not applied to an attendance on the patient in the preceding 12 months by the same consultant physician\\n\",\n            \"ScheduleFee\": \"312.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"5\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-04-06\"\n        },\n        {\n            \"ItemNumber\": \"92423\",\n            \"Description\": \"Video attendance by a consultant physician in the practice of the consultant physician’s specialty (other than psychiatry) of at least 20 minutes in duration after the first attendance in a single course of treatment for a review of a patient with at least 2 morbidities (which may include complex congenital, developmental and behavioural disorders) if: (a) a review is undertaken that covers: (i) review of initial presenting problems and results of diagnostic investigations; and (ii) review of responses to treatment and medication plans initiated at time of initial consultation; and (iii) comprehensive multi or detailed single organ system assessment; and (iv) review of original and differential diagnoses; and (b) the modified consultant physician treatment and management plan is provided to the referring practitioner, which involves, if appropriate: (i) a revised opinion on the diagnosis and risk assessment; and (ii) treatment options and decisions; and (iii) revised medication recommendations; and (c) an attendance on the patient to which item 110, 116 or 119 of the general medical services table or item 91824, 91825, 91826, 91836 or 92440 applies did not take place on the same day by the same consultant physician; and (d) item 132 of the general medical services table or item 92422 applied to an attendance claimed in the preceding 12 months; and (e) the attendance under this item is claimed by the same consultant physician who claimed item 132 of the general medical services table or item 92422; and (f) this item, or item 133 of the general medical services table or item 92443 has not applied more than twice in any 12 month period\\n\",\n            \"ScheduleFee\": \"156.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"5\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-04-06\"\n        },\n        {\n            \"ItemNumber\": \"92434\",\n            \"Description\": \"Video attendance lasting at least 45 minutes by a consultant physician in the practice of the consultant physician’s specialty of psychiatry, following referral of the patient to the consultant psychiatrist by a referring practitioner, for a patient aged under 25, if the consultant psychiatrist: (a) undertakes, or has previously undertaken in prior attendances, a comprehensive assessment in relation to which a diagnosis of a complex neurodevelopmental disorder (such as autism spectrum disorder) is made (if appropriate, using information provided by an eligible allied health provider); and (b) develops a treatment and management plan, which must include: (i) documentation of the confirmed diagnosis; and (ii) findings of any assessments performed for the purposes of formulation of the diagnosis or contribution to the treatment and management plan; and (iii) a risk assessment; and (iv) treatment options (which may include biopsychosocial recommendations); and (c) provides a copy of the treatment and management plan to: (i) the referring practitioner; and (ii) one or more allied health providers, if appropriate, for the treatment of the patient; (other than attendance on a patient for whom payment has previously been made under this item or item 135, 137, 139, 289, 92140, 92141 or 92142) Applicable only once per lifetime\\n\",\n            \"ScheduleFee\": \"312.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"younger than 25 years\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-04-06\"\n        },\n        {\n            \"ItemNumber\": \"92435\",\n            \"Description\": \"Video attendance lasting more than 45 minutes by a consultant physician in the practice of the consultant physician’s specialty of psychiatry, if: (a) the attendance follows referral of the patient to the consultant, by a medical practitioner in general practice (including a general practitioner, but not a specialist or consultant physician) or a participating nurse practitioner for an assessment or management; and (b) during the attendance, the consultant: (i) if it is clinically appropriate to do so—uses an appropriate outcome tool; and (ii) carries out a mental state examination; and (iii) undertakes a comprehensive diagnostic assessment; and (c) the consultant decides that it is clinically appropriate for the patient to be managed by the referring practitioner without ongoing management by the consultant and (d) within 2 weeks after the attendance, the consultant prepares and gives the referring practitioner a written report, which includes: (i) a comprehensive diagnostic assessment of the patient; and (ii) a management plan for the patient for the next 12 months for the patient that comprehensively evaluates the patient’s biopsychosocial factors and makes recommendations to the referring practitioner to manage the patient’s ongoing care in a biopsychosocial model; and (e) if clinically appropriate, the consultant explains the diagnostic assessment and management plan, and a gives a copy, to: (i) the patient; and (ii) the patient’s carer (if any), if the patient agrees; and (f) in the preceding 12 months, a service to which this item or item 291 of the general medical services table applies has not been provided\\n\",\n            \"ScheduleFee\": \"535.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Nurse' ].\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-04-06\"\n        },\n        {\n            \"ItemNumber\": \"92436\",\n            \"Description\": \"Video attendance lasting more than 30 minutes, but not more than 45 minutes, by a consultant physician in the practice of the consultant physician’s specialty of psychiatry, if: (a) the patient is being managed by a medical practitioner or a participating nurse practitioner in accordance with a management plan prepared by the consultant in accordance with item 291 or 92435; and (b) the attendance follows referral of the patient to the consultant, by the medical practitioner or participating nurse practitioner managing the patient, for review of the management plan and the associated comprehensive diagnostic assessment; and (c) during the attendance, the consultant: (i) if it is clinically appropriate to do so—uses an appropriate outcome tool; and (ii) carries out a mental state examination; and (iii) reviews the comprehensive diagnostic assessment and undertakes additional assessment as required; and (iv) reviews the management plan; and (d) within 2 weeks after the attendance, the consultant prepares and gives to the referring practitioner a written report, which includes: (i) a revised comprehensive diagnostic assessment of the patient; and (ii) a revised management plan including updated recommendations to the referring practitioner to manage the patient’s ongoing care in a biopsychosocial model; and (e) if clinically appropriate, the consultant explains the diagnostic assessment and the management plan, and gives a copy, to: (i) the patient; and (ii) the patient’s carer (if any), if the patient agrees; and (f) in the preceding 12 months, a service to which item 291 of the general medical services table or item 92435 applies has been provided; and (g) in the preceding 12 months, a service to which this item or item 293 of the general medical services table or item 92444 applies has not been provided\\n\",\n            \"ScheduleFee\": \"335.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist Medical Practitioner', 'General Practitioner', 'Nurse' ].\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-04-06\"\n        },\n        {\n            \"ItemNumber\": \"92437\",\n            \"Description\": \"Video attendance of more than 45 minutes in duration by a consultant physician in the practice of the consultant physician’s speciality of psychiatry following referral of the patient to the consultant physician by a referring practitioner: (a) if the patient: (i) is a new patient for this consultant physician; or (ii) has not received an attendance from this consultant physician in the preceding 24 months; and (b) the patient has not received an attendance under this item, or item 91827 to 91831, 91837 to 91839, 92455 to 92457, 91868 to 91873, 91879 to 91881 or item 296, 297, 299, 300, 302, 304, 306 to 308, 310, 312, 314, 316, 318, 319, 320, 322, 324, 326, 328, 330, 332, 334, 336, 338, 342, 344 or 346 of the general medical services table, in the preceding 24 months\\n\",\n            \"ScheduleFee\": \"308.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-04-06\"\n        },\n        {\n            \"ItemNumber\": \"92440\",\n            \"Description\": \"Phone attendance for a person by a consultant physician in the practice of the consultant physician's specialty (other than psychiatry) if:(a) the attendance follows referral of the patient to the consultant physician; and (b) the attendance was of more than 5 minutes in duration; where the attendance is after the first attendance as part of a single course of treatment\\n\",\n            \"ScheduleFee\": \"89.40\",\n            \"ScheduleFeeStartDate\": \"2025-11-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"8\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2025-11-01\"\n        },\n        {\n            \"ItemNumber\": \"92441\",\n            \"Description\": \"Phone attendance of at least 30 minutes in duration by a consultant physician in the practice of the consultant physician’s specialty of psychiatry for an eligible patient, if:(a) the consultant psychiatrist reviews the treatment efficacy of services provided under the eating disorder treatment and management plan, including a discussion with the patient regarding whether the eating disorders psychological treatment and dietetic services are meeting the patient’s needs; and(b) the patient has been referred by a referring practitioner; and(c) during the attendance, the consultant psychiatrist: (i) uses an outcome tool (if clinically appropriate); and (ii) carries out a mental state examination; and (iii) makes a psychiatric diagnosis; and (iv) reviews the eating disorder treatment and management plan; and(d) within 2 weeks after the attendance, the consultant psychiatrist: (i) prepares a written diagnosis of the patient; and (ii) revises the eating disorder treatment and management; and (iii) gives the referring practitioner a copy of the diagnosis and the revised management plan; and (iv) if clinically appropriate, explains the diagnosis and the revised management plan, and gives a copy, to: (A) the patient; and (B) the patient’s carer (if any), if the patient agrees\\n\",\n            \"ScheduleFee\": \"335.05\",\n            \"ScheduleFeeStartDate\": \"2025-11-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"26\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2025-11-01\"\n        },\n        {\n            \"ItemNumber\": \"92442\",\n            \"Description\": \"Phone attendance of at least 20 minutes in duration by a consultant physician in the practice of the consultant physician’s specialty of paediatrics for an eligible patient, if:(a) the consultant paediatrician reviews the treatment efficacy of services provided under the eating disorder treatment and management plan, including a discussion with the patient regarding whether the eating disorders psychological treatment and dietetic services are meeting the patient’s needs; and(b) the patient has been referred by a referring practitioner; and(c) during the attendance, the consultant paediatrician: (i) uses an outcome tool (if clinically appropriate); and (ii) carries out a mental state examination; and (iii) makes a psychiatric diagnosis; and (iv) reviews the eating disorder treatment and management plan; and(d) within 2 weeks after the attendance, the consultant paediatrician: (i) prepares a written diagnosis of the patient; and (ii) revises the eating disorder treatment and management; and (iii) gives the referring practitioner a copy of the diagnosis and the revised management plan; and (iv) if clinically appropriate, explains the diagnosis and the revised management plan, and gives a copy, to: (A) the patient; and (B) the patient’s carer (if any), if the patient agrees\\n\",\n            \"ScheduleFee\": \"156.45\",\n            \"ScheduleFeeStartDate\": \"2025-11-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"26\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2025-11-01\"\n        },\n        {\n            \"ItemNumber\": \"92443\",\n            \"Description\": \"Phone attendance by a consultant physician in the practice of the consultant physician’s specialty (other than psychiatry) of at least 20 minutes in duration after the first attendance in a single course of treatment for a review of a patient with at least two morbidities (which may include complex congenital, developmental and behavioural disorders) if:(a) a review is undertaken that covers: (i) review of initial presenting problems and results of diagnostic investigations; and (ii) review of responses to treatment and medication plans initiated at time of initial consultation; and (iii) comprehensive multi or detailed single organ system assessment; and (iv) review of original and differential diagnoses; and(b) the modified consultant physician treatment and management plan is provided to the referring practitioner, which involves, if appropriate: (i) a revised opinion on the diagnosis and risk assessment; and (ii) treatment options and decisions; and (iii) revised medication recommendations; and(c) an attendance on the patient to which item 110, 116 or 119 of the general medical services table or item 91824, 91825, 91826, 91836 or 92440 applies did not take place on the same day by the same consultant physician; and(d) item 132 of the general medical services table or item 92422 applied to an attendance claimed in the preceding 12 months; and(e) the attendance under this item is claimed by the same consultant physician who claimed item 132 of the general medical services table or item 92422; and(f) this item, or item 133 of the general medical services table or item 92423 has not applied more than twice in any 12 month period\\n\",\n            \"ScheduleFee\": \"156.45\",\n            \"ScheduleFeeStartDate\": \"2025-11-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"8\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2025-11-01\"\n        },\n        {\n            \"ItemNumber\": \"92444\",\n            \"Description\": \"Phone attendance lasting more than 30 minutes, but not more than 45 minutes, by a consultant physician in the practice of the consultant physician's specialty of psychiatry, if: (a) the patient is being managed by a medical practitioner or a participating nurse practitioner in accordance with a management plan prepared by the consultant in accordance with item 291 or 92435; and (b) the attendance follows referral of the patient to the consultant, by the medical practitioner or participating nurse practitioner managing the patient, for review of the management plan and the associated comprehensive diagnostic assessment; and (c) during the attendance, the consultant: (i) if it is clinically appropriate to do so—uses an appropriate outcome tool; and (ii) carries out a mental state examination; and (iii) reviews the comprehensive diagnostic assessment and undertakes additional assessment as required; and (iv) reviews the management plan; and (d) within 2 weeks after the attendance, the consultant prepares and gives to the referring practitioner a written report, which includes: (i) a revised comprehensive diagnostic assessment of the patient; and (ii) a revised management plan including updated recommendations to the referring practitioner to manage the patient's ongoing care in a biopsychosocial model; and (e) if clinically appropriate, the consultant explains the diagnostic assessment and the management plan, and gives a copy, to: (i) the patient; and (ii) the patient's carer (if any), if the patient agrees; and (f) in the preceding 12 months, a service to which item 291 of the general medical services table or item 92435 applies has been provided; and (g) in the preceding 12 months, a service to which this item or item 293 of the general medical services table or item 92436 applies has not been provided\\n\",\n            \"ScheduleFee\": \"335.05\",\n            \"ScheduleFeeStartDate\": \"2025-11-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"9\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist Medical Practitioner', 'General Practitioner', 'Nurse' ].\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2025-11-01\"\n        },\n        {\n            \"ItemNumber\": \"92445\",\n            \"Description\": \"Phone attendance by a specialist in the practice of neurosurgery following referral of the patient to the specialist—an attendance after the first in a single course of treatment, involving arranging any necessary investigations in relation to one or more complex problems and of more than 15 minutes in duration but not more than 30 minutes in duration\\n\",\n            \"ScheduleFee\": \"101.30\",\n            \"ScheduleFeeStartDate\": \"2025-11-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"36\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2025-11-01\"\n        },\n        {\n            \"ItemNumber\": \"92446\",\n            \"Description\": \"Phone attendance by a specialist in the practice of neurosurgery following referral of the patient to the specialist—an attendance after the first in a single course of treatment, involving arranging any necessary investigations in relation to one or more complex problems and of more than 30 minutes in duration but not more than 45 minutes in duration\\n\",\n            \"ScheduleFee\": \"140.35\",\n            \"ScheduleFeeStartDate\": \"2025-11-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"36\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2025-11-01\"\n        },\n        {\n            \"ItemNumber\": \"92447\",\n            \"Description\": \"Phone attendance by a specialist in the practice of neurosurgery following referral of the patient to the specialist—an attendance after the first in a single course of treatment, involving arranging any necessary investigations in relation to one or more complex problems and of more than 45 minutes in duration\\n\",\n            \"ScheduleFee\": \"178.70\",\n            \"ScheduleFeeStartDate\": \"2025-11-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"36\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2025-11-01\"\n        },\n        {\n            \"ItemNumber\": \"92448\",\n            \"Description\": \"Phone attendance of more than 30 minutes in duration by a consultant physician or specialist in the practice of the consultant physician’s or specialist’s specialty of geriatric medicine to review a management plan previously prepared by that consultant physician or specialist under item 141, 145 or 92623 if:(a) the review is initiated by the referring medical practitioner practising in general practice or a participating nurse practitioner; and (b) during the attendance: (i) the patient’s health status is reassessed; and (ii) a management plan prepared under item 141 or 145 of the general medical services table or items 92623 is reviewed and revised; and (iii) the revised management plan is explained to the patient and (if appropriate) the patient’s family and any carers and communicated in writing to the referring practitioner; and (c) an attendance to which item 104, 105, 107, 108, 110, 116 or 119 of the general medical services table or item 91822, 91823, 91833, 91824, 91825, 91826, 91836 or 92440 applies was not provided to the patient on the same day by the same practitioner; and (d) an attendance to which item 141 or 145 of the general medical services table, or item 92623 applies has been provided to the patient by the same practitioner in the preceding 12 months; and (e) an attendance to which this item, or item 143 or 147 of the general medical services table or item 92624 applies has not been provided to the patient in the preceding 12 months, unless there has been a significant change in the patient’s clinical condition or care circumstances that requires a further review\\n\",\n            \"ScheduleFee\": \"335.05\",\n            \"ScheduleFeeStartDate\": \"2025-11-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"32\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Nurse' ].\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2025-11-01\"\n        },\n        {\n            \"ItemNumber\": \"92455\",\n            \"Description\": \"Video attendance for group psychotherapy (including any associated consultations with a patient taking place on the same occasion and relating to the condition for which group therapy is conducted): (a) of not less than 1 hour in duration; and (b) given under the continuous direct supervision of a consultant physician in the practice of the consultant physician’s specialty of psychiatry; and (c) involving a group of 2 to 9 unrelated patients or a family group of more than 3 patients, each of whom is referred to the consultant physician by a referring practitioner; —each patient\\n\",\n            \"ScheduleFee\": \"58.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"6\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-04-20\"\n        },\n        {\n            \"ItemNumber\": \"92456\",\n            \"Description\": \"Video attendance for group psychotherapy (including any associated consultations with a patient taking place on the same occasion and relating to the condition for which group therapy is conducted): (a) of not less than 1 hour in duration; and (b) given under the continuous direct supervision of a consultant physician in the practice of the consultant physician’s specialty of psychiatry; and (c) involving a family group of 3 patients, each of whom is referred to the consultant physician by a referring practitioner; —each patient\\n\",\n            \"ScheduleFee\": \"77.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"6\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-04-20\"\n        },\n        {\n            \"ItemNumber\": \"92457\",\n            \"Description\": \"Video attendance for group psychotherapy (including any associated consultations with a patient taking place on the same occasion and relating to the condition for which group therapy is conducted): (a) of not less than 1 hour in duration; and (b) given under the continuous direct supervision of a consultant physician in the practice of the consultant physician’s specialty of psychiatry; and (c) involving a family group of 2 patients, each of whom is referred to the consultant physician by a referring practitioner; —each patient\\n\",\n            \"ScheduleFee\": \"114.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"6\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-04-20\"\n        },\n        {\n            \"ItemNumber\": \"92478\",\n            \"Description\": \"Video attendance for an admitted patient by a consultant psychiatrist; if: (a) the attendance follows referral of the patient to the consultant psychiatrist by a referring practitioner; and (b) the patient is located at a hospital; and (c) the attendance is not more than 15 minutes duration; and (d) the patient has not received a service to which this item or item 92479, 92480, 92481, 92482 or 92483 applies in the last seven days (H)\\n\",\n            \"ScheduleFee\": \"51.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2024-11-01\"\n        },\n        {\n            \"ItemNumber\": \"92479\",\n            \"Description\": \"Video attendance for an admitted patient by a consultant psychiatrist; if: (a) the attendance follows referral of the patient to the consultant psychiatrist by a referring practitioner; and (b) the patient is located at a hospital; and (c) the attendance is at least 15 minutes, but not more than 30 minutes in duration; and (d) the patient has not received a service to which this item or item 92478, 92480, 92481, 92482 or 92483 applies in the last seven days (H)\\n\",\n            \"ScheduleFee\": \"102.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2024-11-01\"\n        },\n        {\n            \"ItemNumber\": \"92480\",\n            \"Description\": \"Video attendance for an admitted patient by a consultant psychiatrist; if: (a) the attendance follows referral of the patient to the consultant psychiatrist by a referring practitioner; and (b) the patient is located at a hospital; and (c) the attendance was at least 30 minutes, but not more than 45 minutes in duration; and (d) the patient has not received a service to which this item or item 92478, 92479, 92481, 92482 or 92483 applies in the last seven days (H)\\n\",\n            \"ScheduleFee\": \"157.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2024-11-01\"\n        },\n        {\n            \"ItemNumber\": \"92481\",\n            \"Description\": \"Video attendance for an admitted patient by a consultant psychiatrist; if: (a) the attendance follows referral of the patient to the consultant psychiatrist by a referring practitioner; and (b) the patient is located at a hospital; and (c) the attendance was at least 45 minutes, but not more than 75 minutes in duration; and (d) the patient has not received a service to which this item or item 92478, 92479, 92480, 92482 or 92483 applies in the last seven days (H)\\n\",\n            \"ScheduleFee\": \"217.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2024-11-01\"\n        },\n        {\n            \"ItemNumber\": \"92482\",\n            \"Description\": \"Video attendance for an admitted patient by a consultant psychiatrist; if: (a) the attendance follows referral of the patient to the consultant psychiatrist by a referring practitioner; and (b) the patient is located at a hospital; and (c) the attendance was at least 75 minutes in duration; and (d) the patient has not received a service to which this item or item 92478, 92479, 92480, 92481 or 92483 applies in the last seven days (H)\\n\",\n            \"ScheduleFee\": \"252.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2024-11-01\"\n        },\n        {\n            \"ItemNumber\": \"92483\",\n            \"Description\": \"Video attendance of more than 45 minutes by a consultant psychiatrist following referral of the patient to the consultant psychiatrist by a referring practitioner – an attendance on a patient located at a hospital if the patient: (a) is a new patient for this consultant psychiatrist; or (b) has not received a professional attendance from the consultant psychiatrist in the preceding 24 months; other than attendance on a patient in relation to whom this item, or any of items 296, 297, 299, 300, 302, 304, 306, 308, 91827 to 91831, 91837 to 91839, 92437 and 92478 to 92482 has applied in the preceding 24 months (H)\\n\",\n            \"ScheduleFee\": \"308.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2024-11-01\"\n        },\n        {\n            \"ItemNumber\": \"92513\",\n            \"Description\": \"Video attendance by a public health physician in the practice of the public health physician’s specialty of public health medicine—attendance for an obvious problem characterised by the straightforward nature of the task that requires a short patient history and, if required, limited management\\n\",\n            \"ScheduleFee\": \"23.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"33\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-04-20\"\n        },\n        {\n            \"ItemNumber\": \"92514\",\n            \"Description\": \"Video attendance by a public health physician in the practice of the public health physician’s specialty of public health medicine, lasting less than 20 minutes and including any of the following that are clinically relevant: (a) taking a patient history; (b) arranging any necessary investigation; (c) implementing a management plan; (d) providing appropriate preventive health care; for one or more health‑related issues, with appropriate documentation\\n\",\n            \"ScheduleFee\": \"50.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"33\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-04-20\"\n        },\n        {\n            \"ItemNumber\": \"92515\",\n            \"Description\": \"Video attendance by a public health physician in the practice of the public health physician’s specialty of public health medicine, lasting at least 20 minutes and including any of the following that are clinically relevant: (a) taking a detailed patient history; (b) arranging any necessary investigation; (c) implementing a management plan; (d) providing appropriate preventive health care; for one or more health‑related issues, with appropriate documentation\\n\",\n            \"ScheduleFee\": \"97.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"33\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-04-20\"\n        },\n        {\n            \"ItemNumber\": \"92516\",\n            \"Description\": \"Video attendance by a public health physician in the practice of the public health physician’s specialty of public health medicine, lasting at least 40 minutes and including any of the following that are clinically relevant: (a) taking an extensive patient history; (b) arranging any necessary investigation; (c) implementing a management plan; (d) providing appropriate preventive health care; for one or more health‑related issues, with appropriate documentation\\n\",\n            \"ScheduleFee\": \"144.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"33\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-04-20\"\n        },\n        {\n            \"ItemNumber\": \"92521\",\n            \"Description\": \"Phone attendance by a public health physician in the practice of the public health physician’s specialty of public health medicine—attendance for an obvious problem characterised by the straightforward nature of the task that requires a short patient history and, if required, limited management; Where the attendance is not the first attendance for that particular clinical indication\\n\",\n            \"ScheduleFee\": \"23.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"34\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-04-20\"\n        },\n        {\n            \"ItemNumber\": \"92522\",\n            \"Description\": \"Phone attendance by a public health physician in the practice of the public health physician’s specialty of public health medicine, lasting less than 20 minutes and including any of the following that are clinically relevant: (a) taking a patient history; (b) arranging any necessary investigation; (c) implementing a management plan; (d) providing appropriate preventive health care; for one or more health‑related issues, where the attendance is not the first attendance for those particular health‑related issues, with appropriate documentation\\n\",\n            \"ScheduleFee\": \"50.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"34\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-04-20\"\n        },\n        {\n            \"ItemNumber\": \"92610\",\n            \"Description\": \"Video attendance by a specialist in the practice of neurosurgery following referral of the patient to the specialist (other than a second or subsequent attendance in a single course of treatment)\\n\",\n            \"ScheduleFee\": \"153.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"35\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-04-20\"\n        },\n        {\n            \"ItemNumber\": \"92611\",\n            \"Description\": \"Video attendance by a specialist in the practice of neurosurgery following referral of the patient to the specialist—a minor attendance after the first in a single course of treatment\\n\",\n            \"ScheduleFee\": \"50.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"35\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-04-20\"\n        },\n        {\n            \"ItemNumber\": \"92612\",\n            \"Description\": \"Video attendance by a specialist in the practice of neurosurgery following referral of the patient to the specialist—an attendance after the first in a single course of treatment, involving arranging any necessary investigations in relation to one or more complex problems and of more than 15 minutes in duration but not more than 30 minutes in duration\\n\",\n            \"ScheduleFee\": \"101.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"35\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-04-20\"\n        },\n        {\n            \"ItemNumber\": \"92613\",\n            \"Description\": \"Video attendance by a specialist in the practice of neurosurgery following referral of the patient to the specialist—an attendance after the first in a single course of treatment, involving arranging any necessary investigations in relation to one or more complex problems and of more than 30 minutes in duration but not more than 45 minutes in duration\\n\",\n            \"ScheduleFee\": \"140.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"35\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-04-20\"\n        },\n        {\n            \"ItemNumber\": \"92614\",\n            \"Description\": \"Video attendance by a specialist in the practice of neurosurgery following referral of the patient to the specialist—an attendance after the first in a single course of treatment, involving arranging any necessary investigations in relation to one or more complex problems and of more than 45 minutes in duration\\n\",\n            \"ScheduleFee\": \"178.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"35\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-04-20\"\n        },\n        {\n            \"ItemNumber\": \"92618\",\n            \"Description\": \"Phone attendance by a specialist in the practice of neurosurgery following referral of the patient to the specialist—a minor attendance after the first in a single course of treatment.\\n\",\n            \"ScheduleFee\": \"50.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"36\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-04-20\"\n        },\n        {\n            \"ItemNumber\": \"92623\",\n            \"Description\": \"Video attendance of more than 60 minutes in duration by a consultant physician or specialist in the practice of the consultant physician’s or specialist’s specialty of geriatric medicine, if: (a) the patient is at least 65 years old and referred by a medical practitioner practising in general practice (not including a specialist or consultant physician) or a participating nurse practitioner; and (b) the attendance is initiated by the referring practitioner for the provision of a comprehensive assessment and management plan; and (c) during the attendance: (i) all relevant aspects of the patient’s health are evaluated in detail using appropriately validated assessment tools if indicated (the assessment); and (ii) the patient’s various health problems and care needs are identified and prioritised (the formulation); and (iii) a detailed management plan is prepared (the management plan) setting out: (A) the prioritised list of health problems and care needs; and (B) short and longer term management goals; and (C) recommended actions or intervention strategies to be undertaken by the patient’s general practitioner or another relevant health care provider that are likely to improve or maintain health status and are readily available and acceptable to the patient and the patient’s family and carers; and (iv) the management plan is explained and discussed with the patient and, if appropriate, the patient’s family and any carers; and (v) the management plan is communicated in writing to the referring practitioner; and (d) an attendance to which item 104, 105, 107, 108, 110, 116 or 119 of the general medical services table or item 91822, 91823, 91833, 91824, 91825, 91826, 91836 or 92440 applies has not been provided to the patient on the same day by the same practitioner; and (e) an attendance to which this item or item 145 of the general medical services table applies has not been provided to the patient by the same practitioner in the preceding 12 months\\n\",\n            \"ScheduleFee\": \"535.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"31\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"65 years or older\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Nurse' ].\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-04-06\"\n        },\n        {\n            \"ItemNumber\": \"92624\",\n            \"Description\": \"Video attendance of more than 30 minutes in duration by a consultant physician or specialist in the practice of the consultant physician’s or specialist’s specialty of geriatric medicine to review a management plan previously prepared by that consultant physician or specialist under item 141, 145 or 92623, if: (a) the review is initiated by the referring medical practitioner practising in general practice or a participating nurse practitioner; and (b) during the attendance: (i) the patient’s health status is reassessed; and (ii) a management plan prepared under item 141, 145 or 92623 is reviewed and revised; and (iii) the revised management plan is explained to the patient and (if appropriate) the patient’s family and any carers and communicated in writing to the referring practitioner; and (c) an attendance to which item 104, 105, 107, 108, 110, 116 or 119 of the general medical services table or item 91822, 91823, 91833, 91824, 91825, 91826, 91836 or 92440 applies was not provided to the patient on the same day by the same practitioner; and (d) an attendance to which item 141 or 145 of the general medical services table, or item 92623 applies has been provided to the patient by the same practitioner in the preceding 12 months; and (e) an attendance to which this item, or item 143 or 147 of the general medical services table, or item 92448 applies has not been provided to the patient in the preceding 12 months, unless there has been a significant change in the patient’s clinical condition or care circumstances that requires a further review\\n\",\n            \"ScheduleFee\": \"335.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"31\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Nurse' ].\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-04-06\"\n        },\n        {\n            \"ItemNumber\": \"92701\",\n            \"Description\": \"Video attendance by a medical practitioner in the practice of anaesthesia for a consultation on a patient undergoing advanced surgery or who has complex medical problems, involving a selective history and the formulation of a written patient management plan documented in the patient notes, and lasting more than 15 minutes (other than a service associated with a service to which any of items 2801 to 3000 of the general medical services table apply)\\n\",\n            \"ScheduleFee\": \"101.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"37\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-05-22\"\n        },\n        {\n            \"ItemNumber\": \"92715\",\n            \"Description\": \"Video attendance for the provision of services related to blood borne viruses, sexual or reproductive health by a general practitioner of not more than 5 minutes if the attendance includes any of the following that are clinically relevant: (a) taking a short patient history; (b) arranging any necessary investigation; (c) implementing a management plan; (d) providing appropriate preventive health care Note: Consultations related to assisted reproductive technology and antenatal care are outside the scope of these items and cannot be rendered under these items.\\n\",\n            \"ScheduleFee\": \"20.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"39\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"92716\",\n            \"Description\": \"Video attendance for the provision of services related to blood borne viruses, sexual or reproductive health by a medical practitioner (not including a general practitioner, specialist or consultant physician) of not more than 5 minutes if the attendance includes any of the following that are clinically relevant: (a) taking a short patient history; (b) arranging any necessary investigation; (c) implementing a management plan; (d) providing appropriate preventive health care Note: Consultations related to assisted reproductive technology and antenatal care are outside the scope of these items and cannot be rendered under these items.\\n\",\n            \"ScheduleFee\": \"11.00\",\n            \"ScheduleFeeStartDate\": \"2022-03-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"39\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"92717\",\n            \"Description\": \"Video attendance for the provision of services related to blood borne viruses, sexual or reproductive health by a medical practitioner (not including a general practitioner, specialist or consultant physician), in an eligible area, of not more than 5 minutes if the attendance includes any of the following that are clinically relevant: (a) taking a short patient history; (b) arranging any necessary investigation; (c) implementing a management plan; (d) providing appropriate preventive health care Note: Consultations related to assisted reproductive technology and antenatal care are outside the scope of these items and cannot be rendered under these items\\n\",\n            \"ScheduleFee\": \"16.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"39\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"92718\",\n            \"Description\": \"Video attendance for the provision of services related to blood borne viruses, sexual or reproductive health by a general practitioner of more than 5 minutes in duration but not more than 20 minutes if the attendance includes any of the following that are clinically relevant: (a) taking a patient history; (b) arranging any necessary investigation; (c) implementing a management plan; (d) providing appropriate preventive health care Note: Consultations related to assisted reproductive technology and antenatal care are outside the scope of these items and cannot be rendered under these items.\\n\",\n            \"ScheduleFee\": \"43.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"39\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"92719\",\n            \"Description\": \"Video attendance for the provision of services related to blood borne viruses, sexual or reproductive health by a medical practitioner (not including a general practitioner, specialist or consultant physician) of more than 5 minutes in duration but not more than 20 minutes if the attendance includes any of the following that are clinically relevant: (a) taking a patient history; (b) arranging any necessary investigation; (c) implementing a management plan; (d) providing appropriate preventive health care Note: Consultations related to assisted reproductive technology and antenatal care are outside the scope of these items and cannot be rendered under these items.\\n\",\n            \"ScheduleFee\": \"21.00\",\n            \"ScheduleFeeStartDate\": \"2022-03-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"39\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"92720\",\n            \"Description\": \"Video attendance for the provision of services related to blood borne viruses, sexual or reproductive health by a medical practitioner (not including a general practitioner, specialist or consultant physician), in an eligible area, of more than 5 minutes in duration but not more than 20 minutes if the attendance includes any of the following that are clinically relevant: (a) taking a patient history; (b) arranging any necessary investigation; (c) implementing a management plan; (d) providing appropriate preventive health care Note: Consultations related to assisted reproductive technology and antenatal care are outside the scope of these items and cannot be rendered under these items\\n\",\n            \"ScheduleFee\": \"35.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"39\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"92721\",\n            \"Description\": \"Video attendance for the provision of services related to blood borne viruses, sexual or reproductive health by a general practitioner of more than 20 minutes in duration but not more than 40 minutes if the attendance includes any of the following that are clinically relevant: (a) taking a detailed patient history; (b) arranging any necessary investigation; (c) implementing a management plan; (d) providing appropriate preventive health care Note: Consultations related to assisted reproductive technology and antenatal care are outside the scope of these items and cannot be rendered under these items.\\n\",\n            \"ScheduleFee\": \"84.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"39\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"92722\",\n            \"Description\": \"Video attendance for the provision of services related to blood borne viruses, sexual or reproductive health by a medical practitioner (not including a general practitioner, specialist or consultant physician) of more than 20 minutes in duration but not more than 40 minutes if the attendance includes any of the following that are clinically relevant: (a) taking a detailed patient history; (b) arranging any necessary investigation; (c) implementing a management plan; (d) providing appropriate preventive health care Note: Consultations related to assisted reproductive technology and antenatal care are outside the scope of these items and cannot be rendered under these items.\\n\",\n            \"ScheduleFee\": \"38.00\",\n            \"ScheduleFeeStartDate\": \"2022-03-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"39\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"92723\",\n            \"Description\": \"Video attendance for the provision of services related to blood borne viruses, sexual or reproductive health by a medical practitioner (not including a general practitioner, specialist or consultant physician), in an eligible area, of more than 20 minutes in duration but not more than 40 minutes if the attendance includes any of the following that are clinically relevant: (a) taking a detailed patient history; (b) arranging any necessary investigation; (c) implementing a management plan; (d) providing appropriate preventive health care Note: Consultations related to assisted reproductive technology and antenatal care are outside the scope of these items and cannot be rendered under these items\\n\",\n            \"ScheduleFee\": \"67.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"39\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"92724\",\n            \"Description\": \"Video attendance for the provision of services related to blood borne viruses, sexual or reproductive health by a general practitioner lasting at least 40 minutes in duration if the attendance includes any of the following that are clinically relevant: (a) taking a detailed patient history; (b) arranging any necessary investigation; (c) implementing a management plan; (d) providing appropriate preventive health care Note: Consultations related to assisted reproductive technology and antenatal care are outside the scope of these items and cannot be rendered under these items.\\n\",\n            \"ScheduleFee\": \"125.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"39\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"92725\",\n            \"Description\": \"Video attendance for the provision of services related to blood borne viruses, sexual or reproductive health by a medical practitioner (not including a general practitioner, specialist or consultant physician) lasting at least 40 minutes in duration if the attendance includes any of the following that are clinically relevant: (a) taking an extensive patient history; (b) arranging any necessary investigation; (c) implementing a management plan; (d) providing appropriate preventive health care Note: Consultations related to assisted reproductive technology and antenatal care are outside the scope of these items and cannot be rendered under these items.\\n\",\n            \"ScheduleFee\": \"61.00\",\n            \"ScheduleFeeStartDate\": \"2022-03-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"39\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"92726\",\n            \"Description\": \"Video attendance for the provision of services related to blood borne viruses, sexual or reproductive health by a medical practitioner (not including a general practitioner, specialist or consultant physician), in an eligible area, lasting at least 40 minutes in duration if the attendance includes any of the following that are clinically relevant: (a) taking an extensive patient history; (b) arranging any necessary investigation; (c) implementing a management plan; (d) providing appropriate preventive health care Note: Consultations related to assisted reproductive technology and antenatal care are outside the scope of these items and cannot be rendered under these items\\n\",\n            \"ScheduleFee\": \"100.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"39\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"92731\",\n            \"Description\": \"Phone attendance for the provision of services related to blood borne viruses, sexual or reproductive health by a general practitioner of not more than 5 minutes if the attendance includes any of the following that are clinically relevant: (a) taking a short patient history; (b) arranging any necessary investigation; (c) implementing a management plan; (d) providing appropriate preventive health care Note: Consultations related to assisted reproductive technology and antenatal care are outside the scope of these items and cannot be rendered under these items.\\n\",\n            \"ScheduleFee\": \"20.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"40\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"92732\",\n            \"Description\": \"Phone attendance for the provision of services related to blood borne viruses, sexual or reproductive health by a medical practitioner (not including a general practitioner, specialist or consultant physician) of not more than 5 minutes if the attendance includes any of the following that are clinically relevant: (a) taking a short patient history; (b) arranging any necessary investigation; (c) implementing a management plan; (d) providing appropriate preventive health care Note: Consultations related to assisted reproductive technology and antenatal care are outside the scope of these items and cannot be rendered under these items.\\n\",\n            \"ScheduleFee\": \"11.00\",\n            \"ScheduleFeeStartDate\": \"2022-03-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"40\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"92733\",\n            \"Description\": \"Phone attendance for the provision of services related to blood borne viruses, sexual or reproductive health by a medical practitioner (not including a general practitioner, specialist or consultant physician), in an eligible area, of not more than 5 minutes if the attendance includes any of the following that are clinically relevant: (a) taking a short patient history; (b) arranging any necessary investigation; (c) implementing a management plan; (d) providing appropriate preventive health care Note: Consultations related to assisted reproductive technology and antenatal care are outside the scope of these items and cannot be rendered under these items\\n\",\n            \"ScheduleFee\": \"16.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"40\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"92734\",\n            \"Description\": \"Phone attendance for the provision of services related to blood borne viruses, sexual or reproductive health by a general practitioner of more than 5 minutes in duration but not more than 20 minutes if the attendance includes any of the following that are clinically relevant: (a) taking a patient history; (b) arranging any necessary investigation; (c) implementing a management plan; (d) providing appropriate preventive health care Note: Consultations related to assisted reproductive technology and antenatal care are outside the scope of these items and cannot be rendered under these items.\\n\",\n            \"ScheduleFee\": \"43.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"40\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"92735\",\n            \"Description\": \"Phone attendance for the provision of services related to blood borne viruses, sexual or reproductive health by a medical practitioner (not including a general practitioner, specialist or consultant physician) of more than 5 minutes in duration but not more than 20 minutes if the attendance includes any of the following that are clinically relevant: (a) taking a patient history; (b) arranging any necessary investigation; (c) implementing a management plan; (d) providing appropriate preventive health care Note: Consultations related to assisted reproductive technology and antenatal care are outside the scope of these items and cannot be rendered under these items.\\n\",\n            \"ScheduleFee\": \"21.00\",\n            \"ScheduleFeeStartDate\": \"2022-03-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"40\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"92736\",\n            \"Description\": \"Phone attendance for the provision of services related to blood borne viruses, sexual or reproductive health by a medical practitioner (not including a general practitioner, specialist or consultant physician), in an eligible area, of more than 5 minutes in duration but not more than 20 minutes if the attendance includes any of the following that are clinically relevant: (a) taking a patient history; (b) arranging any necessary investigation; (c) implementing a management plan; (d) providing appropriate preventive health care Note: Consultations related to assisted reproductive technology and antenatal care are outside the scope of these items and cannot be rendered under these items\\n\",\n            \"ScheduleFee\": \"35.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"40\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"92737\",\n            \"Description\": \"Phone attendance for the provision of services related to blood borne viruses, sexual or reproductive health by a general practitioner of more than 20 minutes in duration but not more than 40 minutes if the attendance includes any of the following that are clinically relevant: (a) taking a detailed patient history; (b) arranging any necessary investigation; (c) implementing a management plan; (d) providing appropriate preventive health care Note: Consultations related to assisted reproductive technology and antenatal care are outside the scope of these items and cannot be rendered under these items.\\n\",\n            \"ScheduleFee\": \"84.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"40\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"92738\",\n            \"Description\": \"Phone attendance for the provision of services related to blood borne viruses, sexual or reproductive health by a medical practitioner (not including a general practitioner, specialist or consultant physician) of more than 20 minutes in duration but not more than 40 minutes if the attendance includes any of the following that are clinically relevant: (a) taking a detailed patient history; (b) arranging any necessary investigation; (c) implementing a management plan; (d) providing appropriate preventive health care Note: Consultations related to assisted reproductive technology and antenatal care are outside the scope of these items and cannot be rendered under these items.\\n\",\n            \"ScheduleFee\": \"38.00\",\n            \"ScheduleFeeStartDate\": \"2022-03-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"40\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"92739\",\n            \"Description\": \"Phone attendance for the provision of services related to blood borne viruses, sexual or reproductive health by a medical practitioner (not including a general practitioner, specialist or consultant physician), in an eligible area, of more than 20 minutes in duration but not more than 40 minutes if the attendance includes any of the following that are clinically relevant: (a) taking a detailed patient history; (b) arranging any necessary investigation; (c) implementing a management plan; (d) providing appropriate preventive health care Note: Consultations related to assisted reproductive technology and antenatal care are outside the scope of these items and cannot be rendered under these items\\n\",\n            \"ScheduleFee\": \"67.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"40\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"92740\",\n            \"Description\": \"Phone attendance for the provision of services related to blood borne viruses, sexual or reproductive health by a general practitioner lasting at least 40 minutes in duration if the attendance includes any of the following that are clinically relevant: (a) taking an extensive patient history; (b) arranging any necessary investigation; (c) implementing a management plan; (d) providing appropriate preventive health care Note: Consultations related to assisted reproductive technology and antenatal care are outside the scope of these items and cannot be rendered under these items.\\n\",\n            \"ScheduleFee\": \"125.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"40\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"92741\",\n            \"Description\": \"Phone attendance for the provision of services related to blood borne viruses, sexual or reproductive health by a medical practitioner (not including a general practitioner, specialist or consultant physician) lasting at least 40 minutes in duration if the attendance includes any of the following that are clinically relevant: (a) taking an extensive patient history; (b) arranging any necessary investigation; (c) implementing a management plan; (d) providing appropriate preventive health care Note: Consultations related to assisted reproductive technology and antenatal care are outside the scope of these items and cannot be rendered under these items.\\n\",\n            \"ScheduleFee\": \"61.00\",\n            \"ScheduleFeeStartDate\": \"2022-03-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"40\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"92742\",\n            \"Description\": \"Phone attendance for the provision of services related to blood borne viruses, sexual or reproductive health by a medical practitioner (not including a general practitioner, specialist or consultant physician), in an eligible area, lasting at least 40 minutes in duration if the attendance includes any of the following that are clinically relevant: (a) taking an extensive patient history; (b) arranging any necessary investigation; (c) implementing a management plan; (d) providing appropriate preventive health care Note: Consultations related to assisted reproductive technology and antenatal care are outside the scope of these items and cannot be rendered under these items\\n\",\n            \"ScheduleFee\": \"100.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"40\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"92748\",\n            \"Description\": \"Video attendance for a person by a consultant occupational physician in the practice of the consultant occupational physician's specialty of occupational medicine if: (a) the attendance follows referral of the patient to the consultant occupational physician (b) the attendance is of more than 5 minutes in duration; (c) the attendance is an initial attendance in a single course of treatment; and (d) an attendance on the patient, being an attendance to which item 385, 91822, or 104 applies did not take place on the same day by the same consultant occupational physician.\\n\",\n            \"ScheduleFee\": \"101.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"44\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"92749\",\n            \"Description\": \"Video attendance for a person by a consultant occupational physician in the practice of the consultant occupational physician's specialty of occupational medicine if: (a) the attendance follows referral of the patient to the consultant occupational physician; (b) the attendance is of more than 5 minutes in duration; and (c) the attendance is after the first in a single course of treatment.\\n\",\n            \"ScheduleFee\": \"50.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"44\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"92750\",\n            \"Description\": \"Phone attendance for a person by a consultant occupational physician in the practice of the consultant occupational physician's specialty of occupational medicine if: (a) the attendance follows referral of the patient to the consultant occupational physician; (b) the attendance is of more than 5 minutes in duration; and (c) the attendance is after the first attendance in a single course of treatment.\\n\",\n            \"ScheduleFee\": \"50.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"44\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"92751\",\n            \"Description\": \"Video attendance for a person by a specialist, or consultant physician, in the practice of the specialist's or consultant physician's specialty of pain medicine if: (a) the attendance follows referral of the patient to the specialist or consultant physician; (b) the attendance is of more than 5 minutes in duration; (c) the attendance is an initial attendance in a single course of treatment; and (d) an attendance on the patient, being an attendance to which item 2801, 91824 or 110 applies did not take place on the same day by the same pain medicine specialist or consultant physician.\\n\",\n            \"ScheduleFee\": \"178.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"44\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"92752\",\n            \"Description\": \"Video attendance for a person by a specialist, or consultant physician, in the practice of the specialist's or consultant physician's specialty of pain medicine if: (a) the attendance follows referral of the patient to the specialist or consultant physician; (b) the attendance is of more than 5 minutes in duration; and (c) the attendance is not a minor attendance after the first in a single course of treatment.\\n\",\n            \"ScheduleFee\": \"89.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"44\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"92753\",\n            \"Description\": \"Video attendance for a person by a specialist, or consultant physician, in the practice of the specialist’s or consultant physician’s specialty of pain medicine if: (a) the attendance follows referral of the patient to the specialist or consultant physician; (b) the attendance is of more than 5 minutes in duration; and (c) the attendance is a minor attendance after the first in a single course of treatment.\\n\",\n            \"ScheduleFee\": \"50.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"44\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"92754\",\n            \"Description\": \"Phone attendance for a person by a specialist, or consultant physician, in the practice of the specialist's or consultant physician's specialty of pain medicine if: (a) the attendance follows referral of the patient to the specialist or consultant physician; (b) the attendance is of more than 5 minutes in duration; and (c) the attendance is a minor attendance after the first of a single course of treatment.\\n\",\n            \"ScheduleFee\": \"50.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"44\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"92755\",\n            \"Description\": \"Video attendance for a person by a specialist, or consultant physician, in the practice of the specialist's or consultant physician’s specialty of palliative medicine if: (a) the attendance follows referral of the patient to the specialist or consultant physician; (b) the attendance is of more than 5 minutes in duration; (c) the attendance is an initial attendance in a single course of treatment; and (d) an attendance on the patient, being an attendance to which item 3005, 91824 or 110 applies did not take place on the same day by the same palliative medicine specialist or consultant physician.\\n\",\n            \"ScheduleFee\": \"178.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"44\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"92756\",\n            \"Description\": \"Video attendance for a person by a specialist, or consultant physician, in the practice of the specialist's, or consultant physician's, specialty of palliative medicine if: (a) the attendance follows referral of the patient to the specialist or consultant physician; (b) the attendance is of more than 5 minutes in duration; and (c) the attendance is not a minor attendance after the first in a single course of treatment.\\n\",\n            \"ScheduleFee\": \"89.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"44\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"92757\",\n            \"Description\": \"Video attendance for a person by a specialist, or consultant physician, in the practice of the specialist's or consultant physician's specialty of palliative medicine, if: (a) the attendance follows referral of the patient to the specialist or consultant physician; (b) the attendance is of more than 5 minutes in duration; and (c) the attendance is a minor attendance after the first in a single course of treatment.\\n\",\n            \"ScheduleFee\": \"50.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"44\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"92758\",\n            \"Description\": \"Phone attendance for a person by a specialist, or consultant physician, in the practice of the specialist’s or consultant physician’s specialty of palliative medicine if: (a) the attendance follows referral of the patient to the specialist or consultant physician; (b) the attendance is of more than 5 minutes in duration; and (c) the attendance is a minor attendance after the first in a single course of treatment.\\n\",\n            \"ScheduleFee\": \"50.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"44\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"92759\",\n            \"Description\": \"Video attendance for a person by an addiction medicine specialist in the practice of the addiction medicine specialist's specialty if: (a) the attendance follows referral of the patient to the specialist; (b) the attendance includes a comprehensive assessment; (c) the attendance is the first or only time in a single course of treatment that a comprehensive assessment is provided; and (d) an attendance on the patient, being an attendance to which item 6018, 91824 or 110 applies did not take place on the same day by the same addiction medicine specialist.\\n\",\n            \"ScheduleFee\": \"178.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"44\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"92760\",\n            \"Description\": \"Video attendance for a person by an addiction medicine specialist in the practice of the addiction medicine specialist's specialty if: (a) the attendance follows referral of the patient to the specialist; (b) the attendance is of more than 5 minutes in duration; and (c) the attendance is a patient assessment: (i) before or after a comprehensive assessment under item 110, 6018, 91824 or 92759 in a single course of treatment; or (ii) that follows an initial assessment under item 132, 6023, 92422 or 92762 in a single course of treatment; or (iii) that follows a review under item 133, 6024, 92423, 92763 or 92443 in a single course of treatment.\\n\",\n            \"ScheduleFee\": \"89.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"44\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"92761\",\n            \"Description\": \"Phone attendance for a person by an addiction medicine specialist in the practice of the addiction medicine specialist's specialty if: (a) the attendance follows referral of the patient to the specialist; (b) the attendance is of more than 5 minutes in duration; and (c) the attendance is a minor attendance after the first in a single course of treatment.\\n\",\n            \"ScheduleFee\": \"50.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"44\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"92762\",\n            \"Description\": \"Video attendance for a person by an addiction medicine specialist in the practice of the addiction medicine specialist's specialty of at least 45 minutes for an initial assessment of a patient with at least 2 morbidities, following referral of the patient to the addiction medicine specialist by a referring practitioner, if: (a) an assessment is undertaken that covers: (i) a comprehensive history, including psychosocial history and medication review; and (ii) a comprehensive multi or detailed single organ system assessment; and (iii) the formulation of differential diagnoses; and (b) an addiction medicine specialist treatment and management plan of significant complexity that includes the following is prepared and provided to the referring practitioner: (i) an opinion on diagnosis and risk assessment; (ii) treatment options and decisions; (iii) medication recommendations; and (c) an attendance on the patient to which item 104, 105, 110, 116, 119, 132, 133, 6018, 6019, 6023, 91824, 91825, 91826, 91836, 92422, 92423, 92440, 92443, 92759, 92760 or 92763 applies did not take place on the same day by the same addiction medicine specialist; and (d) neither this item nor item 6023, 132 or 92422 has applied to an attendance on the patient in the preceding 12 months by the same addiction medicine specialist\\n\",\n            \"ScheduleFee\": \"312.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"44\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"92763\",\n            \"Description\": \"Video attendance for a person by an addiction medicine specialist in the practice of the addiction medicine specialist's specialty of at least 20 minutes, after the first attendance in a single course of treatment for a review of a patient with at least 2 morbidities if: (a) a review is undertaken that covers: (i) review of initial presenting problems and results of diagnostic investigations; and (ii) review of responses to treatment and medication plans initiated at time of initial consultation; and (iii) comprehensive multi or detailed single organ system assessment; and (iv) review of original and differential diagnoses; and (b) the modified addiction medicine specialist treatment and management plan is provided to the referring practitioner, which involves, if appropriate: (i) a revised opinion on diagnosis and risk assessment; and (ii) treatment options and decisions; and (iii) revised medication recommendations; and (c) an attendance on the patient to which item 104, 105, 110, 116, 119, 132, 133, 6018, 6019, 6024, 91824, 91825, 91826, 91836, 92422, 92423, 92440, 92443, 92759, or 92760 applies did not take place on the same day by the same addiction medicine specialist; and (d) item 132, 6023, 92422 or 92762 applied to an attendance claimed in the preceding 12 months; and (e) the attendance under this item is claimed by the same addiction medicine specialist who claimed item 132, 6023, 92422, or 92762 or by a locum tenens; and (f) this item has not applied more than twice in any 12-month period.\\n\",\n            \"ScheduleFee\": \"156.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"44\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"92764\",\n            \"Description\": \"Video attendance for a person by a sexual health medicine specialist in the practice of the sexual health medicine specialist's specialty if: (a) the attendance follows referral of the patient to the sexual health medicine specialist; and (b) the attendance is of more than 5 minutes in duration, and includes a comprehensive assessment; and (c) the attendance is the first or only time in a single course of treatment; and (d) an attendance on the patient, being an attendance to which item 6051, 91824, or 110 applies did not take place on the same day by the same sexual health medicine specialist.\\n\",\n            \"ScheduleFee\": \"178.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"44\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"92765\",\n            \"Description\": \"Video attendance by a sexual health medicine specialist in the practice of the sexual health medicine specialist's specialty if: (a) the attendance follows referral of the patient to the specialist; (b) the attendance is a patient assessment: (i) before or after a comprehensive assessment under item 6051, 91824 or 92764 in a single course of treatment; or (ii) that follows an initial assessment under item 6057 or 92767 in a single course of treatment; or (iii) that follows a review under item 6058 or 92768 in a single course of treatment.\\n\",\n            \"ScheduleFee\": \"89.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"44\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"92766\",\n            \"Description\": \"Phone attendance for a person by a sexual health medicine specialist in the practice of the sexual health medicine specialist's specialty if: (a) the attendance follows referral of the patient to the sexual health medicine specialist; and (b) the attendance is of more than 5 minutes in duration; and (c) the attendance is a minor attendance after the first in a single course of treatment.\\n\",\n            \"ScheduleFee\": \"50.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"44\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"92767\",\n            \"Description\": \"Video attendance for a person by a sexual health medicine specialist in the practice of the sexual health medicine specialist's specialty of sexual health of at least 45 minutes for an initial assessment of a patient with at least 2 morbidities, following referral of the patient to the sexual health medicine specialist by a referring practitioner, if: (a) an assessment is undertaken that covers: (i) a comprehensive history, including psychosocial history and medication review; and (ii) a comprehensive multi or detailed single organ system assessment; and (iii) the formulation of differential diagnoses; and (b) a sexual health medicine specialist treatment and management plan of significant complexity that includes the following is prepared and provided to the referring practitioner: (i) an opinion on diagnosis and risk assessment; (ii) treatment options and decisions; (iii) medication recommendations; and (c) an attendance on the patient to which item 104, 105, 110, 116, 119, 132, 133, 6051, 6052, 6057, 91822, 91823, 91824, 91825, 91826, 91833, 91836, 92422, 92423, 92440, 92443, 92764, or 92765 applies did not take place on the same day by the same sexual health medicine specialist; and (d) neither this item nor items 6057, 92422 or 132 has applied to an attendance on the patient in the preceding 12 months by the same sexual health medicine specialist.\\n\",\n            \"ScheduleFee\": \"312.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"44\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"92768\",\n            \"Description\": \"Video attendance for a person by a sexual health medicine specialist in the practice of the sexual health medicine specialist's specialty of at least 20 minutes, after the first attendance in a single course of treatment for a review of a patient with at least two morbidities if: (a) a review is undertaken that covers: (i) review of initial presenting problems and results of diagnostic investigations; and (ii) review of responses to treatment and medication plans initiated at time of initial consultation; and (iii) comprehensive multi or detailed single organ system assessment; and (iv) review of original and differential diagnoses; and (b) the modified sexual health medicine specialist treatment and management plan is provided to the referring practitioner, which involves, if appropriate: (i) a revised opinion on diagnosis and risk assessment; and (ii) treatment options and decisions; and (iii) revised medication recommendations; and (c) an attendance on the patient, being an attendance to which item 104, 105, 110, 116, 119, 132, 133, 6051, 6052, 91822, 91823, 91824, 91825, 91826, 91836, 92422, 92423, 92440, 92443, 92764, 92765 or 6058 applies did not take place on the same day by the same sexual health medicine specialist; and (d) item 6057, 132, 92422 or 92767 applied to an attendance claimed in the preceding 12 months; and (e) the attendance under this item is claimed by the same sexual health medicine specialist who claimed item 6057, 132, 92422 or 92767 or by a locum tenens; and (f) neither this item nor item 6058 has not applied more than twice in any 12-month period.\\n\",\n            \"ScheduleFee\": \"156.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"1\",\n            \"Group\": \"A40\",\n            \"SubGroup\": \"44\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"11000\",\n            \"Description\": \"Electroencephalography, other than a service:(a) associated with a service to which item 11003, 11009 or 11205 applies; or(b) involving quantitative topographic mapping using neurometrics or similar devices (Anaes.)\\n\",\n            \"ScheduleFee\": \"143.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"11003\",\n            \"Description\": \"Electroencephalography, prolonged recording lasting at least 3 hours, that requires multi‑channel recording using: (a) for a service not associated with a service to which an item in Group T8 applies—standard 10‑20 electrode placement; or (b) for a service associated with a service to which an item in Group T8 applies—either standard 10‑20 electrode placement or a different electrode placement and number of recorded channels; other than a service: (c) associated with a service to which item 11000, 11004 or 11005 applies; or (d) involving quantitative topographic mapping using neurometrics or similar devices.\\n\",\n            \"ScheduleFee\": \"379.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"11004\",\n            \"Description\": \"Electroencephalography, ambulatory or video, prolonged recording lasting at least 3 hours and up to 24 hours, that requires multi channel recording using standard 10-20 electrode placement, first day, other than a service:(a) associated with a service to which item 11000, 11003 or 11005 applies; or(b) involving quantitative topographic mapping using neurometrics or similar devices.\\n\",\n            \"ScheduleFee\": \"379.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2003-11-01\"\n        },\n        {\n            \"ItemNumber\": \"11005\",\n            \"Description\": \"Electroencephalography, ambulatory or video, prolonged recording lasting at least 3 hours and up to 24 hours, that requires multi channel recording using standard 10-20 electrode placement, each day after the first day, other than a service:(a) associated with a service to which item 11000, 11003 or 11004 applies; or(b) involving quantitative topographic mapping using neurometrics or similar devices.\\n\",\n            \"ScheduleFee\": \"379.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2003-11-01\"\n        },\n        {\n            \"ItemNumber\": \"11009\",\n            \"Description\": \"ELECTROCORTICOGRAPHY\\n\",\n            \"ScheduleFee\": \"379.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"11012\",\n            \"Description\": \"NEUROMUSCULAR ELECTRODIAGNOSIS conduction studies on 1 nerve OR ELECTROMYOGRAPHY of 1 or more muscles using concentric needle electrodes OR both these examinations (not being a service associated with a service to which item 11015 or 11018 applies)\\n\",\n            \"ScheduleFee\": \"130.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"11015\",\n            \"Description\": \"NEUROMUSCULAR ELECTRODIAGNOSIS conduction studies on 2 or 3 nerves with or without electromyography (not being a service associated with a service to which item 11012 or 11018 applies)\\n\",\n            \"ScheduleFee\": \"174.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"11018\",\n            \"Description\": \"NEUROMUSCULAR ELECTRODIAGNOSIS conduction studies on 4 or more nerves with or without electromyography OR recordings from single fibres of nerves and muscles OR both of these examinations (not being a service associated with a service to which item 11012 or 11015 applies)\\n\",\n            \"ScheduleFee\": \"261.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"11021\",\n            \"Description\": \"NEUROMUSCULAR ELECTRODIAGNOSIS repetitive stimulation for study of neuromuscular conduction OR electromyography with quantitative computerised analysis OR both of these examinations\\n\",\n            \"ScheduleFee\": \"174.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"11024\",\n            \"Description\": \"CENTRAL NERVOUS SYSTEM EVOKED RESPONSES, INVESTIGATION OF, by computerised averaging techniques, not being a service involving quantitative topographic mapping of event-related potentials or multifocal multichannel objective perimetry - 1 or 2 studies\\n\",\n            \"ScheduleFee\": \"132.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"11027\",\n            \"Description\": \"CENTRAL NERVOUS SYSTEM EVOKED RESPONSES, INVESTIGATION OF, by computerised averaging techniques, not being a service involving quantitative topographic mapping of event-related potentials or multifocal multichannel objective perimetry - 3 or more studies\\n\",\n            \"ScheduleFee\": \"196.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"11200\",\n            \"Description\": \"PROVOCATIVE TEST OR TESTS FOR OPEN ANGLE GLAUCOMA, including water drinking\\n\",\n            \"ScheduleFee\": \"47.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"11204\",\n            \"Description\": \"ELECTRORETINOGRAPHY of one or both eyes by computerised averaging techniques, including 3 or more studies performed according to current professional guidelines or standards, performed by or on behalf of a specialist or consultant physician in the practice of his or her speciality.\\n\",\n            \"ScheduleFee\": \"126.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"11205\",\n            \"Description\": \"Electrooculography of one or both eyes performed according to current professional guidelines or standards, performed by or on behalf of a specialist or consultant physician in the practice of the specialist’s or consultant physician’s specialty, other than a service associated with a service to which item 11000, 11340, 11341 or 11343 applies\\n\",\n            \"ScheduleFee\": \"126.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"11210\",\n            \"Description\": \"Pattern electroretinography of one or both eyes by computerised averaging techniques, including 3 or more studies performed according to current professional guidelines or standards, performed by or on behalf of a specialist or consultant physician in the practice of the specialist’s or consultant physician’s speciality\\n\",\n            \"ScheduleFee\": \"126.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"11211\",\n            \"Description\": \"Dark adaptometry of one or both eyes with a quantitative estimation of threshold in log lumens at 45 minutes of dark adaptations, performed by or on behalf of a specialist in the practice of the specialist’s specialty of ophthalmology\\n\",\n            \"ScheduleFee\": \"126.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"11215\",\n            \"Description\": \"RETINAL ANGIOGRAPHY, multiple exposures of 1 eye with intravenous dye injection\\n\",\n            \"ScheduleFee\": \"143.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"11218\",\n            \"Description\": \"RETINAL ANGIOGRAPHY, multiple exposures of both eyes with intravenous dye injection\\n\",\n            \"ScheduleFee\": \"177.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"11219\",\n            \"Description\": \"Optical coherence tomography for diagnosis of an ocular condition for the treatment of which there is a medication that is: (a) listed on the pharmaceutical benefits scheme; and (b) indicated for intraocular administration Applicable only once in any 12 month period\\n\",\n            \"ScheduleFee\": \"46.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"11220\",\n            \"Description\": \"OPTICAL COHERENCE TOMOGRAPHY for the assessment of the need for treatment following provision of pharmaceutical benefits scheme-subsidised ocriplasmin. Maximum of one service per eye per lifetime.\\n\",\n            \"ScheduleFee\": \"46.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-12-01\"\n        },\n        {\n            \"ItemNumber\": \"11221\",\n            \"Description\": \"Full quantitative computerised perimetry (automated absolute static threshold), other than a service involving multifocal multichannel objective perimetry, performed by or on behalf of a specialist in the practice of his or her specialty, if indicated by the presence of relevant ocular disease or suspected pathology of the visual pathways or brain with assessment and report, bilateral—to a maximum of 3 examinations (including examinations to which item 11224 applies) in any 12 month period\\n\",\n            \"ScheduleFee\": \"79.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"11224\",\n            \"Description\": \"Full quantitative computerised perimetry (automated absolute static threshold), other than a service involving multifocal multichannel objective perimetry, performed by or on behalf of a specialist in the practice of his or her specialty, if indicated by the presence of relevant ocular disease or suspected pathology of the visual pathways or brain with assessment and report, unilateral—to a maximum of 3 examinations (including examinations to which item 11221 applies) in any 12 month period\\n\",\n            \"ScheduleFee\": \"47.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"11235\",\n            \"Description\": \"EXAMINATION OF THE EYE BY IMPRESSION CYTOLOGY OF CORNEA for the investigation of ocular surface dysplasia, including the collection of cells, processing and all cytological examinations and preparation of report\\n\",\n            \"ScheduleFee\": \"143.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"11237\",\n            \"Description\": \"OCULAR CONTENTS, simultaneous ultrasonic echography by both unidimensional and bidimensional techniques, for the diagnosis, monitoring or measurement of choroidal and ciliary body melanomas, retinoblastoma or suspicious naevi or simulating lesions, one eye, not being a service associated with a service to which items in Group I1 of Category 5 apply\\n\",\n            \"ScheduleFee\": \"95.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2003-11-01\"\n        },\n        {\n            \"ItemNumber\": \"11240\",\n            \"Description\": \"ORBITAL CONTENTS, unidimensional ultrasonic echography or partial coherence interferometry of, for the measurement of one eye prior to lens surgery on that eye, not being a service associated with a service to which items in Group I1 of Category 5 apply.\\n\",\n            \"ScheduleFee\": \"95.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1999-03-01\"\n        },\n        {\n            \"ItemNumber\": \"11241\",\n            \"Description\": \"ORBITAL CONTENTS, unidimensional ultrasonic echography or partial coherence interferometry of, for bilateral eye measurement prior to lens surgery on both eyes, not being a service associated with a service to which items in Group I1 apply\\n\",\n            \"ScheduleFee\": \"120.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"11242\",\n            \"Description\": \"ORBITAL CONTENTS, unidimensional ultrasonic echography or partial coherence interferometry of, for the measurement of an eye previously measured and on which lens surgery has been performed, and where further lens surgery is contemplated in that eye, not being a service associated with a service to which items in Group I1 apply\\n\",\n            \"ScheduleFee\": \"93.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"11243\",\n            \"Description\": \"ORBITAL CONTENTS, unidimensional ultrasonic echography or partial coherence interferometry of, for the measurement of a second eye where surgery for the first eye has resulted in more than 1 dioptre of error or where more than 3 years have elapsed since the surgery for the first eye, not being a service associated with a service to which items in Group I1 apply\\n\",\n            \"ScheduleFee\": \"93.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"11244\",\n            \"Description\": \"Orbital contents, diagnostic B-scan of, by a specialist practising in his or her speciality of ophthalmology, not being a service associated with a service to which an item in Group I1 of the diagnostic imaging services table applies.\\n\",\n            \"ScheduleFee\": \"89.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2013-03-01\"\n        },\n        {\n            \"ItemNumber\": \"11300\",\n            \"Description\": \"Brain stem evoked response audiometry, if: (a) the service is not for the purposes of programming either an auditory implant or the sound processor of an auditory implant; and (b) a service to which item 82300 applies has not been performed on the patient on the same day (Anaes.)\\n\",\n            \"ScheduleFee\": \"224.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"11302\",\n            \"Description\": \"Programming an auditory implant or the sound processor of an auditory implant, unilateral, performed by or on behalf of a medical practitioner, if a service to which item 82301, 82302 or 82304 applies has not been performed on the patient on the same day Applicable up to a total of 4 services to which this item, item 11342 or item 11345 applies on the same day\\n\",\n            \"ScheduleFee\": \"224.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"3\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"11303\",\n            \"Description\": \"ELECTROCOCHLEOGRAPHY, extratympanic method, 1 or both ears\\n\",\n            \"ScheduleFee\": \"224.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"11304\",\n            \"Description\": \"ELECTROCOCHLEOGRAPHY, transtympanic membrane insertion technique, 1 or both ears\\n\",\n            \"ScheduleFee\": \"369.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"11306\",\n            \"Description\": \"Non determinate audiometry, if a service to which item 82306 applies has not been performed on the patient on the same day.\\n\",\n            \"ScheduleFee\": \"25.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"11309\",\n            \"Description\": \"Audiogram, air conduction, if a service to which item 82309 applies has not been performed on the patient on the same day.\\n\",\n            \"ScheduleFee\": \"30.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"11312\",\n            \"Description\": \"Audiogram, air and bone conduction or air conduction and speech discrimination, if a service to which item 82312 applies has not been performed on the patient on the same day.\\n\",\n            \"ScheduleFee\": \"43.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"11315\",\n            \"Description\": \"Audiogram, air and bone conduction and speech, if a service to which item 82315 applies has not been performed on the patient on the same day\\n\",\n            \"ScheduleFee\": \"57.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"11318\",\n            \"Description\": \"Audiogram, air and bone conduction and speech, with other cochlear tests, if a service to which item 82318 applies has not been performed on the patient on the same day\\n\",\n            \"ScheduleFee\": \"70.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"11324\",\n            \"Description\": \"Impedance audiogram involving tympanometry and measurement of static compliance and acoustic reflex performed by, or on behalf of, a medical practitioner, if a service to which item 82324 applies has not been performed on the patient on the same day\\n\",\n            \"ScheduleFee\": \"23.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"11332\",\n            \"Description\": \"Oto-acoustic emission audiometry for the detection of outer hair cell functioning in the cochlea, performed by or on behalf of a specialist or consultant physician, when middle ear pathology has been excluded, if:(a) the service is performed:(i) on an infant or child who is at risk of permanent hearing impairment; or(ii) on an individual who is at risk of oto-toxicity due to medications or medical intervention; or(iii) on an individual at risk of noise induced hearing loss; or(iv) to assist in the diagnosis of auditory neuropathy; and(b) a service to which item 82332 applies has not been performed on the patient on the same day\\n\",\n            \"ScheduleFee\": \"68.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-05-01\"\n        },\n        {\n            \"ItemNumber\": \"11340\",\n            \"Description\": \"Investigation of the vestibular function to assist in the diagnosis, treatment or management of a vestibular or related disorder, performed by or on behalf of a medical practitioner: (a) to assess one or more of the following: (i) the organs of the peripheral vestibular system (utricle, saccule, lateral, superior and posterior semicircular canals, and vestibular nerve); (ii) muscular or eye movement responses elicited by vestibular stimulation; (iii) static signs of vestibular dysfunction; (iv) the central ocular‑motor function; and (b) using up to 2 clinically recognised tests; other than a service associated with a service to which item 11015, 11021, 11024, 11027 or 11205 applies\\n\",\n            \"ScheduleFee\": \"217.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"11341\",\n            \"Description\": \"Investigation of the vestibular function to assist in the diagnosis, treatment or management of a vestibular or related disorder, performed by or on behalf of a medical practitioner: (a) to assess one or more of the following: (i) the organs of the peripheral vestibular system (utricle, saccule, lateral, superior and posterior semicircular canals, and vestibular nerve); (ii) muscular or eye movement responses elicited by vestibular stimulation; (iii) static signs of vestibular dysfunction; (iv) the central ocular‑motor function; and (b) using 3 or 4 clinically recognised tests; other than a service associated with a service to which item 11015, 11021, 11024, 11027 or 11205 applies\\n\",\n            \"ScheduleFee\": \"435.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"11342\",\n            \"Description\": \"Programming by video attendance of an auditory implant, or the sound processor of an auditory implant, unilateral, performed by or on behalf of a medical practitioner, if a service to which items 82301, 82302 or 82304 applies has not been performed on the patient on the same day Applicable up to a total of 4 services to which this item, item 11302 or item 11345 applies on the same day\\n\",\n            \"ScheduleFee\": \"179.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"3\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2022-03-01\"\n        },\n        {\n            \"ItemNumber\": \"11343\",\n            \"Description\": \"Investigation of the vestibular function to assist in the diagnosis, treatment or management of a vestibular or related disorder, performed by or on behalf of a medical practitioner: (a) to assess one or more of the following: (i) the organs of the peripheral vestibular system (utricle, saccule, lateral, superior and posterior semicircular canals, and vestibular nerve); (ii) muscular or eye movement responses elicited by vestibular stimulation; (iii) static signs of vestibular dysfunction; (iv) the central ocular‑motor function; and (b) using 5 or more clinically recognised tests; other than a service associated with a service to which item 11015, 11021, 11024, 11027 or 11205 applies\\n\",\n            \"ScheduleFee\": \"651.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"11345\",\n            \"Description\": \"Programming by phone attendance of an auditory implant, or the sound processor of an auditory implant, unilateral, performed by or on behalf of a medical practitioner, if a service to which items 82301, 82302 or 82304 applies has not been performed on the patient on the same day Applicable up to a total of 4 services to which this item, item 11302 or item 11342 applies on the same day\\n\",\n            \"ScheduleFee\": \"179.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"3\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2022-03-01\"\n        },\n        {\n            \"ItemNumber\": \"11503\",\n            \"Description\": \"Complex measurement of properties of the respiratory system, including the lungs and respiratory muscles, that is performed: (a) in a respiratory laboratory; and (b) under the supervision of a specialist or consultant physician who is responsible for staff training, supervision, quality assurance and the issuing of written reports on tests performed; and (c) using any of the following tests: (i) measurement of absolute lung volumes by any method; (ii) measurement of carbon monoxide diffusing capacity by any method; (iii) measurement of airway or pulmonary resistance by any method; (iv) inhalation provocation testing, including pre‑provocation spirometry and the construction of a dose response curve, using a recognised direct or indirect bronchoprovocation agent and post‑bronchodilator spirometry; (v) provocation testing involving sequential measurement of lung function at baseline and after exposure to specific sensitising agents, including drugs, or occupational asthma triggers; (vi) spirometry performed before and after simple exercise testing undertaken as a provocation test for the investigation of asthma, in premises equipped with resuscitation equipment and personnel trained in Advanced Life Support; (vii) measurement of the strength of inspiratory and expiratory muscles at multiple lung volumes; (viii) simulated altitude test involving exposure to hypoxic gas mixtures and oxygen saturation at rest and/or during exercise with or without an observation of the effect of supplemental oxygen; (ix) calculation of pulmonary or cardiac shunt by measurement of arterial oxygen partial pressure and haemoglobin concentration following the breathing of an inspired oxygen concentration of 100% for a duration of 15 minutes or greater; (x) if the measurement is for the purpose of determining eligibility for pulmonary arterial hypertension medications subsidised under the Pharmaceutical Benefits Scheme or eligibility for the provision of portable oxygen—functional exercise test by any method (including 6 minute walk test and shuttle walk test); each occasion at which one or more tests are performed Not applicable to a service performed in association with a spirometry or sleep study service to which item 11505, 11506, 11507, 11508, 11512, 12203, 12204, 12205, 12207, 12208, 12210, 12213, 12215, 12217 or 12250 applies Not applicable to a service to which item 11507 applies\\n\",\n            \"ScheduleFee\": \"161.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"11505\",\n            \"Description\": \"Measurement of spirometry, that: (a) involves a permanently recorded tracing, performed before and after inhalation of a bronchodilator; and (b) is performed to confirm diagnosis of: (i) asthma; or (ii) chronic obstructive pulmonary disease (COPD); or (iii) another cause of airflow limitation; each occasion at which 3 or more recordings are made Applicable only once in any 12 month period\\n\",\n            \"ScheduleFee\": \"48.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"4\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"11506\",\n            \"Description\": \"Measurement of spirometry, that: (a) involves a permanently recorded tracing, performed before and after inhalation of a bronchodilator; and (b) is performed to: (i) confirm diagnosis of chronic obstructive pulmonary disease (COPD); or (ii) assess acute exacerbations of asthma; or (iii) monitor asthma and COPD; or (iv) assess other causes of obstructive lung disease or the presence of restrictive lung disease; each occasion at which recordings are made\\n\",\n            \"ScheduleFee\": \"24.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"11507\",\n            \"Description\": \"Measurement of spirometry: (a) that includes continuous measurement of the relationship between flow and volume during expiration or during expiration and inspiration, performed before and after inhalation of a bronchodilator; and (b) fractional exhaled nitric oxide (FeNO) concentration in exhaled breath; if: (c) the measurement is performed: (i) under the supervision of a specialist or consultant physician; and (ii) with continuous attendance by a respiratory scientist; and (iii) in a respiratory laboratory equipped to perform complex lung function tests; and (d) a permanently recorded tracing and written report is provided; and (e) 3 or more spirometry recordings are performed unless difficult to achieve for clinical reasons; each occasion at which one or more such tests are performed Not applicable to a service associated with a service to which item 11503 or 11512 applies\\n\",\n            \"ScheduleFee\": \"116.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"11508\",\n            \"Description\": \"Maximal symptom‑limited incremental exercise test using a calibrated cycle ergometer or treadmill, if: (a) the test is performed for the evaluation of: (i) breathlessness of uncertain cause from tests performed at rest; or (ii) breathlessness out of proportion with impairment due to known conditions; or (iii) functional status and prognosis in a patient with significant cardiac or pulmonary disease for whom complex procedures such as organ transplantation are considered; or (iv) anaesthetic and perioperative risks in a patient undergoing major surgery who is assessed as substantially above average risk after standard evaluation; and (b) the test has been requested by a specialist or consultant physician following professional attendance on the patient by the specialist or consultant physician; and (c) a respiratory scientist and a medical practitioner are in constant attendance during the test; and (d) the test is performed in a respiratory laboratory equipped with airway management and defibrillator equipment; and (e) there is continuous measurement of at least the following: (i) work rate; (ii) pulse oximetry; (iii) respired oxygen and carbon dioxide partial pressures and respired volumes; (iv) ECG; (v) heart rate and blood pressure; and (f) interpretation and preparation of a permanent report is provided by a specialist or consultant physician who is also responsible for the supervision of technical staff and quality assurance\\n\",\n            \"ScheduleFee\": \"339.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"4\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"11512\",\n            \"Description\": \"Measurement of spirometry: (a) that includes continuous measurement of the relationship between flow and volume during expiration or during expiration and inspiration, performed before and after inhalation of a bronchodilator; and (b) that is performed with a respiratory scientist in continuous attendance; and (c) that is performed in a respiratory laboratory equipped to perform complex lung function tests; and (d) that is performed under the supervision of a specialist or consultant physician who is responsible for staff training, supervision, quality assurance and the issuing of written reports; and (e) for which a permanently recorded tracing and written report is provided; and (f) for which 3 or more spirometry recordings are performed; each occasion at which one or more such tests are performed Not applicable for a service associated with a service to which item 11503 or 11507 applies\\n\",\n            \"ScheduleFee\": \"72.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"11600\",\n            \"Description\": \"Central venous, pulmonary arterial, systemic arterial or cardiac intracavity blood pressure monitoring by indwelling catheter—once per day for each type of pressure for a patient, other than a service: (a) associated with the management of general anaesthesia; and (b) to which item 13876 applies (H)\\n\",\n            \"ScheduleFee\": \"80.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"5\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"11602\",\n            \"Description\": \"Investigation of venous reflux or obstruction in one or more limbs at rest by CW Doppler or pulsed Doppler involving examination at multiple sites along each limb using intermittent limb compression or Valsalva manoeuvres, or both, to detect prograde and retrograde flow, other than a service associated with a service to which item 32500 applies—hard copy trace and written report, the report component of which must be performed by a medical practitioner, maximum of 2 examinations in a 12 month period, not to be used in conjunction with sclerotherapy\\n\",\n            \"ScheduleFee\": \"67.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"5\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2003-11-01\"\n        },\n        {\n            \"ItemNumber\": \"11604\",\n            \"Description\": \"Investigation of chronic venous disease in the upper and lower extremities, one or more limbs, by plethysmography (excluding photoplethysmography)—examination, hard copy trace and written report, not being a service associated with a service to which item 32500 applies\\n\",\n            \"ScheduleFee\": \"88.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2003-11-01\"\n        },\n        {\n            \"ItemNumber\": \"11605\",\n            \"Description\": \"Investigation of complex chronic lower limb reflux or obstruction, in one or more limbs, by infrared photoplethysmography, during and following exercise to determine surgical intervention or the conservative management of deep venous thrombotic disease—hard copy trace, calculation of 90% recovery time and written report, not being a service associated with a service to which item 32500 applies\\n\",\n            \"ScheduleFee\": \"88.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2003-11-01\"\n        },\n        {\n            \"ItemNumber\": \"11607\",\n            \"Description\": \"Continuous ambulatory blood pressure recording for 24 hours or more for a patient if: (a) the patient has a clinic blood pressure measurement (using a sphygmomanometer or a validated oscillometric blood pressure monitoring device) of either or both of the following measurements: (i) systolic blood pressure greater than or equal to 140 mmHg and less than or equal to 180 mmHg; (ii) diastolic blood pressure greater than or equal to 90 mmHg and less than or equal to 110 mmHg; and (b) the patient has not commenced anti‑hypertensive therapy; and (c) the recording includes the patient’s resting blood pressure; and (d) the recording is conducted using microprocessor‑based analysis equipment; and (e) the recording is interpreted by a medical practitioner and a report is prepared by the same medical practitioner; and (f) a treatment plan is provided for the patient; and (g) the service: (i) is not provided in association with ambulatory electrocardiogram recording, and (ii) is not associated with a service to which any of the following items apply: (A) 177; (B) 224 to 228; (C) 231 to 244; (D) 392 or 393; (E) 699; (F) 701 to 707; (G) 715; (H) 729, 731, 965 or 967; (I) 735 to 758; (J) 92004, 92011, 92026, 92027, 92029, 92030, 92057, 92058, 92060 or 92061. Applicable only once in any 12 month period\\n\",\n            \"ScheduleFee\": \"120.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"5\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2021-11-01\"\n        },\n        {\n            \"ItemNumber\": \"11610\",\n            \"Description\": \"MEASUREMENT OF ANKLE: BRACHIAL INDICES AND ARTERIAL WAVEFORM ANALYSIS, measurement of posterior tibial and dorsalis pedis (or toe) and brachial arterial pressures bilaterally using Doppler or plethysmographic techniques, the calculation of ankle (or toe) brachial systolic pressure indices and assessment of arterial waveforms for the evaluation of lower extremity arterial disease, examination, hard copy trace and report.\\n\",\n            \"ScheduleFee\": \"74.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2003-11-01\"\n        },\n        {\n            \"ItemNumber\": \"11611\",\n            \"Description\": \"MEASUREMENT OF WRIST: BRACHIAL INDICES AND ARTERIAL WAVEFORM ANALYSIS, measurement of radial and ulnar (or finger) and brachial arterial pressures bilaterally using Doppler or plethysmographic techniques, the calculation of the wrist (or finger ) brachial systolic pressure indices and assessment of arterial waveforms for the evaluation of upper extremity arterial disease, examination, hard copy trace and report.\\n\",\n            \"ScheduleFee\": \"74.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2003-11-01\"\n        },\n        {\n            \"ItemNumber\": \"11612\",\n            \"Description\": \"EXERCISE STUDY FOR THE EVALUATION OF LOWER EXTREMITY ARTERIAL DISEASE, measurement of posterior tibial and dorsalis pedis (or toe) and brachial arterial pressures bilaterally using Doppler or plethysmographic techniques, the calculation of ankle (or toe) brachial systolic pressure indices for the evaluation of lower extremity arterial disease at rest and following exercise using a treadmill or bicycle ergometer or other such equipment where the exercise workload is quantifiably documented, examination and report.\\n\",\n            \"ScheduleFee\": \"131.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"11614\",\n            \"Description\": \"Transcranial doppler, examination of the intracranial arterial circulation using CW Doppler or pulsed Doppler with hard copy recording of waveforms, examination and report, other than a service associated with a service to which item 55280 of the diagnostic imaging services table applies\\n\",\n            \"ScheduleFee\": \"88.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2003-11-01\"\n        },\n        {\n            \"ItemNumber\": \"11615\",\n            \"Description\": \"MEASUREMENT OF DIGITAL TEMPERATURE, 1 or more digits, (unilateral or bilateral) and report, with hard copy recording of temperature before and for 10 minutes or more after cold stress testing.\\n\",\n            \"ScheduleFee\": \"88.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"11627\",\n            \"Description\": \"Pulmonary artery pressure monitoring during open heart surgery, in a patient under 12 years of age (H)\\n\",\n            \"ScheduleFee\": \"266.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"5\",\n            \"EligibleAgeRange\": \"younger than 12 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"11704\",\n            \"Description\": \"Twelve‑lead electrocardiography, trace and formal report, by a specialist or a consultant physician, if the service: (a) is requested by a requesting practitioner; and (b) is not associated with a service to which item 12203, 12204, 12205, 12207, 12208, 12210, 12213, 12215, 12217 or 12250 applies. Note: the following are also requirements of the service: a formal report is completed; and a copy of the formal report is provided to the requesting practitioner; and the service is not provided to the patient as part of an episode of hospital treatment or hospital-substitute treatment; and is not provided in association with an attendance item (Part 2 of the schedule); and the specialist or consultant physician who renders the service does not have a financial relationship with the requesting practitioner.\\n\",\n            \"ScheduleFee\": \"36.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"6\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-08-01\"\n        },\n        {\n            \"ItemNumber\": \"11705\",\n            \"Description\": \"Twelve‑lead electrocardiography, formal report only, by a specialist or a consultant physician, if the service: (a) is requested by a requesting practitioner; and (b) is not associated with a service to which item 12203, 12204, 12205, 12207, 12208, 12210, 12213, 12215, 12217 or 12250 applies Applicable not more than twice on the same day Note: the following are also requirements of the service: a formal report is completed; and a copy of the formal report is provided to the requesting practitioner; and the specialist or consultant physician who renders the service does not have a financial relationship with the requesting practitioner.\\n\",\n            \"ScheduleFee\": \"21.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-08-01\"\n        },\n        {\n            \"ItemNumber\": \"11707\",\n            \"Description\": \"Twelve‑lead electrocardiography, trace only, by a medical practitioner, if: (a) the trace is provided to a specialist or consultant physician for a formal report; and (b) the service is not associated with a service to which item 12203, 12204, 12205, 12207, 12208, 12210, 12213, 12215, 12217 or 12250 applies Applicable not more than twice on the same day\\n\",\n            \"ScheduleFee\": \"21.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-08-01\"\n        },\n        {\n            \"ItemNumber\": \"11713\",\n            \"Description\": \"SIGNAL AVERAGED ECG RECORDING involving not more than 300 beats, using at least 3 leads with data acquisition at not less than 1000Hz of at least 100 QRS complexes, including analysis, interpretation and report of recording by a specialist physician or consultant physician\\n\",\n            \"ScheduleFee\": \"81.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-07-01\"\n        },\n        {\n            \"ItemNumber\": \"11714\",\n            \"Description\": \"Twelve-lead electrocardiography, trace and clinical note, by a medical practitioner, if: (a) the trace is required to inform clinical decision making during or following an attendance by the medical practitioner; and (b) the clinical note details the clinical indication for the service; and (c) the clinical note includes the interpretation in the context of the indication for the service; and (d) the service is not associated with a service to which item 12203, 12204, 12205, 12207, 12208, 12210, 12213, 12215, 12217 or 12250 applies Applicable not more than twice on the same day\\n\",\n            \"ScheduleFee\": \"28.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-08-01\"\n        },\n        {\n            \"ItemNumber\": \"11716\",\n            \"Description\": \"Note: the service only applies if the patient meets one or more of the following and the requirements in Note: DR.1.1 Continuous ambulatory electrocardiogram recording for 12 or more hours, by a specialist or consultant physician, if the service: (a) is indicated for the evaluation of any of the following: (i) syncope; (ii) pre‑syncopal episodes; (iii) palpitations where episodes are occurring more than once a week; (iv) another asymptomatic arrhythmia is suspected with an expected frequency of greater than once a week; (v) surveillance following cardiac surgical procedures that have an established risk of causing dysrhythmia; and (b) utilises a system capable of superimposition and full disclosure printout of at least 12 hours of recorded electrocardiogram data (including resting electrocardiogram and the recording of parameters) and microprocessor based scanning analysis; and (c) includes interpretation and report; and (d) is not provided in association with ambulatory blood pressure monitoring; and (e) is not associated with a service to which item 11704, 11705, 11707, 11714, 11717, 11723, 11735, 12203, 12204, 12205, 12207, 12208, 12210, 12213, 12215, 12217 or 12250 applies Applicable only once in any 4 week period Note: this services does not apply if the patient is being provided with the service as part of an episode of: hospital treatment; or hospital‑substitute treatment.\\n\",\n            \"ScheduleFee\": \"195.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-08-01\"\n        },\n        {\n            \"ItemNumber\": \"11717\",\n            \"Description\": \"Note: the service only applies if the patient meets one or more of the following and the requirements in Note: DR.1.1 Ambulatory electrocardiogram monitoring, by a specialist or consultant physician, if the service: (a) utilises a patient activated, single or multiple event memory recording device that: (i) is connected continuously to the patient for between 7 and 30 days; and (ii) is capable of recording for at least 20 seconds prior to each activation and for 15 seconds after each activation; and (b) includes transmission, analysis, interpretation and reporting (including the indication for the investigation); and (c) is for the investigation of recurrent episodes of: unexplained syncope; or palpitation; or other symptoms where a cardiac rhythm disturbance is suspected and where infrequent episodes have occurred; and (d) is not associated with a service to which item 11716, 11723, 11735, 12203, 12204, 12205, 12207, 12208, 12210, 12213, 12215, 12217 or 12250 applies Applicable only once in any 3 month period Note: the service does not apply if the patient is being provided with the service as part of an episode of: hospital treatment; or hospital‑substitute treatment.\\n\",\n            \"ScheduleFee\": \"114.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-08-01\"\n        },\n        {\n            \"ItemNumber\": \"11719\",\n            \"Description\": \"IMPLANTED PACEMAKER (including cardiac resynchronisation pacemaker) REMOTE MONITORING involving reviews (without patient attendance) of arrhythmias, lead and device parameters, if at least one remote review is provided in a 12 month period. Payable only once in any 12 month period\\n\",\n            \"ScheduleFee\": \"77.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2015-09-01\"\n        },\n        {\n            \"ItemNumber\": \"11720\",\n            \"Description\": \"IMPLANTED PACEMAKER TESTING, with patient attendance, following detection of abnormality by remote monitoring involving electrocardiography, measurement of rate, width and amplitude of stimulus including reprogramming when required, not being a service associated with a service to which item 11721 applies.\\n\",\n            \"ScheduleFee\": \"77.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2015-09-01\"\n        },\n        {\n            \"ItemNumber\": \"11721\",\n            \"Description\": \"IMPLANTED PACEMAKER TESTING of atrioventricular (AV) sequential, rate responsive, or antitachycardia pacemakers, including reprogramming when required, not being a service associated with a service to which Item 11704, 11719, 11720, 11725 or 11726 applies\\n\",\n            \"ScheduleFee\": \"81.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-07-01\"\n        },\n        {\n            \"ItemNumber\": \"11723\",\n            \"Description\": \"Note: the service only applies if the patient meets one or more of the following and the requirements in Note: DR.1.1 Ambulatory electrocardiogram monitoring, by a specialist or consultant physician, if the service: (a) utilises a patient activated, single or multiple event recording, on a memory recording device that: (i) is connected continuously to the patient for up to 7 days; and (ii) is capable of recording for at least 20 seconds prior to each activation and for 15 seconds after each activation; and (b) includes transmission, analysis, interpretation and formal report (including the indication for the investigation); and (c) is for the investigation of recurrent episodes of: (i) unexplained syncope; or (ii) palpitation; or (iii) other symptoms where a cardiac rhythm disturbance is suspected and where infrequent episodes have occurred; and (d) is not associated with a service to which item 11716, 11717, 11735, 12203, 12204, 12205, 12207, 12208, 12210, 12213, 12215, 12217 or 12250 applies Applicable only once in any 3 month period Note: The service does not apply if the patient is an admitted patient.\\n\",\n            \"ScheduleFee\": \"60.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-08-01\"\n        },\n        {\n            \"ItemNumber\": \"11724\",\n            \"Description\": \"UP-RIGHT TILT TABLE TESTING for the investigation of syncope of suspected cardiothoracic origin, including blood pressure monitoring, continuous ECG monitoring and the recording of the parameters, and involving an established intravenous line and the continuous attendance of a specialist or consultant physician - on premises equipped with a mechanical respirator and defibrillator\\n\",\n            \"ScheduleFee\": \"196.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"11725\",\n            \"Description\": \"IMPLANTED DEFIBRILLATOR (including cardiac resynchronisation defibrillator) REMOTE MONITORING involving reviews (without patient attendance) of arrhythmias, lead and device parameters, if at least 2 remote reviews are provided in a 12 month period. Payable only once in any 12 month period\\n\",\n            \"ScheduleFee\": \"221.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2015-09-01\"\n        },\n        {\n            \"ItemNumber\": \"11726\",\n            \"Description\": \"IMPLANTED DEFIBRILLATOR TESTING with patient attendance following detection of abnormality by remote monitoring involving electrocardiography, measurement of rate, width and amplitude of stimulus, not being a service associated with a service to which item 11727 applies.\\n\",\n            \"ScheduleFee\": \"110.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2015-09-01\"\n        },\n        {\n            \"ItemNumber\": \"11727\",\n            \"Description\": \"IMPLANTED DEFIBRILLATOR TESTING involving electrocardiography, assessment of pacing and sensing thresholds for pacing and defibrillation electrodes, download and interpretation of stored events and electrograms, including programming when required, not being a service associated with a service to which item 11719, 11720, 11721, 11725 or 11726 applies\\n\",\n            \"ScheduleFee\": \"110.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"11728\",\n            \"Description\": \"Implanted loop recording for the investigation of atrial fibrillation if the patient to whom the service is provided has been diagnosed as having had an embolic stroke of undetermined source, including reprogramming when required, retrieval of stored data, analysis, interpretation and report, other than a service to which item 38288 applies For any particular patient—applicable not more than 4 times in any 12 months\\n\",\n            \"ScheduleFee\": \"40.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2018-05-01\"\n        },\n        {\n            \"ItemNumber\": \"11729\",\n            \"Description\": \"Multi channel electrocardiogram monitoring and recording during exercise (motorised treadmill or cycle ergometer capable of quantifying external workload in watts) or pharmacological stress, if: (a) the patient is 17 years or more; and (b) the patient: (i) has symptoms consistent with cardiac ischemia; or (ii) has other cardiac disease which may be exacerbated by exercise; or (iii) has a first degree relative with suspected heritable arrhythmia; and (c) the monitoring and recording: (i) is not less than 20 minutes; and (ii) includes resting electrocardiogram; and (d) a written report is produced by a medical practitioner that includes interpretation of the monitoring and recording data, commenting on the significance of the data, and the relationship of the data to clinical decision making for the patient in the clinical context; and (e) the service is not a service: (i) provided on the same occasion as a service to which item 11704, 11705, 11707 or 11714 applies; or (ii) performed within 24 months of a service to which item 55141, 55143, 55145, 55146, 61324, 61329, 61345, 61349, 61357, 61394, 61398, 61406, 61410 or 61414 applies Applicable only once in any 24 month period\\n\",\n            \"ScheduleFee\": \"177.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"17 years or older\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-08-01\"\n        },\n        {\n            \"ItemNumber\": \"11730\",\n            \"Description\": \"Multi channel electrocardiogram monitoring and recording during exercise (motorised treadmill or cycle ergometer capable of quantifying external workload in watts), if: (a) the patient is less than 17 years; and (b) the patient: (i) has symptoms consistent with cardiac ischemia; or (ii) has other cardiac disease which may be exacerbated by exercise; or (iii) has a first degree relative with suspected heritable arrhythmia; and (c) the monitoring and recording: (i) is not less than 20 minutes in duration; and (ii) includes resting electrocardiogram; and (d) a written report is produced by a medical practitioner that includes interpretation of the monitoring and recording data, commenting on the significance of the data, and the relationship of the data to clinical decision making for the patient in the clinical context; and (e) the service is not a service: (i) provided on the same occasion as a service to which item 11704, 11705, 11707 or 11714 applies; or (ii) performed within 24 months of a service to which item 55141, 55143, 55145, 55146, 61324, 61329, 61345, 61349, 61357, 61394, 61398, 61406, 61410 or 61414 applies Applicable only once in any 24 month period\\n\",\n            \"ScheduleFee\": \"177.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"younger than 17 years\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-08-01\"\n        },\n        {\n            \"ItemNumber\": \"11731\",\n            \"Description\": \"Implanted electrocardiogram loop recording, by a medical practitioner, including reprogramming (if required), retrieval of stored data, analysis, interpretation and report, if the service is: (a) an investigation for a patient with: (i) cryptogenic stroke; or (ii) recurrent unexplained syncope; and (b) not a service to which item 38285 applies Applicable only once in any 4 week period\\n\",\n            \"ScheduleFee\": \"40.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-08-01\"\n        },\n        {\n            \"ItemNumber\": \"11732\",\n            \"Description\": \"Multi‑channel electrocardiogram monitoring and recording during exercise (motorised treadmill or cycle ergometer capable of quantifying external workload in watts), performed by a cardiologist with relevant expertise in genetic heart disease, if: (a) the patient is: (i) under investigation or treatment for long QT syndrome, catecholaminergic polymorphic ventricular tachycardia or arrhythmogenic cardiomyopathy; or (ii) a first degree relative of a person with confirmed long QT syndrome, catecholaminergic polymorphic ventricular tachycardia, arrhythmogenic cardiomyopathy or unexplained sudden cardiac death at 40 years of age or younger; and (b) the monitoring and recording: (i) is for at least 20 minutes; and (ii) includes resting electrocardiogram; and (c) the cardiologist produces a report that includes interpretation of the monitoring and recording data (commenting on the significance of the data) and discussion of the relationship of the data to clinical decision making for the patient in the clinical context; and (d) the service is not provided on the same occasion as a service to which item 11704, 11705, 11707, 11714, 11729 or 11730 applies Applicable once per day\\n\",\n            \"ScheduleFee\": \"177.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"11735\",\n            \"Description\": \"Note: the service only applies if the patient meets one or more of the following and the requirements in Note: DR.1.1 Continuous ambulatory electrocardiogram recording for 7 days, by a specialist or consultant physician, if the service: (a) utilises intelligent microprocessor based monitoring, with patient triggered recording and symptom reporting capability, real time analysis of electrocardiograms and alerts and daily or live data uploads; and (b) is for the investigation of: (i) episodes of suspected intermittent cardiac arrhythmia or episodes of syncope; or (ii) suspected intermittent cardiac arrhythmia in a patient who has had a previous cerebrovascular accident, is at risk of cerebrovascular accident or has had one or more previous transient ischemic attacks; and (c) includes interpretation and report; and (d) is not a service: (i) provided in association with ambulatory blood pressure monitoring; or (ii) associated with a service to which item 11716, 11717, 11723, 12203, 12204, 12205, 12207, 12208, 12210, 12213, 12215, 12217 or 12250 applies Applicable not more than 4 times in any 12 month period Note: The service does not apply if the patient is an admitted patient.\\n\",\n            \"ScheduleFee\": \"149.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-09-15\"\n        },\n        {\n            \"ItemNumber\": \"11736\",\n            \"Description\": \"Implanted loop recording via remote monitoring (including reprogramming (if required), retrieval of stored data, analysis, interpretation and report), for the investigation of atrial fibrillation, if the service: (a) is provided to a patient who has been diagnosed as having had an embolic stroke of undetermined source; and (b) is not a service to which item 38288 applies Applicable not more than 4 times in any 12 month period\\n\",\n            \"ScheduleFee\": \"40.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-11-01\"\n        },\n        {\n            \"ItemNumber\": \"11737\",\n            \"Description\": \"Implanted electrocardiogram loop recording via remote monitoring (including reprogramming (if required), retrieval of stored data, analysis, interpretation and report), by a medical practitioner, if the service is: (a) an investigation for a patient with: (i) cryptogenic stroke; or (ii) recurrent unexplained syncope; and (b) not a service to which item 38285 applies Applicable only once in any 4 week period\\n\",\n            \"ScheduleFee\": \"40.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-11-01\"\n        },\n        {\n            \"ItemNumber\": \"11800\",\n            \"Description\": \"OESOPHAGEAL MOTILITY TEST, manometric\\n\",\n            \"ScheduleFee\": \"203.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"11801\",\n            \"Description\": \"Clinical assessment of gastro‑oesophageal reflux disease that involves 48‑hour catheter‑free wireless ambulatory oesophageal pH monitoring, including administration of the device and associated endoscopy procedure for placement, analysis and interpretation of the data and all attendances for providing the service, if: (a) a catheter‑based ambulatory oesophageal pH monitoring: (i) has been attempted on the patient but failed due to clinical complications; or (ii) is not clinically appropriate for the patient due to anatomical reasons (nasopharyngeal anatomy) preventing the use of catheter‑based pH monitoring; and (b) the service is performed by a specialist or consultant physician with endoscopic training that is recognised by the Conjoint Committee for the Recognition of Training in Gastrointestinal Endoscopy (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"306.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2015-09-01\"\n        },\n        {\n            \"ItemNumber\": \"11810\",\n            \"Description\": \"CLINICAL ASSESSMENT of GASTRO-OESOPHAGEAL REFLUX DISEASE involving 24 hour pH monitoring, including analysis, interpretation and report and including any associated consultation\\n\",\n            \"ScheduleFee\": \"203.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-07-01\"\n        },\n        {\n            \"ItemNumber\": \"11820\",\n            \"Description\": \"Capsule endoscopy to investigate an episode of obscure gastrointestinal bleeding, using a capsule endoscopy device (including administration of the capsule, associated endoscopy procedure if required for placement, imaging, image reading and interpretation, and all attendances for providing the service on the day the capsule is administered) if: (a) the service is provided to a patient who: (i) has overt gastrointestinal bleeding; or (ii) has gastrointestinal bleeding that is recurrent or persistent, and iron deficiency anaemia that is not due to coeliac disease, and, if the patient also has menorrhagia, has had the menorrhagia considered and managed; and (b) an upper gastrointestinal endoscopy and a colonoscopy have been performed on the patient and have not identified the cause of the bleeding; and (c) the service has not been provided to the same patient on more than 2 occasions in the preceding 12 months; and (d) the service is performed by a specialist or consultant physician with endoscopic training that is recognised by the Conjoint Committee for the Recognition of Training in Gastrointestinal Endoscopy; and (e) the service is not associated with a service to which item 30680, 30682, 30684 or 30686 applies\\n\",\n            \"ScheduleFee\": \"1434.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-05-01\"\n        },\n        {\n            \"ItemNumber\": \"11823\",\n            \"Description\": \"Capsule endoscopy to conduct small bowel surveillance of a patient diagnosed with Peutz-Jeghers Syndrome, using a capsule endoscopy device approved by the Therapeutic Goods Administration (including administration of the capsule, imaging, image reading and interpretation, and all attendances for providing the service on the day the capsule is administered) if: (a) the service is performed by a specialist or consultant physician with endoscopic training that is recognised by the Conjoint Committee for the Recognition of Training in Gastrointestinal Endoscopy; and (b) the item is performed only once in any 2 year period; and (c) the service is not associated with balloon enteroscopy.\\n\",\n            \"ScheduleFee\": \"1434.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2009-03-01\"\n        },\n        {\n            \"ItemNumber\": \"11830\",\n            \"Description\": \"DIAGNOSIS of ABNORMALITIES of the PELVIC FLOOR involving anal manometry or measurement of anorectal sensation or measurement of the rectosphincteric reflex\\n\",\n            \"ScheduleFee\": \"217.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-07-01\"\n        },\n        {\n            \"ItemNumber\": \"11833\",\n            \"Description\": \"DIAGNOSIS of ABNORMALITIES of the PELVIC FLOOR and sphincter muscles involving electromyography or measurement of pudendal and spinal nerve motor latency\\n\",\n            \"ScheduleFee\": \"291.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-07-01\"\n        },\n        {\n            \"ItemNumber\": \"11900\",\n            \"Description\": \"Urine flow study, including peak urine flow measurement, not being a service associated with a service to which item 11912, 11917 or 11919 applies\\n\",\n            \"ScheduleFee\": \"32.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"11912\",\n            \"Description\": \"Cystometrography:(a) with measurement of any one or more of the following: (i) urine flow rate; (ii) urethral pressure profile; (iii) urethral sphincter electromyography; and(b) with simultaneous measurement of: (i) rectal pressure; or (ii) stomal or vaginal pressure if rectal pressure is not possible;not being a service associated with a service to which any of items 11012 to 11027, 11900, 11917, 11919 and 36800 or an item in Group I3 of the diagnostic imaging services table applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"230.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"11917\",\n            \"Description\": \"Cystometrography, in conjunction with real time ultrasound of one or more components of the urinary tract:(a) with measurement of any one or more of the following: (i) urine flow rate; (ii) urethral pressure profile; (iii) urethral sphincter electromyography; and(b) with simultaneous measurement of: (i) rectal pressure; or (ii) stomal or vaginal pressure if rectal pressure is not possible;including all imaging associated with cystometrography, not being a service associated with a service to which any of items 11012 to 11027, 11900, 11912, 11919 and 36800 or an item in Group I3 of the diagnostic imaging services table applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"499.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2002-11-01\"\n        },\n        {\n            \"ItemNumber\": \"11919\",\n            \"Description\": \"CYSTOMETROGRAPHY IN CONJUNCTION WITH CONTRAST MICTURATING CYSTOURETHROGRAPHY, with measurement of any one or more of urine flow rate, urethral pressure profile, rectal pressure, urethral sphincter electromyography, being a service associated with a service to which items 60506 or 60509 applies; other than a service associated with a service to which items 11012-11027, 11900-11917 and 36800 apply (Anaes.)\\n\",\n            \"ScheduleFee\": \"499.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2003-05-01\"\n        },\n        {\n            \"ItemNumber\": \"12000\",\n            \"Description\": \"Skin prick testing for aeroallergens by a specialist or consultant physician in the practice of the specialist or consultant physician’s specialty, including all allergens tested on the same day, not being a service associated with a service to which item 12001, 12002, 12005, 12012, 12017, 12021, 12022 or 12024 applies\\n\",\n            \"ScheduleFee\": \"45.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"12001\",\n            \"Description\": \"Skin prick testing for aeroallergens, including all allergens tested on the same day, not being a service associated with a service to which item 12000, 12002, 12005, 12012, 12017, 12021, 12022 or 12024 applies. Applicable only once in any 12 month period\\n\",\n            \"ScheduleFee\": \"45.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"9\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"12002\",\n            \"Description\": \"Repeat skin prick testing of a patient for aeroallergens, including all allergens tested on the same day, if: (a) further testing for aeroallergens is indicated in the same 12 month period to which item 12001 applies to a service for the patient; and (b) the service is not associated with a service to which item 12000, 12001, 12005, 12012, 12017, 12021, 12022 or 12024 applies Applicable only once in any 12 month period\\n\",\n            \"ScheduleFee\": \"45.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"9\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"12003\",\n            \"Description\": \"Skin prick testing for food and latex allergens, including all allergens tested on the same day, not being a service associated with a service to which item 12012, 12017, 12021, 12022 or 12024 applies\\n\",\n            \"ScheduleFee\": \"45.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"12004\",\n            \"Description\": \"Skin testing for medication allergens (antibiotics or non general anaesthetics agents) and venoms (including prick testing and intradermal testing with a number of dilutions), including all allergens tested on the same day, not being a service associated with a service to which item 12012, 12017, 12021, 12022 or 12024 applies\\n\",\n            \"ScheduleFee\": \"68.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"12005\",\n            \"Description\": \"Skin testing: (a) performed by or on behalf of a specialist or consultant physician in the practice of the specialist or consultant physician’s specialty; and (b) for agents used in the perioperative period (including prick testing and intradermal testing with a number of dilutions), to investigate anaphylaxis in a patient with a history of prior anaphylactic reaction or cardiovascular collapse associated with the administration of an anaesthetic; and (c) including all allergens tested on the same day; and (d) not being a service associated with a service to which item 12000, 12001, 12002, 12003, 12012, 12017, 12021, 12022 or 12024 applies\\n\",\n            \"ScheduleFee\": \"92.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"12012\",\n            \"Description\": \"Epicutaneous patch testing in the investigation of allergic dermatitis using not more than 25 allergens\\n\",\n            \"ScheduleFee\": \"24.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1995-11-01\"\n        },\n        {\n            \"ItemNumber\": \"12017\",\n            \"Description\": \"Epicutaneous patch testing in the investigation of allergic dermatitis using more than 25 allergens but not more than 50 allergens\\n\",\n            \"ScheduleFee\": \"81.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"12021\",\n            \"Description\": \"Epicutaneous patch testing in the investigation of allergic dermatitis, performed by or on behalf of a specialist, or consultant physician, in the practice of his or her specialty, using more than 50 allergens but not more than 75 allergens\\n\",\n            \"ScheduleFee\": \"134.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1995-11-01\"\n        },\n        {\n            \"ItemNumber\": \"12022\",\n            \"Description\": \"Epicutaneous patch testing in the investigation of allergic dermatitis, performed by or on behalf of a specialist, or consultant physician, in the practice of his or her specialty, using more than 75 allergens but not more than 100 allergens\\n\",\n            \"ScheduleFee\": \"158.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"12024\",\n            \"Description\": \"Epicutaneous patch testing in the investigation of allergic dermatitis, performed by or on behalf of a specialist, or consultant physician, in the practice of his or her specialty, using more than 100 allergens\\n\",\n            \"ScheduleFee\": \"180.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"12200\",\n            \"Description\": \"COLLECTION OF SPECIMEN OF SWEAT by iontophoresis\\n\",\n            \"ScheduleFee\": \"43.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"12201\",\n            \"Description\": \"Administration, by a specialist or consultant physician in the practice of the specialist’s or consultant physician’s specialty, of thyrotropin alfa-rch (recombinant human thyroid-stimulating hormone), and arranging services to which both items 61426 and 66650 apply, for the detection of recurrent well-differentiated thyroid cancer in a patient if: (a) the patient has had a total thyroidectomy and 1 ablative dose of radioactive iodine; and (b) the patient is maintained on thyroid hormone therapy; and (c) the patient is at risk of recurrence; and (d) on at least 1 previous whole body scan or serum thyroglobulin test when withdrawn from thyroid hormone therapy, the patient did not have evidence of well-differentiated thyroid cancer; and (e) either: (i) withdrawal from thyroid hormone therapy resulted in severe psychiatric disturbances when hypothyroid; or (ii) withdrawal is medically contra-indicated because the patient has: (a) unstable coronary artery disease; or (b) hypopituitarism; or (c) a high risk of relapse or exacerbation of a previous severe psychiatric illness applicable once only in a 12 month period\\n\",\n            \"ScheduleFee\": \"2791.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"10\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-05-01\"\n        },\n        {\n            \"ItemNumber\": \"12203\",\n            \"Description\": \"Overnight diagnostic assessment of sleep, for at least 8 hours, for a patient aged 18 years or more, to confirm diagnosis of a sleep disorder, if: (a) either: (i) the patient has been referred by a medical practitioner to a qualified adult sleep medicine practitioner or a consultant respiratory physician who has determined that the patient has a high probability for symptomatic, moderate to severe obstructive sleep apnoea based on a STOP‑Bang score of 3 or more, an OSA50 score of 5 or more or a high risk score on the Berlin Questionnaire, and an Epworth Sleepiness Scale score of 8 or more; or (ii) following professional attendance on the patient (either face‑to‑face or by video conference) by a qualified adult sleep medicine practitioner or a consultant respiratory physician, the qualified adult sleep medicine practitioner or consultant respiratory physician determines that assessment is necessary to confirm the diagnosis of a sleep disorder; and (b) the overnight diagnostic assessment is performed to investigate: (i) suspected obstructive sleep apnoea syndrome where the patient is assessed as not suitable for an unattended sleep study; or (ii) suspected central sleep apnoea syndrome; or (iii) suspected sleep hypoventilation syndrome; or (iv) suspected sleep‑related breathing disorders in association with non‑respiratory co‑morbid conditions including heart failure, significant cardiac arrhythmias, neurological disease, acromegaly or hypothyroidism; or (v) unexplained hypersomnolence which is not attributed to inadequate sleep hygiene or environmental factors; or (vi) suspected parasomnia or seizure disorder where clinical diagnosis cannot be established on clinical features alone (including associated atypical features, vigilance behaviours or failure to respond to conventional therapy); or (vii) suspected sleep related movement disorder, where the diagnosis of restless legs syndrome is not evident on clinical assessment; and (c) a sleep technician is in continuous attendance under the supervision of a qualified adult sleep medicine practitioner; and (d) there is continuous monitoring and recording, performed in accordance with current professional guidelines, of the following measures: (i) airflow; (ii) continuous EMG; (iii) anterior tibial EMG; (iv) continuous ECG; (v) continuous EEG; (vi) EOG; (vii) oxygen saturation; (viii) respiratory movement (chest and abdomen); (ix) position; and (e) polygraphic records are: (i) analysed (for assessment of sleep stage, arousals, respiratory events, cardiac abnormalities and limb movements) with manual scoring, or manual correction of computerised scoring in epochs of not more than 1 minute; and (ii) stored for interpretation and preparation of a report; and (f) interpretation and preparation of a permanent report is provided by a qualified adult sleep medicine practitioner with personal direct review of raw data from the original recording of polygraphic data from the patient; and (g) the overnight diagnostic assessment is not provided to the patient on the same occasion that a service described in any of items 11000, 11003, 11004, 11005, 11503, 11704, 11705, 11707, 11713, 11714, 11716, 11717, 11723, 11735 or 12250 is provided to the patient Applicable only once in any 12 month period\\n\",\n            \"ScheduleFee\": \"685.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"10\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"18 years or older\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist Medical Practitioner', 'General Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"12204\",\n            \"Description\": \"Overnight assessment of positive airway pressure, for at least 8 hours, for a patient aged 18 years or more, if: (a) the necessity for an intervention sleep study is determined by a qualified adult sleep medicine practitioner or consultant respiratory physician where a diagnosis of a sleep‑related breathing disorder has been made; and (b) the patient has not undergone positive airway pressure therapy in the previous 6 months; and (c) following professional attendance on the patient by a qualified adult sleep medicine practitioner or a consultant respiratory physician (either face‑to‑face or by video conference), the qualified adult sleep medicine practitioner or consultant respiratory physician establishes that the sleep‑related breathing disorder is responsible for the patient’s symptoms; and (d) a sleep technician is in continuous attendance under the supervision of a qualified adult sleep medicine practitioner; and (e) there is continuous monitoring and recording, performed in accordance with current professional guidelines, of the following measures: (i) airflow; (ii) continuous EMG; (iii) anterior tibial EMG; (iv) continuous ECG; (v) continuous EEG; (vi) EOG; (vii) oxygen saturation; (viii) respiratory movement; (ix) position; and (f) polygraphic records are: (i) analysed (for assessment of sleep stage, arousals, respiratory events, cardiac abnormalities and limb movements) with manual scoring, or manual correction of computerised scoring in epochs of not more than 1 minute; and (ii) stored for interpretation and preparation of a report; and (g) interpretation and preparation of a permanent report is provided by a qualified adult sleep medicine practitioner with personal direct review of raw data from the original recording of polygraphic data from the patient; and (h) the overnight assessment is not provided to the patient on the same occasion that a service mentioned in any of items 11000, 11003, 11004, 11005, 11503, 11704, 11705, 11707, 11713, 11714, 11716, 11717, 11723, 11735 or 12250 is provided to the patient Applicable only once in any 12 month period\\n\",\n            \"ScheduleFee\": \"685.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"10\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"18 years or older\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"12205\",\n            \"Description\": \"Follow‑up study for a patient aged 18 years or more with a sleep‑related breathing disorder, following professional attendance on the patient by a qualified adult sleep medicine practitioner or consultant respiratory physician (either face-to-face or by video conference), if: (a) any of the following subparagraphs applies: (i) there has been a recurrence of symptoms not explained by known or identifiable factors such as inadequate usage of treatment, sleep duration or significant recent illness; (ii) there has been a significant change in weight or changes in co‑morbid conditions that could affect sleep‑related breathing disorders, and other means of assessing treatment efficacy (including review of data stored by a therapy device used by the patient) are unavailable or have been equivocal; (iii) the patient has undergone a therapeutic intervention (including, but not limited to, positive airway pressure, upper airway surgery, positional therapy, appropriate oral appliance, weight loss of more than 10% in the previous 6 months or oxygen therapy), and there is either clinical evidence of sub‑optimal response or uncertainty about control of sleep‑disordered breathing; and (b) a sleep technician is in continuous attendance under the supervision of a qualified adult sleep medicine practitioner; and (c) there is continuous monitoring and recording, performed in accordance with current professional guidelines, of the following measures: (i) airflow; (ii) continuous EMG; (iii) anterior tibial EMG; (iv) continuous ECG; (v) continuous EEG; (vi) EOG; (vii) oxygen saturation; (viii) respiratory movement (chest and abdomen); (ix) position; and (d) polygraphic records are: (i) analysed (for assessment of sleep stage, arousals, respiratory events, cardiac abnormalities and limb movements) with manual scoring, or manual correction of computerised scoring in epochs of not more than 1 minute; and (ii) stored for interpretation and preparation of a report; and (e) interpretation and preparation of a permanent report is provided by a qualified adult sleep medicine practitioner with personal direct review of raw data from the original recording of polygraphic data from the patient; and (f) the follow‑up study is not provided to the patient on the same occasion that a service mentioned in any of items 11000, 11003, 11004, 11005, 11503, 11704, 11705, 11707, 11713, 11714, 11716, 11717, 11723, 11735 or 12250 is provided to the patient Applicable only once in any 12 month period\\n\",\n            \"ScheduleFee\": \"685.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"10\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"18 years or older\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"12207\",\n            \"Description\": \"Overnight investigation, for a patient aged 18 years or more, for a sleep‑related breathing disorder, following professional attendance by a qualified adult sleep medicine practitioner or a consultant respiratory physician (either face‑to‑face or by video conference), if: (a) the patient is referred by a medical practitioner; and (b) the necessity for the investigation is determined by a qualified adult sleep medicine practitioner before the investigation; and (c) there is continuous monitoring and recording, in accordance with current professional guidelines, of the following measures: (i) airflow; (ii) continuous EMG; (iii) anterior tibial EMG; (iv) continuous ECG; (v) continuous EEG; (vi) EOG; (vii) oxygen saturation; (viii) respiratory movement (chest and abdomen) (ix) position; and (d) a sleep technician is in continuous attendance under the supervision of a qualified adult sleep medicine practitioner; and (e) polygraphic records are: (i) analysed (for assessment of sleep stage, arousals, respiratory events and assessment of clinically significant alterations in heart rate and limb movement) with manual scoring, or manual correction of computerised scoring in epochs of not more than 1 minute; and (ii) stored for interpretation and preparation of a report; and (f) interpretation and preparation of a permanent report is provided by a qualified adult sleep medicine practitioner with personal direct review of raw data from the original recording of polygraphic data from the patient; and (g) the investigation is not provided to the patient on the same occasion that a service mentioned in any of items 11000, 11003, 11004, 11005, 11503, 11704, 11705, 11707, 11713, 11714, 11716, 11717, 11723, 11735 or 12250 is provided to the patient; and (h) previous studies have demonstrated failure of continuous positive airway pressure or oxygen; and (i) if the patient has severe respiratory failure—a further investigation is indicated in the same 12 month period to which items 12204 and 12205 apply to a service for the patient, for the adjustment or testing, or both, of the effectiveness of a positive pressure ventilatory support device (other than continuous positive airway pressure) in sleep Applicable only once in any 12 month period\\n\",\n            \"ScheduleFee\": \"685.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"10\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"18 years or older\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist Medical Practitioner', 'General Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-06-19\"\n        },\n        {\n            \"ItemNumber\": \"12208\",\n            \"Description\": \"Overnight investigation, for sleep apnoea for at least 8 hours, for a patient aged 18 years or more, if: (a) a qualified adult sleep medicine practitioner or consultant respiratory physician has determined that the investigation is necessary to confirm the diagnosis of a sleep disorder; and (b) a sleep technician is in continuous attendance under the supervision of a qualified adult sleep medicine practitioner; and (c) there is continuous monitoring and recording, in accordance with current professional guidelines, of the following measures: (i) airflow; (ii) continuous EMG; (iii) anterior tibial EMG; (iv) continuous ECG; (v) continuous EEG; (vi) EOG; (vii) oxygen saturation; (viii) respiratory movement (chest and abdomen); (ix) position; and (d) polygraphic records are: (i) analysed (for assessment of sleep stage, arousals, respiratory events, cardiac abnormalities and limb movements) with manual scoring, or manual correction of computerised scoring in epochs of not more than 1 minute; and (ii) stored for interpretation and preparation of a report; and (e) interpretation and preparation of a permanent report is provided by a qualified adult sleep medicine practitioner with personal direct review of raw data from the original recording of polygraphic data from the patient; and (f) a further investigation is indicated in the same 12 month period to which item 12203 applies to a service for the patient because insufficient sleep was acquired, as evidenced by a sleep efficiency of 25% or less, during the previous investigation to which that item applied; and (g) the investigation is not provided to the patient on the same occasion that a service mentioned in any of items 11000, 11003, 11004, 11005, 11503, 11704, 11705, 11707, 11713, 11714, 11716, 11717, 11723, 11735 or 12250 is provided to the patient Applicable only once in any 12 month period\\n\",\n            \"ScheduleFee\": \"685.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"10\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"18 years or older\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"12210\",\n            \"Description\": \"Overnight paediatric investigation, for at least 8 hours, for a patient less than 12 years of age, if: (a) the patient is referred by a medical practitioner; and (b) the necessity for the investigation is determined by a qualified paediatric sleep medicine practitioner before the investigation; and (c) there is continuous monitoring of oxygen saturation and breathing using a multi‑channel polygraph, and recordings of the following are made, in accordance with current professional guidelines: (i) airflow; (ii) continuous EMG; (iii) ECG; (iv) EEG (with a minimum of 4 EEG leads or, in selected investigations, a minimum of 6 EEG leads); (v) EOG; (vi) oxygen saturation; (vii) respiratory movement of rib and abdomen (whether movement of rib is recorded separately from, or together with, movement of abdomen); (viii) measurement of carbon dioxide (either end‑tidal or transcutaneous); and (d) a sleep technician, or registered nurse with sleep technology training, is in continuous attendance under the supervision of a qualified paediatric sleep medicine practitioner; and (e) polygraphic records are: (i) analysed (for assessment of sleep stage, and maturation of sleep indices, arousals, respiratory events and assessment of clinically significant alterations in heart rate and body movement) with manual scoring, or manual correction of computerised scoring in epochs of not more than 1 minute; and (ii) stored for interpretation and preparation of a report; and (f) interpretation and report are provided by a qualified paediatric sleep medicine practitioner based on reviewing the direct original recording of polygraphic data from the patient; and (g) the investigation is not provided to the patient on the same occasion that a service to which item 11704, 11705, 11707, 11714, 11716, 11717, 11723 or 11735 applies is provided to the patient For each particular patient—applicable only in relation to each of the first 3 occasions the investigation is performed in any 12 month period\\n\",\n            \"ScheduleFee\": \"818.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"10\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"younger than 12 years\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist Medical Practitioner', 'General Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"12213\",\n            \"Description\": \"Overnight paediatric investigation, for at least 8 hours, for a patient aged at least 12 years but less than 18 years, if: (a) the patient is referred by a medical practitioner; and (b) the necessity for the investigation is determined by a qualified sleep medicine practitioner before the investigation; and (c) there is continuous monitoring of oxygen saturation and breathing using a multi‑channel polygraph, and recordings of the following are made, in accordance with current professional guidelines: (i) airflow; (ii) continuous EMG; (iii) ECG; (iv) EEG (with a minimum of 4 EEG leads or, in selected investigations, a minimum of 6 EEG leads); (v) EOG; (vi) oxygen saturation; (vii) respiratory movement of rib and abdomen (whether movement of rib is recorded separately from, or together with, movement of abdomen); (viii) measurement of carbon dioxide (either end‑tidal or transcutaneous); and (d) a sleep technician, or registered nurse with sleep technology training, is in continuous attendance under the supervision of a qualified sleep medicine practitioner; and (e) polygraphic records are: (i) analysed (for assessment of sleep stage, and maturation of sleep indices, arousals, respiratory events and assessment of clinically significant alterations in heart rate and body movement) with manual scoring, or manual correction of computerised scoring in epochs of not more than 1 minute; and (ii) stored for interpretation and preparation of a report; and (f) interpretation and report are provided by a qualified sleep medicine practitioner based on reviewing the direct original recording of polygraphic data from the patient; and (g) the investigation is not provided to the patient on the same occasion that a service to which item 11704, 11705, 11707, 11714, 11716, 11717, 11723 or 11735 applies is provided to the patient For each particular patient—applicable only in relation to each of the first 3 occasions the investigation is performed in any 12 month period\\n\",\n            \"ScheduleFee\": \"737.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"10\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"12 years or older and younger than 18 years\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist Medical Practitioner', 'General Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"12215\",\n            \"Description\": \"Overnight paediatric investigation, for at least 8 hours, for a patient less than 12 years of age, if: (a) the patient is referred by a medical practitioner; and (b) the necessity for the investigation is determined by a qualified paediatric sleep medicine practitioner before the investigation; and (c) there is continuous monitoring of oxygen saturation and breathing using a multi‑channel polygraph, and recordings of the following are made, in accordance with current professional guidelines: (i) airflow; (ii) continuous EMG; (iii) ECG; (iv) EEG (with a minimum of 4 EEG leads or, in selected investigations, a minimum of 6 EEG leads); (v) EOG; (vi) oxygen saturation; (vii) respiratory movement of rib and abdomen (whether movement of rib is recorded separately from, or together with, movement of abdomen); (viii) measurement of carbon dioxide (either end‑tidal or transcutaneous); and (d) a sleep technician, or registered nurse with sleep technology training, is in continuous attendance under the supervision of a qualified paediatric sleep medicine practitioner; and (e) polygraphic records are: (i) analysed (for assessment of sleep stage, and maturation of sleep indices, arousals, respiratory events and assessment of clinically significant alterations in heart rate and body movement) with manual scoring, or manual correction of computerised scoring in epochs of not more than 1 minute; and (ii) stored for interpretation and preparation of a report; and (f) interpretation and report are provided by a qualified paediatric sleep medicine practitioner based on reviewing the direct original recording of polygraphic data from the patient; and (g) a further investigation is indicated in the same 12 month period to which item 12210 applies to a service for the patient, for a patient using Continuous Positive Airway Pressure (CPAP) or non‑invasive or invasive ventilation, or supplemental oxygen, in either or both of the following circumstances: (i) there is ongoing hypoxia or hypoventilation on the third study to which item 12210 applied for the patient, and further titration of respiratory support is needed to optimise therapy; (ii) there is clear and significant change in clinical status (for example lung function or functional status) or an intervening treatment that may affect ventilation in the period since the third study to which item 12210 applied for the patient, and repeat study is therefore required to determine the need for or the adequacy of respiratory support; and (h) the investigation is not provided to the patient on the same occasion that a service to which item 11704, 11705, 11707, 11714, 11716, 11717, 11723 or 11735 applies is provided to the patient Applicable only once in the same 12 month period to which item 12210 applies\\n\",\n            \"ScheduleFee\": \"818.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"10\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"younger than 12 years\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist Medical Practitioner', 'General Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"12217\",\n            \"Description\": \"Overnight paediatric investigation, for at least 8 hours, for a patient aged at least 12 years but less than 18 years, if: (a) the patient is referred by a medical practitioner; and (b) the necessity for the investigation is determined by a qualified sleep medicine practitioner before the investigation; and (c) there is continuous monitoring of oxygen saturation and breathing using a multi‑channel polygraph, and recordings of the following are made, in accordance with current professional guidelines: (i) airflow; (ii) continuous EMG; (iii) ECG; (iv) EEG (with a minimum of 4 EEG leads or, in selected investigations, a minimum of 6 EEG leads); (v) EOG; (vi) oxygen saturation; (vii) respiratory movement of rib and abdomen (whether movement of rib is recorded separately from, or together with, movement of abdomen); (viii) measurement of carbon dioxide (either end‑tidal or transcutaneous); and (d) a sleep technician, or registered nurse with sleep technology training, is in continuous attendance under the supervision of a qualified sleep medicine practitioner; and (e) polygraphic records are: (i) analysed (for assessment of sleep stage, and maturation of sleep indices, arousals, respiratory events and assessment of clinically significant alterations in heart rate and body movement) with manual scoring, or manual correction of computerised scoring in epochs of not more than 1 minute; and (ii) stored for interpretation and preparation of a report; and (f) interpretation and report are provided by a qualified sleep medicine practitioner based on reviewing the direct original recording of polygraphic data from the patient; and (g) a further investigation is indicated in the same 12 month period to which item 12213 applies to a service for the patient, for a patient using Continuous Positive Airway Pressure (CPAP) or non‑invasive or invasive ventilation, or supplemental oxygen, in either or both of the following circumstances: (i) there is ongoing hypoxia or hypoventilation on the third study to which item 12213 applied for the patient, and further titration is needed to optimise therapy; (ii) there is clear and significant change in clinical status (for example lung function or functional status) or an intervening treatment that may affect ventilation in the period since the third study to which item 12213 applied for the patient, and repeat study is therefore required to determine the need for or the adequacy of respiratory support; and (h) the investigation is not provided to the patient on the same occasion that a service to which item 11704, 11705, 11707, 11714, 11716, 11717, 11723 or 11735 applies is provided to the patient Applicable only once in the same 12 month period to which item 12213 applies\\n\",\n            \"ScheduleFee\": \"737.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"10\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"12 years or older and younger than 18 years\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist Medical Practitioner', 'General Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"12250\",\n            \"Description\": \"Overnight investigation of sleep for at least 8 hours of a patient aged 18 years or more to confirm diagnosis of obstructive sleep apnoea, if: (a) either: (i) the patient has been referred by a medical practitioner to a qualified adult sleep medicine practitioner or a consultant respiratory physician who has determined that the patient has a high probability for symptomatic, moderate to severe obstructive sleep apnoea based on a STOP‑Bang score of 3 or more, an OSA50 score of 5 or more or a high risk score on the Berlin Questionnaire, and an Epworth Sleepiness Scale score of 8 or more; or (ii) following professional attendance on the patient (either face‑to‑face or by video conference) by a qualified adult sleep medicine practitioner or a consultant respiratory physician, the qualified adult sleep medicine practitioner or consultant respiratory physician determines that investigation is necessary to confirm the diagnosis of obstructive sleep apnoea; and (b) during a period of sleep, there is continuous monitoring and recording, performed in accordance with current professional guidelines, of the following measures: (i) airflow; (ii) continuous EMG; (iii) continuous ECG; (iv) continuous EEG; (v) EOG; (vi) oxygen saturation; (vii) respiratory effort; and (c) the investigation is performed under the supervision of a qualified adult sleep medicine practitioner; and (d) either: (i) the equipment is applied to the patient by a sleep technician; or (ii) if this is not possible—the reason it is not possible for the sleep technician to apply the equipment to the patient is documented and the patient is given instructions on how to apply the equipment by a sleep technician supported by written instructions; and (e) polygraphic records are: (i) analysed (for assessment of sleep stage, arousals, respiratory events and cardiac abnormalities) with manual scoring, or manual correction of computerised scoring in epochs of not more than 1 minute; and (ii) stored for interpretation and preparation of a report; and (f) interpretation and preparation of a permanent report is provided by a qualified adult sleep medicine practitioner with personal direct review of raw data from the original recording of polygraphic data from the patient; and (g) the investigation is not provided to the patient on the same occasion that a service mentioned in any of items 11000, 11003, 11004, 11005, 11503, 11704, 11705, 11707, 11714, 11716, 11717, 11723, 11735 and 12203 is provided to the patient Applicable only once in any 12 month period\\n\",\n            \"ScheduleFee\": \"391.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"10\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"18 years or older\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist Medical Practitioner', 'General Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2008-10-01\"\n        },\n        {\n            \"ItemNumber\": \"12254\",\n            \"Description\": \"Multiple sleep latency test for the assessment of unexplained hypersomnolence in a patient aged 18 years or more, if: (a) a qualified adult sleep medicine practitioner or neurologist determines that testing is necessary to confirm the diagnosis of a central disorder of hypersomnolence or to determine whether the eligibility criteria under the pharmaceutical benefits scheme for drugs relevant to treat that condition are met; and (b) an overnight diagnostic assessment of sleep is performed for at least 8 hours, with continuous monitoring and recording, in accordance with current professional guidelines, of the following measures: (i) airflow; (ii) continuous EMG; (iii) anterior tibial EMG; (iv) continuous ECG; (v) continuous EEG; (vi) EOG; (vii) oxygen saturation; (viii) respiratory movement (chest and abdomen); (ix) position; and (c) immediately following the overnight investigation a daytime investigation is performed where at least 4 nap periods are conducted, during which there is continuous recording of EEG, EMG, EOG and ECG; and (d) a sleep technician is in continuous attendance under the supervision of a qualified adult sleep medicine practitioner; and (e) polygraphic records are: (i) analysed (for assessment of sleep stage, arousals, respiratory events, cardiac abnormalities and limb movements) with manual scoring, or manual correction of computerised scoring in epochs of not more than 1 minute; and (ii) stored for interpretation and preparation of a report; and (f) interpretation and preparation of a permanent report is provided by a qualified adult sleep medicine practitioner with personal direct review of raw data from the original recording of polygraphic data from the patient; and (g) the diagnostic assessment is not provided to the patient on the same occasion that a service described in item 11003, 12203, 12204, 12205, 12208, 12250 or 12258 is provided to the patient Applicable only once in a 12 month period\\n\",\n            \"ScheduleFee\": \"1065.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"10\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"18 years or older\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"12258\",\n            \"Description\": \"Maintenance of wakefulness test for the assessment of the ability to maintain wakefulness in a patient aged 18 years or more, if: (a) a qualified adult sleep medicine practitioner or neurologist determines that testing is necessary to objectively confirm the ability to maintain wakefulness; and (b) an overnight diagnostic assessment of sleep is performed for at least 8 hours, with continuous monitoring and recording, in accordance with current professional guidelines, of the following measures: (i) airflow; (ii) continuous EMG; (iii) anterior tibial EMG; (iv) continuous ECG; (v) continuous EEG; (vi) EOG; (vii) oxygen saturation; (viii) respiratory movement (chest and abdomen); (ix) position; and (c) immediately following the overnight investigation, a daytime investigation is performed where at least 4 wakefulness trials are conducted, during which there is continuous recording of EEG, EMG, EOG and ECG; and (d) a sleep technician is in continuous attendance under the supervision of a qualified adult sleep medicine practitioner; and (e) polygraphic records are: (i) analysed (for assessment of sleep stage, arousals, respiratory events, cardiac abnormalities and limb movements) with manual scoring, or manual correction of computerised scoring in epochs of not more than 1 minute; and (ii) stored for interpretation and preparation of a report; and (f) interpretation and preparation of a permanent report is provided by a qualified adult sleep medicine practitioner with personal direct review of raw data from the original recording of polygraphic data from the patient; and (g) the diagnostic assessment is not provided to the patient on the same occasion that a service described in item 11003, 12203, 12204, 12205, 12208, 12250 or 12254 is provided to the patient Applicable only once in a 12 month period\\n\",\n            \"ScheduleFee\": \"1065.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"10\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"18 years or older\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"12261\",\n            \"Description\": \"Multiple sleep latency test for the assessment of unexplained hypersomnolence in a patient aged at least 12 years but less than 18 years, if: (a) a qualified sleep medicine practitioner determines that testing is necessary to confirm the diagnosis of a central disorder of hypersomnolence or to determine whether the eligibility criteria under the pharmaceutical benefits scheme for drugs relevant to treat that condition are met; and (b) an overnight diagnostic assessment of sleep is performed for at least 8 hours, with continuous monitoring of oxygen saturation and breathing using a multi‑channel polygraph, and recordings of the following, in accordance with current professional guidelines: (i) airflow; (ii) continuous EMG; (iii) ECG; (iv) EEG (with a minimum of 4 EEG leads or, in selected investigations, a minimum of 6 EEG leads); (v) EOG; (vi) oxygen saturation; (vii) respiratory movement of rib and abdomen (whether movement of rib is recorded separately from, or together with, movement of abdomen); (viii) measurement of carbon dioxide (either end‑tidal or transcutaneous); and (c) immediately following the overnight investigation, a daytime investigation is performed where at least 4 nap periods are conducted, during which there is continuous recording of EEG, EMG, EOG and ECG; and (d) a sleep technician is in continuous attendance under the supervision of a qualified sleep medicine practitioner; and (e) polygraphic records are: (i) analysed (for assessment of sleep stage, and maturation of sleep indices, arousals, respiratory events and assessment of clinically significant alterations in heart rate and body movement) with manual scoring, or manual correction of computerised scoring in epochs of not more than 1 minute; and (ii) stored for interpretation and preparation of a report; and (f) interpretation and preparation of a permanent report is provided by a qualified sleep medicine practitioner with personal direct review of raw data from the original recording of polygraphic data from the patient; and (g) the diagnostic assessment is not provided to the patient on the same occasion that a service described in item 11003, 12213, 12217 or 12265 is provided to the patient Applicable only once in a 12 month period\\n\",\n            \"ScheduleFee\": \"1117.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"10\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"12 years or older and younger than 18 years\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"12265\",\n            \"Description\": \"Maintenance of wakefulness test for the assessment of the ability to maintain wakefulness in a patient aged at least 12 years but less than 18 years, if: (a) a qualified sleep medicine practitioner determines that testing to objectively confirm the ability to maintain wakefulness is necessary; and (b) an overnight diagnostic assessment of sleep is performed for at least 8 hours, with continuous monitoring of oxygen saturation and breathing using a multi‑channel polygraph, and recordings of the following, in accordance with current professional guidelines: (i) airflow; (ii) continuous EMG; (iii) ECG; (iv) EEG (with a minimum of 4 EEG leads or, in selected investigations, a minimum of 6 EEG leads); (v) EOG; (vi) oxygen saturation; (vii) respiratory movement of rib and abdomen (whether movement of rib is recorded separately from, or together with, movement of abdomen); (viii) measurement of carbon dioxide (either end‑tidal or transcutaneous); and (c) immediately following the overnight investigation, a daytime investigation is performed where at least 4 wakefulness trials are conducted, during which there is continuous recording of EEG, EMG, EOG and ECG; and (d) a sleep technician is in continuous attendance under the supervision of a qualified sleep medicine practitioner; and (e) polygraphic records are: (i) analysed (for assessment of sleep stage, arousals, respiratory events, cardiac abnormalities and limb movements) with manual scoring, or manual correction of computerised scoring in epochs of not more than 1 minute; and (ii) stored for interpretation and preparation of a report; and (f) interpretation and preparation of a permanent report is provided by a qualified sleep medicine practitioner with personal direct review of raw data from the original recording of polygraphic data from the patient; and (g) the diagnostic assessment is not provided to the patient on the same occasion that a service described in item 11003, 12213, 12217 or 12261 is provided to the patient Applicable only once in a 12 month period\\n\",\n            \"ScheduleFee\": \"1117.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"10\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"12 years or older and younger than 18 years\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"12268\",\n            \"Description\": \"Multiple sleep latency test for the assessment of unexplained hypersomnolence for a patient less than 12 years of age, if: (a) a qualified paediatric sleep medicine practitioner determines that testing is necessary to confirm the diagnosis of a central disorder of hypersomnolence or to determine whether the eligibility criteria under the pharmaceutical benefits scheme for drugs relevant to treat that condition are met; and (b) an overnight diagnostic assessment of sleep is performed for at least 8 hours, with continuous monitoring of oxygen saturation and breathing using a multi‑channel polygraph, and recordings of the following, in accordance with current professional guidelines: (i) airflow; (ii) continuous EMG; (iii) ECG; (iv) EEG (with a minimum of 4 EEG leads or, in selected investigations, a minimum of 6 EEG leads); (v) EOG; (vi) oxygen saturation; (vii) respiratory movement of rib and abdomen (whether movement of rib is recorded separately from, or together with, movement of abdomen); (viii) measurement of carbon dioxide (either end‑tidal or transcutaneous); and (c) immediately following the overnight investigation, a daytime investigation is performed where at least 4 nap periods are conducted, during which there is continuous recording of EEG, EMG, EOG and ECG; and (d) a sleep technician is in continuous attendance under the supervision of a qualified paediatric sleep medicine practitioner; and (e) polygraphic records are: (i) analysed (for assessment of sleep stage, arousals, respiratory events, cardiac abnormalities and limb movements) with manual scoring, or manual correction of computerised scoring in epochs of not more than 1 minute; and (ii) stored for interpretation and preparation of a report; and (f) interpretation and preparation of a permanent report is provided by a qualified paediatric sleep medicine practitioner with personal direct review of raw data from the original recording of polygraphic data from the patient; and (g) the diagnostic assessment is not provided to the patient on the same occasion that a service described in item 11003, 12210, 12215 or 12272 is provided to the patient Applicable only once in a 12 month period\\n\",\n            \"ScheduleFee\": \"1198.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"10\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"younger than 12 years\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"12272\",\n            \"Description\": \"Maintenance of wakefulness test for the assessment of the ability to maintain wakefulness for a patient less than 12 years of age, if: (a) a qualified paediatric sleep medicine practitioner determines that testing to objectively confirm the ability to maintain wakefulness is necessary; and (b) an overnight diagnostic assessment of sleep is performed for at least 8 hours, with continuous monitoring of oxygen saturation and breathing using a multi‑channel polygraph, and recordings of the following, in accordance with current professional guidelines: (i) airflow; (ii) continuous EMG; (iii) ECG; (iv) EEG (with a minimum of 4 EEG leads or, in selected investigations, a minimum of 6 EEG leads); (v) EOG; (vi) oxygen saturation; (vii) respiratory movement of rib and abdomen (whether movement of rib is recorded separately from, or together with, movement of abdomen); (viii) measurement of carbon dioxide (either end‑tidal or transcutaneous); and (c) immediately following the overnight investigation, a daytime investigation is performed where at least 4 wakefulness trials are conducted, during which there is continuous recording of EEG, EMG, EOG and ECG; and (d) a sleep technician is in continuous attendance under the supervision of a qualified paediatric sleep medicine practitioner; and (e) polygraphic records are: (i) analysed (for assessment of sleep stage, arousals, respiratory events, cardiac abnormalities and limb movements) with manual scoring, or manual correction of computerised scoring in epochs of not more than 1 minute; and (ii) stored for interpretation and preparation of a report; and (f) interpretation and preparation of a permanent report is provided by a qualified paediatric sleep medicine practitioner with personal direct review of raw data from the original recording of polygraphic data from the patient; and (g) the diagnostic assessment is not provided to the patient on the same occasion that a service described in item 11003, 12210, 12215 or 12268 is provided to the patient Applicable only once in a 12 month period\\n\",\n            \"ScheduleFee\": \"1198.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"10\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"younger than 12 years\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"12306\",\n            \"Description\": \"Bone densitometry, using dual energy X‑ray absorptiometry, involving the measurement of 2 or more sites (including interpretation and reporting), for: (a) confirmation of a presumptive diagnosis of low bone mineral density made on the basis of one or more fractures occurring after minimal trauma; or (b) monitoring of low bone mineral density proven by bone densitometry at least 12 months previously; other than a service associated with a service to which item 12312, 12315 or 12321 applies For any particular patient, once only in a 24 month period\\n\",\n            \"ScheduleFee\": \"119.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"10\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1995-10-31\"\n        },\n        {\n            \"ItemNumber\": \"12312\",\n            \"Description\": \"Bone densitometry, using dual energy X‑ray absorptiometry, involving the measurement of 2 or more sites (including interpretation and reporting) for diagnosis and monitoring of bone loss associated with one or more of the following: (a) prolonged glucocorticoid therapy; (b) any condition associated with excess glucocorticoid secretion; (c) male hypogonadism; (d) female hypogonadism lasting more than 6 months before the age of 45; other than a service associated with a service to which item 12306, 12315 or 12321 applies For any particular patient, once only in a 12 month period\\n\",\n            \"ScheduleFee\": \"119.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"10\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1995-10-31\"\n        },\n        {\n            \"ItemNumber\": \"12315\",\n            \"Description\": \"Bone densitometry, using dual energy X‑ray absorptiometry, involving the measurement of 2 or more sites (including interpretation and reporting) for diagnosis and monitoring of bone loss associated with one or more of the following conditions: (a) primary hyperparathyroidism; (b) chronic liver disease; (c) chronic renal disease; (d) any proven malabsorptive disorder; (e) rheumatoid arthritis; (f) any condition associated with thyroxine excess; other than a service associated with a service to which item 12306, 12312 or 12321 applies For any particular patient, once only in a 24 month period\\n\",\n            \"ScheduleFee\": \"119.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"10\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1995-10-31\"\n        },\n        {\n            \"ItemNumber\": \"12320\",\n            \"Description\": \"Bone densitometry, using dual energy X‑ray absorptiometry or quantitative computed tomography, involving the measurement of 2 or more sites (including interpretation and reporting) for measurement of bone mineral density, if:(a) the patient is 70 years of age or over, and (b) either: (i) the patient has not previously had bone densitometry; or (ii) the t-score for the patient's bone mineral density is -1.5 or more; other than a service associated with a service to which item 12306, 12312, 12315, 12321 or 12322 applies For any particular patient, once only in a 5 year period\\n\",\n            \"ScheduleFee\": \"119.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"10\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"70 years or older\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2017-11-01\"\n        },\n        {\n            \"ItemNumber\": \"12321\",\n            \"Description\": \"Bone densitometry, using dual energy X‑ray absorptiometry, involving the measurement of 2 or more sites at least 12 months after a significant change in therapy (including interpretation and reporting), for: (a) established low bone mineral density; or (b) confirming a presumptive diagnosis of low bone mineral density made on the basis of one or more fractures occurring after minimal trauma; other than a service associated with a service to which item 12306, 12312 or 12315 applies For any particular patient, once only in a 12 month period\\n\",\n            \"ScheduleFee\": \"119.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"10\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1995-10-31\"\n        },\n        {\n            \"ItemNumber\": \"12322\",\n            \"Description\": \"Bone densitometry, using dual energy X‑ray absorptiometry or quantitative computed tomography, involving the measurement of 2 or more sites (including interpretation and reporting) for measurement of bone mineral density, if:(a) the patient is 70 years of age or over; and (b) the t‑score for the patient's bone mineral density is less than ‑1.5 but more than ‑2.5; other than a service associated with a service to which item 12306, 12312, 12315, 12320 or 12321 applies For any particular patient, once only in a 2 year period\\n\",\n            \"ScheduleFee\": \"119.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"10\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"70 years or older\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2017-11-01\"\n        },\n        {\n            \"ItemNumber\": \"12325\",\n            \"Description\": \"Assessment of visual acuity and bilateral retinal photography with a non mydriatic retinal camera, including analysis and reporting of the images for initial or repeat assessment for presence or absence of diabetic retinopathy, in a patient with medically diagnosed diabetes, if: (a) the patient is of Aboriginal and Torres Strait Islander descent; and (b) the assessment is performed by the medical practitioner (other than an optometrist or ophthalmologist) providing the primary glycaemic management of the patient's diabetes; and (c) this item and item 12326 have not applied to the patient in the preceding 12 months; and (d) the patient does not have: (i) an existing diagnosis of diabetic retinopathy; or (ii) visual acuity of less than 6/12 in either eye; or (iii) a difference of more than 2 lines of vision between the 2 eyes at the time of presentation\\n\",\n            \"ScheduleFee\": \"58.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"10\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"12326\",\n            \"Description\": \"Assessment of visual acuity and bilateral retinal photography with a non-mydriatic retinal camera, including analysis and reporting of the images for initial or repeat assessment for presence or absence of diabetic retinopathy, in a patient with medically diagnosed diabetes, if: (a) the assessment is performed by the medical practitioner (other than an optometrist or ophthalmologist) providing the primary glycaemic management of the patient's diabetes; and (b) this item and item 12325 have not applied to the patient in the preceding 24 months; and (c) the patient does not have: (i) an existing diagnosis of diabetic retinopathy; or (ii) visual acuity of less than 6/12 in either eye; or (iii) a difference of more than 2 lines of vision between the 2 eyes at the time of presentation\\n\",\n            \"ScheduleFee\": \"58.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D1\",\n            \"SubGroup\": \"10\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"12500\",\n            \"Description\": \"BLOOD VOLUME ESTIMATION\\n\",\n            \"ScheduleFee\": \"252.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"12524\",\n            \"Description\": \"RENAL FUNCTION TEST (without imaging procedure)\\n\",\n            \"ScheduleFee\": \"184.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"12527\",\n            \"Description\": \"RENAL FUNCTION TEST (with imaging and at least 2 blood samples)\\n\",\n            \"ScheduleFee\": \"99.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"12533\",\n            \"Description\": \"CARBON-LABELLED UREA BREATH TEST using oral C-13 or C-14 urea, performed by a specialist or consultant physician, including the measurement of exhaled 13CO2 or 14CO2, for either:- (a)the confirmation of Helicobacter pylori colonisation, OR (b)the monitoring of the success of eradication of Helicobacter pylori in patients with peptic ulcer disease. not being a service to which 66900 applies\\n\",\n            \"ScheduleFee\": \"98.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"2\",\n            \"Group\": \"D2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"13015\",\n            \"Description\": \"Hyperbaric oxygen therapy, for treatment of localised non‑neurological soft tissue radiation injuries excluding radiation‑induced soft tissue lymphoedema of the arm after treatment for breast cancer, performed in a comprehensive hyperbaric medicine facility under the supervision of a medical practitioner qualified in hyperbaric medicine, for a period in the hyperbaric chamber of at least 1 hour 30 minutes and not more than 3 hours, including any associated attendance (H)\\n\",\n            \"ScheduleFee\": \"297.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"13020\",\n            \"Description\": \"Hyperbaric oxygen therapy, for treatment of decompression illness, gas gangrene, air or gas embolism, diabetic wounds (including diabetic gangrene and diabetic foot ulcers) or necrotising soft tissue infections (including necrotising fasciitis or Fournier’s gangrene), or for the prevention and treatment of osteoradionecrosis, performed in a comprehensive hyperbaric medicine facility, under the supervision of a medical practitioner qualified in hyperbaric medicine, for a period in the hyperbaric chamber of at least 1 hour 30 minutes and not more than 3 hours, including any associated attendance (H)\\n\",\n            \"ScheduleFee\": \"301.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1996-07-01\"\n        },\n        {\n            \"ItemNumber\": \"13025\",\n            \"Description\": \"Hyperbaric oxygen therapy, for treatment of decompression illness, air or gas embolism, performed in a comprehensive hyperbaric medicine facility, under the supervision of a medical practitioner qualified in hyperbaric medicine, for a period in the hyperbaric chamber greater than 3 hours, including any associated attendance—per hour (or part of an hour) (H)\\n\",\n            \"ScheduleFee\": \"134.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1996-07-01\"\n        },\n        {\n            \"ItemNumber\": \"13030\",\n            \"Description\": \"Hyperbaric oxygen therapy performed in a comprehensive hyperbaric medicine facility, if the medical practitioner is pressurised in the hyperbaric chamber for the purpose of providing continuous life‑saving emergency treatment, including any associated attendance—per hour (or part of an hour) (H)\\n\",\n            \"ScheduleFee\": \"190.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1996-07-01\"\n        },\n        {\n            \"ItemNumber\": \"13100\",\n            \"Description\": \"Supervision in hospital by a medical specialist of—haemodialysis, haemofiltration, haemoperfusion or peritoneal dialysis, including all professional attendances, if the total attendance time on the patient by the supervising medical specialist exceeds 45 minutes in one day (H)\\n\",\n            \"ScheduleFee\": \"159.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"13103\",\n            \"Description\": \"Supervision in hospital by a medical specialist of—haemodialysis, haemofiltration, haemoperfusion or peritoneal dialysis, including all professional attendances, if the total attendance time on the patient by the supervising medical specialist does not exceed 45 minutes in one day (H)\\n\",\n            \"ScheduleFee\": \"83.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"13104\",\n            \"Description\": \"Planning and management of home dialysis (either haemodialysis or peritoneal dialysis), by a consultant physician in the practice of his or her specialty of renal medicine, for a patient with end-stage renal disease, and supervision of that patient on self-administered dialysis, to a maximum of 12 claims per year\\n\",\n            \"ScheduleFee\": \"172.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2005-11-01\"\n        },\n        {\n            \"ItemNumber\": \"13105\",\n            \"Description\": \"Haemodialysis for a patient with end‑stage renal disease if: (a) the service is provided by a registered nurse, an Aboriginal and Torres Strait Islander health worker or an Aboriginal and Torres Strait Islander health practitioner on behalf of a medical practitioner; and (b) the service is supervised by the medical practitioner (either in person or remotely); and (c) the patient’s care is managed by a nephrologist; and (d) the patient is treated or reviewed by the nephrologist every 3 to 6 months (either in person or remotely); and (e) the patient is not an admitted patient of a hospital; and (f) the service is provided in a Modified Monash 7 area\\n\",\n            \"ScheduleFee\": \"690.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"13106\",\n            \"Description\": \"DECLOTTING OF AN ARTERIOVENOUS SHUNT\\n\",\n            \"ScheduleFee\": \"141.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"13109\",\n            \"Description\": \"INDWELLING PERITONEAL CATHETER (Tenckhoff or similar) FOR DIALYSIS INSERTION AND FIXATION OF (Anaes.)\\n\",\n            \"ScheduleFee\": \"265.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"13110\",\n            \"Description\": \"INDWELLING PERITONEAL CATHETER (Tenckhoff or similar) FOR DIALYSIS , removal of (including catheter cuffs) (Anaes.)\\n\",\n            \"ScheduleFee\": \"266.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-05-01\"\n        },\n        {\n            \"ItemNumber\": \"13200\",\n            \"Description\": \"Assisted reproductive technologies superovulated treatment cycle proceeding to oocyte retrieval, involving the use of drugs to induce superovulation and including quantitative estimation of hormones, ultrasound examinations, all treatment counselling and embryology laboratory services but excluding artificial insemination, transfer of frozen embryos or donated embryos or ova or a service to which item 13201, 13202, 13203 or 13218 applies, being services rendered during one treatment cycle—initial cycle in a single calendar year\\n\",\n            \"ScheduleFee\": \"3628.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"3\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"13201\",\n            \"Description\": \"Assisted reproductive technologies superovulated treatment cycle proceeding to oocyte retrieval, involving the use of drugs to induce superovulation and including quantitative estimation of hormones, ultrasound examinations, all treatment counselling and embryology laboratory services but excluding artificial insemination, transfer of frozen embryos or donated embryos or ova or a service to which item 13200, 13202, 13203 or 13218 applies, being services rendered during one treatment cycle—each cycle after the first in a single calendar year\\n\",\n            \"ScheduleFee\": \"3394.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"3\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2010-01-01\"\n        },\n        {\n            \"ItemNumber\": \"13202\",\n            \"Description\": \"Assisted reproductive technologies superovulated treatment cycle that is cancelled before oocyte retrieval, involving the use of drugs to induce superovulation and including quantitative estimation of hormones and ultrasound examinations, but excluding artificial insemination, transfer of frozen embryos or donated embryos or ova or a service to which item 13200, 13201, 13203 or 13218 applies, being services rendered during one treatment cycle\\n\",\n            \"ScheduleFee\": \"543.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2010-01-01\"\n        },\n        {\n            \"ItemNumber\": \"13203\",\n            \"Description\": \"Ovulation monitoring services for artificial insemination or gonadotrophin, stimulated ovulation induction, including quantitative estimation of hormones and ultrasound examinations, being services rendered during one treatment cycle but excluding a service to which item 13200, 13201, 13202, 13212, 13215 or 13218 applies\\n\",\n            \"ScheduleFee\": \"567.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"13207\",\n            \"Description\": \"Biopsy of an embryo, from a patient who is eligible for a service described in item 73384 under clause 2.7.3A of the pathology services table (see PR.7.1), for the purpose of providing a sample for pre-implantation genetic testing—applicable to one or more tests performed in one assisted reproductive treatment cycle\\n\",\n            \"ScheduleFee\": \"128.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2021-11-01\"\n        },\n        {\n            \"ItemNumber\": \"13209\",\n            \"Description\": \"Planning and management of a referred patient by a specialist for the purpose of treatment by assisted reproductive technologies or for artificial insemination—applicable once during a treatment cycle\\n\",\n            \"ScheduleFee\": \"98.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"3\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"13212\",\n            \"Description\": \"Oocyte retrieval for the purpose of assisted reproductive technologies—only if rendered in connection with a service to which item 13200 or 13201 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"413.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"13215\",\n            \"Description\": \"Transfer of embryos or both ova and sperm to the uterus or fallopian tubes, excluding artificial insemination—only if rendered in connection with a service to which item 13200, 13201 or 13218 applies, being services rendered in one treatment cycle (Anaes.)\\n\",\n            \"ScheduleFee\": \"129.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"13218\",\n            \"Description\": \"Preparation of frozen or donated embryos or donated oocytes for transfer to the uterus or fallopian tubes, by any means and including quantitative estimation of hormones and all treatment counselling but excluding artificial insemination services rendered in one treatment cycle and excluding a service to which item 13200, 13201, 13202, 13203 or 13212 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"925.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"13221\",\n            \"Description\": \"Preparation of semen for the purpose of artificial insemination—only if rendered in connection with a service to which item 13203 applies\\n\",\n            \"ScheduleFee\": \"59.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"13241\",\n            \"Description\": \"Open surgical testicular sperm retrieval, unilateral, using operating microscope, including the exploration of scrotal contents, with biopsy, for the purposes of intracytoplasmic sperm injection, for male factor infertility, not being a service associated with a service to which item 13218 or 37604 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"991.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2022-03-01\"\n        },\n        {\n            \"ItemNumber\": \"13251\",\n            \"Description\": \"Intracytoplasmic sperm injection for the purpose of assisted reproductive technologies, for male factor infertility, excluding a service to which item 13203 or 13218 applies\\n\",\n            \"ScheduleFee\": \"487.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"13260\",\n            \"Description\": \"Processing and cryopreservation of semen for fertility preservation treatment before or after completion of gonadotoxic treatment for malignant or non-malignant conditions, in a post-pubertal male in Tanner stages II-V, up to 60 years old, if the patient is referred by a specialist or consultant physician, initial cryopreservation of semen (not including storage) - one of a maximum of two semen collection cycles per patient in a lifetime.\\n\",\n            \"ScheduleFee\": \"484.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"3\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"younger than 61 years\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"13290\",\n            \"Description\": \"SEMEN, collection of, from a patient with spinal injuries or medically induced impotence, for the purposes of analysis, storage or assisted reproduction, by a medical practitioner using a vibrator or electro-ejaculation device including catheterisation and drainage of bladder where required\\n\",\n            \"ScheduleFee\": \"238.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-05-01\"\n        },\n        {\n            \"ItemNumber\": \"13300\",\n            \"Description\": \"Umbilical or scalp vein catheterisation in a neonate with or without infusion or cannulation of a vein (H)\\n\",\n            \"ScheduleFee\": \"66.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"13303\",\n            \"Description\": \"Umbilical artery catheterisation with or without infusion (H)\\n\",\n            \"ScheduleFee\": \"98.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"13306\",\n            \"Description\": \"Blood transfusion with venesection and complete replacement of blood, including collection from donor (H)\\n\",\n            \"ScheduleFee\": \"389.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"13309\",\n            \"Description\": \"Blood transfusion with venesection and complete replacement of blood, using blood already collected (H)\\n\",\n            \"ScheduleFee\": \"332.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"13312\",\n            \"Description\": \"BLOOD for pathology test, collection of, BY FEMORAL OR EXTERNAL JUGULAR VEIN PUNCTURE IN INFANTS\\n\",\n            \"ScheduleFee\": \"33.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"13318\",\n            \"Description\": \"Central vein catheterisation by open exposure, in a patient under 12 years of age (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"265.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"4\",\n            \"EligibleAgeRange\": \"younger than 12 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"13319\",\n            \"Description\": \"Central vein catheterisation in a neonate via peripheral vein (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"265.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1997-05-01\"\n        },\n        {\n            \"ItemNumber\": \"13400\",\n            \"Description\": \"Restoration of cardiac rhythm by electrical stimulation (cardioversion), other than in the course of cardiac surgery (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"113.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"13506\",\n            \"Description\": \"Gastro‑oesophageal balloon intubation for control of bleeding from gastric oesophageal varices (H)\\n\",\n            \"ScheduleFee\": \"215.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-05-01\"\n        },\n        {\n            \"ItemNumber\": \"13700\",\n            \"Description\": \"Harvesting of homologous (including allogeneic) or autologous bone marrow for the purpose of transplantation (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"388.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"13703\",\n            \"Description\": \"Transfusion of blood including collection from donor, when used for intra‑operative normovolaemic haemodilution, other than a service associated with a service to which item 22052 applies (H)\\n\",\n            \"ScheduleFee\": \"139.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"13706\",\n            \"Description\": \"Transfusion of blood or bone marrow already collected\\n\",\n            \"ScheduleFee\": \"97.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"13750\",\n            \"Description\": \"Therapeutic haemapheresis for the removal of plasma or cellular (or both) elements of blood, utilising continuous or intermittent flow techniques, including morphological tests for cell counts and viability studies, if performed; continuous monitoring of vital signs, fluid balance, blood volume and other parameters with continuous registered nurse attendance under the supervision of a consultant physician, other than a service associated with a service to which item 13755 applies—each day (H)\\n\",\n            \"ScheduleFee\": \"159.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1996-07-01\"\n        },\n        {\n            \"ItemNumber\": \"13755\",\n            \"Description\": \"Donor haemapheresis for the collection of blood products for transfusion, utilising continuous or intermittent flow techniques, including morphological tests for cell counts and viability studies; continuous monitoring of vital signs, fluid balance, blood volume and other parameters; with continuous registered nurse attendance under the supervision of a consultant physician—other than a service associated with a service to which item 13750 applies—each day (H)\\n\",\n            \"ScheduleFee\": \"159.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1996-07-01\"\n        },\n        {\n            \"ItemNumber\": \"13757\",\n            \"Description\": \"THERAPEUTIC VENESECTION for the management of haemochromatosis, polycythemia vera or porphyria cutanea tarda\\n\",\n            \"ScheduleFee\": \"85.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-05-01\"\n        },\n        {\n            \"ItemNumber\": \"13760\",\n            \"Description\": \"In vitro processing with cryopreservation of bone marrow or peripheral blood, for autologous stem cell transplantation for a patient receiving high‑dose chemotherapy for management of: (a) aggressive malignancy; or (b) malignancy that has proven refractory to prior treatment (H)\\n\",\n            \"ScheduleFee\": \"889.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1996-07-01\"\n        },\n        {\n            \"ItemNumber\": \"13761\",\n            \"Description\": \"Extracorporeal photopheresis for the treatment of chronic graft‑versus‑host disease, if: (a) the person is: (i) has received allogeneic haematopoietic stem cell transplantation; and (ii) has been diagnosed with chronic graft versus host disease following the transplantation; and (iii) steroid treatment is clinically unsuitable as the disease is steroid refractory or the person is steroid‑dependent or steroid‑intolerant; and (b) the person has not previously received extracorporeal photopheresis treatment; and (c) the service is delivered using an integrated, closed extracorporeal photopheresis system; and (d) the service is provided in combination with the use of methoxsalen that is listed on the Pharmaceutical Benefits Scheme; and (e) the service is provided by, or on behalf of, a specialist or consultant physician who: (i) is practising in the speciality of haematology or oncology; and (ii) has experience with allogeneic bone marrow transplantation. Applicable once per treatment session (H)\\n\",\n            \"ScheduleFee\": \"2139.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"8\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2022-03-01\"\n        },\n        {\n            \"ItemNumber\": \"13762\",\n            \"Description\": \"Extracorporeal photopheresis for the treatment of chronic graft‑versus‑host disease, if: (a) the person is: (i) has received allogeneic haematopoietic stem cell transplantation; and (ii) has been diagnosed with chronic graft versus host disease following the transplantation; and (iii) steroid treatment is clinically unsuitable as the disease is steroid refractory or the person is steroid‑dependent or steroid‑intolerant; and (b) the person has previously received an extracorporeal photopheresis treatment cycle and had a partial or complete response in at least one organ in response to treatment; and (c) the person requires further extracorporeal photopheresis; and (d) the service is delivered using an integrated, closed extracorporeal photopheresis system; and (e) the service is provided in combination with the use of methoxsalen that is listed on the Pharmaceutical Benefits Scheme; and (f) the service is provided by, or on behalf of, a specialist or consultant physician who: (i) is practising in the speciality of haematology or oncology; and (ii) has experience with allogeneic bone marrow transplantation. Applicable once per treatment session (H)\\n\",\n            \"ScheduleFee\": \"2139.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"8\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2022-03-01\"\n        },\n        {\n            \"ItemNumber\": \"13815\",\n            \"Description\": \"Central vein catheterisation, including under ultrasound guidance where clinically appropriate, by percutaneous or open exposure other than a service to which item 13318 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"132.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1993-07-01\"\n        },\n        {\n            \"ItemNumber\": \"13818\",\n            \"Description\": \"Right heart balloon catheter, insertion of, including pulmonary wedge pressure and cardiac output measurement (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"132.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1993-07-01\"\n        },\n        {\n            \"ItemNumber\": \"13830\",\n            \"Description\": \"Intracranial pressure, monitoring of, by intraventricular or subdural catheter, subarachnoid bolt or similar, by a specialist or consultant physician—each day (H)\\n\",\n            \"ScheduleFee\": \"87.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1993-07-01\"\n        },\n        {\n            \"ItemNumber\": \"13832\",\n            \"Description\": \"Peripheral cannulation, including under ultrasound guidance where clinically appropriate, for veno‑arterial cardiopulmonary extracorporeal life support (H)\\n\",\n            \"ScheduleFee\": \"1028.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2020-03-01\"\n        },\n        {\n            \"ItemNumber\": \"13834\",\n            \"Description\": \"Veno–arterial cardiopulmonary extracorporeal life support, management of—the first day (H)\\n\",\n            \"ScheduleFee\": \"575.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2020-03-01\"\n        },\n        {\n            \"ItemNumber\": \"13835\",\n            \"Description\": \"Veno–arterial cardiopulmonary extracorporeal life support, management of—each day after the first (H)\\n\",\n            \"ScheduleFee\": \"133.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2020-03-01\"\n        },\n        {\n            \"ItemNumber\": \"13837\",\n            \"Description\": \"Veno-venous pulmonary extracorporeal life support, management of—the first day (H)\\n\",\n            \"ScheduleFee\": \"575.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2020-03-01\"\n        },\n        {\n            \"ItemNumber\": \"13838\",\n            \"Description\": \"Veno-venous pulmonary extracorporeal life support, management of—each day after the first (H)\\n\",\n            \"ScheduleFee\": \"133.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2020-03-01\"\n        },\n        {\n            \"ItemNumber\": \"13839\",\n            \"Description\": \"ARTERIAL PUNCTURE and collection of blood for diagnostic purposes\\n\",\n            \"ScheduleFee\": \"26.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1994-05-01\"\n        },\n        {\n            \"ItemNumber\": \"13840\",\n            \"Description\": \"Peripheral cannulation, including under ultrasound guidance where clinically appropriate, for veno-venous pulmonary extracorporeal life support (H)\\n\",\n            \"ScheduleFee\": \"689.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2020-03-01\"\n        },\n        {\n            \"ItemNumber\": \"13842\",\n            \"Description\": \"Intra-arterial cannulation, including under ultrasound guidance where clinically appropriate, for the purpose of intra-arterial pressure monitoring or arterial blood sampling (or both) No separate ultrasound item is payable with this item\\n\",\n            \"ScheduleFee\": \"109.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1994-05-01\"\n        },\n        {\n            \"ItemNumber\": \"13848\",\n            \"Description\": \"Counterpulsation by intra‑aortic balloon‑management, including associated consultations and monitoring of parameters by means of full haemodynamic assessment and management on several occasions on a day—each day (H)\\n\",\n            \"ScheduleFee\": \"182.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-05-01\"\n        },\n        {\n            \"ItemNumber\": \"13851\",\n            \"Description\": \"Ventricular assist device (excluding intravascular microaxial ventricular assist device inserted into the right ventricle), management of, for a patient admitted to an intensive care unit for implantation of the device or for complications arising from implantation or management of the device—first day (H)\\n\",\n            \"ScheduleFee\": \"575.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-05-01\"\n        },\n        {\n            \"ItemNumber\": \"13854\",\n            \"Description\": \"Ventricular assist device (excluding intravascular microaxial ventricular assist device inserted into the right ventricle), management of, for a patient admitted to an intensive care unit, including management of complications arising from implantation or management of the device—each day after the first day (H)\\n\",\n            \"ScheduleFee\": \"133.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-05-01\"\n        },\n        {\n            \"ItemNumber\": \"13857\",\n            \"Description\": \"AIRWAY ACCESS, ESTABLISHMENT OF AND INITIATION OF MECHANICAL VENTILATION (other than in the context of an anaesthetic for surgery), outside an Intensive Care Unit, for the purpose of subsequent ventilatory support in an Intensive Care Unit\\n\",\n            \"ScheduleFee\": \"170.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"13870\",\n            \"Description\": \"(Note: See para T1.8 of Explanatory Notes to this Category for definition of an Intensive Care Unit) MANAGEMENT of a patient in an Intensive Care Unit by a specialist or consultant physician who is immediately available and exclusively rostered for intensive care - including initial and subsequent attendances, electrocardiographic monitoring, arterial sampling and bladder catheterisation - management on the first day (H)\\n\",\n            \"ScheduleFee\": \"422.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-05-01\"\n        },\n        {\n            \"ItemNumber\": \"13873\",\n            \"Description\": \"MANAGEMENT of a patient in an Intensive Care Unit by a specialist or consultant physician who is immediately available and exclusively rostered for intensive care - including all attendances, electrocardiographic monitoring, arterial sampling and bladder catheterisation - management on each day subsequent to the first day (H)\\n\",\n            \"ScheduleFee\": \"313.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-05-01\"\n        },\n        {\n            \"ItemNumber\": \"13876\",\n            \"Description\": \"CENTRAL VENOUS PRESSURE, pulmonary arterial pressure, systemic arterial pressure or cardiac intracavity pressure, continuous monitoring by indwelling catheter in an intensive care unit and managed by a specialist or consultant physician who is immediately available and exclusively rostered for intensive care - once only for each type of pressure on any calendar day (up to a maximum of 4 pressures) (H)\\n\",\n            \"ScheduleFee\": \"89.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"10\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-05-01\"\n        },\n        {\n            \"ItemNumber\": \"13881\",\n            \"Description\": \"AIRWAY ACCESS, ESTABLISHMENT OF AND INITIATION OF MECHANICAL VENTILATION, in an Intensive Care Unit, not in association with any anaesthetic service, by a specialist or consultant physician for the purpose of subsequent ventilatory support (H)\\n\",\n            \"ScheduleFee\": \"170.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2005-11-01\"\n        },\n        {\n            \"ItemNumber\": \"13882\",\n            \"Description\": \"VENTILATORY SUPPORT in an Intensive Care Unit, management of, by invasive means, or by non-invasive means where the only alternative to non-invasive ventilatory support would be invasive ventilatory support, by a specialist or consultant physician who is immediately available and exclusively rostered for intensive care, each day (H)\\n\",\n            \"ScheduleFee\": \"134.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-05-01\"\n        },\n        {\n            \"ItemNumber\": \"13885\",\n            \"Description\": \"CONTINUOUS ARTERIO VENOUS OR VENO VENOUS HAEMOFILTRATION, in an intensive care unit, management by a specialist or consultant physician who is immediately available and exclusively rostered for intensive care - on the first day (H)\\n\",\n            \"ScheduleFee\": \"179.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-05-01\"\n        },\n        {\n            \"ItemNumber\": \"13888\",\n            \"Description\": \"CONTINUOUS ARTERIO VENOUS OR VENO VENOUS HAEMOFILTRATION, in an intensive care unit, management by a specialist or consultant physician who is immediately available and exclusively rostered for intensive care - on each day subsequent to the first day (H)\\n\",\n            \"ScheduleFee\": \"89.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-05-01\"\n        },\n        {\n            \"ItemNumber\": \"13899\",\n            \"Description\": \"Preparation of Goals of Care is provided outside of an intensive care unit. Refer to explanatory note TN.1.11 for further information about Goals of Care attendance Professional attendance, outside an intensive care unit, for at least 60 minutes spent in preparation of goals of care for a gravely ill patient lacking current goals of care, by a specialist in the specialty of intensive care who takes overall responsibility for the preparation of the goals of care for the patient Item 13899 cannot be co-claimed with item 13870 or item 13873 on the same day\\n\",\n            \"ScheduleFee\": \"312.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-03-01\"\n        },\n        {\n            \"ItemNumber\": \"13950\",\n            \"Description\": \"Parenteral administration of one or more antineoplastic agents, including agents used in cytotoxic chemotherapy or monoclonal antibody therapy but not agents used in anti-resorptive bone therapy or hormonal therapy, by or on behalf of a specialist or consultant physician—attendance for one or more episodes of administration Note: The fee for item 13950 contains a component which covers the accessing of a long-term drug delivery device. TN.1.27 refers\\n\",\n            \"ScheduleFee\": \"126.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-11-01\"\n        },\n        {\n            \"ItemNumber\": \"14050\",\n            \"Description\": \"UVA or UVB phototherapy administered in a whole body cabinet or hand and foot cabinet including associated consultations other than the initial consultation, if treatment is initiated and supervised by a specialist in the specialty of dermatology Applicable not more than 150 times in a 12 month period\\n\",\n            \"ScheduleFee\": \"61.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"12\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist dermatologist.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"14100\",\n            \"Description\": \"Laser photocoagulation using laser radiation in the treatment of vascular abnormalities of the head or neck, including any associated consultation, if: (a) the abnormality is visible from 3 metres; and (b) photographic evidence demonstrating the need for this service is documented in the patient notes; to a maximum of 4 sessions (including any sessions to which this item or any of items 14106 to 14118 apply) in any 12 month period (Anaes.)\\n\",\n            \"ScheduleFee\": \"177.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"12\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1995-11-01\"\n        },\n        {\n            \"ItemNumber\": \"14106\",\n            \"Description\": \"Laser photocoagulation using laser radiation in the treatment of vascular malformations, infantile haemangiomas, café au lait macules and naevi of Ota, other than melanocytic naevi (common moles), if the abnormality is visible from 3 metres, including any associated consultation, up to a maximum of 6 sessions (including any sessions to which this item or any of items 14100 to 14118 apply) in any 12 month period—area of treatment less than 150 cm2 (Anaes.)\\n\",\n            \"ScheduleFee\": \"186.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"12\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1995-11-01\"\n        },\n        {\n            \"ItemNumber\": \"14115\",\n            \"Description\": \"Laser photocoagulation using laser radiation in the treatment of vascular malformations, infantile haemangiomas, café au lait macules and naevi of Ota, other than melanocytic naevi (common moles), including any associated consultation, up to a maximum of 6 sessions (including any sessions to which this item or any of items 14100 to 14118 apply) in any 12 month period—area of treatment 150 cm2 to 300 cm2 (Anaes.)\\n\",\n            \"ScheduleFee\": \"299.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"12\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1995-11-01\"\n        },\n        {\n            \"ItemNumber\": \"14118\",\n            \"Description\": \"Laser photocoagulation using laser radiation in the treatment of vascular malformations, infantile haemangiomas, café au lait macules and naevi of Ota, other than melanocytic naevi (common moles), including any associated consultation, up to a maximum of 6 sessions (including any sessions to which this item or any of items 14100 to 14115 apply) in any 12 month period—area of treatment more than 300 cm2 (Anaes.)\\n\",\n            \"ScheduleFee\": \"379.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"12\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1995-11-01\"\n        },\n        {\n            \"ItemNumber\": \"14124\",\n            \"Description\": \"Laser photocoagulation using laser radiation in the treatment of vascular malformations, infantile haemangiomas, café‑au‑lait macules and naevi of Ota, other than melanocytic naevi (common moles), including any associated consultation, if: (a) a seventh or subsequent session (including any sessions to which this item or any of items 14100 to 14118 apply) is indicated in a 12 month period commencing on the day of the first session; and (b) photographic evidence demonstrating the need for this service is documented in the patient notes (Anaes.)\\n\",\n            \"ScheduleFee\": \"177.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"12\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-06-19\"\n        },\n        {\n            \"ItemNumber\": \"14201\",\n            \"Description\": \"POLY-L-LACTIC ACID, one or more injections of, for the initial session only, for the treatment of severe facial lipoatrophy caused by antiretroviral therapy, when prescribed in accordance with the National Health Act 1953 - once per patient\\n\",\n            \"ScheduleFee\": \"276.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"13\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2011-07-01\"\n        },\n        {\n            \"ItemNumber\": \"14202\",\n            \"Description\": \"POLY-L-LACTIC ACID, one or more injections of (subsequent sessions), for the continuation of treatment of severe facial lipoatrophy caused by antiretroviral therapy, when prescribed in accordance with the National Health Act 1953\\n\",\n            \"ScheduleFee\": \"139.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2011-07-01\"\n        },\n        {\n            \"ItemNumber\": \"14203\",\n            \"Description\": \"HORMONE OR LIVING TISSUE IMPLANTATION, by direct implantation involving incision and suture (Anaes.)\\n\",\n            \"ScheduleFee\": \"59.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"14206\",\n            \"Description\": \"Hormone or living tissue implantation—by cannula\\n\",\n            \"ScheduleFee\": \"100.40\",\n            \"ScheduleFeeStartDate\": \"2025-11-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"14212\",\n            \"Description\": \"Intussusception, management of fluid or gas reduction for (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"216.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"14216\",\n            \"Description\": \"Professional attendance on a patient by a psychiatrist, who has undertaken training in Repetitive Transcranial Magnetic Stimulation (rTMS), for treatment mapping for rTMS, if the patient: (a) has not previously received any prior transcranial magnetic stimulation therapy in a public or private setting; and (b) is at least 18 years old; and (c) is diagnosed with a major depressive episode; and (d) has failed to receive satisfactory improvement for the major depressive episode despite the adequate trialling of at least 2 different classes of antidepressant medications, unless contraindicated, and all of the following apply: (i) the patient’s adherence to antidepressant treatment has been formally assessed; (ii) the trialling of each antidepressant medication has been at the recommended therapeutic dose for a minimum of 3 weeks; (iii) where clinically appropriate, the treatment has been titrated to the maximum tolerated therapeutic dose; and (e) has undertaken psychological therapy, if clinically appropriate\\n\",\n            \"ScheduleFee\": \"209.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"13\",\n            \"EligibleAgeRange\": \"18 years or older\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2021-11-01\"\n        },\n        {\n            \"ItemNumber\": \"14217\",\n            \"Description\": \"Repetitive Transcranial Magnetic Stimulation (rTMS) treatment of up to 35 services provided by, or on behalf of, a psychiatrist who has undertaken training in rTMS, if the patient has previously received a service under item 14216—each service up to 35 services\\n\",\n            \"ScheduleFee\": \"179.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2021-11-01\"\n        },\n        {\n            \"ItemNumber\": \"14218\",\n            \"Description\": \"Implanted infusion pump, refilling of reservoir with a therapeutic agent or agents for infusion to the subarachnoid space or accessing the side port to assess catheter patency, with or without pump reprogramming, for the management of chronic pain, including cancer pain\\n\",\n            \"ScheduleFee\": \"114.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1999-03-01\"\n        },\n        {\n            \"ItemNumber\": \"14219\",\n            \"Description\": \"Professional attendance on a patient by a psychiatrist, who has undertaken training in Repetitive Transcranial Magnetic Stimulation (rTMS), for treatment mapping for rTMS, if the patient: (a) is at least 18 years old; and (b) is diagnosed with a major depressive episode; and (c) has failed to receive satisfactory improvement for the major depressive episode despite the adequate trialling of at least 2 different classes of antidepressant medications, unless contraindicated, and all of the following apply: (i) the patient’s adherence to antidepressant treatment has been formally assessed; (ii) the trialling of each antidepressant medication has been at the recommended therapeutic dose for a minimum of 3 weeks; (iii) where clinically appropriate, the treatment has been titrated to the maximum tolerated therapeutic dose; and (d) has undertaken psychological therapy, if clinically appropriate; and (e) has previously received an initial service under item 14217 and the patient: (i) has relapsed after a remission following the initial service; and (ii) has had a satisfactory clinical response to the service under item 14217 (which has been assessed by a validated major depressive disorder tool at least 4 months after receiving that service)\\n\",\n            \"ScheduleFee\": \"209.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"13\",\n            \"EligibleAgeRange\": \"18 years or older\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2021-11-01\"\n        },\n        {\n            \"ItemNumber\": \"14220\",\n            \"Description\": \"Repetitive Transcranial Magnetic Stimulation (rTMS) treatment of up to 15 services provided by, or on behalf of, a psychiatrist who has undertaken training in rTMS, if the patient has previously received: (a) a service under item 14217 (which was not provided in the previous 4 months); and (b) a service under item 14219 Each service up to 15 services\\n\",\n            \"ScheduleFee\": \"179.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"13\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2021-11-01\"\n        },\n        {\n            \"ItemNumber\": \"14221\",\n            \"Description\": \"LONG-TERM IMPLANTED DEVICE FOR DELIVERY OF THERAPEUTIC AGENTS, accessing of, not being a service associated with a service to which item 13950 applies\\n\",\n            \"ScheduleFee\": \"61.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1999-03-01\"\n        },\n        {\n            \"ItemNumber\": \"14224\",\n            \"Description\": \"Electroconvulsive therapy, with or without the use of stimulus dosing techniques, including any electroencephalographic monitoring and associated consultation (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"179.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1999-03-01\"\n        },\n        {\n            \"ItemNumber\": \"14227\",\n            \"Description\": \"IMPLANTED INFUSION PUMP, REFILLING of reservoir, with baclofen, for infusion to the subarachnoid or epidural space, with or without re-programming of a programmable pump, for the management of severe chronic spasticity\\n\",\n            \"ScheduleFee\": \"114.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-05-01\"\n        },\n        {\n            \"ItemNumber\": \"14234\",\n            \"Description\": \"Infusion pump or components of an infusion pump, removal or replacement of, and connection to intrathecal or epidural catheter, and loading of reservoir with baclofen, with or without programming of the pump, for the management of severe chronic spasticity (Anaes.)\\n\",\n            \"ScheduleFee\": \"422.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2020-11-01\"\n        },\n        {\n            \"ItemNumber\": \"14237\",\n            \"Description\": \"Infusion pump or components of an infusion pump, subcutaneous implantation of, and intrathecal or epidural spinal catheter insertion, and connection of pump to catheter, and loading of reservoir with baclofen, with or without programming of the pump, for the management of severe chronic spasticity (Anaes.)\\n\",\n            \"ScheduleFee\": \"769.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2020-11-01\"\n        },\n        {\n            \"ItemNumber\": \"14245\",\n            \"Description\": \"IMMUNOMODULATING AGENT, administration of, by intravenous infusion for at least 2 hours duration - payable once only on the same day and where the agent is provided under section 100 of the Pharmaceutical Benefits Scheme\\n\",\n            \"ScheduleFee\": \"114.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"13\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"14247\",\n            \"Description\": \"Extracorporeal photopheresis for the treatment of erythrodermic stage III‑IVa T4 M0 cutaneous T‑cell lymphoma; if (a) the service is provided in the initial six months of treatment; and (b) the service is delivered using an integrated, closed extracorporeal photopheresis system; and (c) the patient is 18 years old or over; and (d) the patient has received prior systemic treatment for this condition and experienced either disease progression or unacceptable toxicity while on this treatment; and (e) the service is provided in combination with the use of Pharmaceutical Benefits Scheme‑subsidised methoxsalen; and (f) the service is supervised by a specialist or consultant physician in the speciality of haematology. Applicable once per treatment cycle (H)\\n\",\n            \"ScheduleFee\": \"2158.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"13\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"18 years or older\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2020-11-01\"\n        },\n        {\n            \"ItemNumber\": \"14249\",\n            \"Description\": \"Extracorporeal photopheresis for the continuing treatment of erythrodermic stage III‑IVa T4 M0 cutaneous T‑cell lymphoma; if (a) in the preceding 6 months: (i) a service to which item 14247 applies has been provided; and (ii) the patient has demonstrated a response to this service; and (iii) the patient requires further treatment; and (b) the service is delivered using an integrated, closed extracorporeal photopheresis system; and (c) the patient is 18 years old or over; and (d) the service is provided in combination with the use of Pharmaceutical Benefits Scheme‑subsidised methoxsalen; and (e) the service is supervised by a specialist or consultant physician in the speciality of haematology. Applicable once per treatment cycle (H)\\n\",\n            \"ScheduleFee\": \"2158.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"13\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"18 years or older\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2020-11-01\"\n        },\n        {\n            \"ItemNumber\": \"14255\",\n            \"Description\": \"Resuscitation of a patient provided for at least 30 minutes but less than 1 hour, by a specialist in the practice of the specialist’s specialty of emergency medicine at a recognised emergency department of a private hospital, in conjunction with an attendance on the patient by the specialist described in item 5001, 5004, 5011, 5012, 5013, 5014, 5016, 5017 or 5019 (Anaes.)\\n\",\n            \"ScheduleFee\": \"173.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-03-01\"\n        },\n        {\n            \"ItemNumber\": \"14256\",\n            \"Description\": \"Resuscitation of a patient provided for at least 1 hour but less than 2 hours, by a specialist in the practice of the specialist’s specialty of emergency medicine at a recognised emergency department of a private hospital, in conjunction with an attendance on the patient by the specialist described in item 5001, 5004, 5011, 5012, 5013, 5014, 5016, 5017 or 5019 (Anaes.)\\n\",\n            \"ScheduleFee\": \"332.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-03-01\"\n        },\n        {\n            \"ItemNumber\": \"14257\",\n            \"Description\": \"Resuscitation of a patient provided for at least 2 hours, by a specialist in the practice of the specialist’s specialty of emergency medicine at a recognised emergency department of a private hospital, in conjunction with an attendance on the patient by the specialist described in item 5001, 5004, 5011, 5012, 5013, 5014, 5016, 5017 or 5019 (Anaes.)\\n\",\n            \"ScheduleFee\": \"662.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-03-01\"\n        },\n        {\n            \"ItemNumber\": \"14258\",\n            \"Description\": \"Resuscitation of a patient provided for at least 30 minutes but less than 1 hour, by a medical practitioner (except a specialist in the practice of the specialist’s specialty of emergency medicine) at a recognised emergency department of a private hospital, in conjunction with an attendance on the patient by the practitioner described in item 5021, 5022, 5027, 5030, 5031, 5032, 5033, 5035 or 5036 (Anaes.)\\n\",\n            \"ScheduleFee\": \"129.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-03-01\"\n        },\n        {\n            \"ItemNumber\": \"14259\",\n            \"Description\": \"Resuscitation of a patient provided for at least 1 hour but less than 2 hours, by a medical practitioner (except a specialist in the practice of the specialist’s specialty of emergency medicine) at a recognised emergency department of a private hospital, in conjunction with an attendance on the patient by the practitioner described in item 5021, 5022, 5027, 5030, 5031, 5032, 5033, 5035 or 5036 (Anaes.)\\n\",\n            \"ScheduleFee\": \"249.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-03-01\"\n        },\n        {\n            \"ItemNumber\": \"14260\",\n            \"Description\": \"Resuscitation of a patient provided for at least 2 hours, by a medical practitioner (except a specialist in the practice of the specialist’s specialty of emergency medicine) at a recognised emergency department of a private hospital, in conjunction with an attendance on the patient by the practitioner described in item 5021, 5022, 5027, 5030, 5031, 5032, 5033, 5035 or 5036 (Anaes.)\\n\",\n            \"ScheduleFee\": \"497.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-03-01\"\n        },\n        {\n            \"ItemNumber\": \"14263\",\n            \"Description\": \"Minor procedure on a patient by a specialist in the practice of the specialist’s specialty of emergency medicine at a recognised emergency department of a private hospital, in conjunction with an attendance on the patient by the specialist described in item 5001, 5004, 5011, 5012, 5013, 5014, 5016, 5017 or 5019 (Anaes.)\\n\",\n            \"ScheduleFee\": \"60.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-03-01\"\n        },\n        {\n            \"ItemNumber\": \"14264\",\n            \"Description\": \"Procedure (except a minor procedure) on a patient by a specialist in the practice of the specialist’s specialty of emergency medicine at a recognised emergency department of a private hospital, in conjunction with an attendance on the patient by the specialist described in item 5001, 5004, 5011, 5012, 5013, 5014, 5016, 5017 or 5019 (Anaes.)\\n\",\n            \"ScheduleFee\": \"137.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-03-01\"\n        },\n        {\n            \"ItemNumber\": \"14265\",\n            \"Description\": \"Minor procedure on a patient by a medical practitioner (except a specialist in the practice of the specialist’s specialty of emergency medicine) at a recognised emergency department of a private hospital, in conjunction with an attendance on the patient by the practitioner described in item 5021, 5022, 5027, 5030, 5031, 5032, 5033, 5035 or 5036 (Anaes.)\\n\",\n            \"ScheduleFee\": \"45.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-03-01\"\n        },\n        {\n            \"ItemNumber\": \"14266\",\n            \"Description\": \"Procedure (except a minor procedure) on a patient by a medical practitioner (except a specialist in the practice of the specialist’s specialty of emergency medicine) at a recognised emergency department of a private hospital, in conjunction with an attendance on the patient by the practitioner described in item 5021, 5022, 5027, 5030, 5031, 5032, 5033, 5035 or 5036 (Anaes.)\\n\",\n            \"ScheduleFee\": \"102.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-03-01\"\n        },\n        {\n            \"ItemNumber\": \"14270\",\n            \"Description\": \"Management, without aftercare, of all fractures and dislocations suffered by a patient that: (a) is provided by a specialist in the practice of the specialist's specialty of emergency medicine in conjunction with an attendance on the patient by the specialist described in item 5001, 5004, 5011, 5012, 5013, 5014, 5016, 5017 or 5019; and (b) occurs at a recognised emergency department of a private hospital (Anaes.)\\n\",\n            \"ScheduleFee\": \"153.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-03-01\"\n        },\n        {\n            \"ItemNumber\": \"14272\",\n            \"Description\": \"Management, without aftercare, of all fractures and dislocations suffered by a patient that: (a) is provided by a medical practitioner (except a specialist in the practice of the specialist's specialty of emergency medicine) in conjunction with an attendance on the patient by the practitioner described in item 5021, 5022, 5027, 5030, 5031, 5032, 5033, 5035 or 5036; and (b) occurs at a recognised emergency department of a private hospital (Anaes.)\\n\",\n            \"ScheduleFee\": \"115.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-03-01\"\n        },\n        {\n            \"ItemNumber\": \"14277\",\n            \"Description\": \"Application of chemical or physical restraint of a patient by a specialist in the practice of the specialist’s specialty of emergency medicine at a recognised emergency department of a private hospital\\n\",\n            \"ScheduleFee\": \"173.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-03-01\"\n        },\n        {\n            \"ItemNumber\": \"14278\",\n            \"Description\": \"Application of chemical or physical restraint of a patient by a medical practitioner (except a specialist in the practice of the specialist’s specialty of emergency medicine) at a recognised emergency department of a private hospital\\n\",\n            \"ScheduleFee\": \"129.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-03-01\"\n        },\n        {\n            \"ItemNumber\": \"14280\",\n            \"Description\": \"Anaesthesia (whether general anaesthesia or not) of a patient that: (a) is managed by a specialist in the practice of the specialist’s specialty of emergency medicine at a recognised emergency department of a private hospital; and (b) occurs in conjunction with an attendance on the patient that is described in item 5001, 5004, 5011, 5012, 5013, 5014, 5016, 5017, 5019, 5021, 5022, 5027, 5030, 5031, 5032, 5033, 5035 or 5036; and (c) is not anaesthesia provided by a specialist anaesthetist to which an item in Group T7 or T10 applies\\n\",\n            \"ScheduleFee\": \"173.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-03-01\"\n        },\n        {\n            \"ItemNumber\": \"14283\",\n            \"Description\": \"Anaesthesia (whether general anaesthesia or not) of a patient that: (a) is managed by a medical practitioner (except a specialist in the practice of the specialist’s specialty of emergency medicine) at a recognised emergency department of a private hospital; and (b) occurs in conjunction with an attendance on the patient that is described in item 5001, 5004, 5011, 5012, 5013, 5014, 5016, 5017, 5019, 5021, 5022, 5027, 5030, 5031, 5032, 5033, 5035 or 5036; and (c) is not anaesthesia provided by a specialist anaesthetist to which an item in Group T7 or T10 applies\\n\",\n            \"ScheduleFee\": \"129.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-03-01\"\n        },\n        {\n            \"ItemNumber\": \"14285\",\n            \"Description\": \"Emergent intubation, airway management or both of a patient that: (a) is managed by a specialist in the practice of the specialist’s specialty of emergency medicine at a recognised emergency department of a private hospital; and (b) occurs in conjunction with an attendance on the patient that is described in item 5001, 5004, 5011, 5012, 5013, 5014, 5016, 5017, 5019, 5021, 5022, 5027, 5030, 5031, 5032, 5033, 5035 or 5036; and (c) is not anaesthesia provided by a specialist anaesthetist to which an item in Group T7 or T10 applies\\n\",\n            \"ScheduleFee\": \"173.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-03-01\"\n        },\n        {\n            \"ItemNumber\": \"14288\",\n            \"Description\": \"Emergent intubation, airway management or both of a patient that: (a) is managed by a medical practitioner (except a specialist in the practice of the specialist’s specialty of emergency medicine) at a recognised emergency department of a private hospital; and (b) occurs in conjunction with an attendance on the patient that is described in item 5001, 5004, 5011, 5012, 5013, 5014, 5016, 5017, 5019, 5021, 5022, 5027, 5030, 5031, 5032, 5033, 5035 or 5036; and (c) is not anaesthesia provided by a specialist anaesthetist to which an item in Group T7 or T10 applies\\n\",\n            \"ScheduleFee\": \"129.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T1\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-03-01\"\n        },\n        {\n            \"ItemNumber\": \"15900\",\n            \"Description\": \"Breast, malignant tumour, targeted intraoperative radiation therapy, using an Intrabeam® or Xoft® Axxent® device, delivered at the time of breast‑conserving surgery (partial mastectomy or lumpectomy) for a patient who: (a) is 45 years of age or over; and (b) has a T1 or small T2 (less than or equal to 3 cm in diameter) primary tumour; and (c) has a histologic grade 1 or 2 tumour; and (d) has an oestrogen‑receptor positive tumour; and (e) has a node negative malignancy; and (f) is suitable for wide local excision of a primary invasive ductal carcinoma that was diagnosed as unifocal on conventional examination and imaging; and (g) has no contra‑indications to breast irradiation Applicable once per breast per lifetime (H)\\n\",\n            \"ScheduleFee\": \"291.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T2\",\n            \"SubGroup\": \"10\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"45 years or older\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2015-09-01\"\n        },\n        {\n            \"ItemNumber\": \"15902\",\n            \"Description\": \"Megavoltage planning—level 1.1 Simple complexity single‑field radiation therapy simulation and dosimetry for treatment planning, without imaging for field setting, if: (a) all of the following apply in relation to the simulation: (i) the simulation is to one site; (ii) localisation is based on clinical mark‑up and image‑based simulation is not required; (iii) patient set‑up and immobilisation techniques are suitable for two‑dimensional radiation therapy treatment, with wide margins and allowance for movement; and (b) all of the following apply in relation to the dosimetry: (i) the planning process is required to deliver a prescribed dose to a point, either at depth or on the surface of the patient; (ii) based on review and assessment by a radiation oncologist, the planning process does not require the differential of dose between target, organs at risk and normal tissue dose; (iii) delineation of structures is not possible or required, and field borders will delineate the treatment volume; (iv) doses are calculated in reference to a point, either at depth or on the surface of the patient, from tables, charts or data from a treatment planning system Applicable once per course of treatment\\n\",\n            \"ScheduleFee\": \"742.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T2\",\n            \"SubGroup\": \"11\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"15904\",\n            \"Description\": \"Megavoltage planning—level 1.2 Simple complexity radiation therapy simulation and dosimetry for treatment planning, with imaging for field setting, if: (a) all of the following apply in relation to the simulation: (i) treatment set‑up and technique specifications are in preparation for two‑dimensional radiation therapy dose planning; (ii) patient set‑up and immobilisation techniques are suitable for two‑dimensional radiation therapy treatment where interfraction reproducibility is required; (iii) imaging datasets are acquired for the relevant region of interest to be planned; and (b) all of the following apply in relation to the dosimetry: (i) the two‑dimensional planning process is required to calculate dose to a volume, however a dose‑volume histogram is not required to complete the planning process; (ii) based on review and assessment by a radiation oncologist, the two‑dimensional planning process is not required to maximise the differential between target dose and normal tissue dose; (iii) the target (which may include gross, clinical and planning targets as a composite structure or field border outline), as defined in the prescription, is rendered as a two‑dimensional structure as field borders or a volume; (iv) organs at risk are delineated if required, and assessment of dose to these structures is derived from dose point calculations, rather than full calculation and inclusion in a dose‑volume histogram; (v) dose calculations are calculated using a specialised algorithm, with prescription and plan details approved and recorded with the plan Applicable once per course of treatment\\n\",\n            \"ScheduleFee\": \"1088.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T2\",\n            \"SubGroup\": \"11\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"15906\",\n            \"Description\": \"Megavoltage planning—level 2.1 Three‑dimensional radiation therapy simulation and dosimetry for treatment planning, without motion management, if: (a) all of the following apply in relation to the simulation: (i) treatment set‑up and technique specifications are in preparation for three‑dimensional planning without consideration of motion management; (ii) patient set‑up and immobilisation techniques are reproducible for treatment; (iii) a high‑quality dataset is acquired in treatment position for the relevant region of interest to be planned and treated with image verification; and (b) all of the following apply in relation to the dosimetry: (i) the three‑dimensional planning process is required to calculate dose to three‑dimensional volume structures and requires a dose‑volume histogram to complete the planning process; (ii) based on review and assessment by a radiation oncologist, the three‑dimensional planning process is required to optimise the differential between target dose and normal tissue dose; (iii) the planning target volume is rendered as a three‑dimensional structure on planning outputs (three‑dimensional plan review, three‑planar sections review or dose‑volume histogram); (iv) organs at risk are delineated, and assessment of dose to these structures is derived from calculation and inclusion in a dose‑volume histogram Applicable once per course of treatment\\n\",\n            \"ScheduleFee\": \"1678.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T2\",\n            \"SubGroup\": \"11\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"15908\",\n            \"Description\": \"Megavoltage planning—level 2.2 Three‑dimensional radiation therapy simulation and dosimetry for treatment planning with motion management, if: (a) all of the following apply in relation to the simulation: (i) treatment set‑up and technique specifications are in preparation for complex three‑dimensional planning with consideration of motion management; (ii) patient set‑up and immobilisation techniques are reproducible for treatment; (iii) a high‑quality three‑dimensional or four‑dimensional image volume dataset is acquired in treatment position for the relevant region of interest to be planned and treated with image verification; and (b) all of the following apply in relation to the dosimetry: (i) the three‑dimensional planning process is required to calculate dose to three‑dimensional volume structures (which must include structures moving with physiologic processes) and requires a dose‑volume histogram to complete the planning process; (ii) based on review and assessment by a radiation oncologist, the three‑dimensional planning process is required to optimise the differential between target dose and normal tissue dose; (iii) the planning target volume is rendered as a three‑dimensional structure on planning outputs (three‑dimensional plan review, three‑planar sections review or dose‑volume histogram); (iv) organs at risk are delineated, and assessment of dose to these structures is derived from full calculation and inclusion in a dose‑volume histogram Applicable once per course of treatment\\n\",\n            \"ScheduleFee\": \"2712.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T2\",\n            \"SubGroup\": \"11\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"15910\",\n            \"Description\": \"Megavoltage planning—level 3.1 Standard intensity modulated radiation therapy (IMRT) simulation and dosimetry for treatment planning, if: (a) all of the following apply in relation to the simulation: (i) treatment set‑up and technique specifications are in preparation for single‑dose level IMRT planning without motion management; (ii) patient set‑up and immobilisation techniques are suitable for image volume data acquisition and reproducible IMRT treatment; (iii) a high‑quality three‑dimensional image volume dataset is acquired in treatment position for the relevant region of interest to be planned and treated with image verification; and (b) all of the following apply in relation to the dosimetry: (i) the IMRT planning process is required to calculate dose to a single‑dose level volume structure and requires a dose‑volume histogram to complete the planning process; (ii) based on review and assessment by a radiation oncologist, the IMRT planning process optimises the differential between target dose, organs at risk and normal tissue dose; (iii) all relevant gross tumour volumes, clinical target volumes, planning target volumes and organs at risk are rendered as volumes and nominated with planning dose objectives; (iv) organs at risk are nominated as planning dose constraints; (v) dose calculations and dose‑volume histograms are generated in an inverse planned process using a specialised algorithm, with prescription and plan details approved and recorded with the plan; (vi) a three‑dimensional image volume dataset is used for the relevant region to be planned and treated with image verification Applicable once per course of treatment\\n\",\n            \"ScheduleFee\": \"4242.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T2\",\n            \"SubGroup\": \"11\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"15912\",\n            \"Description\": \"Megavoltage re‑planning—level 3.1 Additional dosimetry plan for re‑planning of standard intensity modulated radiation therapy (IMRT) treatment, if: (a) an initial treatment plan described in item 15910 or 15914 has been prepared; and (b) treatment adjustments to the initial plan are inadequate to satisfy treatment protocol requirements Applicable once per course of treatment\\n\",\n            \"ScheduleFee\": \"2121.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T2\",\n            \"SubGroup\": \"11\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"15914\",\n            \"Description\": \"Megavoltage planning—level 3.2 Complex intensity modulated radiation therapy (IMRT) simulation and dosimetry for treatment planning, if (a) all of the following apply in relation to the simulation: (i) treatment set‑up and technique specifications are in preparation for multiple‑dose level IMRT planning or single‑dose level IMRT planning requiring motion management; (ii) patient set‑up and immobilisation techniques are suitable for image volume data acquisition and reproducible IMRT treatment; (iii) a high‑quality three‑dimensional or four‑dimensional volume dataset is acquired in treatment position for the relevant region of interest to be planned and treated with image verification; and (b) all of the following apply in relation to the dosimetry: (i) the IMRT planning process is required to calculate dose to multiple‑dose level volume structures or single‑dose level volume structures (including structures moving with physiologic processes or requiring precise positioning with respect to beam edges) and requires a dose‑volume histogram to complete the planning process; (ii) based on review and assessment by a radiation oncologist, the IMRT planning process optimises the differential between target dose, organs at risk and normal tissue dose; (iii) all relevant gross tumour targets, clinical target volumes, planning target volumes, internal target volumes and organs at risk are rendered and nominated with planning dose objectives; (iv) organs at risk are nominated as planning dose constraints; (v) dose calculations and dose‑volume histograms are generated in an inverse planned process using a specialised algorithm, with prescription and plan details approved and recorded with the plan; (vi) a three‑dimensional or four‑dimensional image volume dataset is used for the relevant region to be planned and treated, with image verification for a multiple‑dose level IMRT planning or single‑dose level IMRT planning requiring motion management Applicable once per course of treatment\\n\",\n            \"ScheduleFee\": \"6096.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T2\",\n            \"SubGroup\": \"11\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"15916\",\n            \"Description\": \"Megavoltage re‑planning—level 3.2 Additional dosimetry plan for re‑planning of complex intensity modulated radiation therapy (IMRT) treatment, if: (a) an initial treatment plan described in item 15910 or 15914 has been prepared; and (b) treatment adjustments to the initial plan are inadequate to satisfy treatment protocol requirements Applicable once per course of treatment\\n\",\n            \"ScheduleFee\": \"3048.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T2\",\n            \"SubGroup\": \"11\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"15918\",\n            \"Description\": \"Megavoltage planning—level 4 Intracranial stereotactic radiation therapy (SRT) simulation and dosimetry for treatment planning, if: (a) all of the following apply in relation to the simulation: (i) treatment set‑up and technique specifications are in preparation for multiple non‑coplanar, rotational or fixed beam stereotactic delivery; (ii) precise personalised patient set‑up and immobilisation techniques are suitable for reliable imaging acquisition and reproducible SRT small‑field and ablative treatments; (iii) a high‑quality three‑dimensional image volume dataset is acquired in treatment position for the intracranial lesions to be planned and treated and verified; and (b) all of the following apply in relation to the dosimetry: (i) the planning process is required to calculate dose to single or multiple target structures and requires a dose‑volume histogram to complete the planning process; (ii) based on review and assessment by a radiation oncologist, the planning process maximises the differential between target dose, organs at risk and normal tissue dose; (iii) all relevant gross tumour volumes, clinical target volumes, planning target volumes and organs at risk are rendered and nominated with planning dose objectives; (iv) organs at risk are nominated as planning dose constraints; (v) dose calculations and dose‑volume histograms are generated using a validated stereotactic‑type algorithm, with prescription and plan details approved and recorded with the plan Applicable once per course of treatment\\n\",\n            \"ScheduleFee\": \"6836.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T2\",\n            \"SubGroup\": \"11\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"15920\",\n            \"Description\": \"Megavoltage planning—level 4 Stereotactic body radiation therapy (SBRT) simulation and dosimetry for treatment planning, if: (a) all of the following apply in relation to the simulation: (i) treatment set‑up and technique specifications are in preparation for inverse planning with multiple non‑coplanar, rotational or fixed beam stereotactic delivery or intensity modulated radiation therapy (IMRT) stereotactic delivery; (ii) personalised patient set‑up and immobilisation techniques are suitable for reliable imaging acquisition and reproducible, including techniques to minimise motion of organs at risk and targets; (iii) small‑field and ablative treatment is used; (iv) a high‑quality three‑dimensional or four‑dimensional image volume dataset is acquired in treatment position for the relevant region of interest to be planned, treated and verified (through daily planar or volumetric image guidance strategies); and (b) all of the following apply in relation to the dosimetry: (i) the planning process is required to calculate dose to single or multiple target structures and requires a dose‑volume histogram to complete the planning process; (ii) based on review and assessment by a radiation oncologist, the planning process maximises the differential between target dose, organs at risk and normal tissue dose; (iii) all relevant gross tumour volumes, clinical target volumes, planning target volumes and organs at risk are rendered and nominated with planning dose objectives; (iv) organs at risk are nominated as planning dose constraints; (v) dose calculations and dose‑volume histograms are generated using a validated stereotactic‑type algorithm, with prescription and plan details approved and recorded with the plan Applicable once per course of treatment\\n\",\n            \"ScheduleFee\": \"6836.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T2\",\n            \"SubGroup\": \"11\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"15922\",\n            \"Description\": \"Megavoltage re‑planning—level 4 Additional dosimetry plan for re‑planning of intracranial stereotactic radiation therapy (SRT) or stereotactic body radiation therapy (SBRT) treatment, if: (a) an initial treatment plan at a level that is equivalent to or higher than that described in item 15918 or 15920 has been prepared; and (b) treatment adjustments to the initial plan are inadequate to satisfy treatment protocol requirements Applicable once per course of treatment\\n\",\n            \"ScheduleFee\": \"3418.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T2\",\n            \"SubGroup\": \"11\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"15924\",\n            \"Description\": \"Megavoltage planning—level 5 Specialised radiation therapy simulation and dosimetry for treatment planning, if both of the following apply in relation to the simulation: (a) treatment set‑up and technique specifications are in preparation for a specialised case with general anaesthetic or sedation supervised by an anaesthetist; (b) a high‑quality three‑dimensional or four‑dimensional image volume dataset is acquired in treatment position for the relevant region of interest to be planned and treated with image verification Applicable once per course of treatment (Anaes.)\\n\",\n            \"ScheduleFee\": \"7215.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T2\",\n            \"SubGroup\": \"11\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"15926\",\n            \"Description\": \"Megavoltage planning—level 5 Specialised radiation therapy simulation and dosimetry for treatment planning, if: (a) all of the following apply in relation to the simulation: (i) treatment set‑up and technique specifications are in preparation for a specialised application such as total skin electron therapy (TSE) or total body irradiation (TBI); (ii) reproducible personalised patient set‑up and immobilisation techniques are suitable to implement three‑dimensional radiation therapy, intensity modulated radiation therapy (IMRT) (including multiple non‑coplanar, rotational or fixed beam treatment delivery) or a specialised total body treatment delivery method; (iii) a specialised dataset of anatomical dimensions is acquired in the treatment position for TSE or TBI; and (b) all of the following apply in relation to the dosimetry: (i) total TSE, TBI, IMRT or multiple non‑coplanar, rotational or fixed beam treatment is used; (ii) the final dosimetry plan is validated by a radiation therapist and a medical physicist, using quality assurance processes; (iii) the final dosimetry plan is approved, prior to treatment delivery, by a radiation oncologist Applicable once per course of treatment\\n\",\n            \"ScheduleFee\": \"7215.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T2\",\n            \"SubGroup\": \"11\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"15928\",\n            \"Description\": \"Megavoltage re‑planning—level 5 Additional dosimetry plan for re‑planning of specialised radiation therapy if: (a) an initial treatment plan described in 15924 or 15926 has been prepared; and (b) treatment adjustments to the initial plan are inadequate to satisfy treatment protocol requirements Applicable once per course of treatment (Anaes.)\\n\",\n            \"ScheduleFee\": \"3607.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T2\",\n            \"SubGroup\": \"11\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"15930\",\n            \"Description\": \"Megavoltage treatment—level 1.1 Radiation therapy for simple, single‑field treatment (including electron beam treatments), if: (a) the treatment does not use imaging for field setting; and (b) the treatment is delivered using a device that is included in the Australian Register of Therapeutic Goods; and (c) the treatment is delivered to implement a one‑dimensional plan; and (d) a two‑dimensional single‑field treatment delivery mode is utilised Applicable up to twice per plan per day\\n\",\n            \"ScheduleFee\": \"93.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T2\",\n            \"SubGroup\": \"11\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"15932\",\n            \"Description\": \"Megavoltage treatment—level 1.2 Radiation therapy and image verification for simple treatment, with imaging for field setting, if: (a) the treatment is delivered using a device that is included in the Australian Register of Therapeutic Goods; and (b) image‑guided radiation therapy (IGRT) imaging is used to implement a two‑dimensional plan, and (c) two‑dimensional treatment is delivered; and (d) image verification decisions and actions are documented in the patient’s record Applicable up to twice per plan per day\\n\",\n            \"ScheduleFee\": \"116.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T2\",\n            \"SubGroup\": \"11\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"15934\",\n            \"Description\": \"Megavoltage treatment—level 2.1 Radiation therapy and image verification for three‑dimensional treatment, without motion management, if: (a) the treatment is delivered using a device that is included in the Australian Register of Therapeutic Goods; and (b) image‑guided radiation therapy (IGRT) imaging is used to implement a standard three‑dimensional plan; and (c) three‑dimensional treatment is delivered; and (d) image verification decisions and actions are documented in the patient’s record Applicable up to twice per plan per day\\n\",\n            \"ScheduleFee\": \"262.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T2\",\n            \"SubGroup\": \"11\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"15936\",\n            \"Description\": \"Megavoltage treatment—level 2.2 Radiation therapy and image verification for three‑dimensional treatment, if: (a) the treatment is delivered using a device that is included in the Australian Register of Therapeutic Goods; and (b) image‑guided radiation therapy (IGRT) imaging is used to implement a complex three‑dimensional plan; and (c) complex three‑dimensional treatment is delivered with management of motion; and (d) image decisions and actions are documented in the patient’s record Applicable up to twice per plan per day\\n\",\n            \"ScheduleFee\": \"285.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T2\",\n            \"SubGroup\": \"11\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"15938\",\n            \"Description\": \"Megavoltage treatment—level 3.1 Standard single‑dose level intensity modulated radiation therapy (IMRT) treatment and image verification, without motion management, if: (a) the treatment is delivered using a device that is included in the Australian Register of Therapeutic Goods; and (b) image‑guided radiation therapy (IGRT) imaging is used to implement an IMRT plan described in item 15910 or 15914 Applicable up to twice per plan per day\\n\",\n            \"ScheduleFee\": \"285.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T2\",\n            \"SubGroup\": \"11\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"15940\",\n            \"Description\": \"Megavoltage treatment—level 3.2 Complex multiple‑dose level intensity modulated radiation therapy (IMRT) treatment, or single‑dose level IMRT treatment requiring motion management, and image verification, if: (a) the treatment is delivered using a device that is included in the Australian Register of Therapeutic Goods; and (b) image‑guided radiation therapy (IGRT) imaging is used (with motion management functionality if required) to implement an IMRT plan described in item 15910 or 15914; and (c) radiation field positioning requires accurate dose delivery to the target; and (d) image decisions and actions are documented in the patient’s record Applicable up to twice per plan per day\\n\",\n            \"ScheduleFee\": \"313.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T2\",\n            \"SubGroup\": \"11\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"15942\",\n            \"Description\": \"Megavoltage treatment—level 4 Intracranial stereotactic radiation therapy treatment and image verification, if: (a) the treatment is delivered using a device that is included in the Australian Register of Therapeutic Goods; and (b) image‑guided radiation therapy (IGRT) or minimally invasive stereotactic frame localisation is used to implement an intracranial stereotactic treatment plan at a level described in item 15918; and (c) radiation field positioning requires accurate dose delivery to the target; and (d) image decisions and actions are documented in the patient’s record Applicable once per day\\n\",\n            \"ScheduleFee\": \"808.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T2\",\n            \"SubGroup\": \"11\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"15944\",\n            \"Description\": \"Megavoltage treatment—level 4 Stereotactic body radiation therapy (SBRT) treatment and image verification, if: (a) the treatment is delivered using a device that is included in the Australian Register of Therapeutic Goods; and (b) image‑guided radiation therapy (IGRT) is used (with motion management functionality if required) to implement a stereotactic body radiation therapy plan at a level described in item 15920; and (c) radiation field positioning requires accurate dose delivery to the target; and (d) image decisions and actions are documented in the patient’s record Applicable once per day\\n\",\n            \"ScheduleFee\": \"808.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T2\",\n            \"SubGroup\": \"11\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"15946\",\n            \"Description\": \"Megavoltage treatment—level 5 Specialised radiation therapy treatment and verification, if: (a) the treatment is delivered using a device that is included in the Australian Register of Therapeutic Goods; and (b) a specialised technique is used to implement a treatment plan with general anaesthetic or sedation supervised by an anaesthetist Applicable once per plan per day\\n\",\n            \"ScheduleFee\": \"929.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T2\",\n            \"SubGroup\": \"11\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"15948\",\n            \"Description\": \"Megavoltage treatment—level 5Specialised radiation therapy treatment and verification, if: (a) the treatment is delivered using a device that is included in the Australian Register of Therapeutic Goods; and (b) a specialised technique, such as total skin electron therapy (TSE) or total body irradiation (TBI), is used to implement a treatment plan described in item 15926 Applicable up to twice per day\\n\",\n            \"ScheduleFee\": \"929.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T2\",\n            \"SubGroup\": \"11\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"15950\",\n            \"Description\": \"Kilovoltage planning Simple complexity single‑field radiation therapy simulation and dosimetry for treatment planning without imaging for field setting, if: (a) both of the following apply in relation to the simulation: (i) localisation is based on clinical mark‑up and image‑based simulation is not required; (ii) patient set‑up and immobilisation techniques are suitable for two‑dimensional radiation therapy treatment, with wide margins and allowance for movement; and (b) all of the following apply in relation to the dosimetry: (i) the planning process is required to deliver a prescribed dose to a point, either at depth or on the surface of the patient; (ii) based on review and assessment by a radiation oncologist, the planning process does not require the differential of dose between target, organs at risk and normal tissue dose; (iii) delineation of structures is not possible or required, and field borders will delineate the treatment volume; (iv) doses are calculated in reference to a point, either at depth or on the surface of the patient, from tables, charts or data from a treatment planning system Applicable once per course of treatment\\n\",\n            \"ScheduleFee\": \"208.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T2\",\n            \"SubGroup\": \"12\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"15952\",\n            \"Description\": \"Delivery of kilovoltage radiation therapy (50 kV to 500 kV range) to one anatomical site (excluding orbital structures where there is placement of an internal eye shield)\\n\",\n            \"ScheduleFee\": \"56.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T2\",\n            \"SubGroup\": \"12\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"15954\",\n            \"Description\": \"Delivery of kilovoltage radiation therapy (50 kV to 500 kV range) to each additional anatomical site following delivery to one anatomical site treated under item 15952 (excluding orbital structures where there is placement of an internal eye shield)\\n\",\n            \"ScheduleFee\": \"22.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T2\",\n            \"SubGroup\": \"12\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"15956\",\n            \"Description\": \"Delivery of kilovoltage radiation therapy (50 kV to 500 kV range) to orbital structures where there is placement of an internal eye shield\\n\",\n            \"ScheduleFee\": \"69.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T2\",\n            \"SubGroup\": \"12\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"15958\",\n            \"Description\": \"Simple placement or insertion of any of the following kinds of brachytherapy device, without image guidance: (a) intracavitary vaginal cylinder, vaginal ovoids, vaginal ring or vaginal mould; (b) surface mould or applicator, with catheters fixed to or embedded into mould or applicator, on external surface of body; including the removal of applicators, catheters or needles\\n\",\n            \"ScheduleFee\": \"108.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T2\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"15960\",\n            \"Description\": \"Complex construction and manufacture of a personalised brachytherapy applicator or mould, derived from three-dimensional image volume datasets, including the removal of applicators, catheters or needles\\n\",\n            \"ScheduleFee\": \"150.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T2\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"15962\",\n            \"Description\": \"Complex insertion of any of the following kinds of brachytherapy device, with image guidance and if a radiation oncologist is in attendance at the initiation of the service: (a) intrauterine tubes with or without ovoids, ring or cylinder; (b) endocavity applicators; (c) intraluminal catheters for treatment of bronchus, trachea, oesophagus, nasopharynx, bile duct; (d) endovascular catheters for treatment of vessels; including the removal of applicators, catheters or needles (Anaes.)\\n\",\n            \"ScheduleFee\": \"326.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T2\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"15964\",\n            \"Description\": \"Complex insertion and removal of hybrid intracavitary and interstitial brachytherapy applicators, or intracavitary and multi catheter applicators, with image guidance and if a radiation oncologist is in attendance at the initiation of the service (Anaes.)\\n\",\n            \"ScheduleFee\": \"435.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T2\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"15966\",\n            \"Description\": \"Complex insertion of any of the following kinds of interstitial brachytherapy implants not requiring surgical exposure, with image guidance, and if a radiation oncologist is in attendance during the service: (a) catheters or needles for temporary implants; (b) radioactive sources for permanent implants; (c) breast applicators, single channel and multi‑channel strut devices; including the removal of applicators, catheters or needles (Anaes.)\\n\",\n            \"ScheduleFee\": \"544.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T2\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"15968\",\n            \"Description\": \"Complex insertion of any of the following interstitial brachytherapy implants requiring surgical exposure (other than a service to which item 15900 applies), if a radiation oncologist is in attendance at the initiation of the service: (a) catheters, needles or applicators to a region requiring surgical exposure; (b) radioactive sources for permanent implants; (c) surface moulds during intraoperative brachytherapy; (d) plastic catheters or stainless steel needles, requiring surgical exposure; including implantation and removal of applicators, catheters or needles (Anaes.)\\n\",\n            \"ScheduleFee\": \"853.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T2\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"15970\",\n            \"Description\": \"Simple level dosimetry for brachytherapy plans prescribed to surface or depth from catheter and library plans, if: (a) the planning process is required to deliver a prescribed dose to a three‑dimensional volume, and relative to a single line or multiple channel delivery applicator; and (b) the planning process does not require the differential of dose between the target, organs at risk and normal tissue dose; and (c) delineation of structures is not required; and (d) dose calculations are performed in reference to the surface or a point at depth (two‑dimensional plan) from tables, charts or data from a treatment planning system library plan\\n\",\n            \"ScheduleFee\": \"141.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T2\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"15972\",\n            \"Description\": \"Simple level dosimetry re‑planning of an initial brachytherapy plan described in item 15970 if treatment adjustments to that initial plan are inadequate to satisfy treatment protocol requirements\\n\",\n            \"ScheduleFee\": \"70.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T2\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"15974\",\n            \"Description\": \"Intermediate level dosimetry calculated on a volumetric dataset for intracavitary or intraluminal or endocavity applicators, for brachytherapy plans that have three‑dimensional image datasets acquired as part of simulation, if: (a) the planning process is required to deliver the prescribed dose to a three‑dimensional volume, and relative to multiple line for channel delivery applicators (excluding interstitial catheters and needles and multi‑catheter devices); and (b) based on review and assessment by a radiation oncologist, the planning process requires the differential of dose between target, organs at risk and normal tissue dose using avoidance strategies (which include placement of sources and/or dwell‑times or tissue packing); and (c) delineation of structures is required as part of the planning process to produce a dose‑volume histogram integral to the avoidance strategies; and (d) dose calculations are performed on a personalised basis, which must include three‑dimensional dose calculation to target and organ‑at‑risk volumes; and (e) dose calculations and the dose‑volume histogram are approved and recorded with the plan\\n\",\n            \"ScheduleFee\": \"950.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T2\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"15976\",\n            \"Description\": \"Intermediate level dosimetry re‑planning of an initial brachytherapy plan described in item 15974 if treatment adjustments to that initial plan are inadequate to satisfy treatment protocol requirements\\n\",\n            \"ScheduleFee\": \"475.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T2\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"15978\",\n            \"Description\": \"Complex level dosimetry for brachytherapy plans that contain multiple needles, catheters or radiation sources, calculated on the three‑dimensional volumetric dataset, if: (a) the planning process is required to deliver a prescribed dose to a target volume relative to multiple channel delivery applicators, needles or catheters or radiation sources; and (b) based on review and assessment by a radiation oncologist, the planning process requires the differential of doses between the target, organs at risk and normal tissue dose using avoidance strategies (which include the placement of sources and/or dwell times or tissue packing; and (c) delineation of structures is required as part of the planning process, in order to produce a dose‑volume histogram to review and assess the plan; and (d) dose calculations are performed on a personalised basis, which must include three‑dimensional dose calculation to target and organ at risk volumes; and (e) dose calculations and the dose‑volume histogram are approved and recorded with the plan\\n\",\n            \"ScheduleFee\": \"1103.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T2\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"15980\",\n            \"Description\": \"Complex level dosimetry re‑planning of an initial brachytherapy plan described in item 15978 if treatment adjustments to the initial plan are inadequate to satisfy treatment protocol requirements\\n\",\n            \"ScheduleFee\": \"552.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T2\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"15982\",\n            \"Description\": \"Brachytherapy treatment, if: (a) the service is performed by radiation therapists and medical physicists; and (b) a radiation oncologist is in attendance during the service; and (c) the treatment is to implement a brachytherapy treatment plan described in any of items 15970, 15972, 15974, 15976, 15978 and 15980\\n\",\n            \"ScheduleFee\": \"413.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T2\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"15984\",\n            \"Description\": \"Verification of position of brachytherapy applicators, needles, catheters or radioactive sources, if: (a) a two‑dimensional or three‑dimensional volumetric image set, or a validated in‑vivo dosimetry measurement, is required to facilitate an adjustment to the applicators, needles, catheters or dosimetry plan; and (b) decisions using the acquired images are based on action algorithms and enacted immediately prior to, or during, treatment, where treatment is preceded by manipulation or adjustment of delivery applicator or adjustment of the dosimetry plan; and (c) the service is associated with a service to which any of the following items apply: (i) items 15958 to 15968; (ii) item 15982\\n\",\n            \"ScheduleFee\": \"152.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T2\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"15990\",\n            \"Description\": \"Proton beam dosimetry, and proton-photon comparative plan reporting, to assess eligibility for proton beam therapy via the Medical Treatment Overseas Program if: (a) proton planning is required to calculate dose to single or multiple-target structures and requires a dose-volume histogram to complete the planning process; and (b) the proton planning process optimises the differential between target dose, organs at risk, and normal tissue dose, based on review and assessment by a radiation oncologist; and (c) all relevant gross tumour volumes, clinical target volumes and organs at risk are rendered as volumes and nominated with planning dose objectives; and (d) organs at risk are nominated as planning dose constraints; and (e) dose calculations and dose-volume histograms are generated in an inverse planned process, using a specialised calculation algorithm, with prescription and plan details approved and recorded with the plan; and (f) a three-dimensional or four-dimensional image volume dataset is used for the relevant region to be planned and verified; and (g) the final proton dosimetry plan is: (i) validated by a radiation therapist and a medical physicist, using quality assurance processes; and (ii) approved by the radiation oncologist; and (h) a proton-photon comparative plan report is generated; and (i) the service is bulk-billed\\n\",\n            \"ScheduleFee\": \"7532.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T2\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"16003\",\n            \"Description\": \"Intra-cavitary administration of a therapeutic dose of Yttrium 90 (not including preliminary paracentesis and other than a service to which item 35404, 35406 or 35408 applies or a service associated with selective internal radiation therapy) (Anaes.)\\n\",\n            \"ScheduleFee\": \"1655.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T3\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"16006\",\n            \"Description\": \"Administration of a therapeutic dose of Iodine 131 for thyroid cancer by single dose technique\\n\",\n            \"ScheduleFee\": \"1115.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T3\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"16009\",\n            \"Description\": \"Administration of a therapeutic dose of Iodine 131 for thyrotoxicosis by single dose technique\\n\",\n            \"ScheduleFee\": \"540.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T3\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"16012\",\n            \"Description\": \"Intravenous administration of a therapeutic dose of Phosphorous 32\\n\",\n            \"ScheduleFee\": \"3105.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T3\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"16015\",\n            \"Description\": \"Administration of Strontium 89 for the relief of bone pain due to skeletal metastases (as indicated by a positive bone scan), if systemic antineoplastic therapy is unavailable or has failed to control the patient’s disease and either: a) the disease is poorly controlled by conventional radiotherapy; or b) conventional radiotherapy is inappropriate, due to the wide distribution of sites of bone pain.\\n\",\n            \"ScheduleFee\": \"4766.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T3\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-05-01\"\n        },\n        {\n            \"ItemNumber\": \"16018\",\n            \"Description\": \"Administration of 153 Sm-lexidronam for the relief of bone pain due to skeletal metastases (as indicated by a positive bone scan), if systemic antineoplastic therapy is unavailable or has failed to control the patient’s disease, and: a) the disease is poorly controlled by conventional radiotherapy; or b) conventional radiotherapy is inappropriate, due to the wide distribution of sites of bone pain.\\n\",\n            \"ScheduleFee\": \"5128.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T3\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1999-12-22\"\n        },\n        {\n            \"ItemNumber\": \"16050\",\n            \"Description\": \"Administration of Lutetium 177 PSMA, followed within 36 hours by whole body Lu-PSMA SPECT, for treatment of a patient with metastatic castrate resistant prostate cancer who is: (a) PSMA-positive as determined by PSMA PET (defined as SUVmax &gt;15 at a single site of disease and SUVmax &gt;10 at all sites of measurable disease) after disease progression and (b) prior treatment includes at least one taxane chemotherapy and at least one androgen receptor signalling inhibitor. Applicable once per cycle, up to a maximum of 2 cycles in the initial treatment phase.\\n\",\n            \"ScheduleFee\": \"8000.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T3\",\n            \"SubGroup\": \"2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"16055\",\n            \"Description\": \"Administration of Lutetium 177 PSMA, followed within 36 hours by whole body Lu-PSMA SPECT, for treatment of a patient with metastatic castrate resistant prostate cancer, if:(a) a service to which item 16050 applies has been provided; and(b) the patient has not developed disease progression while receiving Lutetium 177 PSMA for this condition. Applicable once per cycle, up to a maximum of 4 cycles in the continuing treatment phase.\\n\",\n            \"ScheduleFee\": \"8000.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T3\",\n            \"SubGroup\": \"2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"16060\",\n            \"Description\": \"177Lutetium-DOTA-somatostatin receptor agonist treatment cycle for patients with histologically confirmed and inoperable neuroendocrine neoplasm (NEN), either locally advanced or metastatic, with documented disease progression or uncontrolled symptoms related to their NEN despite standard therapy who: a) have high tumour somatostatin receptor expression demonstrated on whole body 68Ga DOTA somatostatin agonist PET study; and b) are considered suitable for a course of 177Lutetium-DOTA-somatostatin receptor agonist therapy by a formally convened NEN multidisciplinary board. Includes the necessary patient preparation, administration and treatment, immediate patient aftercare required for the treatment cycle, consultation with the supervising specialist within 36 hours of treatment, and a post-infusion SPECT if performed.\\n\",\n            \"ScheduleFee\": \"9999.95\",\n            \"ScheduleFeeStartDate\": \"2025-11-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T3\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2025-11-01\"\n        },\n        {\n            \"ItemNumber\": \"16400\",\n            \"Description\": \"Antenatal service provided by a practice midwife, nurse or an Aboriginal and Torres Strait Islander health practitioner, applicable 10 times for a pregnancy, if: (a) the service is provided on behalf of, and under the supervision of, a medical practitioner; and (b) the service is provided at, or from, a practice location in a regional, rural or remote area; and (c) the service is not performed in conjunction with another antenatal attendance item in Group T4 for the same patient on the same day by the same practitioner; and (d) the service is not provided for an admitted patient of a hospital or approved day facility\\n\",\n            \"ScheduleFee\": \"31.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T4\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"16401\",\n            \"Description\": \"Professional attendance at consulting rooms or a hospital by a specialist in the practice of the specialist’s specialty of obstetrics after referral of the patient to the specialist—initial attendance in a single course of treatment\\n\",\n            \"ScheduleFee\": \"99.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T4\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2010-01-01\"\n        },\n        {\n            \"ItemNumber\": \"16404\",\n            \"Description\": \"Professional attendance at consulting rooms or a hospital by a specialist in the practice of the specialist’s specialty of obstetrics after referral of the patient to the specialist—an attendance after the initial attendance in a single course of treatment\\n\",\n            \"ScheduleFee\": \"50.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T4\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2010-01-01\"\n        },\n        {\n            \"ItemNumber\": \"16406\",\n            \"Description\": \"Antenatal professional attendance by an obstetrician or general practitioner, as part of a single course of treatment when the patient is referred by a participating midwife Applicable once for a pregnancy\\n\",\n            \"ScheduleFee\": \"156.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T4\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Midwife.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2010-11-01\"\n        },\n        {\n            \"ItemNumber\": \"16407\",\n            \"Description\": \"Postnatal professional attendance (other than a service to which any other item applies) if the attendance: (a) is by an obstetrician or general practitioner; and (b) is in hospital or at consulting rooms; and (c) is between 4 and 8 weeks after the birth; and (d) lasts at least 20 minutes; and (e) includes a mental health assessment (including screening for drug and alcohol use and domestic violence) of the patient; and (f) is for a pregnancy in relation to which a service to which item 82140 applies is not provided Payable once only for a pregnancy\\n\",\n            \"ScheduleFee\": \"83.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T4\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2017-11-01\"\n        },\n        {\n            \"ItemNumber\": \"16408\",\n            \"Description\": \"Postnatal attendance (other than attendance at consulting rooms, a hospital or a residential aged care facility or a service to which any other item applies) if the attendance: (a) is by: (i) a midwife (on behalf of and under the supervision of the medical practitioner who attended the birth); or (ii) an obstetrician; or (iii) a general practitioner; and (b) is between 1 week and 4 weeks after the birth; and (c) lasts at least 20 minutes; and (d) is for a patient who was privately admitted for the birth; and (e) is for a pregnancy in relation to which a service to which item 82130, 82135 or 82140 applies is not provided Payable once only for a pregnancy\\n\",\n            \"ScheduleFee\": \"62.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T4\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2017-11-01\"\n        },\n        {\n            \"ItemNumber\": \"16500\",\n            \"Description\": \"Antenatal attendance\\n\",\n            \"ScheduleFee\": \"55.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"16501\",\n            \"Description\": \"External cephalic version for breech presentation, after 36 weeks, if no contraindication exists, in a unit with facilities for caesarean section, including pre and post version CTG, with or without tocolysis, other than a service to which items 55718 to 55728 and 55768 to 55774 apply—chargeable whether or not the version is successful and limited to a maximum of 2 ECVs per pregnancy\\n\",\n            \"ScheduleFee\": \"163.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T4\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"16502\",\n            \"Description\": \"Polyhydramnios, unstable lie, multiple pregnancy, pregnancy complicated by diabetes or anaemia, threatened premature labour treated by bed rest only or oral medication, requiring admission to hospital—a professional attendance that is not a routine antenatal attendance, applicable once per day\\n\",\n            \"ScheduleFee\": \"55.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T4\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1995-11-01\"\n        },\n        {\n            \"ItemNumber\": \"16505\",\n            \"Description\": \"Threatened abortion, threatened miscarriage or hyperemesis gravidarum, requiring admission to hospital, treatment of—an attendance that is not a routine antenatal attendance\\n\",\n            \"ScheduleFee\": \"55.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1995-11-01\"\n        },\n        {\n            \"ItemNumber\": \"16508\",\n            \"Description\": \"Pregnancy complicated by acute intercurrent infection, fetal growth restriction, threatened premature labour with ruptured membranes or threatened premature labour treated by intravenous therapy, requiring admission to hospital—professional attendance (other than a service to which item 16533 applies) that is not a routine antenatal attendance, applicable once per day\\n\",\n            \"ScheduleFee\": \"55.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T4\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1995-11-01\"\n        },\n        {\n            \"ItemNumber\": \"16509\",\n            \"Description\": \"Pre‑eclampsia, eclampsia or antepartum haemorrhage, treatment of—professional attendance (other than a service to which item 16534 applies) that is not a routine antenatal attendance\\n\",\n            \"ScheduleFee\": \"55.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1995-11-01\"\n        },\n        {\n            \"ItemNumber\": \"16511\",\n            \"Description\": \"Cervix, purse string ligation of (Anaes.)\\n\",\n            \"ScheduleFee\": \"256.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1995-11-01\"\n        },\n        {\n            \"ItemNumber\": \"16512\",\n            \"Description\": \"Cervix, removal of purse string ligature of (Anaes.)\\n\",\n            \"ScheduleFee\": \"74.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1995-11-01\"\n        },\n        {\n            \"ItemNumber\": \"16514\",\n            \"Description\": \"Antenatal cardiotocography in the management of high risk pregnancy (not during the course of the confinement)\\n\",\n            \"ScheduleFee\": \"42.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1995-11-01\"\n        },\n        {\n            \"ItemNumber\": \"16515\",\n            \"Description\": \"Management of vaginal birth as an independent procedure, if the patient’s care has been transferred by another medical practitioner for management of the birth and the attending medical practitioner has not provided antenatal care to the patient, including all attendances related to the birth (Anaes.)\\n\",\n            \"ScheduleFee\": \"735.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1995-11-01\"\n        },\n        {\n            \"ItemNumber\": \"16518\",\n            \"Description\": \"Management of labour, incomplete, if the patient’s care has been transferred to another medical practitioner for completion of the birth (Anaes.)\\n\",\n            \"ScheduleFee\": \"525.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1995-11-01\"\n        },\n        {\n            \"ItemNumber\": \"16519\",\n            \"Description\": \"Management of labour and birth by any means (including Caesarean section) including post‑partum care for 5 days (Anaes.)\\n\",\n            \"ScheduleFee\": \"809.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1995-11-01\"\n        },\n        {\n            \"ItemNumber\": \"16520\",\n            \"Description\": \"Caesarean section and post‑operative care for 7 days, if the patient’s care has been transferred by another medical practitioner for management of the confinement and the attending medical practitioner has not provided any of the antenatal care (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"735.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"16522\",\n            \"Description\": \"Management of labour and birth, or birth alone, (including caesarean section), on or after 23 weeks gestation, if in the course of antenatal supervision or intrapartum management one or more of the following conditions is present, including postnatal care for 7 days: (a) fetal loss; (b) multiple pregnancy; (c) antepartum haemorrhage that is: (i) of greater than 200 ml; or (ii) associated with disseminated intravascular coagulation; (d) placenta praevia on ultrasound in the third trimester with the placenta within 2 cm of the internal cervical os; (e) baby with a birth weight less than or equal to 2,500 g; (f) trial of vaginal birth in a patient with uterine scar where there has been a planned vaginal birth after caesarean section; (g) trial of vaginal breech birth where there has been a planned vaginal breech birth; (h) prolonged labour greater than 12 hours with partogram evidence of abnormal cervimetric progress as evidenced by cervical dilatation at less than 1 cm/hr in the active phase of labour (after 3 cm cervical dilatation and effacement until full dilatation of the cervix); (i) acute fetal compromise evidenced by: (i) scalp pH less than 7.15; or (ii) scalp lactate greater than 4.0; (j) acute fetal compromise evidenced by at least one of the following significant cardiotocograph abnormalities: (i) prolonged bradycardia (less than 100 bpm for more than 2 minutes); (ii) absent baseline variability (less than 3 bpm); (iii) sinusoidal pattern; (iv) complicated variable decelerations with reduced (3 to 5 bpm) or absent baseline variability; (v) late decelerations; (k) pregnancy induced hypertension of at least 140/90 mm Hg associated with: (i) at least 2+ proteinuria on urinalysis; or (ii) protein-creatinine ratio greater than 30 mg/mmol; or (iii) platelet count less than 150 x 109/L; or (iv) uric acid greater than 0.36 mmol/L; (l) gestational diabetes mellitus requiring at least daily blood glucose monitoring; (m) mental health disorder (whether arising prior to pregnancy, during pregnancy or postpartum) that is demonstrated by: (i) the patient requiring hospitalisation; or (ii) the patient receiving ongoing care by a psychologist or psychiatrist to treat the symptoms of a mental health disorder; or (iii) the patient having a GP mental health treatment plan; or (iv) the patient having a management plan prepared in accordance with item 291; (n) disclosure or evidence of domestic violence; (o) any of the following conditions either diagnosed pre-pregnancy or evident at the first antenatal visit before 20 weeks gestation: (i) pre-existing hypertension requiring antihypertensive medication prior to pregnancy; (ii) cardiac disease (co-managed with a specialist physician and with echocardiographic evidence of myocardial dysfunction); (iii) previous renal or liver transplant; (iv) renal dialysis; (v) chronic liver disease with documented oesophageal varices; (vi) renal insufficiency in early pregnancy (serum creatinine greater than 110 mmol/L); (vii) neurological disorder that confines the patient to a wheelchair throughout pregnancy; (viii) maternal height of less than 148 cm; (ix) a body mass index greater than or equal to 40; (x) pre-existing diabetes mellitus on medication prior to pregnancy; (xi) thyrotoxicosis requiring medication; (xii) previous thrombosis or thromboembolism requiring anticoagulant therapy through pregnancy and the early puerperium; (xiii) thrombocytopenia with platelet count of less than 100,000 prior to 20 weeks gestation; (xiv) HIV, hepatitis B or hepatitis C carrier status positive; (xv) red cell or platelet iso-immunisation; (xvi) cancer with metastatic disease; (xvii) illicit drug misuse during pregnancy (Anaes.)\\n\",\n            \"ScheduleFee\": \"1900.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"16527\",\n            \"Description\": \"Management of vaginal birth, if the patient’s care has been transferred by a participating midwife for management of the birth, including all attendances related to the birth Applicable once for a pregnancy (Anaes.)\\n\",\n            \"ScheduleFee\": \"735.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T4\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2010-11-01\"\n        },\n        {\n            \"ItemNumber\": \"16528\",\n            \"Description\": \"Caesarean section and post‑operative care for 7 days, if the patient’s care has been transferred by a participating midwife for management of the birth Applicable once for a pregnancy (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"735.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T4\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2010-11-01\"\n        },\n        {\n            \"ItemNumber\": \"16530\",\n            \"Description\": \"Management of pregnancy loss, from 14 weeks to 15 weeks and 6 days gestation, other than a service to which item 16531, 35640 or 35643 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"448.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2017-11-01\"\n        },\n        {\n            \"ItemNumber\": \"16531\",\n            \"Description\": \"Management of pregnancy loss, from 16 weeks to 22 weeks and 6 days gestation, other than a service to which item 16530, 35640 or 35643 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"896.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2017-11-01\"\n        },\n        {\n            \"ItemNumber\": \"16533\",\n            \"Description\": \"Pregnancy complicated by acute intercurrent infection, fetal growth restriction, threatened premature labour with ruptured membranes or threatened premature labour treated by intravenous therapy, requiring admission to hospital—each professional attendance lasting at least 40 minutes that is not a routine antenatal attendance, to a maximum of 3 services per pregnancy\\n\",\n            \"ScheduleFee\": \"123.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T4\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2017-11-01\"\n        },\n        {\n            \"ItemNumber\": \"16534\",\n            \"Description\": \"Pre-eclampsia, eclampsia or antepartum haemorrhage, treatment of—each professional attendance lasting at least 40 minutes that is not a routine antenatal attendance, to a maximum of 3 services per pregnancy\\n\",\n            \"ScheduleFee\": \"123.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T4\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2017-11-01\"\n        },\n        {\n            \"ItemNumber\": \"16564\",\n            \"Description\": \"Evacuation of retained products of conception (placenta, membranes or mole) as a complication of confinement, with or without curettage of the uterus, as an independent procedure (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"254.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"16567\",\n            \"Description\": \"Management of postpartum haemorrhage by special measures such as packing of uterus, as an independent procedure (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"371.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"16570\",\n            \"Description\": \"Acute inversion of the uterus, vaginal correction of, as an independent procedure (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"485.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"16571\",\n            \"Description\": \"Cervix, repair of extensive laceration or lacerations (Anaes.)\\n\",\n            \"ScheduleFee\": \"371.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1995-11-01\"\n        },\n        {\n            \"ItemNumber\": \"16573\",\n            \"Description\": \"Third degree tear, involving anal sphincter muscles and rectal mucosa, repair of, as an independent procedure (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"303.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"16590\",\n            \"Description\": \"Planning and management, by a practitioner, of a pregnancy if: (a) the practitioner intends to take primary responsibility for management of the pregnancy and any complications, and to be available for the birth; and (b) the patient intends to be privately admitted for the birth; and (c) the pregnancy has progressed beyond 28 weeks gestation; and (d) the practitioner has maternity privileges at a hospital or birth centre; and (e) the service includes a mental health assessment (including screening for drug and alcohol use and domestic violence) of the patient; and (f) a service to which item 16591 applies is not provided in relation to the same pregnancy Applicable once for a pregnancy\\n\",\n            \"ScheduleFee\": \"434.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T4\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2005-11-01\"\n        },\n        {\n            \"ItemNumber\": \"16591\",\n            \"Description\": \"Planning and management, by a practitioner, of a pregnancy if: (a) the pregnancy has progressed beyond 28 weeks gestation; and (b) the service includes a mental health assessment (including screening for drug and alcohol use and domestic violence) of the patient; and (c) a service to which item 16590 applies is not provided in relation to the same pregnancy Applicable once for a pregnancy\\n\",\n            \"ScheduleFee\": \"166.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T4\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2010-01-01\"\n        },\n        {\n            \"ItemNumber\": \"16600\",\n            \"Description\": \"Amniocentesis, diagnostic\\n\",\n            \"ScheduleFee\": \"74.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"16603\",\n            \"Description\": \"Chorionic villus sampling, by any route\\n\",\n            \"ScheduleFee\": \"142.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"16606\",\n            \"Description\": \"Fetal blood sampling, using interventional techniques from umbilical cord or fetus, including fetal neuromuscular blockade and amniocentesis (Anaes.)\\n\",\n            \"ScheduleFee\": \"283.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"16609\",\n            \"Description\": \"Fetal intravascular blood transfusion, using blood already collected, including neuromuscular blockade, amniocentesis and fetal blood sampling (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"578.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"16612\",\n            \"Description\": \"FOETAL INTRAPERITONEAL BLOOD TRANSFUSION, using blood already collected, including neuromuscular blockade, amniocentesis and foetal blood sampling - not performed in conjunction with a service described in item 16609 (Anaes.)\\n\",\n            \"ScheduleFee\": \"455.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"16615\",\n            \"Description\": \"Fetal intraperitoneal blood transfusion, using blood already collected, including neuromuscular blockade, amniocentesis and fetal blood sampling—performed in conjunction with a service described in item 16609 (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"242.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"16618\",\n            \"Description\": \"Amniocentesis, therapeutic, when indicated because of polyhydramnios with at least 500 ml being aspirated (H)\\n\",\n            \"ScheduleFee\": \"242.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"16621\",\n            \"Description\": \"Amnioinfusion, for diagnostic or therapeutic purposes in the presence of severe oligohydramnios (H)\\n\",\n            \"ScheduleFee\": \"242.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"16624\",\n            \"Description\": \"Fetal fluid filled cavity, drainage of (H)\\n\",\n            \"ScheduleFee\": \"349.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"16627\",\n            \"Description\": \"Feto‑amniotic shunt, insertion of, into fetal fluid filled cavity, including neuromuscular blockade and amniocentesis (H)\\n\",\n            \"ScheduleFee\": \"710.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"17610\",\n            \"Description\": \"ANAESTHETIST, PRE-ANAESTHESIA CONSULTATION (Professional attendance by a medical practitioner in the practice of ANAESTHESIA) - a BRIEF consultation involving a targeted history and limited examination (including the cardio-respiratory system) - AND of not more than 15 minutes s duration, not being a service associated with a service to which items 2801 - 3000 apply\\n\",\n            \"ScheduleFee\": \"50.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T6\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"17615\",\n            \"Description\": \"Professional attendance by a medical practitioner in the practice of anaesthesia for a consultation on a patient undergoing advanced surgery or who has complex medical problems, involving a selective history and an extensive examination of multiple systems and the formulation of a written patient management plan documented in the patient notes - and of more than 15 minutes but not more than 30 minutes duration, not being a service associated with a service to which items 2801 - 3000 applies\\n\",\n            \"ScheduleFee\": \"101.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T6\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"17620\",\n            \"Description\": \"Professional attendance by a medical practitioner in the practice of anaesthesia for a consultation on a patient undergoing advanced surgery or who has complex medical problems involving a detailed history and comprehensive examination of multiple systems and the formulation of a written patient management plan documented in the patient notes - and of more than 30 minutes but not more than 45 minutes duration, not being a service associated with a service to which items 2801 - 3000 apply\\n\",\n            \"ScheduleFee\": \"140.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T6\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"17625\",\n            \"Description\": \"Professional attendance by a medical practitioner in the practice of anaesthesia for a consultation on a patient undergoing advanced surgery or who has complex medical problems involving an exhaustive history and comprehensive examination of multiple systems , the formulation of a written patient management plan following discussion with relevant health care professionals and/or the patient, involving medical planning of high complexity documented in the patient notes - and of more than 45 minutes duration, not being a service associated with a service to which items 2801 - 3000 apply\\n\",\n            \"ScheduleFee\": \"178.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T6\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"17640\",\n            \"Description\": \"ANAESTHETIST, REFERRED CONSULTATION (other than prior to anaesthesia) (Professional attendance by a specialist anaesthetist in the practice of ANAESTHESIA where the patient is referred to him or her) - a BRIEF consultation involving a short history and limited examination - AND of not more than 15 minutes duration, not being a service associated with a service to which items 2801 - 3000 apply\\n\",\n            \"ScheduleFee\": \"50.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T6\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"17645\",\n            \"Description\": \"- a consultation involving a selective history and examination of multiple systems and the formulation of a written patient management plan - AND of more than 15 minutes but not more than 30 minutes duration, not being a service associated with a service to which items 2801 - 3000 apply.\\n\",\n            \"ScheduleFee\": \"101.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T6\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"17650\",\n            \"Description\": \"- a consultation involving a detailed history and comprehensive examination of multiple systems and the formulation of a written patient management plan - AND of more than 30 minutes but not more than 45 minutes duration, not being a service associated with a service to which items 2801 - 3000 apply\\n\",\n            \"ScheduleFee\": \"140.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T6\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"17655\",\n            \"Description\": \"- a consultation involving an exhaustive history and comprehensive examination of multiple systems and the formulation of a written patient management plan following discussion with relevant health care professionals and/or the patient, involving medical planning of high complexity, - AND of more than 45 minutes duration, not being a service associated with a service to which items 2801 - 3000 apply.\\n\",\n            \"ScheduleFee\": \"178.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T6\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"17680\",\n            \"Description\": \"ANAESTHETIST, CONSULTATION, OTHER (Professional attendance by an anaesthetist in the practice of ANAESTHESIA) - a consultation immediately prior to the institution of a major regional blockade in a patient in labour, where no previous anaesthesia consultation has occurred, not being a service associated with a service to which items 2801 - 3000 apply.\\n\",\n            \"ScheduleFee\": \"101.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T6\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"17690\",\n            \"Description\": \"- Where a pre-anaesthesia consultation covered by an item in the range 17615-17625 is performed in-rooms if: (a) the service is provided to a patient prior to an admitted patient episode of care involving anaesthesia; and (b) the service is not provided to an admitted patient of a hospital; and (c) the service is not provided on the day of admission to hospital for the subsequent episode of care involving anaesthesia services; and (d) the service is of more than 15 minutes duration not being a service associated with a service to which items 2801 - 3000 apply.\\n\",\n            \"ScheduleFee\": \"46.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T6\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"18213\",\n            \"Description\": \"Intravenous regional anaesthesia of limb by retrograde perfusion of local anaesthetic agent\\n\",\n            \"ScheduleFee\": \"103.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-11-01\"\n        },\n        {\n            \"ItemNumber\": \"18216\",\n            \"Description\": \"Intrathecal, combined spinal-epidural or epidural infusion of a therapeutic substance, initial injection or commencement of, including up to 1 hour of continuous attendance by the medical practitioner (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"221.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1993-11-01\"\n        },\n        {\n            \"ItemNumber\": \"18219\",\n            \"Description\": \"Intrathecal, combined spinal-epidural or epidural infusion of a therapeutic substance, initial injection or commencement of, if continuous attendance by the medical practitioner extends beyond the first hour (H) (Anaes.)\\n\",\n            \"DerivedFee\": \"The fee for item 18216 plus $22.15 for each additional 15 minutes or part thereof beyond the first hour of attendance by the medical practitioner.\",\n            \"Category\": \"3\",\n            \"Group\": \"T7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1993-11-01\"\n        },\n        {\n            \"ItemNumber\": \"18222\",\n            \"Description\": \"Continuous infusion or injection by catheter of a therapeutic substance (not contrast agent) to maintain regional anaesthesia or analgesia, subsequent injection or revision of, if the period of continuous medical practitioner attendance is 15 minutes or less\\n\",\n            \"ScheduleFee\": \"43.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-11-01\"\n        },\n        {\n            \"ItemNumber\": \"18225\",\n            \"Description\": \"Continuous infusion or injection by catheter of a therapeutic substance (not contrast agent) to maintain regional anaesthesia or analgesia, subsequent injection or revision of, if the period of continuous medical practitioner attendance is more than 15 minutes\\n\",\n            \"ScheduleFee\": \"58.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-11-01\"\n        },\n        {\n            \"ItemNumber\": \"18226\",\n            \"Description\": \"Intrathecal, combined spinal‑epidural or epidural infusion of a therapeutic substance, initial injection or commencement of, including up to 1 hour of continuous attendance by the medical practitioner—for a patient in labour, if the service is provided between 8 pm to 8 am on any weekday, or on a Saturday, Sunday or public holiday (H)\\n\",\n            \"ScheduleFee\": \"332.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2002-11-01\"\n        },\n        {\n            \"ItemNumber\": \"18227\",\n            \"Description\": \"Intrathecal, combined spinal‑epidural or epidural infusion of a therapeutic substance, initial injection or commencement of, if continuous attendance by a medical practitioner extends beyond the first hour—for a patient in labour, if the service is provided between 8 pm to 8 am on any weekday, or on a Saturday, Sunday or public holiday (H)\\n\",\n            \"DerivedFee\": \"The fee for item 18226 plus $33.40 for each additional 15 minutes or part there of beyond the first hour of attendance by the medical practitioner.\",\n            \"Category\": \"3\",\n            \"Group\": \"T7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2002-11-01\"\n        },\n        {\n            \"ItemNumber\": \"18228\",\n            \"Description\": \"Interpleural block, initial injection or commencement of infusion of a therapeutic substance, not in association with a service to which an item in Group T8 applies, unless the nerve block is performed using a targeted percutaneous approach\\n\",\n            \"ScheduleFee\": \"72.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-11-01\"\n        },\n        {\n            \"ItemNumber\": \"18230\",\n            \"Description\": \"Intrathecal or epidural injection of neurolytic substance (not contrast agent) by any route, including transforaminal route (Anaes.)\\n\",\n            \"ScheduleFee\": \"278.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-11-01\"\n        },\n        {\n            \"ItemNumber\": \"18232\",\n            \"Description\": \"Intrathecal or epidural injection (including translaminar and transforaminal approaches) of therapeutic substance or substances (anaesthetic, steroid or chemotherapeutic agents):(a) other than a service to which another item in this Group applies; and (b) not in association with a service to which an item in Group T8 applies, unless the nerve block is performed using a targeted percutaneous approach (Anaes.)\\n\",\n            \"ScheduleFee\": \"221.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-11-01\"\n        },\n        {\n            \"ItemNumber\": \"18233\",\n            \"Description\": \"EPIDURAL INJECTION of blood for blood patch (Anaes.)\\n\",\n            \"ScheduleFee\": \"221.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-11-01\"\n        },\n        {\n            \"ItemNumber\": \"18234\",\n            \"Description\": \"Trigeminal nerve, primary branch (ophthalmic, maxillary or mandibular branches, excluding infraorbital nerve), injection of an anaesthetic agent or steroid, but not in association with a service to which an item in Group T8 applies, unless a targeted percutaneous technique is used (Anaes.)\\n\",\n            \"ScheduleFee\": \"145.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-11-01\"\n        },\n        {\n            \"ItemNumber\": \"18236\",\n            \"Description\": \"Trigeminal nerve, peripheral branch (including infraorbital nerve), injection of an anaesthetic agent, but not in association with a service to which an item in Group T8 applies, unless a targeted percutaneous technique is used (Anaes.)\\n\",\n            \"ScheduleFee\": \"72.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-11-01\"\n        },\n        {\n            \"ItemNumber\": \"18238\",\n            \"Description\": \"Facial nerve, injection of an anaesthetic agent, other than a service associated with a service to which item 18240 applies, not in association with a service to which an item in Group T8 applies, unless the nerve block is performed using a targeted percutaneous approach\\n\",\n            \"ScheduleFee\": \"43.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-11-01\"\n        },\n        {\n            \"ItemNumber\": \"18240\",\n            \"Description\": \"RETROBULBAR OR PERIBULBAR INJECTION of an anaesthetic agent\\n\",\n            \"ScheduleFee\": \"109.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-11-01\"\n        },\n        {\n            \"ItemNumber\": \"18242\",\n            \"Description\": \"GREATER OCCIPITAL NERVE, injection of an anaesthetic agent (Anaes.)\\n\",\n            \"ScheduleFee\": \"43.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-11-01\"\n        },\n        {\n            \"ItemNumber\": \"18244\",\n            \"Description\": \"Vagus nerve, injection of an anaesthetic agent, not in association with a service to which an item in Group T8 applies, unless the nerve block is performed using a targeted percutaneous approach\\n\",\n            \"ScheduleFee\": \"117.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-11-01\"\n        },\n        {\n            \"ItemNumber\": \"18248\",\n            \"Description\": \"PHRENIC NERVE, injection of an anaesthetic agent\\n\",\n            \"ScheduleFee\": \"103.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-11-01\"\n        },\n        {\n            \"ItemNumber\": \"18250\",\n            \"Description\": \"SPINAL ACCESSORY NERVE, injection of an anaesthetic agent\\n\",\n            \"ScheduleFee\": \"72.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-11-01\"\n        },\n        {\n            \"ItemNumber\": \"18252\",\n            \"Description\": \"Cervical plexus, injection of an anaesthetic agent, not in association with a service to which an item in Group T8 applies, unless the nerve block is performed using a targeted percutaneous approach\\n\",\n            \"ScheduleFee\": \"117.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-11-01\"\n        },\n        {\n            \"ItemNumber\": \"18254\",\n            \"Description\": \"Brachial plexus, injection of an anaesthetic agent, not in association with a service to which an item in Group T8 applies, unless the nerve block is performed using a targeted percutaneous approach\\n\",\n            \"ScheduleFee\": \"117.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-11-01\"\n        },\n        {\n            \"ItemNumber\": \"18256\",\n            \"Description\": \"SUPRASCAPULAR NERVE, injection of an anaesthetic agent\\n\",\n            \"ScheduleFee\": \"72.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-11-01\"\n        },\n        {\n            \"ItemNumber\": \"18258\",\n            \"Description\": \"INTERCOSTAL NERVE (single), injection of an anaesthetic agent\\n\",\n            \"ScheduleFee\": \"72.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-11-01\"\n        },\n        {\n            \"ItemNumber\": \"18260\",\n            \"Description\": \"INTERCOSTAL NERVES (multiple), injection of an anaesthetic agent\\n\",\n            \"ScheduleFee\": \"103.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-11-01\"\n        },\n        {\n            \"ItemNumber\": \"18262\",\n            \"Description\": \"Ilio inguinal, iliohypogastric or genitofemoral nerves, one or more of, injections of an anaesthetic agent, not in association with a service to which an item in Group T8 applies, unless the nerve block is performed using a targeted percutaneous approach (Anaes.)\\n\",\n            \"ScheduleFee\": \"72.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-11-01\"\n        },\n        {\n            \"ItemNumber\": \"18264\",\n            \"Description\": \"Pudendal nerve or dorsal nerve (or both), injection of an anaesthetic agent, not in association with a service to which an item in Group T8 applies, unless the nerve block is performed using a targeted percutaneous approach\\n\",\n            \"ScheduleFee\": \"117.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-11-01\"\n        },\n        {\n            \"ItemNumber\": \"18266\",\n            \"Description\": \"Ulnar, radial or median nerve, main trunk of, one or more of, injections of an anaesthetic agent, not being associated with a brachial plexus block, not in association with a service to which an item in Group T8 applies, unless the nerve block is performed using a targeted percutaneous approach\\n\",\n            \"ScheduleFee\": \"72.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-11-01\"\n        },\n        {\n            \"ItemNumber\": \"18268\",\n            \"Description\": \"OBTURATOR NERVE, injection of an anaesthetic agent\\n\",\n            \"ScheduleFee\": \"103.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-11-01\"\n        },\n        {\n            \"ItemNumber\": \"18270\",\n            \"Description\": \"FEMORAL NERVE, injection of an anaesthetic agent\\n\",\n            \"ScheduleFee\": \"103.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-11-01\"\n        },\n        {\n            \"ItemNumber\": \"18272\",\n            \"Description\": \"SAPHENOUS, SURAL, POPLITEAL OR POSTERIOR TIBIAL NERVE, MAIN TRUNK OF, 1 or more of, injection of an anaesthetic agent\\n\",\n            \"ScheduleFee\": \"72.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-11-01\"\n        },\n        {\n            \"ItemNumber\": \"18276\",\n            \"Description\": \"PARAVERTEBRAL NERVES, injection of an anaesthetic agent, (multiple levels)\\n\",\n            \"ScheduleFee\": \"145.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-11-01\"\n        },\n        {\n            \"ItemNumber\": \"18278\",\n            \"Description\": \"Sciatic nerve, injection of an anaesthetic agent, not in association with a service to which an item in Group T8 applies, unless the nerve block is performed using a targeted percutaneous approach\\n\",\n            \"ScheduleFee\": \"103.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-11-01\"\n        },\n        {\n            \"ItemNumber\": \"18280\",\n            \"Description\": \"Sphenopalatine ganglion, injection of an anaesthetic agent, not in association with a service to which an item in Group T8 applies, unless the nerve block is performed using a targeted percutaneous approach (Anaes.)\\n\",\n            \"ScheduleFee\": \"145.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-11-01\"\n        },\n        {\n            \"ItemNumber\": \"18282\",\n            \"Description\": \"Carotid sinus, injection of an anaesthetic agent, as an independent percutaneous procedure (H)\\n\",\n            \"ScheduleFee\": \"117.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1993-11-01\"\n        },\n        {\n            \"ItemNumber\": \"18284\",\n            \"Description\": \"Cervical or thoracic sympathetic chain, injection of an anaesthetic agent (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"172.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1993-11-01\"\n        },\n        {\n            \"ItemNumber\": \"18286\",\n            \"Description\": \"Lumbar or pelvic sympathetic chain, injection of an anaesthetic agent (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"172.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1993-11-01\"\n        },\n        {\n            \"ItemNumber\": \"18288\",\n            \"Description\": \"Coeliac plexus or splanchnic nerves, injection of an anaesthetic agent, not in association with a service to which an item in Group T8 applies, unless the nerve block is performed using a targeted percutaneous approach (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"172.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1993-11-01\"\n        },\n        {\n            \"ItemNumber\": \"18290\",\n            \"Description\": \"Cranial nerve other than trigeminal, destruction by a neurolytic agent under image guidance, other than a service associated with the injection of botulinum toxin (Anaes.)\\n\",\n            \"ScheduleFee\": \"291.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-11-01\"\n        },\n        {\n            \"ItemNumber\": \"18292\",\n            \"Description\": \"Nerve branch, destruction by a neurolytic agent under image guidance, other than a service to which another item in this Group applies or a service associated with the injection of botulinum toxin except a service to which item 18354 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"145.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-11-01\"\n        },\n        {\n            \"ItemNumber\": \"18294\",\n            \"Description\": \"Coeliac plexus or splanchnic nerves, destruction by a neurolytic agent under image guidance (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"205.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1993-11-01\"\n        },\n        {\n            \"ItemNumber\": \"18296\",\n            \"Description\": \"Lumbar or pelvic sympathetic chain, destruction by a neurolytic agent under image guidance (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"175.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1993-11-01\"\n        },\n        {\n            \"ItemNumber\": \"18297\",\n            \"Description\": \"Assistance at the administration of an epidural blood patch (a service to which item 18233 applies) by another medical practitioner\\n\",\n            \"ScheduleFee\": \"69.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"18298\",\n            \"Description\": \"CERVICAL OR THORACIC SYMPATHETIC CHAIN, destruction by a neurolytic agent (Anaes.)\\n\",\n            \"ScheduleFee\": \"205.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-11-01\"\n        },\n        {\n            \"ItemNumber\": \"18350\",\n            \"Description\": \"Botulinum Toxin Type A Purified Neurotoxin Complex (Botox), injection of, for the treatment of hemifacial spasm in a patient who is at least 12 years of age, including all such injections on any one day\\n\",\n            \"ScheduleFee\": \"145.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T11\",\n            \"EligibleAgeRange\": \"12 years or older\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2003-05-01\"\n        },\n        {\n            \"ItemNumber\": \"18351\",\n            \"Description\": \"Clostridium Botulinum Type A Toxin-Haemagglutinin Complex (Dysport), injection of, for the treatment of hemifacial spasm in a patient who is at least 18 years of age, including all such injections on any one day\\n\",\n            \"ScheduleFee\": \"145.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T11\",\n            \"EligibleAgeRange\": \"18 years or older\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2005-11-01\"\n        },\n        {\n            \"ItemNumber\": \"18353\",\n            \"Description\": \"Botulinum Toxin Type A Purified Neurotoxin Complex (Botox) or Clostridium Botulinum Type A Toxin-Haemagglutinin Complex (Dysport) or IncobotulinumtoxinA (Xeomin), injection of, for the treatment of cervical dystonia (spasmodic torticollis), including all such injections on any one day\\n\",\n            \"ScheduleFee\": \"291.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T11\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2015-04-01\"\n        },\n        {\n            \"ItemNumber\": \"18354\",\n            \"Description\": \"Botulinum Toxin Type A Purified Neurotoxin Complex (Botox), Clostridium Botulinum Type A Toxin-Haemagglutinin Complex (Dysport) or IncobotulinumtoxinA (Xeomin), injection of, for the treatment of dynamic equinus foot deformity (including equinovarus and equinovalgus) due to spasticity from cerebral palsy, if: (a) the patient is at least 2 years of age; and (b) the treatment is for all or any of the muscles subserving one functional activity and supplied by one motor nerve, with a maximum of 4 sets of injections for the patient on any one day (with a maximum of 2 sets of injections for each lower limb), including all injections per set (Anaes.)\\n\",\n            \"ScheduleFee\": \"145.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T11\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"2 years or older\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2003-05-01\"\n        },\n        {\n            \"ItemNumber\": \"18355\",\n            \"Description\": \"IncobotulinumtoxinA (Xeomin), injection of, for the treatment of chronic sialorrhea in a patient who is at least 2 years of age, if the condition is due to a neurological or neurodevelopmental disorder, including all such injections on any one day (Anaes.)\\n\",\n            \"ScheduleFee\": \"145.65\",\n            \"ScheduleFeeStartDate\": \"2026-03-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T11\",\n            \"EligibleAgeRange\": \"2 years or older\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2026-03-01\"\n        },\n        {\n            \"ItemNumber\": \"18360\",\n            \"Description\": \"Botulinum Toxin Type A Purified Neurotoxin Complex (Botox), or Clostridium Botulinum Type A Toxin Haemagglutinin Complex (Dysport), injection of, for the treatment of moderate to severe focal spasticity, if: (a) the patient is at least 18 years of age; and (b) the spasticity is associated with a previously diagnosed neurological disorder; and (c) treatment is provided as: (i) second line therapy when standard treatment for the conditions has failed; or (ii) an adjunct to physical therapy; and (d) the treatment is for all or any of the muscles subserving one functional activity and supplied by one motor nerve, with a maximum of 4 sets of injections for the patient on any one day (with a maximum of 2 sets of injections for each limb), including all injections per set; and (e) the treatment is not provided on the same occasion as a service mentioned in item 18365\\n\",\n            \"ScheduleFee\": \"145.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T11\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"18 years or older\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2003-05-01\"\n        },\n        {\n            \"ItemNumber\": \"18361\",\n            \"Description\": \"Clostridium Botulinum Type A Toxin-Haemagglutinin Complex (Dysport) or Botulinum Toxin Type A Purified Neurotoxin Complex (Botox) or IncobotulinumtoxinA (Xeomin), injection of, for the treatment of moderate to severe upper limb spasticity due to cerebral palsy if: (a) the patient is at least 2 years of age; and (b) the treatment is for all or any of the muscles subserving one functional activity and supplied by one motor nerve, with a maximum of 4 sets of injections for the patient on any one day (with a maximum of 2 sets of injections for each upper limb), including all injections per set (Anaes.)\\n\",\n            \"ScheduleFee\": \"145.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T11\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"2 years or older\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2011-07-01\"\n        },\n        {\n            \"ItemNumber\": \"18362\",\n            \"Description\": \"Botulinum Toxin type A Purified Neurotoxin Complex (Botox), injection of, for the treatment of severe primary axillary hyperhidrosis, including all injections on any one day, if: (a) the patient is at least 12 years of age; and (b) the patient has been intolerant of, or has not responded to, topical aluminium chloride hexahydrate; and (c) the patient has not had treatment with botulinum toxin within the immediately preceding 4 months; and (d) if the patient has had treatment with botulinum toxin within the previous 12 months - the patient had treatment on no more than 2 separate occasions (Anaes.)\\n\",\n            \"ScheduleFee\": \"287.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T11\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"12 years or older\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2003-05-01\"\n        },\n        {\n            \"ItemNumber\": \"18365\",\n            \"Description\": \"Botulinum Toxin Type A Purified Neurotoxin Complex (Botox) or Clostridium Botulinum Type A Toxin-Haemagglutinin Complex (Dysport) or IncobotulinumtoxinA (Xeomin), injection of, for the treatment of moderate to severe spasticity of the upper limb following an acute event, if: (a) the patient is at least 18 years of age; and (b) treatment is provided as: (i) second line therapy when standard treatment for the condition has failed; or (ii) an adjunct to physical therapy; and (c) the patient does not have established severe contracture in the limb that is to be treated; and (d) the treatment is for all or any of the muscles subserving one functional activity and supplied by one motor nerve, with a maximum of 4 sets of injections for the patient on any one day (with a maximum of 2 sets of injections for each upper limb), including all injections per set; and (e) for a patient who has received treatment on 2 previous separate occasions - the patient has responded to the treatment\\n\",\n            \"ScheduleFee\": \"145.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T11\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"18 years or older\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2015-04-01\"\n        },\n        {\n            \"ItemNumber\": \"18366\",\n            \"Description\": \"Botulinum Toxin Type A Purified Neurotoxin Complex (Botox), injection of, for the treatment of strabismus, including all such injections on any one day and associated electromyography (Anaes.)\\n\",\n            \"ScheduleFee\": \"182.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T11\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2003-05-01\"\n        },\n        {\n            \"ItemNumber\": \"18368\",\n            \"Description\": \"Botulinum Toxin Type A Purified Neurotoxin Complex (Botox), injection of, for the treatment of spasmodic dysphonia, including all such injections on any one day\\n\",\n            \"ScheduleFee\": \"311.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T11\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2003-05-01\"\n        },\n        {\n            \"ItemNumber\": \"18369\",\n            \"Description\": \"Clostridium Botulinum Type A Toxin-Haemagglutinin Complex (Dysport) or IncobotulinumtoxinA (Xeomin), injection of, for the treatment of unilateral blepharospasm in a patient who is at least 18 years of age, including all such injections on any one day (Anaes.)\\n\",\n            \"ScheduleFee\": \"52.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T11\",\n            \"EligibleAgeRange\": \"18 years or older\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2015-04-01\"\n        },\n        {\n            \"ItemNumber\": \"18370\",\n            \"Description\": \"Botulinum Toxin Type A Purified Neurotoxin Complex (Botox), injection of, for the treatment of unilateral blepharospasm in a patient who is at least 12 years of age, including all such injections on any one day (Anaes.)\\n\",\n            \"ScheduleFee\": \"52.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T11\",\n            \"EligibleAgeRange\": \"12 years or older\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2003-05-01\"\n        },\n        {\n            \"ItemNumber\": \"18372\",\n            \"Description\": \"Botulinum Toxin Type A Purified Neurotoxin Complex (Botox), injection of, for the treatment of bilateral blepharospasm, in a patient who is at least 12 years of age; including all such injections on any one day (Anaes.)\\n\",\n            \"ScheduleFee\": \"145.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T11\",\n            \"EligibleAgeRange\": \"12 years or older\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"18374\",\n            \"Description\": \"Clostridium Botulinum Type A Toxin-Haemagglutinin Complex (Dysport) or IncobotulinumtoxinA (Xeomin), injection of, for the treatment of bilateral blepharospasm in a patient who is at least 18 years of age, including all such injections on any one day (Anaes.)\\n\",\n            \"ScheduleFee\": \"145.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T11\",\n            \"EligibleAgeRange\": \"18 years or older\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2015-04-01\"\n        },\n        {\n            \"ItemNumber\": \"18375\",\n            \"Description\": \"Botulinum Toxin Type A Purified Neurotoxin Complex (Botox), intravesical injection of, with cystoscopy, for the treatment of urinary incontinence, including all such injections on any one day, if: (a) the urinary incontinence is due to neurogenic detrusor overactivity as demonstrated by urodynamic study of a patient with: (i) multiple sclerosis; or (ii) spinal cord injury; or (iii) spina bifida and who is at least 18 years of age; and (b) the patient has urinary incontinence that is inadequately controlled by anti-cholinergic therapy, as manifested by having experienced at least 14 episodes of urinary incontinence per week before commencement of treatment with botulinum toxin type A; and (c) the patient is willing and able to self-catheterise; and (d) the requirements relating to botulinum toxin type A under the Pharmaceutical Benefits Scheme are complied with; and (e) treatment is not provided on the same occasion as a service described in item 104, 105, 110, 116, 119, 11900 or 11919 For each patient - applicable not more than once except if the patient achieves at least a 50% reduction in urinary incontinence episodes from baseline at any time during the period of 6 to 12 weeks after first treatment (Anaes.)\\n\",\n            \"ScheduleFee\": \"268.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T11\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"18 years or older\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2013-10-01\"\n        },\n        {\n            \"ItemNumber\": \"18377\",\n            \"Description\": \"Botulinum Toxin Type A Purified Neurotoxin Complex (Botox), injection of, for the treatment of chronic migraine, including all injections in 1 day, if: (a) the patient is at least 18 years of age; and (b) the patient has experienced an inadequate response, intolerance or contraindication to at least 3 prophylactic migraine medications before commencement of treatment with botulinum toxin, as manifested by an average of 15 or more headache days per month, with at least 8 days of migraine, over a period of at least 6 months, before commencement of treatment with botulinum toxin; and (c) the requirements relating to botulinum toxin type A under the Pharmaceutical Benefits Scheme are complied with For each patient-applicable not more than twice except if the patient achieves and maintains at least a 50% reduction in the number of headache days per month from baseline after 2 treatment cycles (each of 12 weeks duration)\\n\",\n            \"ScheduleFee\": \"145.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T11\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"18 years or older\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2014-03-01\"\n        },\n        {\n            \"ItemNumber\": \"18379\",\n            \"Description\": \"Botulinum Toxin Type A Purified Neurotoxin Complex (Botox), intravesical injection of, with cystoscopy, for the treatment of urinary incontinence, including all such injections on any one day, if: (a) the urinary incontinence is due to idiopathic overactive bladder in a patient: and (b) the patient is at least 18 years of age; and (c) the patient has urinary incontinence that is inadequately controlled by at least 2 alternative anti- cholinergic agents, as manifested by having experienced at least 14 episodes of urinary incontinence per week before commencement of treatment with botulinum toxin; and (d) the patient is willing and able to self-catheterise; and (e) treatment is not provided on the same occasion as a service mentioned in item 104, 105, 110, 116, 119, 11900 or 11919 For each patient-applicable not more than once except if the patient achieves at least a 50% reduction in urinary incontinence episodes from baseline at any time during the period of 6 to 12 weeks after first treatment (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"268.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T11\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"18 years or older\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2014-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20100\",\n            \"Description\": \"INITIATION OF MANAGEMENT OF ANAESTHESIA for procedures on the skin, subcutaneous tissue, muscles, salivary glands or superficial vessels of the head including biopsy, not being a service to which another item in this Subgroup applies (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20102\",\n            \"Description\": \"Initiation of the management of anaesthesia for plastic repair of cleft lip (H) (6 basic units)\\n\",\n            \"ScheduleFee\": \"138.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20104\",\n            \"Description\": \"Initiation of the management of anaesthesia for electroconvulsive therapy (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20120\",\n            \"Description\": \"INITIATION OF MANAGEMENT OF ANAESTHESIA for procedures on external, middle or inner ear, including biopsy, not being a service to which another item in this Subgroup applies (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20124\",\n            \"Description\": \"Initiation of the management of anaesthesia for otoscopy (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20140\",\n            \"Description\": \"INITIATION OF MANAGEMENT OF ANAESTHESIA for procedures on eye, not being a service to which another item in this Group applies (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20142\",\n            \"Description\": \"Initiation of the management of anaesthesia for lens surgery (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20143\",\n            \"Description\": \"Initiation of the management of anaesthesia for retinal surgery (H) (6 basic units)\\n\",\n            \"ScheduleFee\": \"138.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20144\",\n            \"Description\": \"Initiation of the management of anaesthesia for corneal transplant (H) (7 basic units)\\n\",\n            \"ScheduleFee\": \"161.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20145\",\n            \"Description\": \"Initiation of the management of anaesthesia for vitrectomy (H) (7 basic units)\\n\",\n            \"ScheduleFee\": \"161.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20146\",\n            \"Description\": \"Initiation of the management of anaesthesia for biopsy of conjunctiva (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20147\",\n            \"Description\": \"Initiation of the management of anaesthesia for squint repair (H) (6 basic units)\\n\",\n            \"ScheduleFee\": \"138.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2008-07-01\"\n        },\n        {\n            \"ItemNumber\": \"20148\",\n            \"Description\": \"INITIATION OF MANAGEMENT OF ANAESTHESIA for ophthalmoscopy (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20160\",\n            \"Description\": \"Initiation of the management of anaesthesia for intranasal procedures on nose or accessory sinuses, other than a service to which another item in this Subgroup applies (H) (6 basic units)\\n\",\n            \"ScheduleFee\": \"138.60\",\n            \"ScheduleFeeStartDate\": \"2026-03-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20162\",\n            \"Description\": \"Initiation of the management of anaesthesia for intranasal surgery for malignancy or for intranasal ablation (H) (7 basic units)\\n\",\n            \"ScheduleFee\": \"161.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20164\",\n            \"Description\": \"Initiation of the management of anaesthesia for biopsy of soft tissue of the nose and accessory sinuses (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20170\",\n            \"Description\": \"INITIATION OF MANAGEMENT OF ANAESTHESIA for intraoral procedures, including biopsy, not being a service to which another item in this Subgroup applies (6 basic units)\\n\",\n            \"ScheduleFee\": \"138.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20172\",\n            \"Description\": \"Initiation of the management of anaesthesia for repair of cleft palate (H) (7 basic units)\\n\",\n            \"ScheduleFee\": \"161.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20174\",\n            \"Description\": \"Initiation of the management of anaesthesia for excision of retropharyngeal tumour (H) (9 basic units)\\n\",\n            \"ScheduleFee\": \"207.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20176\",\n            \"Description\": \"Initiation of the management of anaesthesia for radical intraoral surgery (H) (10 basic units)\\n\",\n            \"ScheduleFee\": \"231.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20190\",\n            \"Description\": \"Initiation of the management of anaesthesia for procedures on facial bones, other than a service to which another item in this Subgroup applies (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20192\",\n            \"Description\": \"Initiation of the management of anaesthesia for extensive surgery on facial bones (including prognathism and extensive facial bone reconstruction) (H) (10 basic units)\\n\",\n            \"ScheduleFee\": \"231.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20210\",\n            \"Description\": \"Initiation of the management of anaesthesia for intracranial procedures, other than a service to which another item in this Subgroup applies (H) (15 basic units)\\n\",\n            \"ScheduleFee\": \"346.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20212\",\n            \"Description\": \"Initiation of the management of anaesthesia for subdural taps (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20214\",\n            \"Description\": \"Initiation of the management of anaesthesia for burr holes of the cranium (H) (9 basic units)\\n\",\n            \"ScheduleFee\": \"207.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20216\",\n            \"Description\": \"Initiation of the management of anaesthesia for intracranial vascular procedures, including those for aneurysms or arterio‑venous abnormalities (H) (20 basic units)\\n\",\n            \"ScheduleFee\": \"462.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20220\",\n            \"Description\": \"Initiation of the management of anaesthesia for spinal fluid shunt procedures (H) (10 basic units)\\n\",\n            \"ScheduleFee\": \"231.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20222\",\n            \"Description\": \"Initiation of the management of anaesthesia for ablation of an intracranial nerve (H) (6 basic units)\\n\",\n            \"ScheduleFee\": \"138.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20225\",\n            \"Description\": \"Initiation of the management of anaesthesia for all cranial bone procedures (H) (12 basic units)\\n\",\n            \"ScheduleFee\": \"277.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20230\",\n            \"Description\": \"Initiation of the management of anaesthesia for microvascular free tissue flap surgery involving the head or face (H) (12 basic units)\\n\",\n            \"ScheduleFee\": \"277.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2008-07-01\"\n        },\n        {\n            \"ItemNumber\": \"20300\",\n            \"Description\": \"INITIATION OF MANAGEMENT OF ANAESTHESIA for procedures on the skin or subcutaneous tissue of the neck not being a service to which another item in this Subgroup applies (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20305\",\n            \"Description\": \"Initiation of the management of anaesthesia for incision and drainage of large haematoma, large abscess, cellulitis or similar lesion or epiglottitis, causing life threatening airway obstruction (H) (15 basic units)\\n\",\n            \"ScheduleFee\": \"346.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20320\",\n            \"Description\": \"Initiation of the management of anaesthesia for procedures on oesophagus, thyroid, larynx, trachea, lymphatic system, muscles, nerves or other deep tissues of the neck, other than a service to which another item in this Subgroup applies (H) (6 basic units)\\n\",\n            \"ScheduleFee\": \"138.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20321\",\n            \"Description\": \"Initiation of the management of anaesthesia for laryngectomy, hemi laryngectomy, laryngopharyngectomy or pharyngectomy (H) (10 basic units)\\n\",\n            \"ScheduleFee\": \"231.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20330\",\n            \"Description\": \"Initiation of the management of anaesthesia for laser surgery to the airway (excluding nose and mouth) (H) (8 basic units)\\n\",\n            \"ScheduleFee\": \"184.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20350\",\n            \"Description\": \"Initiation of the management of anaesthesia for procedures on major vessels of neck, other than a service to which another item in this Subgroup applies (H) (10 basic units)\\n\",\n            \"ScheduleFee\": \"231.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20352\",\n            \"Description\": \"Initiation of the management of anaesthesia for simple ligation of major vessels of neck (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20355\",\n            \"Description\": \"Initiation of the management of anaesthesia for microvascular free tissue flap surgery involving the neck (H) (12 basic units)\\n\",\n            \"ScheduleFee\": \"277.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2008-07-01\"\n        },\n        {\n            \"ItemNumber\": \"20400\",\n            \"Description\": \"INITIATION OF MANAGEMENT OF ANAESTHESIA for procedures on the skin or subcutaneous tissue of the anterior part of the chest, not being a service to which another item in this Subgroup applies (3 basic units)\\n\",\n            \"ScheduleFee\": \"69.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20401\",\n            \"Description\": \"Initiation of the management of anaesthesia for procedures on the breast, other than a service to which another item in this Subgroup applies (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20402\",\n            \"Description\": \"Initiation of management of anaesthesia for reconstructive procedures on breast, including implant reconstruction and exchange (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20403\",\n            \"Description\": \"Initiation of management of anaesthesia for axillary dissection or sentinel node biopsy (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20404\",\n            \"Description\": \"Initiation of the management of anaesthesia for mastectomy (H) (6 basic units)\\n\",\n            \"ScheduleFee\": \"138.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20405\",\n            \"Description\": \"Initiation of the management of anaesthesia for reconstructive procedures on the breast using myocutaneous flaps (H) (8 basic units)\\n\",\n            \"ScheduleFee\": \"184.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20406\",\n            \"Description\": \"Initiation of the management of anaesthesia for radical or modified radical procedures on breast with internal mammary node dissection (H) (13 basic units)\\n\",\n            \"ScheduleFee\": \"300.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20410\",\n            \"Description\": \"Initiation of the management of anaesthesia for electrical conversion of arrhythmias (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20420\",\n            \"Description\": \"INITIATION OF MANAGEMENT OF ANAESTHESIA for procedures on the skin or subcutaneous tissue of the posterior part of the chest not being a service to which another item in this Subgroup applies (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20440\",\n            \"Description\": \"Initiation of the management of anaesthesia for percutaneous bone marrow biopsy of the sternum (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2003-05-01\"\n        },\n        {\n            \"ItemNumber\": \"20450\",\n            \"Description\": \"Initiation of the management of anaesthesia for procedures on clavicle, scapula or sternum, other than a service to which another item in this Subgroup applies (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20452\",\n            \"Description\": \"Initiation of the management of anaesthesia for radical surgery on clavicle, scapula or sternum (H) (6 basic units)\\n\",\n            \"ScheduleFee\": \"138.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20470\",\n            \"Description\": \"Initiation of the management of anaesthesia for partial rib resection, other than a service to which another item in this Subgroup applies (H) (6 basic units)\\n\",\n            \"ScheduleFee\": \"138.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20472\",\n            \"Description\": \"Initiation of the management of anaesthesia for thoracoplasty (H) (10 basic units)\\n\",\n            \"ScheduleFee\": \"231.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20474\",\n            \"Description\": \"Initiation of the management of anaesthesia for radical procedures on chest wall (H) (13 basic units)\\n\",\n            \"ScheduleFee\": \"300.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20475\",\n            \"Description\": \"Initiation of the management of anaesthesia for microvascular free tissue flap surgery involving the anterior or posterior thorax (H) (10 basic units)\\n\",\n            \"ScheduleFee\": \"231.00\",\n            \"ScheduleFeeStartDate\": \"2026-03-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2008-07-01\"\n        },\n        {\n            \"ItemNumber\": \"20500\",\n            \"Description\": \"Initiation of the management of anaesthesia for open procedures on the oesophagus (H) (15 basic units)\\n\",\n            \"ScheduleFee\": \"346.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20520\",\n            \"Description\": \"INITIATION OF MANAGEMENT OF ANAESTHESIA for all closed chest procedures (including rigid oesophagoscopy or bronchoscopy), not being a service to which another item in this Subgroup applies (6 basic units)\\n\",\n            \"ScheduleFee\": \"138.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20522\",\n            \"Description\": \"Initiation of the management of anaesthesia for needle biopsy of pleura (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20524\",\n            \"Description\": \"Initiation of the management of anaesthesia for pneumocentesis (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20526\",\n            \"Description\": \"Initiation of the management of anaesthesia for thoracoscopy (H) (10 basic units)\\n\",\n            \"ScheduleFee\": \"231.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20528\",\n            \"Description\": \"Initiation of the management of anaesthesia for mediastinoscopy (H) (8 basic units)\\n\",\n            \"ScheduleFee\": \"184.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20540\",\n            \"Description\": \"Initiation of the management of anaesthesia for thoracotomy procedures involving lungs, pleura, diaphragm, or mediastinum, other than a service to which another item in this Subgroup applies (H) (13 basic units)\\n\",\n            \"ScheduleFee\": \"300.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20542\",\n            \"Description\": \"Initiation of the management of anaesthesia for pulmonary decortication (H) (15 basic units)\\n\",\n            \"ScheduleFee\": \"346.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20546\",\n            \"Description\": \"Initiation of the management of anaesthesia for pulmonary resection with thoracoplasty (H) (15 basic units)\\n\",\n            \"ScheduleFee\": \"346.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20548\",\n            \"Description\": \"Initiation of the management of anaesthesia for intrathoracic repair of trauma to trachea and bronchi (H) (15 basic units)\\n\",\n            \"ScheduleFee\": \"346.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20560\",\n            \"Description\": \"Initiation of the management of anaesthesia for: (a) open procedures on the heart, pericardium or great vessels of the chest; or (b) percutaneous insertion of a valvular prosthesis (H) (20 basic units)\\n\",\n            \"ScheduleFee\": \"462.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20600\",\n            \"Description\": \"Initiation of the management of anaesthesia for procedures on cervical spine or spinal cord, or both, other than a service to which another item in this Subgroup applies (H) (10 basic units)\\n\",\n            \"ScheduleFee\": \"231.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20604\",\n            \"Description\": \"Initiation of the management of anaesthesia for posterior cervical laminectomy with the patient in the sitting position (H) (13 basic units)\\n\",\n            \"ScheduleFee\": \"300.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20620\",\n            \"Description\": \"Initiation of the management of anaesthesia for procedures on thoracic spine or spinal cord, or both, other than a service to which another item in this Subgroup applies (H) (10 basic units)\\n\",\n            \"ScheduleFee\": \"231.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20622\",\n            \"Description\": \"Initiation of the management of anaesthesia for thoracolumbar sympathectomy (H) (13 basic units)\\n\",\n            \"ScheduleFee\": \"300.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20630\",\n            \"Description\": \"Initiation of the management of anaesthesia for procedures in lumbar region, other than a service to which another item in this Subgroup applies (H) (8 basic units)\\n\",\n            \"ScheduleFee\": \"184.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20632\",\n            \"Description\": \"Initiation of the management of anaesthesia for lumbar sympathectomy (H) (7 basic units)\\n\",\n            \"ScheduleFee\": \"161.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20634\",\n            \"Description\": \"Initiation of the management of anaesthesia for chemonucleolysis (H) (10 basic units)\\n\",\n            \"ScheduleFee\": \"231.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20670\",\n            \"Description\": \"Initiation of the management of anaesthesia for extensive spine or spinal cord procedures, or both (H) (13 basic units)\\n\",\n            \"ScheduleFee\": \"300.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20680\",\n            \"Description\": \"Initiation of the management of anaesthesia for manipulation of spine when performed in the operating theatre of a hospital (H) (3 basic units)\\n\",\n            \"ScheduleFee\": \"69.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20690\",\n            \"Description\": \"Initiation of the management of anaesthesia for percutaneous spinal procedures, other than a service to which another item in this Subgroup applies (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20700\",\n            \"Description\": \"INITIATION OF MANAGEMENT OF ANAESTHESIA for procedures on the skin or subcutaneous tissue of the upper anterior abdominal wall, not being a service to which another item in this Subgroup applies (3 basic units)\\n\",\n            \"ScheduleFee\": \"69.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20702\",\n            \"Description\": \"INITIATION OF MANAGEMENT OF ANAESTHESIA for percutaneous liver biopsy (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20703\",\n            \"Description\": \"Initiation of the management of anaesthesia for procedures on the nerves, muscles, tendons and fascia of the upper abdominal wall, other than a service to which another item in this Subgroup applies (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2005-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20704\",\n            \"Description\": \"Initiation of the management of anaesthesia for microvascular free tissue flap surgery involving the anterior or posterior upper abdomen (H) (10 basic units)\\n\",\n            \"ScheduleFee\": \"231.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2008-07-01\"\n        },\n        {\n            \"ItemNumber\": \"20706\",\n            \"Description\": \"Initiation of the management of anaesthesia for laparoscopic procedures in the upper abdomen, including laparoscopic cholecystectomy, other than a service to which another item in this Subgroup applies (H) (7 basic units)\\n\",\n            \"ScheduleFee\": \"161.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20730\",\n            \"Description\": \"INITIATION OF MANAGEMENT OF ANAESTHESIA for procedures on the skin or subcutaneous tissue of the upper posterior abdominal wall, not being a service to which another item in this Subgroup applies (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20740\",\n            \"Description\": \"Initiation of the management of anaesthesia for upper gastrointestinal endoscopic procedures (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20745\",\n            \"Description\": \"Initiation of the management of anaesthesia for any of the following: (a) upper gastrointestinal endoscopic procedures in association with acute gastrointestinal haemorrhage; (b) endoscopic retrograde cholangiopancreatography; (c) upper gastrointestinal endoscopic ultrasound; (d) percutaneous endoscopic gastrostomy; (e) upper gastrointestinal endoscopic mucosal resection of tumour (H) (7 basic units)\\n\",\n            \"ScheduleFee\": \"161.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20750\",\n            \"Description\": \"Initiation of the management of anaesthesia for hernia repairs to the upper abdominal wall, other than a service to which another item in this Subgroup applies (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20752\",\n            \"Description\": \"Initiation of the management of anaesthesia for repair of incisional hernia or wound dehiscence, or both (H) (6 basic units)\\n\",\n            \"ScheduleFee\": \"138.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20754\",\n            \"Description\": \"Initiation of the management of anaesthesia for procedures on an omphalocele (H) (7 basic units)\\n\",\n            \"ScheduleFee\": \"161.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20756\",\n            \"Description\": \"Initiation of the management of anaesthesia for transabdominal repair of diaphragmatic hernia (H) (9 basic units)\\n\",\n            \"ScheduleFee\": \"207.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20770\",\n            \"Description\": \"Initiation of the management of anaesthesia for procedures on major upper abdominal blood vessels (H) (15 basic units)\\n\",\n            \"ScheduleFee\": \"346.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20790\",\n            \"Description\": \"Initiation of the management of anaesthesia for procedures within the peritoneal cavity in the upper abdomen, including any of the following: (a) open cholecystectomy; (b) gastrectomy; (c) laparoscopic assisted nephrectomy; (d) bowel shunts (H) (8 basic units)\\n\",\n            \"ScheduleFee\": \"184.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20791\",\n            \"Description\": \"Initiation of the management of anaesthesia for bariatric surgery in a patient with clinically severe obesity (H) (10 basic units)\\n\",\n            \"ScheduleFee\": \"231.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20792\",\n            \"Description\": \"Initiation of the management of anaesthesia for partial hepatectomy (excluding liver biopsy) (H) (13 basic units)\\n\",\n            \"ScheduleFee\": \"300.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20793\",\n            \"Description\": \"Initiation of the management of anaesthesia for extended or trisegmental hepatectomy (H) (15 basic units)\\n\",\n            \"ScheduleFee\": \"346.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20794\",\n            \"Description\": \"Initiation of the management of anaesthesia for pancreatectomy, partial or total (H) (12 basic units)\\n\",\n            \"ScheduleFee\": \"277.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20798\",\n            \"Description\": \"Initiation of the management of anaesthesia for neuro endocrine tumour removal in the upper abdomen (H) (10 basic units)\\n\",\n            \"ScheduleFee\": \"231.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20799\",\n            \"Description\": \"Initiation of the management of anaesthesia for percutaneous procedures on an intra‑abdominal organ in the upper abdomen (H) (6 basic units)\\n\",\n            \"ScheduleFee\": \"138.60\",\n            \"ScheduleFeeStartDate\": \"2026-03-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2002-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20800\",\n            \"Description\": \"INITIATION OF MANAGEMENT OF ANAESTHESIA for procedures on the skin or subcutaneous tissue of the lower anterior abdominal walls, not being a service to which another item in this Subgroup applies (3 basic units)\\n\",\n            \"ScheduleFee\": \"69.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20802\",\n            \"Description\": \"INITIATION OF MANAGEMENT OF ANAESTHESIA for lipectomy of the lower abdomen (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20803\",\n            \"Description\": \"Initiation of the management of anaesthesia for procedures on the nerves, muscles, tendons and fascia of the lower abdominal wall, other than a service to which another item in this Subgroup applies (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2005-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20804\",\n            \"Description\": \"Initiation of the management of anaesthesia for microvascular free tissue flap surgery involving the anterior or posterior lower abdomen (H) (10 basic units)\\n\",\n            \"ScheduleFee\": \"231.00\",\n            \"ScheduleFeeStartDate\": \"2026-03-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2008-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20806\",\n            \"Description\": \"Initiation of the management of anaesthesia for laparoscopic procedures in the lower abdomen (H) (7 basic units)\\n\",\n            \"ScheduleFee\": \"161.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20810\",\n            \"Description\": \"Initiation of the management of anaesthesia for lower intestinal endoscopic procedures (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20815\",\n            \"Description\": \"Initiation of the management of anaesthesia for extracorporeal shock wave lithotripsy to urinary tract (H) (6 basic units)\\n\",\n            \"ScheduleFee\": \"138.60\",\n            \"ScheduleFeeStartDate\": \"2026-03-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20820\",\n            \"Description\": \"INITIATION OF MANAGEMENT OF ANAESTHESIA for procedures on the skin, its derivatives or subcutaneous tissue of the lower posterior abdominal wall (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20830\",\n            \"Description\": \"Initiation of the management of anaesthesia for hernia repairs in lower abdomen, other than a service to which another item in this Subgroup applies (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20832\",\n            \"Description\": \"Initiation of the management of anaesthesia for repair of incisional herniae or wound dehiscence, or both, of the lower abdomen (H) (6 basic units)\\n\",\n            \"ScheduleFee\": \"138.60\",\n            \"ScheduleFeeStartDate\": \"2026-03-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20840\",\n            \"Description\": \"Initiation of the management of anaesthesia for all open procedures within the peritoneal cavity in the lower abdomen, including appendicectomy, other than a service to which another item in this Subgroup applies (H) (6 basic units)\\n\",\n            \"ScheduleFee\": \"138.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20841\",\n            \"Description\": \"Initiation of the management of anaesthesia for bowel resection, including laparoscopic bowel resection, other than a service to which another item in this Subgroup applies (H) (8 basic units)\\n\",\n            \"ScheduleFee\": \"184.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20842\",\n            \"Description\": \"Initiation of the management of anaesthesia for amniocentesis (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20844\",\n            \"Description\": \"Initiation of the management of anaesthesia for abdominoperineal resection, including pull through procedures, ultra low anterior resection and formation of bowel reservoir (H) (10 basic units)\\n\",\n            \"ScheduleFee\": \"231.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20845\",\n            \"Description\": \"Initiation of the management of anaesthesia for radical prostatectomy (H) (10 basic units)\\n\",\n            \"ScheduleFee\": \"231.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20846\",\n            \"Description\": \"Initiation of the management of anaesthesia for radical hysterectomy (H) (10 basic units)\\n\",\n            \"ScheduleFee\": \"231.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20847\",\n            \"Description\": \"Initiation of the management of anaesthesia for ovarian malignancy (H) (10 basic units)\\n\",\n            \"ScheduleFee\": \"231.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2005-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20848\",\n            \"Description\": \"Initiation of the management of anaesthesia for pelvic exenteration (H) (10 basic units)\\n\",\n            \"ScheduleFee\": \"231.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20850\",\n            \"Description\": \"Initiation of the management of anaesthesia for caesarean section (H) (12 basic units)\\n\",\n            \"ScheduleFee\": \"277.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20855\",\n            \"Description\": \"Initiation of the management of anaesthesia for caesarean hysterectomy or hysterectomy within 24 hours of birth (H) (15 basic units)\\n\",\n            \"ScheduleFee\": \"346.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20860\",\n            \"Description\": \"Initiation of the management of anaesthesia for extraperitoneal procedures in lower abdomen, including those on the urinary tract, other than a service to which another item in this Subgroup applies (H) (6 basic units)\\n\",\n            \"ScheduleFee\": \"138.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20862\",\n            \"Description\": \"Initiation of the management of anaesthesia for renal procedures, including upper one‑third of ureter (H) (7 basic units)\\n\",\n            \"ScheduleFee\": \"161.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20863\",\n            \"Description\": \"Initiation of the management of anaesthesia for nephrectomy (H) (10 basic units)\\n\",\n            \"ScheduleFee\": \"231.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2008-07-01\"\n        },\n        {\n            \"ItemNumber\": \"20864\",\n            \"Description\": \"Initiation of the management of anaesthesia for total cystectomy (H) (10 basic units)\\n\",\n            \"ScheduleFee\": \"231.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20866\",\n            \"Description\": \"Initiation of the management of anaesthesia for adrenalectomy (H) (10 basic units)\\n\",\n            \"ScheduleFee\": \"231.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20867\",\n            \"Description\": \"Initiation of the management of anaesthesia for neuro endocrine tumour removal in the lower abdomen (H) (10 basic units)\\n\",\n            \"ScheduleFee\": \"231.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20868\",\n            \"Description\": \"Initiation of the management of anaesthesia for renal transplantation (donor or recipient) (H) (10 basic units)\\n\",\n            \"ScheduleFee\": \"231.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20880\",\n            \"Description\": \"Initiation of the management of anaesthesia for procedures on major lower abdominal vessels, other than a service to which another item in this Subgroup applies (H) (15 basic units)\\n\",\n            \"ScheduleFee\": \"346.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20882\",\n            \"Description\": \"Initiation of the management of anaesthesia for inferior vena cava ligation (H) (10 basic units)\\n\",\n            \"ScheduleFee\": \"231.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20884\",\n            \"Description\": \"Initiation of the management of anaesthesia for percutaneous umbrella insertion (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20886\",\n            \"Description\": \"Initiation of the management of anaesthesia for percutaneous procedures on an intra‑abdominal organ in the lower abdomen (H) (6 basic units)\\n\",\n            \"ScheduleFee\": \"138.60\",\n            \"ScheduleFeeStartDate\": \"2026-03-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2002-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20900\",\n            \"Description\": \"INITIATION OF MANAGEMENT OF ANAESTHESIA for procedures on the skin or subcutaneous tissue of the perineum not being a service to which another item in this Subgroup applies (3 basic units)\\n\",\n            \"ScheduleFee\": \"69.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20902\",\n            \"Description\": \"Initiation of the management of anaesthesia for anorectal procedures (including surgical haemorrhoidectomy, but not banding of haemorrhoids) (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20904\",\n            \"Description\": \"Initiation of the management of anaesthesia for radical perineal procedures, including radical perineal prostatectomy or radical vulvectomy (H) (7 basic units)\\n\",\n            \"ScheduleFee\": \"161.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20905\",\n            \"Description\": \"Initiation of the management of anaesthesia for microvascular free tissue flap surgery involving the perineum (H) (10 basic units)\\n\",\n            \"ScheduleFee\": \"231.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2008-07-01\"\n        },\n        {\n            \"ItemNumber\": \"20906\",\n            \"Description\": \"Initiation of the management of anaesthesia for vulvectomy (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20910\",\n            \"Description\": \"INITIATION OF MANAGEMENT OF ANAESTHESIA for transurethral procedures (including urethrocystoscopy), not being a service to which another item in this Subgroup applies (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20911\",\n            \"Description\": \"Initiation of the management of anaesthesia for endoscopic ureteroscopic surgery including laser procedures (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2008-07-01\"\n        },\n        {\n            \"ItemNumber\": \"20912\",\n            \"Description\": \"Initiation of the management of anaesthesia for transurethral resection of bladder tumour or tumours (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20914\",\n            \"Description\": \"Initiation of the management of anaesthesia for transurethral resection of prostate (H) (7 basic units)\\n\",\n            \"ScheduleFee\": \"161.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20916\",\n            \"Description\": \"Initiation of the management of anaesthesia for bleeding post-transurethral resection (H) (7 basic units)\\n\",\n            \"ScheduleFee\": \"161.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20920\",\n            \"Description\": \"Initiation of management of anaesthesia for procedures on external genitalia, not being a service to which another item in this Subgroup applies. (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20924\",\n            \"Description\": \"Initiation of the management of anaesthesia for procedures on undescended testis, unilateral or bilateral (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20926\",\n            \"Description\": \"Initiation of the management of anaesthesia for radical orchidectomy, inguinal approach (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20928\",\n            \"Description\": \"Initiation of the management of anaesthesia for radical orchidectomy, abdominal approach (H) (6 basic units)\\n\",\n            \"ScheduleFee\": \"138.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20930\",\n            \"Description\": \"Initiation of the management of anaesthesia for orchiopexy, unilateral or bilateral (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20932\",\n            \"Description\": \"Initiation of the management of anaesthesia for complete amputation of penis (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20934\",\n            \"Description\": \"Initiation of the management of anaesthesia for complete amputation of penis with bilateral inguinal lymphadenectomy (H) (6 basic units)\\n\",\n            \"ScheduleFee\": \"138.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20936\",\n            \"Description\": \"Initiation of the management of anaesthesia for complete amputation of penis with bilateral inguinal and iliac lymphadenectomy (H) (8 basic units)\\n\",\n            \"ScheduleFee\": \"184.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20938\",\n            \"Description\": \"Initiation of the management of anaesthesia for insertion of penile prosthesis (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20940\",\n            \"Description\": \"INITIATION OF MANAGEMENT OF ANAESTHESIA for per vagina and vaginal procedures (including biopsy of vagina, cervix or endometrium), not being a service to which another item in this Subgroup applies (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20942\",\n            \"Description\": \"Initiation of the management of anaesthesia for vaginal procedures (including repair operations and urinary incontinence procedures) (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20943\",\n            \"Description\": \"INITIATION OF MANAGEMENT OF ANAESTHESIA for transvaginal assisted reproductive services (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20944\",\n            \"Description\": \"Initiation of the management of anaesthesia for vaginal hysterectomy (H) (6 basic units)\\n\",\n            \"ScheduleFee\": \"138.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20946\",\n            \"Description\": \"Initiation of the management of anaesthesia for vaginal birth (H) (8 basic units)\\n\",\n            \"ScheduleFee\": \"184.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20948\",\n            \"Description\": \"Initiation of the management of anaesthesia for purse string ligation of cervix, or removal of purse string ligature, or removal of purse string ligature (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20950\",\n            \"Description\": \"Initiation of the management of anaesthesia for culdoscopy (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20952\",\n            \"Description\": \"Initiation of the management of anaesthesia for hysteroscopy (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20954\",\n            \"Description\": \"Initiation of the management of anaesthesia for correction of inverted uterus (H) (10 basic units)\\n\",\n            \"ScheduleFee\": \"231.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"20956\",\n            \"Description\": \"INITIATION OF MANAGEMENT OF ANAESTHESIA for evacuation of retained products of conception, as a complication of confinement (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2002-05-01\"\n        },\n        {\n            \"ItemNumber\": \"20958\",\n            \"Description\": \"Initiation of the management of anaesthesia for manual removal of retained placenta or for repair of vaginal or perineal tear following birth (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2002-05-01\"\n        },\n        {\n            \"ItemNumber\": \"20960\",\n            \"Description\": \"Initiation of the management of anaesthesia for vaginal procedures in the management of post-partum haemorrhage, if the blood loss isgreater than 500 ml (H) (7 basic units)\\n\",\n            \"ScheduleFee\": \"161.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2002-05-01\"\n        },\n        {\n            \"ItemNumber\": \"21100\",\n            \"Description\": \"INITIATION OF MANAGEMENT OF ANAESTHESIA for procedures on the skin or subcutaneous tissue of the anterior pelvic region (anterior to iliac crest), except external genitalia (3 basic units)\\n\",\n            \"ScheduleFee\": \"69.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21110\",\n            \"Description\": \"Initiation of the management of anaesthesia for procedures on the skin, its derivatives or subcutaneous tissue of the pelvic region (posterior to iliac crest), except perineum (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21112\",\n            \"Description\": \"Initiation of the management of anaesthesia for percutaneous bone marrow biopsy of the anterior iliac crest (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2003-05-01\"\n        },\n        {\n            \"ItemNumber\": \"21114\",\n            \"Description\": \"Initiation of the management of anaesthesia for percutaneous bone marrow biopsy of the posterior iliac crest (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2003-05-01\"\n        },\n        {\n            \"ItemNumber\": \"21116\",\n            \"Description\": \"Initiation of the management of anaesthesia for percutaneous bone marrow harvesting from the pelvis (H) (6 basic units)\\n\",\n            \"ScheduleFee\": \"138.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2003-05-01\"\n        },\n        {\n            \"ItemNumber\": \"21120\",\n            \"Description\": \"Initiation of the management of anaesthesia for procedures on the bony pelvis (H) (6 basic units)\\n\",\n            \"ScheduleFee\": \"138.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21130\",\n            \"Description\": \"Initiation of the management of anaesthesia for body cast application or revision, when performed in the operating theatre of a hospital (H) (3 basic units)\\n\",\n            \"ScheduleFee\": \"69.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21140\",\n            \"Description\": \"Initiation of the management of anaesthesia for interpelviabdominal (hindquarter) amputation (H) (15 basic units)\\n\",\n            \"ScheduleFee\": \"346.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21150\",\n            \"Description\": \"Initiation of the management of anaesthesia for radical procedures for tumour of the pelvis, except hindquarter amputation (H) (10 basic units)\\n\",\n            \"ScheduleFee\": \"231.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21155\",\n            \"Description\": \"Initiation of the management of anaesthesia for microvascular free tissue flap surgery involving the anterior or posterior pelvis (H) (10 basic units)\\n\",\n            \"ScheduleFee\": \"231.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2008-07-01\"\n        },\n        {\n            \"ItemNumber\": \"21160\",\n            \"Description\": \"Initiation of the management of anaesthesia for closed procedures involving symphysis pubis or sacroiliac joint, when performed in the operating theatre of a hospital (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21170\",\n            \"Description\": \"Initiation of the management of anaesthesia for open procedures involving symphysis pubis or sacroiliac joint (H) (8 basic units)\\n\",\n            \"ScheduleFee\": \"184.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21195\",\n            \"Description\": \"INITIATION OF MANAGEMENT OF ANAESTHESIA for procedures on the skin or subcutaneous tissue of the upper leg (3 basic units)\\n\",\n            \"ScheduleFee\": \"69.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21199\",\n            \"Description\": \"INITIATION OF MANAGEMENT OF ANAESTHESIA for procedures on nerves, muscles, tendons, fascia or bursae of the upper leg (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21200\",\n            \"Description\": \"Initiation of the management of anaesthesia for closed procedures involving hip joint, when performed in the operating theatre of a hospital (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21202\",\n            \"Description\": \"Initiation of the management of anaesthesia for arthroscopic procedures of the hip joint (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21210\",\n            \"Description\": \"Initiation of the management of anaesthesia for open procedures involving hip joint, other than a service to which another item in this Subgroup applies (H) (6 basic units)\\n\",\n            \"ScheduleFee\": \"138.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21212\",\n            \"Description\": \"Initiation of the management of anaesthesia for hip disarticulation (H) (10 basic units)\\n\",\n            \"ScheduleFee\": \"231.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21214\",\n            \"Description\": \"Initiation of management of anaesthesia for primary total hip replacement. (H) (10 basic units)\\n\",\n            \"ScheduleFee\": \"231.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21215\",\n            \"Description\": \"Initiation of management of anaesthesia for revision total hip replacement (H) (15 basic units)\\n\",\n            \"ScheduleFee\": \"346.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2022-03-01\"\n        },\n        {\n            \"ItemNumber\": \"21216\",\n            \"Description\": \"Initiation of the management of anaesthesia for bilateral total hip replacement (H) (14 basic units)\\n\",\n            \"ScheduleFee\": \"323.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2005-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21220\",\n            \"Description\": \"Initiation of the management of anaesthesia for closed procedures involving upper two-thirds of femur, when performed in the operating theatre of a hospital (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21230\",\n            \"Description\": \"Initiation of the management of anaesthesia for open procedures involving upper two-thirds of femur, other than a service to which another item in this Subgroup applies (H) (6 basic units)\\n\",\n            \"ScheduleFee\": \"138.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21232\",\n            \"Description\": \"Initiation of the management of anaesthesia for above knee amputation (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21234\",\n            \"Description\": \"Initiation of the management of anaesthesia for radical resection of the upper two‑thirds of femur (H) (8 basic units)\\n\",\n            \"ScheduleFee\": \"184.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21260\",\n            \"Description\": \"INITIATION OF MANAGEMENT OF ANAESTHESIA for procedures involving veins of upper leg, including exploration (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21270\",\n            \"Description\": \"Initiation of the management of anaesthesia for procedures involving arteries of upper leg, including bypass graft, other than a service to which another item in this Subgroup applies (H) (8 basic units)\\n\",\n            \"ScheduleFee\": \"184.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21272\",\n            \"Description\": \"Initiation of the management of anaesthesia for femoral artery ligation (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21274\",\n            \"Description\": \"Initiation of the management of anaesthesia for femoral artery embolectomy (H) (6 basic units)\\n\",\n            \"ScheduleFee\": \"138.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21275\",\n            \"Description\": \"Initiation of the management of anaesthesia for microvascular free tissue flap surgery involving the upper leg (H) (10 basic units)\\n\",\n            \"ScheduleFee\": \"231.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2008-07-01\"\n        },\n        {\n            \"ItemNumber\": \"21280\",\n            \"Description\": \"Initiation of the management of anaesthesia for microsurgical reimplantation of upper leg (H) (15 basic units)\\n\",\n            \"ScheduleFee\": \"346.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21300\",\n            \"Description\": \"Initiation of the management of anaesthesia for procedures on the skin or subcutaneous tissue of the knee or popliteal area, or both (H) (3 basic units)\\n\",\n            \"ScheduleFee\": \"69.30\",\n            \"ScheduleFeeStartDate\": \"2026-03-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21321\",\n            \"Description\": \"Initiation of the management of anaesthesia for procedures on nerves, muscles, tendons, fascia or bursae of knee or popliteal area, or both (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21340\",\n            \"Description\": \"Initiation of the management of anaesthesia for closed procedures on lower one‑third of femur, when performed in the operating theatre of a hospital (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21360\",\n            \"Description\": \"Initiation of the management of anaesthesia for open procedures on lower one‑third of femur (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21380\",\n            \"Description\": \"Initiation of the management of anaesthesia for closed procedures on knee joint when performed in the operating theatre of a hospital (H) (3 basic units)\\n\",\n            \"ScheduleFee\": \"69.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21382\",\n            \"Description\": \"Initiation of the management of anaesthesia for arthroscopic procedures of knee joint (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21390\",\n            \"Description\": \"Initiation of the management of anaesthesia for closed procedures on upper ends of tibia, fibula or patella, or any of them, when performed in the operating theatre of a hospital (H) (3 basic units)\\n\",\n            \"ScheduleFee\": \"69.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21392\",\n            \"Description\": \"Initiation of the management of anaesthesia for open procedures on upper ends of tibia, fibula or patella, or any of them (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21400\",\n            \"Description\": \"Initiation of the management of anaesthesia for open procedures on knee joint, other than a service to which another item in this Subgroup applies (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21402\",\n            \"Description\": \"Initiation of the management of anaesthesia for knee replacement (H) (7 basic units)\\n\",\n            \"ScheduleFee\": \"161.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21403\",\n            \"Description\": \"Initiation of the management of anaesthesia for bilateral knee replacement (H) (10 basic units)\\n\",\n            \"ScheduleFee\": \"231.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21404\",\n            \"Description\": \"Initiation of the management of anaesthesia for disarticulation of knee (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21420\",\n            \"Description\": \"Initiation of the management of anaesthesia for cast application, removal or repair, involving knee joint, undertaken in a hospital (H) (3 basic units)\\n\",\n            \"ScheduleFee\": \"69.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21430\",\n            \"Description\": \"Initiation of the management of anaesthesia for procedures on veins of knee or popliteal area, other than a service to which another item in this Subgroup applies (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21432\",\n            \"Description\": \"Initiation of the management of anaesthesia for repair of arteriovenous fistula of knee or popliteal area (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21440\",\n            \"Description\": \"Initiation of the management of anaesthesia for procedures on arteries of knee or popliteal area, other than a service to which another item in this Subgroup applies (H) (8 basic units)\\n\",\n            \"ScheduleFee\": \"184.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21445\",\n            \"Description\": \"Initiation of the management of anaesthesia for microvascular free tissue flap surgery involving the knee or popliteal area (H) (10 basic units)\\n\",\n            \"ScheduleFee\": \"231.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2008-07-01\"\n        },\n        {\n            \"ItemNumber\": \"21460\",\n            \"Description\": \"INITIATION OF MANAGEMENT OF ANAESTHESIA for procedures on the skin or subcutaneous tissue of lower leg, ankle, or foot (3 basic units)\\n\",\n            \"ScheduleFee\": \"69.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"12\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21461\",\n            \"Description\": \"INITIATION OF MANAGEMENT OF ANAESTHESIA for procedures on nerves, muscles, tendons, or fascia of lower leg, ankle, or foot, not being a service to which another item in this Subgroup applies (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"12\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21462\",\n            \"Description\": \"INITIATION OF MANAGEMENT OF ANAESTHESIA for closed procedures on lower leg, ankle, or foot (3 basic units)\\n\",\n            \"ScheduleFee\": \"69.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"12\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21464\",\n            \"Description\": \"Initiation of the management of anaesthesia for arthroscopic procedure of ankle joint (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"12\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21472\",\n            \"Description\": \"Initiation of the management of anaesthesia for repair of Achilles tendon (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"12\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21474\",\n            \"Description\": \"Initiation of the management of anaesthesia for gastrocnemius recession (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"12\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21480\",\n            \"Description\": \"Initiation of the management of anaesthesia for open procedures on bones of lower leg, ankle or foot, including amputation, other than a service to which another item in this Subgroup applies (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"12\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21482\",\n            \"Description\": \"Initiation of the management of anaesthesia for radical resection of bone involving lower leg, ankle or foot (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"12\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21484\",\n            \"Description\": \"Initiation of the management of anaesthesia for osteotomy or osteoplasty of tibia or fibula (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"12\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21486\",\n            \"Description\": \"Initiation of the management of anaesthesia for total ankle replacement (H) (7 basic units)\\n\",\n            \"ScheduleFee\": \"161.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"12\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21490\",\n            \"Description\": \"Initiation of the management of anaesthesia for lower leg cast application, removal or repair, undertaken in a hospital (H) (3 basic units)\\n\",\n            \"ScheduleFee\": \"69.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"12\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21500\",\n            \"Description\": \"Initiation of the management of anaesthesia for procedures on arteries of lower leg, including bypass graft, other than a service to which another item in this Subgroup applies (H) (8 basic units)\\n\",\n            \"ScheduleFee\": \"184.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"12\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21502\",\n            \"Description\": \"Initiation of the management of anaesthesia for embolectomy of the lower leg (H) (6 basic units)\\n\",\n            \"ScheduleFee\": \"138.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"12\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21520\",\n            \"Description\": \"INITIATION OF MANAGEMENT OF ANAESTHESIA for procedures on veins of lower leg, not being a service to which another item in this Subgroup applies (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"12\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21522\",\n            \"Description\": \"Initiation of the management of anaesthesia for venous thrombectomy of the lower leg (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"12\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21530\",\n            \"Description\": \"Initiation of the management of anaesthesia for microsurgical reimplantation of lower leg, ankle or foot (H) (15 basic units)\\n\",\n            \"ScheduleFee\": \"346.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"12\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21532\",\n            \"Description\": \"Initiation of the management of anaesthesia for microsurgical reimplantation of toe (H) (8 basic units)\\n\",\n            \"ScheduleFee\": \"184.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"12\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21535\",\n            \"Description\": \"Initiation of the management of anaesthesia for microvascular free tissue flap surgery involving the lower leg (H) (10 basic units)\\n\",\n            \"ScheduleFee\": \"231.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"12\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2008-07-01\"\n        },\n        {\n            \"ItemNumber\": \"21600\",\n            \"Description\": \"INITIATION OF MANAGEMENT OF ANAESTHESIA for procedures on the skin or subcutaneous tissue of the shoulder or axilla (3 basic units)\\n\",\n            \"ScheduleFee\": \"69.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21610\",\n            \"Description\": \"Initiation of the management of anaesthesia for procedures on nerves, muscles, tendons, fascia or bursae of shoulder or axilla, including axillary dissection (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21620\",\n            \"Description\": \"Initiation of the management of anaesthesia for closed procedures on humeral head and neck, sternoclavicular joint, acromioclavicular joint or shoulder joint, when performed in the operating theatre of a hospital (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21622\",\n            \"Description\": \"Initiation of the management of anaesthesia for arthroscopic procedures of shoulder joint (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21630\",\n            \"Description\": \"Initiation of the management of anaesthesia for open procedures on humeral head and neck, sternoclavicular joint, acromioclavicular jointor shoulder joint, other than a service to which another item in this Subgroup applies (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21632\",\n            \"Description\": \"Initiation of the management of anaesthesia for radical resection involving humeral head and neck, sternoclavicular joint, acromioclavicular joint or shoulder joint (H) (6 basic units)\\n\",\n            \"ScheduleFee\": \"138.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21634\",\n            \"Description\": \"Initiation of the management of anaesthesia for shoulder disarticulation (H) (9 basic units)\\n\",\n            \"ScheduleFee\": \"207.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21636\",\n            \"Description\": \"Initiation of the management of anaesthesia for interthoracoscapular (forequarter) amputation (H) (15 basic units)\\n\",\n            \"ScheduleFee\": \"346.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21638\",\n            \"Description\": \"Initiation of the management of anaesthesia for total shoulder replacement (H) (10 basic units)\\n\",\n            \"ScheduleFee\": \"231.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21650\",\n            \"Description\": \"Initiation of the management of anaesthesia for procedures on arteries of shoulder or axilla, other than a service to which another item in this Subgroup applies (H) (8 basic units)\\n\",\n            \"ScheduleFee\": \"184.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21652\",\n            \"Description\": \"Initiation of the management of anaesthesia for procedures for axillary‑brachial aneurysm (H) (10 basic units)\\n\",\n            \"ScheduleFee\": \"231.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21654\",\n            \"Description\": \"Initiation of the management of anaesthesia for bypass graft of arteries of shoulder or axilla (H) (8 basic units)\\n\",\n            \"ScheduleFee\": \"184.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21656\",\n            \"Description\": \"Initiation of the management of anaesthesia for axillary‑femoral bypass graft (H) (10 basic units)\\n\",\n            \"ScheduleFee\": \"231.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21670\",\n            \"Description\": \"Initiation of the management of anaesthesia for procedures on veins of shoulder or axilla (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21680\",\n            \"Description\": \"Initiation of the management of anaesthesia for shoulder cast application, removal or repair, other than a service to which another item in this Subgroup applies, when undertaken in a hospital (H) (3 basic units)\\n\",\n            \"ScheduleFee\": \"69.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21682\",\n            \"Description\": \"Initiation of the management of anaesthesia for shoulder spica application, when undertaken in a hospital (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21685\",\n            \"Description\": \"Initiation of the management of anaesthesia for microvascular free tissue flap surgery involving the shoulder or the axilla (H) (10 basic units)\\n\",\n            \"ScheduleFee\": \"231.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2008-07-01\"\n        },\n        {\n            \"ItemNumber\": \"21700\",\n            \"Description\": \"INITIATION OF MANAGEMENT OF ANAESTHESIA for procedures on the skin or subcutaneous tissue of the upper arm or elbow (3 basic units)\\n\",\n            \"ScheduleFee\": \"69.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21710\",\n            \"Description\": \"Initiation of the management of anaesthesia for procedures on nerves, muscles, tendons, fascia or bursae of upper arm or elbow, other than a service to which another item in this Subgroup applies (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21712\",\n            \"Description\": \"Initiation of the management of anaesthesia for open tenotomy of the upper arm or elbow (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21714\",\n            \"Description\": \"Initiation of the management of anaesthesia for tenoplasty of the upper arm or elbow (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21716\",\n            \"Description\": \"Initiation of the management of anaesthesia for tenodesis for rupture of long tendon of biceps (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21730\",\n            \"Description\": \"Initiation of the management of anaesthesia for closed procedures on the upper arm or elbow, when performed in the operating theatre of a hospital (H) (3 basic units)\\n\",\n            \"ScheduleFee\": \"69.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21732\",\n            \"Description\": \"Initiation of the management of anaesthesia for arthroscopic procedures of elbow joint (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21740\",\n            \"Description\": \"Initiation of the management of anaesthesia for open procedures on the upper arm or elbow, other than a service to which another item in this Subgroup applies (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21756\",\n            \"Description\": \"Initiation of the management of anaesthesia for radical procedures on the upper arm or elbow (H) (6 basic units)\\n\",\n            \"ScheduleFee\": \"138.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21760\",\n            \"Description\": \"Initiation of the management of anaesthesia for total elbow replacement (H) (7 basic units)\\n\",\n            \"ScheduleFee\": \"161.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21770\",\n            \"Description\": \"Initiation of the management of anaesthesia for procedures on arteries of upper arm, other than a service to which another item in this Subgroup applies (H) (8 basic units)\\n\",\n            \"ScheduleFee\": \"184.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21772\",\n            \"Description\": \"Initiation of the management of anaesthesia for embolectomy of arteries of the upper arm (H) (6 basic units)\\n\",\n            \"ScheduleFee\": \"138.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21780\",\n            \"Description\": \"Initiation of the management of anaesthesia for procedures on veins of upper arm, other than a service to which another item in this Subgroup applies (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21785\",\n            \"Description\": \"Initiation of the management of anaesthesia for microvascular free tissue flap surgery involving the upper arm or elbow (H) (10 basic units)\\n\",\n            \"ScheduleFee\": \"231.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2008-07-01\"\n        },\n        {\n            \"ItemNumber\": \"21790\",\n            \"Description\": \"Initiation of the management of anaesthesia for microsurgical reimplantation of upper arm (H) (15 basic units)\\n\",\n            \"ScheduleFee\": \"346.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21800\",\n            \"Description\": \"INITIATION OF MANAGEMENT OF ANAESTHESIA for procedures on the skin or subcutaneous tissue of the forearm, wrist or hand (3 basic units)\\n\",\n            \"ScheduleFee\": \"69.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21810\",\n            \"Description\": \"Initiation of the management of anaesthesia for procedures on the nerves, muscles, tendons, fascia, or bursae of the forearm, wrist or hand (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21820\",\n            \"Description\": \"Initiation of the management of anaesthesia for closed procedures on the radius, ulna, wrist, or hand bones, when performed in the operating theatre of a hospital (H) (3 basic units)\\n\",\n            \"ScheduleFee\": \"69.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21830\",\n            \"Description\": \"Initiation of the management of anaesthesia for open procedures on the radius, ulna, wrist, or hand bones, other than a service to which another item in this Subgroup applies (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21832\",\n            \"Description\": \"Initiation of the management of anaesthesia for total wrist replacement (H) (7 basic units)\\n\",\n            \"ScheduleFee\": \"161.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21834\",\n            \"Description\": \"Initiation of the management of anaesthesia for arthroscopic procedures of the wrist joint (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21840\",\n            \"Description\": \"Initiation of the management of anaesthesia for procedures on the arteries of forearm, wrist or hand, other than a service to which another item in this Subgroup applies (H) (8 basic units)\\n\",\n            \"ScheduleFee\": \"184.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21842\",\n            \"Description\": \"Initiation of the management of anaesthesia for embolectomy of artery of forearm, wrist or hand (H) (6 basic units)\\n\",\n            \"ScheduleFee\": \"138.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21850\",\n            \"Description\": \"Initiation of the management of anaesthesia for procedures on the veins of forearm, wrist or hand, other than a service to which another item in this Subgroup applies (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21860\",\n            \"Description\": \"Initiation of the management of anaesthesia for forearm, wrist, or hand cast application, removal or repair, when undertaken in a hospital (H) (3 basic units)\\n\",\n            \"ScheduleFee\": \"69.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21865\",\n            \"Description\": \"Initiation of the management of anaesthesia for microvascular free tissue flap surgery involving the forearm, wrist or hand (H) (10 basic units)\\n\",\n            \"ScheduleFee\": \"231.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2008-07-01\"\n        },\n        {\n            \"ItemNumber\": \"21870\",\n            \"Description\": \"Initiation of the management of anaesthesia for microsurgical reimplantation of forearm, wrist or hand (H) (15 basic units)\\n\",\n            \"ScheduleFee\": \"346.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21872\",\n            \"Description\": \"Initiation of the management of anaesthesia for microsurgical reimplantation of a finger (H) (8 basic units)\\n\",\n            \"ScheduleFee\": \"184.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21878\",\n            \"Description\": \"Initiation of the management of anaesthesia for excision or debridement of burns, with or without skin grafting, if the area of burn involves not more than 3% of total body surface (H) (3 basic units)\\n\",\n            \"ScheduleFee\": \"69.30\",\n            \"ScheduleFeeStartDate\": \"2026-03-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"16\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21879\",\n            \"Description\": \"Initiation of the management of anaesthesia for excision or debridement of burns, with or without skin grafting, if the area of burn involves more than 3% but less than 10% of total body surface (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"16\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21880\",\n            \"Description\": \"Initiation of the management of anaesthesia for excision or debridement of burns, with or without skin grafting, if the area of burn involves 10% or more but less than 20% of total body surface (H) (7 basic units)\\n\",\n            \"ScheduleFee\": \"161.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"16\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21881\",\n            \"Description\": \"Initiation of the management of anaesthesia for excision or debridement of burns, with or without skin grafting, if the area of burn involves 20% or more but less than 30% of total body surface (H) (9 basic units)\\n\",\n            \"ScheduleFee\": \"207.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"16\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21882\",\n            \"Description\": \"Initiation of the management of anaesthesia for excision or debridement of burns, with or without skin grafting, if the area of burn involves 30% or more but less than 40% of total body surface (H) (11 basic units)\\n\",\n            \"ScheduleFee\": \"254.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"16\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21883\",\n            \"Description\": \"Initiation of the management of anaesthesia for excision or debridement of burns, with or without skin grafting, if the area of burn involves 40% or more but less than 50% of total body surface (H) (13 basic units)\\n\",\n            \"ScheduleFee\": \"300.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"16\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21884\",\n            \"Description\": \"Initiation of the management of anaesthesia for excision or debridement of burns, with or without skin grafting, if the area of burn involves 50% or more but less than 60% of total body surface (H) (15 basic units)\\n\",\n            \"ScheduleFee\": \"346.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"16\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21885\",\n            \"Description\": \"Initiation of the management of anaesthesia for excision or debridement of burns, with or without skin grafting, if the area of burn involves 60% or more but less than 70% of total body surface (H) (17 basic units)\\n\",\n            \"ScheduleFee\": \"392.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"16\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21886\",\n            \"Description\": \"Initiation of the management of anaesthesia for excision or debridement of burns, with or without skin grafting, if the area of burn involves 70% or more but less than 80% of total body surface (H) (19 basic units)\\n\",\n            \"ScheduleFee\": \"438.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"16\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21887\",\n            \"Description\": \"Initiation of the management of anaesthesia for excision or debridement of burns, with or without skin grafting, if the area of burn involves 80% or more of total body surface (H) (21 basic units)\\n\",\n            \"ScheduleFee\": \"485.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"16\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21900\",\n            \"Description\": \"Initiation of the management of anaesthesia for injection procedure for hysterosalpingography (H) (3 basic units)\\n\",\n            \"ScheduleFee\": \"69.30\",\n            \"ScheduleFeeStartDate\": \"2026-03-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21906\",\n            \"Description\": \"Initiation of the management of anaesthesia for injection procedure for myelography—lumbar or thoracic (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21908\",\n            \"Description\": \"Initiation of the management of anaesthesia for injection procedure for myelography—cervical (H) (6 basic units)\\n\",\n            \"ScheduleFee\": \"138.60\",\n            \"ScheduleFeeStartDate\": \"2026-03-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21910\",\n            \"Description\": \"Initiation of the management of anaesthesia for injection procedure for myelography—posterior fossa (H) (9 basic units)\\n\",\n            \"ScheduleFee\": \"207.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21912\",\n            \"Description\": \"Initiation of the management of anaesthesia for injection procedure for discography—lumbar or thoracic (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21914\",\n            \"Description\": \"Initiation of the management of anaesthesia for injection procedure for discography—cervical (H) (6 basic units)\\n\",\n            \"ScheduleFee\": \"138.60\",\n            \"ScheduleFeeStartDate\": \"2026-03-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21915\",\n            \"Description\": \"Initiation of the management of anaesthesia for peripheral arteriogram (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21916\",\n            \"Description\": \"Initiation of the management of anaesthesia for arteriograms—cerebral, carotid or vertebral (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21918\",\n            \"Description\": \"INITIATION OF MANAGEMENT OF ANAESTHESIA for retrograde arteriogram: brachial or femoral (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21922\",\n            \"Description\": \"INITIATION OF MANAGEMENT OF ANAESTHESIA for computerised axial tomography scanning, magnetic resonance scanning, digital subtraction angiography scanning (6 basic units)\\n\",\n            \"ScheduleFee\": \"138.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21925\",\n            \"Description\": \"Initiation of the management of anaesthesia for retrograde cystography, retrograde urethrography or retrograde cystourethrography (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21926\",\n            \"Description\": \"Initiation of the management of anaesthesia for fluoroscopy (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21930\",\n            \"Description\": \"Initiation of the management of anaesthesia for bronchography (H) (6 basic units)\\n\",\n            \"ScheduleFee\": \"138.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21935\",\n            \"Description\": \"Initiation of the management of anaesthesia for phlebography (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21936\",\n            \"Description\": \"Initiation of the management of anaesthesia for heart—2 dimensional real time transoesophageal examination (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21939\",\n            \"Description\": \"Initiation of the management of anaesthesia for peripheral venous cannulation (H) (3 basic units)\\n\",\n            \"ScheduleFee\": \"69.30\",\n            \"ScheduleFeeStartDate\": \"2026-03-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21941\",\n            \"Description\": \"Initiation of the management of anaesthesia for cardiac catheterisation (including coronary arteriography, ventriculography, cardiac mappingor insertion of automatic defibrillator or transvenous pacemaker) (H) (7 basic units)\\n\",\n            \"ScheduleFee\": \"161.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21942\",\n            \"Description\": \"Initiation of the management of anaesthesia for cardiac electrophysiological procedures including radio frequency ablation (H) (10 basic units)\\n\",\n            \"ScheduleFee\": \"231.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2002-05-01\"\n        },\n        {\n            \"ItemNumber\": \"21943\",\n            \"Description\": \"Initiation of the management of anaesthesia for central vein catheterisation or insertion of right heart balloon catheter (via jugular, subclavian or femoral vein) by percutaneous or open exposure (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21945\",\n            \"Description\": \"Initiation of the management of anaesthesia for lumbar puncture, cisternal puncture or epidural injection (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21949\",\n            \"Description\": \"Initiation of the management of anaesthesia for harvesting of bone marrow for the purpose of transplantation (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21952\",\n            \"Description\": \"Initiation of the management of anaesthesia for diagnostic muscle biopsy to assess for malignant hyperpyrexia (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21955\",\n            \"Description\": \"Initiation of the management of anaesthesia for electroencephalography (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21959\",\n            \"Description\": \"Initiation of the management of anaesthesia for brain stem evoked response audiometry (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21962\",\n            \"Description\": \"Initiation of the management of anaesthesia for electrocochleography by extratympanic method or transtympanic membrane insertion method (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21965\",\n            \"Description\": \"Initiation of the management of anaesthesia as a therapeutic procedure if there is a clinical need for anaesthesia, not for headache of any etiology (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21969\",\n            \"Description\": \"INITIATION OF MANAGEMENT OF ANAESTHESIA during hyperbaric therapy where the medical practitioner is not confined in the chamber (including the administration of oxygen) (8 basic units)\\n\",\n            \"ScheduleFee\": \"184.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21970\",\n            \"Description\": \"Initiation of the management of anaesthesia during hyperbaric therapy, if the medical practitioner is confined in the chamber (including the administration of oxygen) (H) (15 basic units)\\n\",\n            \"ScheduleFee\": \"346.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21973\",\n            \"Description\": \"Initiation of the management of anaesthesia for brachytherapy using radioactive sealed sources (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21976\",\n            \"Description\": \"Initiation of the management of anaesthesia for therapeutic nuclear medicine (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21980\",\n            \"Description\": \"Initiation of the management of anaesthesia for radiotherapy (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21990\",\n            \"Description\": \"INITIATION OF MANAGEMENT OF ANAESTHESIA when no procedure ensues (3 basic units)\\n\",\n            \"ScheduleFee\": \"69.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"18\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21992\",\n            \"Description\": \"Initiation of the management of anaesthesia performed on a patient under the age of 10 years in connection with a procedure covered by an item that does not include the word “(Anaes.)” (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"18\",\n            \"EligibleAgeRange\": \"younger than 10 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"21997\",\n            \"Description\": \"INITIATION OF MANAGEMENT OF ANAESTHESIA in connection with a procedure covered by an item that does not include the word \\\"(Anaes.)\\\", other than a service to which item 21965 or 21992 applies, if there is a clinical need for anaesthesia (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"18\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"22002\",\n            \"Description\": \"Administration of blood or bone marrow, when performed in association with the management of anaesthesia (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"19\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"22007\",\n            \"Description\": \"Endotracheal intubation with flexible fibreoptic scope associated with difficult airway, when performed in association with the management of anaesthesia (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"19\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"22008\",\n            \"Description\": \"Double lumen endobronchial tube or bronchial blocker, insertion of, when performed in association with the management of anaesthesia (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"19\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"22012\",\n            \"Description\": \"Monitoring that: (a) is of one of the following types of blood pressure: (i) central venous blood pressure; (ii) pulmonary arterial blood pressure; (iii) systemic arterial blood pressure; (iv) cardiac intracavity blood pressure; and (b) is conducted by indwelling catheter; and (c) is performed in association with the administration of anaesthesia for a procedure and not as a service to which item 13876 applies; and (d) is performed, on a day, on a patient who: (i) is categorised as having a high risk of complications; or (ii) during the procedure develops either complications or a high risk of complications; and (e) has not previously been performed in those circumstances on the day on the patient for that type of blood pressure (H) (3 basic units)\\n\",\n            \"ScheduleFee\": \"69.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"19\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"22014\",\n            \"Description\": \"Monitoring that: (a) is of one of the following types of blood pressure: (i) central venous blood pressure; (ii) pulmonary arterial blood pressure; (iii) systemic arterial blood pressure; (iv) cardiac intracavity blood pressure; and (b) is conducted by indwelling catheter; and (c) is performed in association with the administration of anaesthesia for a procedure (the current procedure) and not as a service to which item 13876 applies; and (d) is performed, on a day, on a patient: (i) who is categorised as having a high risk of complications or develops during the current procedure either complications or a high risk of complications; and (ii) for whom monitoring of that type of blood pressure to which item 22012 applies has already been performed on the day in association with the administration of anaesthesia for another discrete procedure; and (e) has not previously been performed in association with the current procedure for that type of blood pressure (H) (3 basic units)\\n\",\n            \"ScheduleFee\": \"69.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"19\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"22015\",\n            \"Description\": \"Right heart balloon catheter, insertion of, including pulmonary wedge pressure and cardiac output measurement, when performed in association with the management of anaesthesia (H) (6 basic units)\\n\",\n            \"ScheduleFee\": \"138.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"19\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"22020\",\n            \"Description\": \"Central vein catheterisation by percutaneous or open exposure, other than a service to which item 13318 applies, when performed in association with the management of anaesthesia (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"19\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"22025\",\n            \"Description\": \"Intra‑arterial cannulation when performed in association with the management of anaesthesia for a procedure for a patient who: (a) is categorised as having a high risk of complications; or (b) develops a high risk of complications during the procedure (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"19\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"22031\",\n            \"Description\": \"Intrathecal or epidural injection (initial) of a therapeutic substance, with or without insertion of a catheter, in association with anaesthesia and surgery, for post‑operative pain management, other than a service associated with a service to which item 22036 applies (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"19\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2005-11-01\"\n        },\n        {\n            \"ItemNumber\": \"22032\",\n            \"Description\": \"Introduction of a plexus or nerve block to a peripheral nerve, perioperatively performed using an in‑situ catheter in association with anaesthesia and surgery, for post‑operative pain management (H) (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"19\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2025-03-01\"\n        },\n        {\n            \"ItemNumber\": \"22036\",\n            \"Description\": \"Intrathecal or epidural injection (subsequent) of a therapeutic substance, using an in‑situ catheter, in association with anaesthesia and surgery, for post‑operative pain, other than a service associated with a service to which item 22031 applies (H) (3 basic units)\\n\",\n            \"ScheduleFee\": \"69.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"19\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2005-11-01\"\n        },\n        {\n            \"ItemNumber\": \"22041\",\n            \"Description\": \"Introduction of a plexus or nerve block proximal to the lower leg or forearm, perioperatively performed in the induction room, theatre or recovery room, for post‑operative pain management (H) (2 basic units)\\n\",\n            \"ScheduleFee\": \"46.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"19\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"22042\",\n            \"Description\": \"Introduction of a nerve block performed via a retrobulbar, peribulbar, or sub Tenon’s approach, or other complex eye block, when administered by an anaesthetist perioperatively (1 basic units)\\n\",\n            \"ScheduleFee\": \"23.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"19\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"22051\",\n            \"Description\": \"Intra‑operative transoesophageal echocardiography—monitoring in real time the structure and function of the heart chambers, valves and surrounding structures, including assessment of blood flow, with appropriate permanent recording during procedures on the heart, pericardium or great vessels of the chest, other than a service associated with a service to which item 55130, 55135 or 21936 applies (H) (9 basic units)\\n\",\n            \"ScheduleFee\": \"207.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"19\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2008-11-01\"\n        },\n        {\n            \"ItemNumber\": \"22052\",\n            \"Description\": \"Transfusion of blood by an anaesthetist, including collection from donor, when used for intra-operative normovolaemic haemodilution, where the service is provided on the same occasion as the administration of anaesthesia by the same anaesthetist, other than a service associated with a service to which item 13703 applies (H) (6 basic units)\\n\",\n            \"ScheduleFee\": \"138.60\",\n            \"ScheduleFeeStartDate\": \"2026-03-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"19\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"22053\",\n            \"Description\": \"Insertion of lumbar cerebrospinal fluid drain, by an anaesthetist at the request of the treating specialist, where the service is provided on the same occasion as the administration of anaesthesia by the same anaesthetist, other than a service associated with a service to which item 40018 applies (H) (6 basic units)\\n\",\n            \"ScheduleFee\": \"138.60\",\n            \"ScheduleFeeStartDate\": \"2026-03-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"19\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"22054\",\n            \"Description\": \"Intraoperative two-dimensional or three-dimensional real time transoesophageal echocardiography by an anaesthetist, where the service: (a) is provided on the same day as a service to which item 38477, 38484, 38499, 38516 or 38517 applies; and (b) includes Doppler techniques with colour flow mapping and recordings on digital media; and (c) is performed during cardiac valve surgery (replacement or repair); and (d) incorporates sequential assessment of cardiac function and valve competence before and after the surgical procedure; and (e) is not associated with a service to which item 21936, 22051, 55118, 55130 or 55135 applies; and (f) is provided on the same occasion as the administration of anaesthesia by the same anaesthetist (H) (18 basic units)\\n\",\n            \"ScheduleFee\": \"415.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"19\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"22055\",\n            \"Description\": \"Perfusion of limb or organ using heart‑lung machine or equivalent, other than a service associated with anaesthesia to which an item in Subgroup 21 applies (H) (12 basic units)\\n\",\n            \"ScheduleFee\": \"277.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"19\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"22060\",\n            \"Description\": \"Whole body perfusion, cardiac bypass, if the heart‑lung machine or equivalent is continuously operated by a medical perfusionist, other than a service associated with anaesthesia to which an item in Subgroup 21 applies (H) (30 basic units)\\n\",\n            \"ScheduleFee\": \"693.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"19\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"22065\",\n            \"Description\": \"Induced controlled hypothermia—total body, that is: (a) a service to which item 22060 applies; and (b) not a service associated with anaesthesia, to which an item in Subgroup 21 applies (H) (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"19\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"22075\",\n            \"Description\": \"Deep hypothermic circulatory arrest, with core temperature less than 22°c, including management of retrograde cerebral perfusion (if performed), other than a service associated with anaesthesia to which an item in Subgroup 21 applies (H) (15 basic units)\\n\",\n            \"ScheduleFee\": \"346.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"19\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"22900\",\n            \"Description\": \"INITIATION OF MANAGEMENT BY A MEDICAL PRACTITIONER OF ANAESTHESIA for extraction of tooth or teeth with or without incision of soft tissue or removal of bone (6 basic units)\\n\",\n            \"ScheduleFee\": \"138.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"20\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"22905\",\n            \"Description\": \"INITIATION OF MANAGEMENT OF ANAESTHESIA for restorative dental work (6 basic units)\\n\",\n            \"ScheduleFee\": \"138.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"20\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23010\",\n            \"Description\": \"Anaesthesia, perfusion or assistance, if the service time is not more than 15 minutes (1 basic units)\\n\",\n            \"ScheduleFee\": \"23.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23025\",\n            \"Description\": \"16 MINUTES TO 30 MINUTES (2 basic units)\\n\",\n            \"ScheduleFee\": \"46.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23035\",\n            \"Description\": \"31 MINUTES to 45 MINUTES (3 basic units)\\n\",\n            \"ScheduleFee\": \"69.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23045\",\n            \"Description\": \"46 MINUTES to 1:00 HOUR (4 basic units)\\n\",\n            \"ScheduleFee\": \"92.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23055\",\n            \"Description\": \"1:01 HOURS to 1:15 HOURS (5 basic units)\\n\",\n            \"ScheduleFee\": \"115.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23065\",\n            \"Description\": \"1:16 HOURS to 1:30 HOURS (6 basic units)\\n\",\n            \"ScheduleFee\": \"138.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23075\",\n            \"Description\": \"1:31 HOURS to 1:45 HOURS (7 basic units)\\n\",\n            \"ScheduleFee\": \"161.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23085\",\n            \"Description\": \"1:46 HOURS to 2:00 HOURS (8 basic units)\\n\",\n            \"ScheduleFee\": \"184.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23091\",\n            \"Description\": \"2:01 HOURS TO 2:10 HOURS (9 basic units)\\n\",\n            \"ScheduleFee\": \"207.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2005-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23101\",\n            \"Description\": \"2:11 HOURS TO 2:20 HOURS (10 basic units)\\n\",\n            \"ScheduleFee\": \"231.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2005-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23111\",\n            \"Description\": \"2:21 HOURS TO 2:30 HOURS (11 basic units)\\n\",\n            \"ScheduleFee\": \"254.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2005-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23112\",\n            \"Description\": \"2:31 HOURS TO 2:40 HOURS (12 basic units)\\n\",\n            \"ScheduleFee\": \"277.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2005-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23113\",\n            \"Description\": \"2:41 HOURS TO 2:50 HOURS (13 basic units)\\n\",\n            \"ScheduleFee\": \"300.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2005-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23114\",\n            \"Description\": \"2:51 HOURS TO 3:00 HOURS (14 basic units)\\n\",\n            \"ScheduleFee\": \"323.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2005-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23115\",\n            \"Description\": \"3:01 HOURS TO 3:10 HOURS (15 basic units)\\n\",\n            \"ScheduleFee\": \"346.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2005-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23116\",\n            \"Description\": \"3:11 HOURS TO 3:20 HOURS (16 basic units)\\n\",\n            \"ScheduleFee\": \"369.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2005-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23117\",\n            \"Description\": \"3:21 HOURS TO 3:30 HOURS (17 basic units)\\n\",\n            \"ScheduleFee\": \"392.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2005-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23118\",\n            \"Description\": \"3:31 HOURS TO 3:40 HOURS (18 basic units)\\n\",\n            \"ScheduleFee\": \"415.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2005-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23119\",\n            \"Description\": \"3:41 HOURS TO 3:50 HOURS (19 basic units)\\n\",\n            \"ScheduleFee\": \"438.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2005-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23121\",\n            \"Description\": \"3:51 HOURS TO 4:00 HOURS (20 basic units)\\n\",\n            \"ScheduleFee\": \"462.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2005-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23170\",\n            \"Description\": \"4:01 HOURS TO 4:10 HOURS (21 basic units)\\n\",\n            \"ScheduleFee\": \"485.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23180\",\n            \"Description\": \"4:11 HOURS TO 4:20 HOURS (22 basic units)\\n\",\n            \"ScheduleFee\": \"508.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23190\",\n            \"Description\": \"4:21 HOURS TO 4:30 HOURS (23 basic units)\\n\",\n            \"ScheduleFee\": \"531.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23200\",\n            \"Description\": \"4:31 HOURS TO 4:40 HOURS (24 basic units)\\n\",\n            \"ScheduleFee\": \"554.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23210\",\n            \"Description\": \"4:41 HOURS TO 4:50 HOURS (25 basic units)\\n\",\n            \"ScheduleFee\": \"577.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23220\",\n            \"Description\": \"4:51 HOURS TO 5:00 HOURS (26 basic units)\\n\",\n            \"ScheduleFee\": \"600.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23230\",\n            \"Description\": \"5:01 HOURS TO 5:10 HOURS (27 basic units)\\n\",\n            \"ScheduleFee\": \"623.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23240\",\n            \"Description\": \"5:11 HOURS TO 5:20 HOURS (28 basic units)\\n\",\n            \"ScheduleFee\": \"646.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23250\",\n            \"Description\": \"5:21 HOURS TO 5:30 HOURS (29 basic units)\\n\",\n            \"ScheduleFee\": \"669.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23260\",\n            \"Description\": \"5:31 HOURS TO 5:40 HOURS (30 basic units)\\n\",\n            \"ScheduleFee\": \"693.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23270\",\n            \"Description\": \"5:41 HOURS TO 5:50 HOURS (31 basic units)\\n\",\n            \"ScheduleFee\": \"716.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23280\",\n            \"Description\": \"(5:51 HOURS TO 6:00 HOURS (32 basic units)\\n\",\n            \"ScheduleFee\": \"739.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23290\",\n            \"Description\": \"6:01 HOURS TO 6:10 HOURS (33 basic units)\\n\",\n            \"ScheduleFee\": \"762.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23300\",\n            \"Description\": \"6:11 HOURS TO 6:20 HOURS (34 basic units)\\n\",\n            \"ScheduleFee\": \"785.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23310\",\n            \"Description\": \"6:21 HOURS TO 6:30 HOURS (35 basic units)\\n\",\n            \"ScheduleFee\": \"808.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23320\",\n            \"Description\": \"6:31 HOURS TO 6:40 HOURS (36 basic units)\\n\",\n            \"ScheduleFee\": \"831.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23330\",\n            \"Description\": \"6:41 HOURS TO 6:50 HOURS (37 basic units)\\n\",\n            \"ScheduleFee\": \"854.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23340\",\n            \"Description\": \"6:51 HOURS TO 7:00 HOURS (38 basic units)\\n\",\n            \"ScheduleFee\": \"877.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23350\",\n            \"Description\": \"7:01 HOURS TO 7:10 HOURS (39 basic units)\\n\",\n            \"ScheduleFee\": \"900.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23360\",\n            \"Description\": \"7:11 HOURS TO 7:20 HOURS (40 basic units)\\n\",\n            \"ScheduleFee\": \"924.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23370\",\n            \"Description\": \"7:21 HOURS TO 7:30 HOURS (41 basic units)\\n\",\n            \"ScheduleFee\": \"947.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23380\",\n            \"Description\": \"7:31 HOURS TO 7:40 HOURS (42 basic units)\\n\",\n            \"ScheduleFee\": \"970.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23390\",\n            \"Description\": \"7:41 HOURS TO 7:50 HOURS (43 basic units)\\n\",\n            \"ScheduleFee\": \"993.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23400\",\n            \"Description\": \"7:51 HOURS TO 8:00 HOURS (44 basic units)\\n\",\n            \"ScheduleFee\": \"1016.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23410\",\n            \"Description\": \"8:01 HOURS TO 8:10 HOURS (45 basic units)\\n\",\n            \"ScheduleFee\": \"1039.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23420\",\n            \"Description\": \"8:11 HOURS TO 8:20 HOURS (46 basic units)\\n\",\n            \"ScheduleFee\": \"1062.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23430\",\n            \"Description\": \"8:21 HOURS TO 8:30 HOURS (47 basic units)\\n\",\n            \"ScheduleFee\": \"1085.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23440\",\n            \"Description\": \"8:31 HOURS TO 8:40 HOURS (48 basic units)\\n\",\n            \"ScheduleFee\": \"1108.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23450\",\n            \"Description\": \"8:41 HOURS TO 8:50 HOURS (49 basic units)\\n\",\n            \"ScheduleFee\": \"1131.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23460\",\n            \"Description\": \"8:51 HOURS TO 9:00 HOURS (50 basic units)\\n\",\n            \"ScheduleFee\": \"1155.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23470\",\n            \"Description\": \"9:01 HOURS TO 9:10 HOURS (51 basic units)\\n\",\n            \"ScheduleFee\": \"1178.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23480\",\n            \"Description\": \"9:11 HOURS TO 9:20 HOURS (52 basic units)\\n\",\n            \"ScheduleFee\": \"1201.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23490\",\n            \"Description\": \"9:21 HOURS TO 9:30 HOURS (53 basic units)\\n\",\n            \"ScheduleFee\": \"1224.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23500\",\n            \"Description\": \"9:31 HOURS TO 9:40 HOURS (54 basic units)\\n\",\n            \"ScheduleFee\": \"1247.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23510\",\n            \"Description\": \"9:41 HOURS TO 9:50 HOURS (55 basic units)\\n\",\n            \"ScheduleFee\": \"1270.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23520\",\n            \"Description\": \"9:51 HOURS TO 10:00 HOURS (56 basic units)\\n\",\n            \"ScheduleFee\": \"1293.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23530\",\n            \"Description\": \"10:01 HOURS TO 10:10 HOURS (57 basic units)\\n\",\n            \"ScheduleFee\": \"1316.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23540\",\n            \"Description\": \"10:11 HOURS TO 10:20 HOURS (58 basic units)\\n\",\n            \"ScheduleFee\": \"1339.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23550\",\n            \"Description\": \"10:21 HOURS TO 10:30 HOURS (59 basic units)\\n\",\n            \"ScheduleFee\": \"1362.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23560\",\n            \"Description\": \"10:31 HOURS TO 10:40 HOURS (60 basic units)\\n\",\n            \"ScheduleFee\": \"1386.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23570\",\n            \"Description\": \"10:41 HOURS TO 10:50 HOURS (61 basic units)\\n\",\n            \"ScheduleFee\": \"1409.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23580\",\n            \"Description\": \"10:51 HOURS TO 11:00 HOURS (62 basic units)\\n\",\n            \"ScheduleFee\": \"1432.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23590\",\n            \"Description\": \"11:01 HOURS TO 11:10 HOURS (63 basic units)\\n\",\n            \"ScheduleFee\": \"1455.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23600\",\n            \"Description\": \"11:11 HOURS TO 11:20 HOURS (64 basic units)\\n\",\n            \"ScheduleFee\": \"1478.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23610\",\n            \"Description\": \"11:21 HOURS TO 11:30 HOURS (65 basic units)\\n\",\n            \"ScheduleFee\": \"1501.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23620\",\n            \"Description\": \"11:31 HOURS TO 11:40 HOURS (66 basic units)\\n\",\n            \"ScheduleFee\": \"1524.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23630\",\n            \"Description\": \"11:41 HOURS TO 11:50 HOURS (67 basic units)\\n\",\n            \"ScheduleFee\": \"1547.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23640\",\n            \"Description\": \"11:51 HOURS TO 12:00 HOURS (68 basic units)\\n\",\n            \"ScheduleFee\": \"1570.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23650\",\n            \"Description\": \"12:01 HOURS TO 12:10 HOURS (69 basic units)\\n\",\n            \"ScheduleFee\": \"1593.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23660\",\n            \"Description\": \"12:11 HOURS TO 12:20 HOURS (70 basic units)\\n\",\n            \"ScheduleFee\": \"1617.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23670\",\n            \"Description\": \"12:21 HOURS TO 12:30 HOURS (71 basic units)\\n\",\n            \"ScheduleFee\": \"1640.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23680\",\n            \"Description\": \"12:31 HOURS TO 12:40 HOURS (72 basic units)\\n\",\n            \"ScheduleFee\": \"1663.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23690\",\n            \"Description\": \"12:41 HOURS TO 12:50 HOURS (73 basic units)\\n\",\n            \"ScheduleFee\": \"1686.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23700\",\n            \"Description\": \"12:51 HOURS TO 13:00 HOURS (74 basic units)\\n\",\n            \"ScheduleFee\": \"1709.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23710\",\n            \"Description\": \"13:01 HOURS TO 13:10 HOURS (75 basic units)\\n\",\n            \"ScheduleFee\": \"1732.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23720\",\n            \"Description\": \"13:11 HOURS TO 13:20 HOURS (76 basic units)\\n\",\n            \"ScheduleFee\": \"1755.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23730\",\n            \"Description\": \"13:21 HOURS TO 13:30 HOURS (77 basic units)\\n\",\n            \"ScheduleFee\": \"1778.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23740\",\n            \"Description\": \"13:31 HOURS TO 13:40 HOURS (78 basic units)\\n\",\n            \"ScheduleFee\": \"1801.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23750\",\n            \"Description\": \"13:41 HOURS TO 13:50 HOURS (79 basic units)\\n\",\n            \"ScheduleFee\": \"1824.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23760\",\n            \"Description\": \"13:51 HOURS TO 14:00 HOURS (80 basic units)\\n\",\n            \"ScheduleFee\": \"1848.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23770\",\n            \"Description\": \"14:01 HOURS TO 14:10 HOURS (81 basic units)\\n\",\n            \"ScheduleFee\": \"1871.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23780\",\n            \"Description\": \"14:11 HOURS TO 14:20 HOURS (82 basic units)\\n\",\n            \"ScheduleFee\": \"1894.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23790\",\n            \"Description\": \"14:21 HOURS TO 14:30 HOURS (83 basic units)\\n\",\n            \"ScheduleFee\": \"1917.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23800\",\n            \"Description\": \"14:31 HOURS TO 14:40 HOURS (84 basic units)\\n\",\n            \"ScheduleFee\": \"1940.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23810\",\n            \"Description\": \"14:41 HOURS TO 14:50 HOURS (85 basic units)\\n\",\n            \"ScheduleFee\": \"1963.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23820\",\n            \"Description\": \"14:51 HOURS TO 15:00 HOURS (86 basic units)\\n\",\n            \"ScheduleFee\": \"1986.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23830\",\n            \"Description\": \"15:01 HOURS TO 15:10 HOURS (87 basic units)\\n\",\n            \"ScheduleFee\": \"2009.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23840\",\n            \"Description\": \"15:11 HOURS TO 15:20 HOURS (88 basic units)\\n\",\n            \"ScheduleFee\": \"2032.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23850\",\n            \"Description\": \"15:21 HOURS TO 15:30 HOURS (89 basic units)\\n\",\n            \"ScheduleFee\": \"2055.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23860\",\n            \"Description\": \"15:31 HOURS TO 15:40 HOURS (90 basic units)\\n\",\n            \"ScheduleFee\": \"2079.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23870\",\n            \"Description\": \"15:41 HOURS TO 15:50 HOURS (91 basic units)\\n\",\n            \"ScheduleFee\": \"2102.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23880\",\n            \"Description\": \"15:51 HOURS TO 16:00 HOURS (92 basic units)\\n\",\n            \"ScheduleFee\": \"2125.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23890\",\n            \"Description\": \"16:01 HOURS TO 16:10 HOURS (93 basic units)\\n\",\n            \"ScheduleFee\": \"2148.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23900\",\n            \"Description\": \"16:11 HOURS TO 16:20 HOURS (94 basic units)\\n\",\n            \"ScheduleFee\": \"2171.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23910\",\n            \"Description\": \"16:21 HOURS TO 16:30 HOURS (95 basic units)\\n\",\n            \"ScheduleFee\": \"2194.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23920\",\n            \"Description\": \"16:31 HOURS TO 16:40 HOURS (96 basic units)\\n\",\n            \"ScheduleFee\": \"2217.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23930\",\n            \"Description\": \"16:41 HOURS TO 16:50 HOURS (97 basic units)\\n\",\n            \"ScheduleFee\": \"2240.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23940\",\n            \"Description\": \"16:51 HOURS TO 17:00 HOURS (98 basic units)\\n\",\n            \"ScheduleFee\": \"2263.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23950\",\n            \"Description\": \"17:01 HOURS TO 17:10 HOURS (99 basic units)\\n\",\n            \"ScheduleFee\": \"2286.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23960\",\n            \"Description\": \"17:11 HOURS TO 17:20 HOURS (100 basic units)\\n\",\n            \"ScheduleFee\": \"2310.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23970\",\n            \"Description\": \"17:21 HOURS TO 17:30 HOURS (101 basic units)\\n\",\n            \"ScheduleFee\": \"2333.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23980\",\n            \"Description\": \"17:31 HOURS TO 17:40 HOURS (102 basic units)\\n\",\n            \"ScheduleFee\": \"2356.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"23990\",\n            \"Description\": \"17:41 HOURS TO 17:50 HOURS (103 basic units)\\n\",\n            \"ScheduleFee\": \"2379.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"24100\",\n            \"Description\": \"17:51 HOURS TO 18:00 HOURS (104 basic units)\\n\",\n            \"ScheduleFee\": \"2402.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"24101\",\n            \"Description\": \"18:01 HOURS TO 18:10 HOURS (105 basic units)\\n\",\n            \"ScheduleFee\": \"2425.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"24102\",\n            \"Description\": \"18:11 HOURS TO 18:20 HOURS (106 basic units)\\n\",\n            \"ScheduleFee\": \"2448.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"24103\",\n            \"Description\": \"18:21 HOURS TO 18:30 HOURS (107 basic units)\\n\",\n            \"ScheduleFee\": \"2471.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"24104\",\n            \"Description\": \"18:31 HOURS TO 18:40 HOURS (108 basic units)\\n\",\n            \"ScheduleFee\": \"2494.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"24105\",\n            \"Description\": \"18:41 HOURS TO 18:50 HOURS (109 basic units)\\n\",\n            \"ScheduleFee\": \"2517.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"24106\",\n            \"Description\": \"18:51 HOURS TO 19:00 HOURS (110 basic units)\\n\",\n            \"ScheduleFee\": \"2541.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"24107\",\n            \"Description\": \"19:01 HOURS TO 19:10 HOURS (111 basic units)\\n\",\n            \"ScheduleFee\": \"2564.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"24108\",\n            \"Description\": \"19:11 HOURS TO 19:20 HOURS (112 basic units)\\n\",\n            \"ScheduleFee\": \"2587.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"24109\",\n            \"Description\": \"19:21 HOURS TO 19:30 HOURS (113 basic units)\\n\",\n            \"ScheduleFee\": \"2610.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"24110\",\n            \"Description\": \"19:31 HOURS TO 19:40 HOURS (114 basic units)\\n\",\n            \"ScheduleFee\": \"2633.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"24111\",\n            \"Description\": \"19:41 HOURS TO 19:50 HOURS (115 basic units)\\n\",\n            \"ScheduleFee\": \"2656.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"24112\",\n            \"Description\": \"19:51 HOURS TO 20:00 HOURS (116 basic units)\\n\",\n            \"ScheduleFee\": \"2679.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"24113\",\n            \"Description\": \"20:01 HOURS TO 20:10 HOURS (117 basic units)\\n\",\n            \"ScheduleFee\": \"2702.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"24114\",\n            \"Description\": \"20:11 HOURS TO 20:20 HOURS (118 basic units)\\n\",\n            \"ScheduleFee\": \"2725.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"24115\",\n            \"Description\": \"20:21 HOURS TO 20:30 HOURS (119 basic units)\\n\",\n            \"ScheduleFee\": \"2748.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"24116\",\n            \"Description\": \"20:31 HOURS TO 20:40 HOURS (120 basic units)\\n\",\n            \"ScheduleFee\": \"2772.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"24117\",\n            \"Description\": \"20:41 HOURS TO 20:50 HOURS (121 basic units)\\n\",\n            \"ScheduleFee\": \"2795.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"24118\",\n            \"Description\": \"20:51 HOURS TO 21:00 HOURS (122 basic units)\\n\",\n            \"ScheduleFee\": \"2818.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"24119\",\n            \"Description\": \"21:01 HOURS TO 21:10 HOURS (123 basic units)\\n\",\n            \"ScheduleFee\": \"2841.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"24120\",\n            \"Description\": \"21:11 HOURS TO 21:20 HOURS (124 basic units)\\n\",\n            \"ScheduleFee\": \"2864.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"24121\",\n            \"Description\": \"21:21 HOURS TO 21:30 HOURS (125 basic units)\\n\",\n            \"ScheduleFee\": \"2887.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"24122\",\n            \"Description\": \"21:31 HOURS TO 21:40 HOURS (126 basic units)\\n\",\n            \"ScheduleFee\": \"2910.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"24123\",\n            \"Description\": \"21:41 HOURS TO 21:50 HOURS (127 basic units)\\n\",\n            \"ScheduleFee\": \"2933.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"24124\",\n            \"Description\": \"21:51 HOURS TO 22:00 HOURS (128 basic units)\\n\",\n            \"ScheduleFee\": \"2956.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"24125\",\n            \"Description\": \"22:01 HOURS TO 22:10 HOURS (129 basic units)\\n\",\n            \"ScheduleFee\": \"2979.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"24126\",\n            \"Description\": \"22:11 HOURS TO 22:20 HOURS (130 basic units)\\n\",\n            \"ScheduleFee\": \"3003.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"24127\",\n            \"Description\": \"22:21 HOURS TO 22:30 HOURS (131 basic units)\\n\",\n            \"ScheduleFee\": \"3026.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"24128\",\n            \"Description\": \"22:31 HOURS TO 22:40 HOURS (132 basic units)\\n\",\n            \"ScheduleFee\": \"3049.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"24129\",\n            \"Description\": \"22:41 HOURS TO 22:50 HOURS (133 basic units)\\n\",\n            \"ScheduleFee\": \"3072.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"24130\",\n            \"Description\": \"22:51 HOURS TO 23:00 HOURS (134 basic units)\\n\",\n            \"ScheduleFee\": \"3095.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"24131\",\n            \"Description\": \"23:01 HOURS TO 23:10 HOURS (135 basic units)\\n\",\n            \"ScheduleFee\": \"3118.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"24132\",\n            \"Description\": \"23:11 HOURS TO 23:20 HOURS (136 basic units)\\n\",\n            \"ScheduleFee\": \"3141.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"24133\",\n            \"Description\": \"23:21 HOURS TO 23:30 HOURS (137 basic units)\\n\",\n            \"ScheduleFee\": \"3164.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"24134\",\n            \"Description\": \"23:31 HOURS TO 23:40 HOURS (138 basic units)\\n\",\n            \"ScheduleFee\": \"3187.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"24135\",\n            \"Description\": \"23:41 HOURS TO 23:50 HOURS (139 basic units)\\n\",\n            \"ScheduleFee\": \"3210.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"24136\",\n            \"Description\": \"23:51 HOURS TO 24:00 HOURS (140 basic units)\\n\",\n            \"ScheduleFee\": \"3234.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"25000\",\n            \"Description\": \"Anaesthesia, perfusion or assistance in the management of anaesthesia, if the patient has severe systemic disease (equivalent to ASA physical status indicator 3) (1 basic units)\\n\",\n            \"ScheduleFee\": \"23.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"22\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"25005\",\n            \"Description\": \"Anaesthesia, perfusion or assistance in the management of anaesthesia, if the patient has severe systemic disease which is a constant threat to life (equivalent to ASA physical status indicator 4) (H) (2 basic units)\\n\",\n            \"ScheduleFee\": \"46.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"22\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"25010\",\n            \"Description\": \"Anaesthesia, perfusion or assistance in the management of anaesthesia, if the patient is not expected to survive for 24 hours, with or without the associated operation (equivalent to ASA physical status indicator 5) (H) (3 basic units)\\n\",\n            \"ScheduleFee\": \"69.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"22\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"25013\",\n            \"Description\": \"Anaesthesia, perfusion or assistance in the management of anaesthesia, if the patient is aged under 4 years (H) (1 basic units)\\n\",\n            \"ScheduleFee\": \"23.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"23\",\n            \"EligibleAgeRange\": \"younger than 4 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"25014\",\n            \"Description\": \"Anaesthesia, perfusion or assistance in the management of anaesthesia, if the patient is aged 75 years or more (1 basic units)\\n\",\n            \"ScheduleFee\": \"23.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"23\",\n            \"EligibleAgeRange\": \"75 years or older\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"25020\",\n            \"Description\": \"Anaesthesia, perfusion or assistance in the management of anaesthesia, if the patient requires immediate treatment without which there would be significant threat to life or body part—other than a service associated with a service to which item 25025, 25030 or 25050 applies (H) (2 basic units)\\n\",\n            \"ScheduleFee\": \"46.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"23\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"25025\",\n            \"Description\": \"Anaesthesia, if the patient requires immediate treatment without which there would be significant threat to life or body part and if more than 50% of the service time occurs between 8 pm to 8 am on any weekday, or on a Saturday, Sunday or public holiday (H) (0 basic units)\\n\",\n            \"DerivedFee\": \"An additional amount of 50% of fee for the anaesthetic service.That is:(a) an anaesthesia item/s range 20100 - 21997 or 22900, plus (b)an item range 23010 - 24136, plus(c) if applicable,an item range 25000-25014, plus(d) where performed, any assoc therapeutic or diagnostic service range 22002-22051\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"24\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"25030\",\n            \"Description\": \"Assistance in the management of anaesthesia, if the patient requires immediate treatment without which there would be significant threat to life or body part and if more than 50% of the service time occurs between 8 pm to 8 am on any weekday, or on a Saturday, Sunday or public holiday (H) (0 basic units)\\n\",\n            \"DerivedFee\": \"50% of the fee for assistance at anaesthesia. That is: (a) an assistant anaesthesia item in the range 25200 - 25205, plus (b) an item range 23010-24136, plus (c) where applicable, an item range 25000-25014, plus (d) where performed, any associated therapeutic or diagnostic service 22002 -22051\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"24\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"25050\",\n            \"Description\": \"Perfusion, if the patient requires immediate treatment without which there would be significant threat to life or body part and if more than 50% of the service time occurs between 8 pm to 8 am on any weekday, or on a Saturday, Sunday or public holiday. (H) (0 basic units)\\n\",\n            \"DerivedFee\": \"An additional amount of 50% of the fee for the perfusion service.  That is: (a) item 22060, plus (b) an item range 23010 - 24136, plus (c) where applicable, an item range 25000 - 25014, plus (d) where performed, any associated therapeutic or diagnostic service in the range 22002-22051 or 22065-22075\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"25\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"25200\",\n            \"Description\": \"Assistance in the management of anaesthesia requiring continuous anaesthesia on a patient in imminent danger of death requiring continuous life saving emergency treatment, to the exclusion of attendance on all other patients (H) (5 basic units)\\n\",\n            \"DerivedFee\": \"An amount of 5 base units plus an item in the range 23010 - 24136 plus, where applicable - an item in the range 25000 - 25020 plus, where performed, any associated therapeutic or diagnostic service/s in the range 22001 - 22051\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"26\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"25205\",\n            \"Description\": \"Assistance in the management of elective anaesthesia, if: (a) the patient has complex airway problems; or (b) the patient is a neonate; or (c) the patient is a paediatric patient and is receiving one or more of the following services: (i) invasive monitoring, either intravascular or transoesophageal; (ii) organ transplantation; (iii) craniofacial surgery; (iv) major tumour resection; (v) separation of conjoint twins; or (d) there is anticipated to be massive blood loss (greater than 50% of blood volume) during the procedure; or (e) the patient is critically ill, with multiple organ failure; or (f) the service time of the management of anaesthesia exceeds 6 hours and the assistance is provided to the exclusion of attendance on all other patients (H) (5 basic units)\\n\",\n            \"DerivedFee\": \"An amount of 5 base units plus an item in the range 23010 - 24136 plus, where applicable - an item in the range 25000 - 25020 plus, where performed, any associated therapeutic or diagnostic service/s in the range 22002 - 22051\",\n            \"Category\": \"3\",\n            \"Group\": \"T10\",\n            \"SubGroup\": \"26\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30001\",\n            \"Description\": \"OPERATIVE PROCEDURE, not being a service to which any other item in this Group applies, being a service to which an item in this Group would have applied had the procedure not been discontinued on medical grounds\\n\",\n            \"DerivedFee\": \"50% of the fee which would have applied had the procedure not been discontinued\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30003\",\n            \"Description\": \"Burns, involving 1% or more but less than 3% of total body surface, dressing of (including redressing of any related donor site, if required), without anaesthesia, if medical practitioner is present—each attendance at which the procedure is performedNot applicable for skin reactions secondary to radiotherapy\\n\",\n            \"ScheduleFee\": \"42.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30006\",\n            \"Description\": \"Burns, involving 3% or more but less than 10% of total body surface, dressing of (including redressing of any related donor site, if required), without anaesthesia, if medical practitioner is present—each attendance at which the procedure is performedNot applicable for skin reactions secondary to radiotherapy\\n\",\n            \"ScheduleFee\": \"54.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30007\",\n            \"Description\": \"Burns, involving 10% or more of total body surface, dressing of (including redressing of any related donor site, if required), without anaesthesia, if medical practitioner is present—each attendance at which the procedure is performedNot applicable for skin reactions secondary to radiotherapy\\n\",\n            \"ScheduleFee\": \"181.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"30010\",\n            \"Description\": \"Burns, involving not more than 3% of total body surface, dressing of (including redressing of any related donor site, if required), in an operating theatre under general anaesthesia or intravenous sedation, if medical practitioner is present (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"86.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30014\",\n            \"Description\": \"Burns, involving 3% or more but less than 20% of total body surface, dressing of (including redressing of any related donor site, if required), in an operating theatre under general anaesthesia or intravenous sedation, if medical practitioner is present (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"181.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30015\",\n            \"Description\": \"Burns, involving 20% or more but less than 50% of total body surface, or burns of less than 20% of total body surface involving 1% or more of total body surface within the hands or face, dressing of (including redressing of any related donor site, if required), in an operating theatre under general anaesthesia or intravenous sedation, if medical practitioner is present (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"271.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"30016\",\n            \"Description\": \"Burns, involving 50% or more of total body surface, dressing of (including redressing of any related donor site, if required), in an operating theatre under general anaesthesia or intravenous sedation, if medical practitioner is present (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"407.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"30023\",\n            \"Description\": \"WOUND OF SOFT TISSUE, traumatic, deep or extensively contaminated, debridement of, under general anaesthesia or regional or field nerve block, including suturing of that wound when performed (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"380.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30024\",\n            \"Description\": \"Wound of soft tissue, debridement of an extensively infected post‑surgical incision or Fournier’s gangrene, under general anaesthesia, or regional or field nerve block, including suturing of the wound if carried out (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"380.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2005-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30026\",\n            \"Description\": \"SKIN AND SUBCUTANEOUS TISSUE OR MUCOUS MEMBRANE, REPAIR OF WOUND OF, other than wound closure at time of surgery, not on face or neck, small (NOT MORE THAN 7 CM LONG), superficial, not being a service to which another item in Group T4 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"60.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30029\",\n            \"Description\": \"SKIN AND SUBCUTANEOUS TISSUE OR MUCOUS MEMBRANE, REPAIR OF WOUND OF, other than wound closure at time of surgery, not on face or neck, small (NOT MORE THAN 7 CM LONG), involving deeper tissue, not being a service to which another item in Group T4 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"105.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30032\",\n            \"Description\": \"SKIN AND SUBCUTANEOUS TISSUE OR MUCOUS MEMBRANE, REPAIR OF WOUND OF, other than wound closure at time of surgery, on face or neck, small (NOT MORE THAN 7 CM LONG), superficial (Anaes.)\\n\",\n            \"ScheduleFee\": \"96.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30035\",\n            \"Description\": \"SKIN AND SUBCUTANEOUS TISSUE OR MUCOUS MEMBRANE, REPAIR OF WOUND OF, other than wound closure at time of surgery, on face or neck, small (NOT MORE THAN 7 CM LONG), involving deeper tissue (Anaes.)\\n\",\n            \"ScheduleFee\": \"137.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30038\",\n            \"Description\": \"SKIN AND SUBCUTANEOUS TISSUE OR MUCOUS MEMBRANE, REPAIR OF WOUND OF, other than wound closure at time of surgery, not on face or neck, large (MORE THAN 7 CM LONG), superficial, not being a service to which another item in Group T4 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"105.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30042\",\n            \"Description\": \"SKIN AND SUBCUTANEOUS TISSUE OR MUCOUS MEMBRANE, REPAIR OF WOUND OF, other than wound closure at time of surgery, other than on face or neck, large (MORE THAN 7 CM LONG), involving deeper tissue, other than a service to which another item in Group T4 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"216.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30045\",\n            \"Description\": \"SKIN AND SUBCUTANEOUS TISSUE OR MUCOUS MEMBRANE, REPAIR OF WOUND OF, other than wound closure at time of surgery, on face or neck, large (MORE THAN 7 CM LONG), superficial (Anaes.)\\n\",\n            \"ScheduleFee\": \"137.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30049\",\n            \"Description\": \"SKIN AND SUBCUTANEOUS TISSUE OR MUCOUS MEMBRANE, REPAIR OF WOUND OF, other than wound closure at time of surgery, on face or neck, large (MORE THAN 7 CM LONG), involving deeper tissue (Anaes.)\\n\",\n            \"ScheduleFee\": \"216.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30052\",\n            \"Description\": \"FULL THICKNESS LACERATION OF EAR, EYELID, NOSE OR LIP, repair of, with accurate apposition of each layer of tissue (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"296.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30055\",\n            \"Description\": \"Wounds, dressing of, under general, regional or intravenous sedation, with or without removal of sutures, other than a service associated with a service to which another item in this Group applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"86.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30058\",\n            \"Description\": \"Post‑operative haemorrhage, control of, under general anaesthesia, as an independent procedure (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"168.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30061\",\n            \"Description\": \"SUPERFICIAL FOREIGN BODY, REMOVAL OF, (including from cornea or sclera), as an independent procedure (Anaes.)\\n\",\n            \"ScheduleFee\": \"27.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30062\",\n            \"Description\": \"Etonogestrel subcutaneous implant, removal of (Anaes.)\\n\",\n            \"ScheduleFee\": \"105.15\",\n            \"ScheduleFeeStartDate\": \"2025-11-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"30064\",\n            \"Description\": \"SUBCUTANEOUS FOREIGN BODY, removal of, requiring incision and exploration, including closure of wound if performed, as an independent procedure (Anaes.)\\n\",\n            \"ScheduleFee\": \"128.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30068\",\n            \"Description\": \"FOREIGN BODY IN MUSCLE, TENDON OR OTHER DEEP TISSUE, removal of, as an independent procedure (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"322.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30071\",\n            \"Description\": \"Diagnostic biopsy of skin, as an independent procedure, if the biopsy specimen is sent for pathological examination (Anaes.)\\n\",\n            \"ScheduleFee\": \"60.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30072\",\n            \"Description\": \"Diagnostic biopsy of mucous membrane, as an independent procedure, if the biopsy specimen is sent for pathological examination (Anaes.)\\n\",\n            \"ScheduleFee\": \"60.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30075\",\n            \"Description\": \"DIAGNOSTIC BIOPSY OF LYMPH NODE, MUSCLE OR OTHER DEEP TISSUE OR ORGAN, as an independent procedure, if the biopsy specimen is sent for pathological examination (Anaes.)\\n\",\n            \"ScheduleFee\": \"174.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30078\",\n            \"Description\": \"DIAGNOSTIC DRILL BIOPSY OF LYMPH NODE, DEEP TISSUE OR ORGAN, as an independent procedure, where the biopsy specimen is sent for pathological examination (Anaes.)\\n\",\n            \"ScheduleFee\": \"56.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30081\",\n            \"Description\": \"DIAGNOSTIC BIOPSY OF BONE MARROW by trephine using open approach, where the biopsy specimen is sent for pathological examination (Anaes.)\\n\",\n            \"ScheduleFee\": \"128.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30084\",\n            \"Description\": \"DIAGNOSTIC BIOPSY OF BONE MARROW by trephine using percutaneous approach where the biopsy is sent for pathological examination (Anaes.)\\n\",\n            \"ScheduleFee\": \"68.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30087\",\n            \"Description\": \"DIAGNOSTIC BIOPSY OF BONE MARROW by aspiration or PUNCH BIOPSY OF SYNOVIAL MEMBRANE, where the biopsy is sent for pathological examination (Anaes.)\\n\",\n            \"ScheduleFee\": \"34.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30090\",\n            \"Description\": \"DIAGNOSTIC BIOPSY OF PLEURA, PERCUTANEOUS 1 or more biopsies on any 1 occasion, where the biopsy is sent for pathological examination (Anaes.)\\n\",\n            \"ScheduleFee\": \"149.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30093\",\n            \"Description\": \"DIAGNOSTIC NEEDLE BIOPSY OF VERTEBRA, where the biopsy is sent for pathological examination (Anaes.)\\n\",\n            \"ScheduleFee\": \"200.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30094\",\n            \"Description\": \"DIAGNOSTIC PERCUTANEOUS ASPIRATION BIOPSY of deep organ using interventional imaging techniques - but not including imaging, where the biopsy is sent for pathological examination (Anaes.)\\n\",\n            \"ScheduleFee\": \"221.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-04-01\"\n        },\n        {\n            \"ItemNumber\": \"30097\",\n            \"Description\": \"Personal performance of a Synacthen Stimulation Test, including associated consultation; by a medical practitioner with resuscitation training and access to facilities where life support procedures can be implemented, if: serum cortisol at 0830-0930 hours on any day in the preceding month has been measured at greater than 100 nmol/L but less than 400 nmol/L; or in a patient who is acutely unwell and adrenal insufficiency is suspected.\\n\",\n            \"ScheduleFee\": \"113.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30099\",\n            \"Description\": \"SINUS, excision of, involving superficial tissue only (Anaes.)\\n\",\n            \"ScheduleFee\": \"105.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30103\",\n            \"Description\": \"SINUS, excision of, involving muscle and deep tissue (Anaes.)\\n\",\n            \"ScheduleFee\": \"214.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30104\",\n            \"Description\": \"Pre-auricular sinus, excision of, on a patient 10 years of age or over (Anaes.)\\n\",\n            \"ScheduleFee\": \"148.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"10 years or older\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1995-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30105\",\n            \"Description\": \"Pre‑auricular sinus, excision of, on a patient under 10 years of age (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"192.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"younger than 10 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2015-09-01\"\n        },\n        {\n            \"ItemNumber\": \"30107\",\n            \"Description\": \"Excision of ganglion, other than a service associated with a service to which another item in this Group applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"256.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30166\",\n            \"Description\": \"Removal of redundant abdominal skin and lipectomy, as a wedge excision, for functional problems following significant weight loss equivalent to at least 5 body mass index points and if there has been a stable weight for a period of at least 6 months prior to surgery, other than a service associated with a service to which item 30175, 30176, 30177, 45530, 45531, 45564, 45565, 45567, 46060, 46062, 46064, 46066, 46068, 46070, 46072, 46080, 46082, 46084, 46086, 46088 or 46090 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"874.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"30169\",\n            \"Description\": \"Removal of redundant non-abdominal skin and lipectomy for functional problems following significant weight loss equivalent to at least 5 body mass index points and if there has been a stable weight for a period of at least 6 months prior to surgery, one or 2 non-abdominal areas, other than a service associated with a service to which item 30175, 30176, 45530, 45531, 45564, 45565, 45567, 46060, 46062, 46064, 46066, 46068, 46070, 46072, 46080, 46082, 46084, 46086, 46088 or 46090 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"699.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"30175\",\n            \"Description\": \"Radical abdominoplasty, with repair of rectus diastasis, excision of skin and subcutaneous tissue, and transposition of umbilicus, not being a laparoscopic procedure, if:(a) the patient has an abdominal wall defect as a consequence of pregnancy; and(b) the patient: (i) has a diastasis of at least 3cm measured by diagnostic imaging prior to this service; and(ii) has either or both of the following: (A) at least moderately severe pain or discomfort at the site of the diastasis in the abdominal wall during functional use and the pain or discomfort has been documented in the patient’s records by the practitioner providing the service;(B) low back pain or urinary symptoms likely due to rectus diastasis and the pain or symptoms have been documented in the patient’s records by the practitioner providing the service; and (iii) has failed to respond to non-surgical conservative treatment, that must have included physiotherapy; and(iv) has not been pregnant in the last 12 months; and (c) the service is not a service associated with a service to which item 30166, 30169, 30176, 30177, 30179, 30651, 30655, 45530, 45531, 45564, 45565, 45567, 46060, 46062, 46064, 46066, 46068, 46070, 46072, 46080, 46082, 46084, 46086, 46088 or 46090 appliesApplicable once per lifetime (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1131.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2022-07-01\"\n        },\n        {\n            \"ItemNumber\": \"30176\",\n            \"Description\": \"Radical abdominoplasty, with excision of skin and subcutaneous tissue, repair of musculoaponeurotic layer and transposition of umbilicus, not being a service associated with a service to which item 30166, 30169, 30175, 30177, 30179, 45530, 45531, 45564, 45565, 45567, 46060, 46062, 46064, 46066, 46068, 46070 or 46072 applies, if the patient has previously had a massive intra-abdominal or pelvic tumour surgically removed (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1149.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2016-01-01\"\n        },\n        {\n            \"ItemNumber\": \"30177\",\n            \"Description\": \"Lipectomy, excision of skin and subcutaneous tissue associated with redundant abdominal skin and fat that is a direct consequence of significant weight loss, in conjunction with a radical abdominoplasty, with or without repair of musculoaponeurotic layer and transposition of umbilicus, not being a service associated with a service to which item 30166, 30175, 30176, 30179, 45530, 45531, 45564, 45565, 45567, 46060, 46062, 46064, 46066, 46068, 46070, 46072, 46080, 46082, 46084, 46086, 46088 or 46090 applies, if: (a) there is intertrigo or another skin condition that risks loss of skin integrity and has failed 3 months of conventional (or non-surgical) treatment; and (b) the redundant skin and fat interferes with the activities of daily living; and (c) the weight has been stable for at least 6 months following significant weight loss prior to the lipectomy (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1149.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30179\",\n            \"Description\": \"Circumferential lipectomy, as an independent procedure, to correct circumferential excess of redundant skin and fat that is a direct consequence of significant weight loss, with or without a radical abdominoplasty, not being a service associated with a service to which item 30175, 30176, 30177, 45530, 45531, 45564, 45565, 45567, 46060, 46062, 46064, 46066, 46068, 46070, 46072, 46080, 46082, 46084, 46086, 46088 or 46090 applies, if: (a) the circumferential excess of redundant skin and fat is complicated by intertrigo or another skin condition that risks loss of skin integrity and has failed 3 months of conventional (or non-surgical) treatment; and (b) the circumferential excess of redundant skin and fat interferes with the activities of daily living; and (c) the weight has been stable for at least 6 months following significant weight loss prior to the lipectomy (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1415.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2016-01-01\"\n        },\n        {\n            \"ItemNumber\": \"30180\",\n            \"Description\": \"AXILLARY HYPERHIDROSIS, partial excision for (Anaes.)\\n\",\n            \"ScheduleFee\": \"159.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30183\",\n            \"Description\": \"Axillary hyperhidrosis, total excision of sweat gland bearing area (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"287.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30187\",\n            \"Description\": \"PALMAR OR PLANTAR WARTS, removal of, by carbon dioxide laser or erbium laser, requiring admission to a hospital, or when performed by a specialist in the practice of his/her specialty, (5 or more warts) (Anaes.)\\n\",\n            \"ScheduleFee\": \"299.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1995-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30189\",\n            \"Description\": \"WARTS or MOLLUSCUM CONTAGIOSUM (one or more), removal of, by any method (other than by chemical means), where undertaken in the operating theatre of a hospital, not being a service associated with a service to which another item in this Group applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"171.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30190\",\n            \"Description\": \"Angiofibromas, trichoepitheliomas or other severely disfiguring tumours of the face or neck (excluding melanocytic naevi, sebaceous hyperplasia, dermatosis papulosa nigra, Campbell De Morgan angiomas and seborrheic or viral warts), suitable for laser ablation as confirmed by the opinion of a specialist in the specialty of dermatology—removal of, by carbon dioxide laser or erbium laser ablation, including associated resurfacing (10 or more tumours) (Anaes.)\\n\",\n            \"ScheduleFee\": \"463.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1995-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30191\",\n            \"Description\": \"Angiofibromas, trichoepithelioma, epidermal naevi, xanthelasma, pyogenic granuloma, genital angiokeratomas, hereditary haemorrhagic telangiectasia and other severely disfiguring or recurrently bleeding tumours (excluding melanocytic naevi, sebaceous hyperplasia, dermatosis papulosa nigra, Campbell De Morgan angiomas and seborrheic or viral warts), treatment of, with carbon dioxide/erbium or other appropriate laser (or curettage and fine point diathermy for pyogenic granuloma only), if confirmed by the opinion of a specialist in the specialty of dermatology, one or more lesions.\\n\",\n            \"ScheduleFee\": \"74.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30192\",\n            \"Description\": \"PREMALIGNANT SKIN LESIONS (including solar keratoses), treatment of, by ablative technique (10 or more lesions) (Anaes.)\\n\",\n            \"ScheduleFee\": \"46.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30196\",\n            \"Description\": \"Malignant neoplasm of skin or mucous membrane that has been: (a) proven by histopathology; or (b) confirmed by the opinion of a specialist in the specialty of dermatology or plastic surgery where a specimen has been submitted for histologic confirmation; removal of, by serial curettage, or carbon dioxide laser or erbium laser excision‑ablation, including any associated cryotherapy or diathermy (Anaes.)\\n\",\n            \"ScheduleFee\": \"147.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30202\",\n            \"Description\": \"Malignant neoplasm of skin or mucous membrane proven by histopathology or confirmed by the opinion of a specialist in the specialty of dermatology or plastic surgery—removal of, by liquid nitrogen cryotherapy using repeat freeze thaw cycles\\n\",\n            \"ScheduleFee\": \"56.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30207\",\n            \"Description\": \"Skin lesions, multiple injections with glucocorticoid preparations (Anaes.)\\n\",\n            \"ScheduleFee\": \"52.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30210\",\n            \"Description\": \"Keloid and other skin lesions, extensive, multiple injections of glucocorticoid preparations, if undertaken in the operating theatre of a hospital (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"190.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30216\",\n            \"Description\": \"HAEMATOMA, aspiration of (Anaes.)\\n\",\n            \"ScheduleFee\": \"31.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30219\",\n            \"Description\": \"HAEMATOMA, FURUNCLE, SMALL ABSCESS OR SIMILAR LESION not requiring admission to a hospital - INCISION WITH DRAINAGE OF (excluding aftercare)\\n\",\n            \"ScheduleFee\": \"31.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30223\",\n            \"Description\": \"LARGE HAEMATOMA, LARGE ABSCESS, CARBUNCLE, CELLULITIS or similar lesion, requiring admission to a hospital, INCISION WITH DRAINAGE OF (excluding aftercare) (Anaes.)\\n\",\n            \"ScheduleFee\": \"190.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30224\",\n            \"Description\": \"PERCUTANEOUS DRAINAGE OF DEEP ABSCESS using interventional imaging techniques - but not including imaging (Anaes.)\\n\",\n            \"ScheduleFee\": \"277.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-04-01\"\n        },\n        {\n            \"ItemNumber\": \"30225\",\n            \"Description\": \"ABSCESS DRAINAGE TUBE, exchange of using interventional imaging techniques - but not including imaging (Anaes.)\\n\",\n            \"ScheduleFee\": \"312.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-04-01\"\n        },\n        {\n            \"ItemNumber\": \"30226\",\n            \"Description\": \"MUSCLE, excision of (LIMITED), or fasciotomy (Anaes.)\\n\",\n            \"ScheduleFee\": \"174.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30229\",\n            \"Description\": \"Muscle, excision of (extensive) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"318.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30232\",\n            \"Description\": \"MUSCLE, RUPTURED, repair of (limited), not associated with external wound (Anaes.)\\n\",\n            \"ScheduleFee\": \"260.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30235\",\n            \"Description\": \"Muscle, ruptured, repair of (extensive), not associated with external wound (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"344.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30238\",\n            \"Description\": \"FASCIA, DEEP, repair of, FOR HERNIATED MUSCLE (Anaes.)\\n\",\n            \"ScheduleFee\": \"174.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30241\",\n            \"Description\": \"BONE TUMOUR, INNOCENT, excision of, not being a service to which another item in this Group applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"415.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30244\",\n            \"Description\": \"STYLOID PROCESS OF TEMPORAL BONE, removal of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"415.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30246\",\n            \"Description\": \"PAROTID DUCT, repair of, using micro-surgical techniques (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"804.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1998-07-01\"\n        },\n        {\n            \"ItemNumber\": \"30247\",\n            \"Description\": \"Parotid gland, total extirpation of, including removal of tumour, other than a service associated with a service to which item 39321, 39324, 39327 or 39330 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"862.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30250\",\n            \"Description\": \"Parotid gland, total extirpation of, with preservation of facial nerve, including: (a) removal of tumour; and (b) exposure or mobilisation of facial nerve; other than a service associated with a service to which item 39321, 39324, 39327 or 39330 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1459.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30251\",\n            \"Description\": \"Recurrent parotid tumour, excision of, with preservation of facial nerve, including: (a) removal of tumour; and (b) exposure or mobilisation of facial nerve; other than a service associated with a service to which item 39321, 39324, 39327 or 39330 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2241.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1998-07-01\"\n        },\n        {\n            \"ItemNumber\": \"30253\",\n            \"Description\": \"Parotid gland, superficial lobectomy of, with exposure of facial nerve, including: (a) removal of tumour; and (b) exposure or mobilisation of facial nerve; other than a service associated with a service to which item 39321, 39324, 39327 or 39330 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"973.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30255\",\n            \"Description\": \"SUBMANDIBULAR DUCTS, relocation of, for surgical control of drooling (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1295.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1997-05-01\"\n        },\n        {\n            \"ItemNumber\": \"30256\",\n            \"Description\": \"Submandibular gland, extirpation of, other than a service associated with a service to which item 31423, 31426, 31429, 31432, 31435 or 31438 applies on the same side (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"519.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30257\",\n            \"Description\": \"Sialendoscopy, of submandibular or parotid duct, with or without removal of calculus or treatment of stricture (Anaes.)\\n\",\n            \"ScheduleFee\": \"583.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"30259\",\n            \"Description\": \"Sublingual gland, extirpation of (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"231.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30262\",\n            \"Description\": \"SALIVARY GLAND, DILATATION OR DIATHERMY of duct (Anaes.)\\n\",\n            \"ScheduleFee\": \"68.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30266\",\n            \"Description\": \"Salivary gland, removal of calculus from duct or meatotomy or marsupialisation, 1 or more such procedures. (Anaes.)\\n\",\n            \"ScheduleFee\": \"174.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30269\",\n            \"Description\": \"Salivary gland, repair of cutaneous fistula of (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"174.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30272\",\n            \"Description\": \"Tongue, partial excision of (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"344.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30275\",\n            \"Description\": \"Radical excision of intra oral tumour, with or without resection of mandible, including dissection of lymph glands of neck, unilateral, other than a service associated with a service to which item 31423, 31426, 31429, 31432, 31435 or 31438 applies on the same side (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2056.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30278\",\n            \"Description\": \"Tongue tie, repair of, other than: (a) a service to which another item in this Subgroup applies; or (b) a service associated with a service to which item 45009 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"54.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30281\",\n            \"Description\": \"Tongue tie, mandibular frenulum or maxillary frenulum, repair of, in a patient at least 2 years old, other than a service associated with a service to which item 45009 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"139.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"2 years or older\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30283\",\n            \"Description\": \"RANULA OR MUCOUS CYST OF MOUTH, removal of (Anaes.)\\n\",\n            \"ScheduleFee\": \"238.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30286\",\n            \"Description\": \"Branchial cyst, removal of, on a patient 10 years of age or over (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"464.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"10 years or older\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30287\",\n            \"Description\": \"Branchial cyst, removal of, on a patient under 10 years of age (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"603.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"younger than 10 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2015-09-01\"\n        },\n        {\n            \"ItemNumber\": \"30289\",\n            \"Description\": \"Branchial fistula, removal of, on a patient 10 years of age or over (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"585.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"10 years or older\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30293\",\n            \"Description\": \"Cervical oesophagostomy, or closure of cervical oesophagostomy with or without plastic repair (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"519.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30294\",\n            \"Description\": \"CERVICAL OESOPHAGECTOMY with tracheostomy and oesophagostomy, with or without plastic reconstruction; or LARYNGOPHARYNGECTOMY with tracheostomy and plastic reconstruction (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2056.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30296\",\n            \"Description\": \"THYROIDECTOMY, total (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1194.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30297\",\n            \"Description\": \"THYROIDECTOMY following previous thyroid surgery (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1194.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30299\",\n            \"Description\": \"Sentinel lymph node biopsy or biopsies for breast cancer, involving dissection in an axilla, using preoperative lymphoscintigraphy and/or lymphotropic dye injection (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"828.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2005-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30305\",\n            \"Description\": \"Sentinel lymph node biopsy or biopsies for breast cancer, involving dissection along internal mammary chain (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"828.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"30306\",\n            \"Description\": \"TOTAL HEMITHYROIDECTOMY (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"931.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30310\",\n            \"Description\": \"Partial or subtotal thyroidectomy (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"931.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30311\",\n            \"Description\": \"Sentinel lymph node biopsy or biopsies for cutaneous melanoma, using preoperative lymphoscintigraphy and/or lymphotropic dye injection, if: (a) the primary lesion is greater than 1.0 mm in depth (or at least 0.8 mm in depth in the presence of ulceration); and (b) appropriate excision of the primary melanoma has occurred; and (c) the service is not associated with a service to which item 30075, 30078, 30299, 30305, 30329, 30332, 30618, 30820, 31423, 52025 or 52027 appliesApplicable to only one lesion per occasion on which the service is provided (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"726.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30314\",\n            \"Description\": \"Thyroglossal cyst or fistula or both, radical removal of, including thyroglossal duct and portion of hyoid bone, on a patient 10 years of age or over (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"533.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"10 years or older\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30315\",\n            \"Description\": \"Minimally invasive parathyroidectomy. Removal of 1 or more parathyroid adenoma through a small cervical incision for an image localised adenoma, including thymectomy. For any particular patient - applicable only once per occasion on which the service is provided. Not in association with a service to which item 30318, 30317 or 30320 applies. (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1329.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30317\",\n            \"Description\": \"Redo parathyroidectomy. Cervical re-exploration for persistent or recurrent hyperparathyroidism, including thymectomy and cervical exploration of the mediastinum. For any particular patient - applicable only once per occasion on which the service is provided. Not in association with a service to which item 30315, 30318 or 30320 applies. (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1592.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30318\",\n            \"Description\": \"Open parathyroidectomy, exploration and removal of 1 or more adenoma or hyperplastic glands via a cervical incision including thymectomy and cervical exploration of the mediastinum when performed. For any particular patient - applicable only once per occasion on which the service is provided. Not in association with a service to which item 30315, 30317 or 30320 applies. (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1329.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30320\",\n            \"Description\": \"Removal of a mediastinal parathyroid adenoma via sternotomy or mediastinal thorascopic approach. For any particular patient - applicable only once per occasion on which the service is provided. Not in association with a service to which item 30315, 30317 or 30318 applies. (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1592.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30323\",\n            \"Description\": \"Excision of phaeochromocytoma or extraadrenal paraganglioma via endoscopic or open approach. (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1592.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30324\",\n            \"Description\": \"Excision of an adrenocortical tumour or hyperplasia via endoscopic or open approach. (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1592.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30326\",\n            \"Description\": \"Thyroglossal cyst or fistula or both, radical removal of, including thyroglossal duct and portion of hyoid bone, on a patient under 10 years of age (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"693.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"younger than 10 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2015-09-01\"\n        },\n        {\n            \"ItemNumber\": \"30329\",\n            \"Description\": \"LYMPH NODES of GROIN, limited excision of (Anaes.)\\n\",\n            \"ScheduleFee\": \"288.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30330\",\n            \"Description\": \"LYMPH NODES of GROIN, radical excision of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"838.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30332\",\n            \"Description\": \"Lymph nodes of axilla, limited excision of (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"404.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30336\",\n            \"Description\": \"Lymph nodes of axilla, complete excision of (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1213.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-05-01\"\n        },\n        {\n            \"ItemNumber\": \"30382\",\n            \"Description\": \"Enterocutaneous fistula, repair of, if dissection and resection of bowel is performed, with or without anastomosis or formation of a stoma (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1524.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30384\",\n            \"Description\": \"Open or minimally invasive excision of a retroperitoneal mass, 4 cm or greater in largest dimension, lasting more than 3 hours, other than a service to which another item in this Group applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1592.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30385\",\n            \"Description\": \"Unplanned return to theatre for laparotomy or laparoscopy for control or drainage of intra-abdominal haemorrhage following abdominal surgery (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"657.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30387\",\n            \"Description\": \"Laparoscopy or laparotomy when an operation is performed on abdominal, retroperitoneal or pelvic viscera, excluding lymph node biopsy, other than a service to which another item in this Group applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"740.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30388\",\n            \"Description\": \"Laparotomy for abdominal trauma, including control of haemorrhage (with or without packing) and containment of contamination (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1242.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30390\",\n            \"Description\": \"Laparoscopy, diagnostic, with or without aspiration of fluid, on a patient 10 years of age or over, if no other intra-abdominal procedure is performed (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"256.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"10 years or older\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30392\",\n            \"Description\": \"RADICAL OR DEBULKING OPERATION for advanced intra-abdominal malignancy, with or without omentectomy, as an independent procedure (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"786.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30396\",\n            \"Description\": \"Laparotomy or laparoscopy for generalised intra-peritoneal sepsis (also known as peritonitis), with or without removal of foreign material or enteric contents, with lavage of the entire peritoneal cavity, with or without closure of the abdomen when performed by laparotomy (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1185.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30397\",\n            \"Description\": \"Laparostomy, via wound previously made and left open or closed, including change of dressings or packs, with or without drainage of loculated collections (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"271.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30399\",\n            \"Description\": \"Laparostomy, final closure of wound made at previous operation, after removal of dressings or packs (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"372.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30400\",\n            \"Description\": \"LAPAROTOMY WITH INSERTION OF PORTACATH for administration of cytotoxic therapy including placement of reservoir (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"737.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30406\",\n            \"Description\": \"PARACENTESIS ABDOMINIS (Anaes.)\\n\",\n            \"ScheduleFee\": \"60.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30408\",\n            \"Description\": \"PERITONEOVENOUS shunt, insertion of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"457.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30409\",\n            \"Description\": \"LIVER BIOPSY, percutaneous (Anaes.)\\n\",\n            \"ScheduleFee\": \"203.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30411\",\n            \"Description\": \"LIVER BIOPSY by wedge excision when performed in conjunction with another intraabdominal procedure (Anaes.)\\n\",\n            \"ScheduleFee\": \"103.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30412\",\n            \"Description\": \"Liver biopsy by core needle, when performed in conjunction with another intra‑abdominal procedure (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"61.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30414\",\n            \"Description\": \"LIVER, subsegmental resection of, (local excision), other than for trauma (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"804.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30415\",\n            \"Description\": \"LIVER, segmental resection of, other than for trauma (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1609.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30416\",\n            \"Description\": \"Liver cysts, greater than 5 cm in diameter, marsupialisation of 4 or less (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"873.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30417\",\n            \"Description\": \"Liver cysts, greater than 5 cm in diameter, marsupialisation of 5 or more (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1310.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-04-01\"\n        },\n        {\n            \"ItemNumber\": \"30418\",\n            \"Description\": \"LIVER, lobectomy of, other than for trauma (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1863.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30419\",\n            \"Description\": \"Liver tumour, other than a hepatocellular carcinoma, destruction of one or more, by local ablation, other than a service associated with a service to which item 50950 or 50952 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"953.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30421\",\n            \"Description\": \"Liver, extended lobectomy of, or central resections of segments 4, 5 and 8, other than for trauma (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2329.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30422\",\n            \"Description\": \"LIVER, repair of superficial laceration of, for trauma (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"787.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30425\",\n            \"Description\": \"LIVER, repair of deep multiple lacerations of, or debridement of, for trauma (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1524.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30427\",\n            \"Description\": \"LIVER, segmental resection of, for trauma (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1821.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30428\",\n            \"Description\": \"Liver, lobectomy of, for trauma (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1948.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30430\",\n            \"Description\": \"Liver, extended lobectomy of, or central resections of segments 4, 5 and 8, for trauma (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2710.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30431\",\n            \"Description\": \"Liver abscess, single, open or minimally invasive abdominal drainage of, excluding aftercare (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"608.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30433\",\n            \"Description\": \"Liver abscess, multiple, open or minimally invasive abdominal drainage of, excluding aftercare (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"847.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30439\",\n            \"Description\": \"Intraoperative ultrasound of biliary tract, or operative cholangiography, if the service: (a) is performed in association with an intra-abdominal procedure; and (b) is not associated with a service to which item 30442 or 30445 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"216.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30440\",\n            \"Description\": \"Cholangiogram, percutaneous transhepatic, and insertion of biliary drainage tube, using interventional imaging techniques, other than a service associated with a service to which item 30451 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"614.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30441\",\n            \"Description\": \"Intraoperative ultrasound for staging of intra-abdominal tumours (Anaes.)\\n\",\n            \"ScheduleFee\": \"159.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30442\",\n            \"Description\": \"CHOLEDOCHOSCOPY in conjunction with another procedure (Anaes.)\\n\",\n            \"ScheduleFee\": \"216.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30443\",\n            \"Description\": \"Cholecystectomy, by any approach, without cholangiogram (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"749.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30445\",\n            \"Description\": \"Cholecystectomy, by any approach, with attempted or completed cholangiogram or intraoperative ultrasound of the biliary system, when performed via laparoscopic or open approach or when conversion from laparoscopic to open approach is required (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"970.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30448\",\n            \"Description\": \"Cholecystectomy, by any approach, involving removal of common duct calculi via the cystic duct, with or without stent insertion (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1135.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30449\",\n            \"Description\": \"Cholecystectomy with removal of common duct calculi via choledochotomy, by any approach, with or without insertion of a stent (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1262.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30450\",\n            \"Description\": \"Calculus of biliary tract, extraction of, using interventional imaging techniques (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"611.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30451\",\n            \"Description\": \"BILIARY DRAINAGE TUBE, exchange of, using interventional imaging techniques - but not including imaging, not being a service associated with a service to which item 30440 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"312.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30452\",\n            \"Description\": \"CHOLEDOCHOSCOPY with balloon dilation of a stricture or passage of stent or extraction of calculi (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"440.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30454\",\n            \"Description\": \"Choledochotomy without cholecystectomy, with or without removal of calculi (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1537.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30455\",\n            \"Description\": \"Choledochotomy with cholecystectomy, with removal of calculi, including biliary intestinal anastomosis (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1537.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30457\",\n            \"Description\": \"Choledochotomy, intrahepatic, involving removal of intrahepatic bile duct calculi (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1609.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30458\",\n            \"Description\": \"TRANSDUODENAL OPERATION ON SPHINCTER OF ODDI, involving 1 or more of, removal of calculi, sphincterotomy, sphincteroplasty, biopsy, local excision of peri-ampullary or duodenal tumour, sphincteroplasty of the pancreatic duct, pancreatic duct septoplasty, with or without choledochotomy (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1182.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30460\",\n            \"Description\": \"CHOLECYSTODUODENOSTOMY, CHOLECYSTOENTEROSTOMY, CHOLEDOCHOJEJUNOSTOMY or Roux-en-Y as a bypass procedure when no prior biliary surgery performed (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1006.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30461\",\n            \"Description\": \"Radical resection of porta hepatis (including associated neuro-lymphatic tissue), for cancer, suspected cancer or choledochal cyst, including bile duct excision and biliary-enteric anastomoses, other than a service associated with a service to which item 30440, 30451 or 31454 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1724.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30463\",\n            \"Description\": \"Radical resection of common hepatic duct and right and left hepatic ducts, with 2 duct anastomoses, for cancer, suspected cancer or choledochal cyst (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2117.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30464\",\n            \"Description\": \"Radical resection of common hepatic duct and right and left hepatic ducts, for cancer, suspected cancer or choledochal cyst, involving either or both of the following:(a) more than 2 anastomoses;(b) resection of segment (or major portion of segment) of liver; (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2541.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-10-31\"\n        },\n        {\n            \"ItemNumber\": \"30469\",\n            \"Description\": \"Biliary stricture, repair of, after one or more operations on the biliary tree (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2007.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30472\",\n            \"Description\": \"Repair of bile duct injury, including immediate reconstruction, other than a service associated with a service to which item 30584 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1554.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30473\",\n            \"Description\": \"Oesophagoscopy (not being a service associated with a service to which item 41822 applies), gastroscopy, duodenoscopy or panendoscopy (1 or more such procedures), with or without biopsy, not being a service associated with a service to which item 30478 or 30479 applies. (Anaes.)\\n\",\n            \"ScheduleFee\": \"206.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30475\",\n            \"Description\": \"Endoscopic dilatation of stricture of upper gastrointestinal tract (including the use of imaging intensification if clinically indicated) (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"407.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30478\",\n            \"Description\": \"Oesophagoscopy (other than a service associated with a service to which item 41822 or 41825 applies), gastroscopy, duodenoscopy, panendoscopy or push enteroscopy, one or more such procedures, if: (a) the procedures are performed using one or more of the following endoscopic procedures: (i) polypectomy; (ii) sclerosing or adrenalin injections; (iii) banding; (iv) endoscopic clips; (v) haemostatic powders; (vi) diathermy; (vii) argon plasma coagulation; and (b) the procedures are for the treatment of one or more of the following: (i) upper gastrointestinal tract bleeding; (ii) polyps; (iii) removal of foreign body; (iv) oesophageal or gastric varices; (v) peptic ulcers; (vi) neoplasia; (vii) benign vascular lesions; (viii) strictures of the gastrointestinal tract; (ix) tumorous overgrowth through or over oesophageal stents; other than a service associated with a service to which item 30473 or 30479 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"286.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30479\",\n            \"Description\": \"Endoscopy with laser therapy, for the treatment of one or more of the following: (a) neoplasia; (b) benign vascular lesions; (c) strictures of the gastrointestinal tract; (d) tumorous overgrowth through or over oesophageal stents; (e) peptic ulcers; (f) angiodysplasia; (g) gastric antral vascular ectasia; (h) post-polypectomy bleeding; other than a service associated with a service to which item 30473 or 30478 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"555.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30481\",\n            \"Description\": \"Percutaneous gastrostomy (initial procedure): (a) including any associated imaging services; and (b) excluding the insertion of a device for the purpose of facilitating weight loss (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"416.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30482\",\n            \"Description\": \"PERCUTANEOUS GASTROSTOMY (repeat procedure): (a) including any associated imaging services; and (b) excluding the insertion of a device for the purpose of facilitating weight loss (Anaes.)\\n\",\n            \"ScheduleFee\": \"296.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30483\",\n            \"Description\": \"Gastrostomy button, caecostomy antegrade enema device (chait etc.) or stomal indwelling device: (a) non-endoscopic insertion of; or (b) non-endoscopic replacement of; on a patient 10 years of age or over, excluding the insertion of a device for the purpose of facilitating weight loss (Anaes.)\\n\",\n            \"ScheduleFee\": \"206.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"10 years or older\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30484\",\n            \"Description\": \"Endoscopic retrograde cholangiopancreatography, other than a service to which item 30664 or 30665 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"425.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30485\",\n            \"Description\": \"Endoscopic sphincterotomy with or without extraction of stones from common bile duct (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"657.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30488\",\n            \"Description\": \"Small bowel intubation—as an independent procedure (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"105.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30490\",\n            \"Description\": \"Oesophageal prosthesis, insertion of, including endoscopy and dilatation (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"614.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30491\",\n            \"Description\": \"Bile duct, endoscopic stenting of (including endoscopy and dilatation) (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"647.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30492\",\n            \"Description\": \"BILE DUCT, PERCUTANEOUS STENTING OF (including dilatation when performed), using interventional imaging techniques - but not including imaging (Anaes.)\\n\",\n            \"ScheduleFee\": \"918.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30494\",\n            \"Description\": \"ENDOSCOPIC BILIARY DILATATION (Anaes.)\\n\",\n            \"ScheduleFee\": \"490.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30495\",\n            \"Description\": \"PERCUTANEOUS BILIARY DILATATION for biliary stricture, using interventional imaging techniques - but not including imaging (Anaes.)\\n\",\n            \"ScheduleFee\": \"918.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30515\",\n            \"Description\": \"Gastroenterostomy (including gastroduodenostomy), enterocolostomy or enteroenterostomy, as an independent procedure or in combination with another procedure, only if required for irresectable obstruction, other than a service to which any of items 31569 to 31581 apply (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"821.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30517\",\n            \"Description\": \"Revision of gastroenterostomy, pyloroplasty or gastroduodenostomy (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1075.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30518\",\n            \"Description\": \"Partial gastrectomy, not being a service associated with a service to which any of items 31569 to 31581 apply (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1152.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30520\",\n            \"Description\": \"Gastric tumour, 2 cm or greater in diameter, removal of, by local excision, by laparoscopic or open approach, including any associated anastomosis, excluding polypectomy, other than a service to which item 30518 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"991.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30521\",\n            \"Description\": \"GASTRECTOMY, TOTAL, for benign disease (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1685.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30526\",\n            \"Description\": \"Gastrectomy, total, and removal of lower oesophagus, performed by open or minimally invasive approach, with anastomosis in the mediastinum, including any of the following (if performed):(a) distal pancreatectomy;(b) nodal dissection;(c) splenectomy (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2515.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30529\",\n            \"Description\": \"ANTIREFLUX operation by fundoplasty, with OESOPHAGOPLASTY for stricture or short oesophagus (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1524.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30530\",\n            \"Description\": \"ANTIREFLUX operation by cardiopexy, with or without fundoplasty (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"914.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30532\",\n            \"Description\": \"Oesophagogastric myotomy (Heller’s operation) by endoscopic, abdominal or thoracic approach, whether performed by open or minimally invasive approach, including fundoplication when performed laparoscopically (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1050.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30533\",\n            \"Description\": \"OESOPHAGOGASTRIC MYOTOMY (Heller's operation) via abdominal or thoracic approach, WITH FUNDOPLASTY, with or without closure of the diaphragmatic hiatus, by laparoscopy or open operation (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1249.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30559\",\n            \"Description\": \"Oesophagus, local excision for tumour of (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"991.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30560\",\n            \"Description\": \"Oesophageal perforation, repair of, by abdominal or thoracic approach, including thoracic drainage (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1100.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30562\",\n            \"Description\": \"Enterostomy or colostomy, closure of (not involving resection of bowel), on a patient 10 years of age or over (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"694.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"10 years or older\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30563\",\n            \"Description\": \"Colostomy or ileostomy, refashioning of, on a patient 10 years of age or over (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"694.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"10 years or older\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30565\",\n            \"Description\": \"SMALL INTESTINE, resection of, without anastomosis (including formation of stoma) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1016.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30574\",\n            \"Description\": \"NOTE: Multiple Operation and Multiple Anaesthetic rules apply to this item Appendicectomy, when performed in conjunction with another intra-abdominal procedure and during which a specimen is collected and sent for pathological testing (Anaes.)\\n\",\n            \"ScheduleFee\": \"71.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30577\",\n            \"Description\": \"Initial pancreatic necrosectomy by open, laparoscopic or endoscopic approach, excluding aftercare (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1270.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30583\",\n            \"Description\": \"Distal pancreatectomy with splenic preservation, by open or minimally invasive approach (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1813.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30584\",\n            \"Description\": \"Pancreatico duodenectomy (Whipple’s procedure), with or without preservation of pylorus, including any of the following (if performed):(a) cholecystectomy;(b) pancreatico-biliary anastomosis;(c) gastro-jejunal anastomosis (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3499.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30589\",\n            \"Description\": \"PANCREATICO-JEJUNOSTOMY for pancreatitis or trauma (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1459.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30590\",\n            \"Description\": \"PANCREATICO-JEJUNOSTOMY following previous pancreatic surgery (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1609.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30593\",\n            \"Description\": \"Pancreatectomy, near total or total (including duodenum), with or without splenectomy (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2202.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30594\",\n            \"Description\": \"PANCREATECTOMY for pancreatitis following previously attempted drainage procedure or partial resection (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2541.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30596\",\n            \"Description\": \"SPLENORRHAPHY OR PARTIAL SPLENECTOMY (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1046.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30599\",\n            \"Description\": \"SPLENECTOMY, for massive spleen (weighing more than 1500 grams) or involving thoraco-abdominal incision (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1524.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30600\",\n            \"Description\": \"Emergency repair of diaphragmatic laceration or hernia, following recent trauma, by any approach, including when performed in conjunction with another procedure indicated as a result of abdominal or chest trauma (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"906.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30601\",\n            \"Description\": \"Diaphragmatic hernia, congenital, or delayed presentation of traumatic rupture, repair of, by thoracic or abdominal approach, on a patient 10 years of age or over, other than a service to which any of items 31569 to 31581 apply (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1116.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"10 years or older\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30606\",\n            \"Description\": \"PORTAL HYPERTENSION, oesophageal transection via stapler or oversew of gastric varices with or without devascularisation (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1295.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30608\",\n            \"Description\": \"Small intestine, resection of, with anastomosis, on a patient under 10 years of age (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1467.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"younger than 10 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2015-09-01\"\n        },\n        {\n            \"ItemNumber\": \"30611\",\n            \"Description\": \"Benign tumour of soft tissue (other than tumours of skin, cartilage and bone, simple lipomas covered by item 31345 and lipomata), removal of, by surgical excision, on a patient under 10 years of age, if the specimen excised is sent for histological confirmation of diagnosis, other than a service to which another item in this Group applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"657.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"younger than 10 years\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2015-09-01\"\n        },\n        {\n            \"ItemNumber\": \"30615\",\n            \"Description\": \"Strangulated, incarcerated or obstructed hernia, repair of, without bowel resection, on a patient 10 years of age or over (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"608.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"10 years or older\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30618\",\n            \"Description\": \"Lymph nodes of neck, selective dissection of one or 2 lymph node levels involving removal of soft tissue and lymph nodes from one side of the neck, on a patient under 10 years of age (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"609.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"younger than 10 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2015-09-01\"\n        },\n        {\n            \"ItemNumber\": \"30619\",\n            \"Description\": \"Laparoscopic splenectomy, on a patient under 10 years of age (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1092.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"younger than 10 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2015-09-01\"\n        },\n        {\n            \"ItemNumber\": \"30621\",\n            \"Description\": \"Repair of symptomatic umbilical, epigastric or linea alba hernia requiring mesh or other repair, by open or minimally invasive approach, in a patient 10 years of age or over, other than a service to which item 30651, 30655, 38365, 38467, 38477, 38484, 38485, 38490, 38493, 38499, 38502, 38510, 38512, 38513, 38515, 38516, 38517, 38519, 38550, 38553, 38554, 38555, 38557, 38670, 38703, 38742 or 38764 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"475.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"10 years or older\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30622\",\n            \"Description\": \"Caecostomy, enterostomy, colostomy, enterotomy, colotomy, cholecystostomy, gastrostomy, gastrotomy, reduction of intussusception, removal of Meckel’s diverticulum, suture of perforated peptic ulcer, simple repair of ruptured viscus, reduction of volvulus, pyloroplasty or drainage of pancreas, on a patient under 10 years of age (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"790.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"younger than 10 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2015-09-01\"\n        },\n        {\n            \"ItemNumber\": \"30623\",\n            \"Description\": \"Laparotomy involving division of peritoneal adhesions (if no other intra-abdominal procedure is performed), on a patient under 10 years of age (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"790.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"younger than 10 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2015-09-01\"\n        },\n        {\n            \"ItemNumber\": \"30626\",\n            \"Description\": \"Laparotomy involving division of adhesions in association with another intra-abdominal procedure if the time taken to divide the adhesions is between 45 minutes and 2 hours, on a patient under 10 years of age (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"794.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"younger than 10 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2015-09-01\"\n        },\n        {\n            \"ItemNumber\": \"30627\",\n            \"Description\": \"Laparoscopy, diagnostic, if no other intra-abdominal procedure is performed, on a patient under 10 years of age (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"333.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"younger than 10 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2015-09-01\"\n        },\n        {\n            \"ItemNumber\": \"30628\",\n            \"Description\": \"HYDROCELE, tapping of\\n\",\n            \"ScheduleFee\": \"41.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30629\",\n            \"Description\": \"Orchidectomy, radical, including spermatic cord, unilateral, for tumour, inguinal approach, without insertion of testicular prosthesis, other than a service associated with a service to which item 30631, 30635, 30641, 30643 or 30644 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"608.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2020-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30630\",\n            \"Description\": \"Insertion of testicular prosthesis, at least 6 months following orchidectomy (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"552.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2020-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30631\",\n            \"Description\": \"Hydrocele, removal of, other than a service associated with a service to which item 30641, 30642 or 30644 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"276.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30635\",\n            \"Description\": \"Varicocele, surgical correction of, including microsurgical techniques, other than a service associated with a service to which item 30390, 30627, 30641, 30642 or 30644 applies—one procedure (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"340.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30636\",\n            \"Description\": \"Gastrostomy button, caecostomy antegrade enema device (chait etc.) or stomal indwelling device, non-endoscopic insertion of, or non-endoscopic replacement of, on a patient under 10 years of age (Anaes.)\\n\",\n            \"ScheduleFee\": \"272.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"younger than 10 years\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2015-09-01\"\n        },\n        {\n            \"ItemNumber\": \"30637\",\n            \"Description\": \"Enterostomy or colostomy, closure of (not involving resection of bowel), on a patient under 10 years of age (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"902.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"younger than 10 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2015-09-01\"\n        },\n        {\n            \"ItemNumber\": \"30639\",\n            \"Description\": \"Colostomy or ileostomy, refashioning of, on a patient under 10 years of age (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"902.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"younger than 10 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2015-09-01\"\n        },\n        {\n            \"ItemNumber\": \"30640\",\n            \"Description\": \"Repair of large and irreducible scrotal hernia, if surgery exceeds 2 hours, in a patient 10 years of age or over, other than a service to which item 30615, 30621, 30648, 30651 or 30655 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1067.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"10 years or older\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2016-05-01\"\n        },\n        {\n            \"ItemNumber\": \"30641\",\n            \"Description\": \"Orchidectomy, simple or subcapsular, unilateral with or without insertion of testicular prosthesis (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"475.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30642\",\n            \"Description\": \"Orchidectomy, radical, including spermatic cord, unilateral, for tumour, inguinal approach, with insertion of testicular prosthesis, other than a service associated with a service to which item 30631, 30635, 30641, 30643, 30644 or 45051 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"884.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2017-05-01\"\n        },\n        {\n            \"ItemNumber\": \"30643\",\n            \"Description\": \"Exploration of spermatic cord, inguinal approach, with or without testicular biopsy, with or without excision of spermatic cord lesion, for a patient under 10 years of age, other than a service associated with a service to which item 30629, 30630 or 30642 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"790.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"younger than 10 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2015-09-01\"\n        },\n        {\n            \"ItemNumber\": \"30644\",\n            \"Description\": \"Exploration of spermatic cord, inguinal approach, with or without testicular biopsy, with or without excision of spermatic cord lesion, for a patient at least 10 years of age, other than a service associated with a service to which item 30629, 30630 or 30642 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"608.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"10 years or older\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30645\",\n            \"Description\": \"Appendicectomy, on a patient under 10 years of age, other than a service to which item 30574 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"675.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"younger than 10 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2015-09-01\"\n        },\n        {\n            \"ItemNumber\": \"30646\",\n            \"Description\": \"Laparoscopic appendicectomy, on a patient under 10 years of age (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"675.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"younger than 10 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2015-09-01\"\n        },\n        {\n            \"ItemNumber\": \"30648\",\n            \"Description\": \"Femoral or inguinal hernia or infantile hydrocele, repair of, by open or minimally invasive approach, on a patient 10 years of age or over, other than a service to which item 30615 or 30651 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"541.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"10 years or older\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"30649\",\n            \"Description\": \"Haemorrhage, arrest of, following circumcision requiring general anaesthesia, on a patient under 10 years of age (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"218.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"younger than 10 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2015-09-01\"\n        },\n        {\n            \"ItemNumber\": \"30651\",\n            \"Description\": \"Ventral hernia repair involving primary fascial closure by suture, with or without onlay mesh or insertion of intraperitoneal onlay mesh repair, without closure of the defect or advancement of the rectus muscle toward the midline, by open or minimally invasive approach, in a patient 10 years of age or over, other than a service associated with a service to which item 30175, 30621, 30655 or 30657 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"608.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"10 years or older\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"30652\",\n            \"Description\": \"Recurrent groin hernia regardless of size of defect, repair of, with or without mesh, by open or minimally invasive approach, in a patient 10 years of age or over (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"608.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"10 years or older\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"30654\",\n            \"Description\": \"Circumcision of the penis, with topical or local analgesia, other than a service to which item 30658 applies\\n\",\n            \"ScheduleFee\": \"54.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30655\",\n            \"Description\": \"Ventral hernia, repair of, with advancement of the rectus muscles to the midline using a retro-rectus, pre-peritoneal or sublay technique, by open or minimally invasive approach, in a patient 10 years of age or over, other than a service associated with a service to which item 30175, 30621 or 30651 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1067.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"10 years or older\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"30657\",\n            \"Description\": \"Unilateral abdominal wall reconstruction with component separation, including transversus abdominus release and external oblique release for abdominal wall closure by mobilising the rectus abdominis muscles to the midline, by open or minimally invasive approach (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1519.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"30658\",\n            \"Description\": \"Circumcision of the penis, when performed under general or regional anaesthesia and in conjunction with a service to which an item in Group T7 or Group T10 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"165.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30661\",\n            \"Description\": \"Minor surgical repair following a complication from the circumcision of a penis, when performed in conjunction with a service to which an item in Group T7 or Group T10 applies, other than a service associated with a service to which item 45206 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"447.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2022-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30662\",\n            \"Description\": \"Complex surgical repair following a complication from the circumcision of a penis, including single stage local flap, if indicated, to repair one defect, on genitals (other than a service associated with a service to which item 37819, 37822, 45200, 45201, 45202, 45203 or 45206 applies) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"894.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2022-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30663\",\n            \"Description\": \"Haemorrhage, arrest of, following circumcision requiring general anaesthesia, on a patient 10 years of age or over (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"168.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"10 years or older\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30664\",\n            \"Description\": \"Endoscopic retrograde cholangiopancreatography (ERCP), with single operator, single use peroral cholangiopancreatoscopy (POCPS) and biopsy, for the diagnosis of biliary strictures for a patient for whom: (a) a previous ERCP service has been provided; and (b) results from guided brush cytology or intraductal biopsy (or both) are indeterminate Applicable not more than 2 times in a 12 month period, or not more than 3 times in a 12 month period if the patient has been diagnosed with primary sclerosing cholangitis (PSC) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"682.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"30665\",\n            \"Description\": \"Endoscopic retrograde cholangiopancreatography (ERCP), with single operator, single use peroral cholangiopancreatoscopy (POCPS) and electrohydraulic or laser lithotripsy for the removal of biliary stones that are: (a) greater than 10mm in diameter; or (b) proximal to a stricture; for a patient for whom there has been at least one failed attempt at removal via ERCP extraction techniques Applicable not more than 2 times per treatment cycle (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"955.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"30666\",\n            \"Description\": \"Paraphimosis or phimosis, reduction of, under general anaesthesia, with or without dorsal incision, other than a service associated with a service to which another item in this Group applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"55.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30672\",\n            \"Description\": \"COCCYX, excision of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"519.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30676\",\n            \"Description\": \"Pilonidal sinus or cyst, or sacral sinus or cyst, definitive excision of (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"442.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30679\",\n            \"Description\": \"Pilonidal sinus, injection of sclerosant fluid under anaesthesia (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"112.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"30680\",\n            \"Description\": \"Balloon enteroscopy, examination of the small bowel (oral approach), with or without biopsy, without intraprocedural therapy, for diagnosis of patients with obscure gastrointestinal bleeding if the patient: (a) has recurrent or persistent bleeding; and (b) is anaemic or has active bleeding; and (c) has had an upper gastrointestinal endoscopy and a colonoscopy performed that did not identify the cause of the bleeding; not in association with another item in this Subgroup (other than item 30682 or 30686) (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"1364.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2007-07-01\"\n        },\n        {\n            \"ItemNumber\": \"30682\",\n            \"Description\": \"Balloon enteroscopy, examination of the small bowel (anal approach), with or without biopsy, without intraprocedural therapy, for diagnosis of patients with obscure gastrointestinal bleeding if the patient: (a) has recurrent or persistent bleeding; and (b) is anaemic or has active bleeding; and (c) has had an upper gastrointestinal endoscopy and a colonoscopy performed that did not identify the cause of the bleeding; not in association with another item in this Subgroup (other than item 30680 or 30684) (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"1364.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2007-07-01\"\n        },\n        {\n            \"ItemNumber\": \"30684\",\n            \"Description\": \"Balloon enteroscopy, examination of the small bowel (oral approach), with or without biopsy, with one or more of the following procedures—snare polypectomy, removal of foreign body, diathermy, heater probe, laser coagulation or argon plasma coagulation, for diagnosis and management of patients with obscure gastrointestinal bleeding if the patient: (a) has recurrent or persistent bleeding; and (b) is anaemic or has active bleeding; and (c) has had an upper gastrointestinal endoscopy and a colonoscopy performed that did not identify the cause of the bleeding; not in association with another item in this Subgroup (other than item 30682 or 30686) (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"1679.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2007-07-01\"\n        },\n        {\n            \"ItemNumber\": \"30686\",\n            \"Description\": \"Balloon enteroscopy, examination of the small bowel (anal approach), with or without biopsy, with one or more of the following procedures—snare polypectomy, removal of foreign body, diathermy, heater probe, laser coagulation or argon plasma coagulation, for diagnosis and management of patients with obscure gastrointestinal bleeding if the patient: (a) has recurrent or persistent bleeding; and (b) is anaemic or has active bleeding; and (c) has had an upper gastrointestinal endoscopy and a colonoscopy performed that did not identify the cause of the bleeding; not in association with another item in this Subgroup (other than item 30680 or 30684) (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"1679.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2007-07-01\"\n        },\n        {\n            \"ItemNumber\": \"30687\",\n            \"Description\": \"Endoscopy with radiofrequency ablation of mucosal metaplasia for the treatment of Barrett’s Oesophagus in a single course of treatment, following diagnosis of high grade dysplasia confirmed by histological examination (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"555.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2012-11-01\"\n        },\n        {\n            \"ItemNumber\": \"30688\",\n            \"Description\": \"Endoscopic ultrasound (endoscopy with ultrasound imaging), with or without biopsy, for the staging of one or more of oesophageal, gastric or pancreatic cancer, not in association with another item in this Subgroup (other than item 30484, 30485, 30491 or 30494) and other than a service associated with the routine monitoring of chronic pancreatitis (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"425.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2007-07-01\"\n        },\n        {\n            \"ItemNumber\": \"30690\",\n            \"Description\": \"Endoscopic ultrasound (endoscopy with ultrasound imaging), with or without biopsy, with fine needle aspiration (including aspiration of the locoregional lymph nodes if performed, for the staging of one or more of oesophageal, gastric or pancreatic cancer), not in association with another item in this Subgroup (other than item 30484, 30485, 30491 or 30494) and other than a service associated with the routine monitoring of chronic pancreatitis (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"657.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2007-07-01\"\n        },\n        {\n            \"ItemNumber\": \"30692\",\n            \"Description\": \"Endoscopic ultrasound (endoscopy with ultrasound imaging), with or without biopsy, for the diagnosis of one or more of pancreatic, biliary or gastric submucosal tumours, not in association with another item in this Subgroup (other than item 30484, 30485, 30491 or 30494) and other than a service associated with the routine monitoring of chronic pancreatitis (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"425.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2007-07-01\"\n        },\n        {\n            \"ItemNumber\": \"30694\",\n            \"Description\": \"Endoscopic ultrasound (endoscopy with ultrasound imaging), with or without biopsy, with fine needle aspiration for the diagnosis of one or more of pancreatic, biliary or gastric submucosal tumours, not in association with another item in this Subgroup (other than item 30484, 30485, 30491 or 30494) and other than a service associated with the routine monitoring of chronic pancreatitis (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"657.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2007-07-01\"\n        },\n        {\n            \"ItemNumber\": \"30720\",\n            \"Description\": \"Appendicectomy, on a patient 10 years of age or over, whether performed by:(a) laparoscopy or right iliac fossa open incision; or(b) conversion of a laparoscopy to an open right iliac fossa incision;other than a service to which item 30574 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"519.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"10 years or older\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"30721\",\n            \"Description\": \"Laparotomy or laparoscopy, or laparoscopy converted to laparotomy, with or without associated biopsies, including the division of adhesions (if performed, but only if the time taken to divide adhesions is 45 minutes or less), if no other intra-abdominal procedure is performed (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"563.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"30722\",\n            \"Description\": \"Laparotomy or laparoscopy, on a patient 10 years of age or over, including any of the following procedures (if performed, and including division of one or more adhesions, but only if the time taken to divide the adhesions is 45 minutes or less): (a) colostomy; (b) colotomy; (c) cholecystostomy; (d) enterostomy; (e) enterotomy; (f) gastrostomy; (g) gastrotomy; (h) caecostomy; (i) gastric fixation by cardiopexy; (j) reduction of intussusception; (k) simple repair of ruptured viscus (including perforated peptic ulcer); (l) reduction of volvulus; (m) drainage of pancreas (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"608.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"10 years or older\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"30723\",\n            \"Description\": \"Laparotomy, laparoscopy or extra-peritoneal approach, for drainage of an intra-abdominal, pancreatic or retroperitoneal collection or abscess (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"608.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"30724\",\n            \"Description\": \"Laparotomy or laparoscopy with division of adhesions, lasting more than 45 minutes but less than 2 hours, performed either:(a) as a primary procedure; or(b) when the division of adhesions is performed in conjunction with another primary procedure—to provide access to a surgical field (but excluding mobilisation or normal anatomical dissection of the organ or structure for which the primary procedure is being carried out) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"610.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"30725\",\n            \"Description\": \"Laparotomy or laparoscopy for intestinal obstruction or division of extensive, complex adhesions, lasting 2 hours or more, performed either:a) as a primary procedure; orb) when the division of adhesions is performed in conjunction with another procedure—to provide access to a surgical field, but excluding mobilisation or normal anatomical dissection of the organ or structure for which the other procedure is being carried out (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1082.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"30730\",\n            \"Description\": \"Small intestine, resection of, including either of the following:(a) a small bowel diverticulum (such as Meckel’s procedure) with anastomosis;(b) stricturoplasty (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1129.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"30731\",\n            \"Description\": \"Intraoperative enterotomy for visualisation of the small intestine by endoscopy, including endoscopic examination using a flexible endoscope, with or without biopsies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"847.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"30732\",\n            \"Description\": \"Peritonectomy, lasting more than 5 hours, including hyperthermic intra-peritoneal chemotherapy (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"4637.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"30750\",\n            \"Description\": \"Oesophagectomy with colon or jejunal interposition graft, by any approach, including:(a) any gastrointestinal anastomoses (except vascular anastomoses); and(b) anastomoses in the chest or neck (if appropriate)One surgeon (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2405.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"30751\",\n            \"Description\": \"Oesophagectomy with colon or jejunal interposition graft, by any approach, including:(a) any gastrointestinal anastomoses (except vascular anastomoses); and(b) anastomoses in the chest or neck (if appropriate)Conjoint surgery, principal surgeon (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2405.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"30752\",\n            \"Description\": \"Oesophagectomy with colon or jejunal interposition graft, by any approach, including:(a) any gastrointestinal anastomoses (except vascular anastomoses); and(b) anastomoses in the chest or neck (if appropriate)Conjoint surgery, co-surgeon (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1804.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"30753\",\n            \"Description\": \"Oesophagectomy, by any approach, including:(a) gastric reconstruction by abdominal mobilisation, thoracotomy or thoracoscopy; and(b) anastomosis in the neck or chestOne surgeon (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2007.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"30754\",\n            \"Description\": \"Oesophagectomy, by any approach, including:(a) gastric reconstruction by abdominal mobilisation, thoracotomy or thoracoscopy; and(b) anastomosis in the neck or chestConjoint surgery, principal surgeon (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2007.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"30755\",\n            \"Description\": \"Oesophagectomy by any approach, including:(a) gastric reconstruction by abdominal mobilisation, thoracotomy or thoracoscopy; and(b) anastomosis in the neck or chestConjoint surgery, co-surgeon (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1505.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"30756\",\n            \"Description\": \"Antireflux operation by fundoplasty, with or without cardiopexy, by any approach, with or without closure of the diaphragmatic hiatus, other than a service to which item 30601 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1016.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"30760\",\n            \"Description\": \"Vagotomy, with or without gastroenterostomy, pyloroplasty or other drainage procedure (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"686.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"30761\",\n            \"Description\": \"Bleeding peptic ulcer, control of, by laparoscopy or laparotomy, involving suture of bleeding point or wedge excision (with or without gastric resection), including either of the following (if performed):(a) vagotomy and pyloroplasty;(b) gastroenterostomy (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"885.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"30762\",\n            \"Description\": \"Gastrectomy, subtotal or total radical, for carcinoma, by open or minimally invasive approach, including all necessary anastomoses, including either or both of the following (if performed):(a) extended lymph node dissection;(b) splenectomy (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1939.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"30763\",\n            \"Description\": \"Gastric tumour, 2cm or greater in diameter, removal of, by local excision, by endoscopic approach, including any required anastomosis, excluding polypectomy, other than a service to which item 30518 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"787.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"30770\",\n            \"Description\": \"Hydatid cyst of liver, peritoneum or viscus, complete removal of contents of, with or without suture of biliary radicles, with omentoplasty or myeloplasty (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"975.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"30771\",\n            \"Description\": \"Portal hypertension, porto-caval, meso-caval or selective spleno-renal shunt for (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1967.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"30780\",\n            \"Description\": \"Intrahepatic biliary bypass of left or right hepatic ductal system by Roux-en-Y loop to peripheral ductal system (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1638.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"30790\",\n            \"Description\": \"Pancreatic cyst anastomosis to stomach, duodenum or small intestine, by endoscopic, open or minimally invasive approach, with or without the use of endoscopic or intraoperative ultrasound (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"818.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"30791\",\n            \"Description\": \"Pancreatic necrosectomy, by open, laparoscopic or endoscopic approach, excluding aftercare, subsequent procedure (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"508.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"30792\",\n            \"Description\": \"Distal pancreatectomy with splenectomy, by open or minimally invasive approach (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1393.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"30800\",\n            \"Description\": \"Splenectomy, by open or minimally invasive approach, other than a service to which item 30792 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"840.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"30810\",\n            \"Description\": \"Exploration of pancreas or duodenum for endocrine tumour, including associated imaging, either: (a) followed by local excision of tumour; or (b) when, after extensive exploration, no tumour is found (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1338.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"30820\",\n            \"Description\": \"Lymph node of neck, biopsy of, by open procedure, if the specimen excised is sent for pathological examination (Anaes.)\\n\",\n            \"ScheduleFee\": \"214.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"31000\",\n            \"Description\": \"Mohs surgery of skin tumour located on the head, neck, genitalia, hand, digits, leg (below knee) or foot, utilising horizontal frozen sections with mapping of all excised tissue, and histological examination of all excised tissue by the specialist performing the procedure, if the specialist is recognised by the Australasian College of Dermatologists as an approved Mohs surgeon—6 or fewer sections (Anaes.)\\n\",\n            \"ScheduleFee\": \"677.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-03-01\"\n        },\n        {\n            \"ItemNumber\": \"31001\",\n            \"Description\": \"Mohs surgery of skin tumour located on the head, neck, genitalia, hand, digits, leg (below knee) or foot, utilising horizontal frozen sections with mapping of all excised tissue, and histological examination of all excised tissue by the specialist performing the procedure, if the specialist is recognised by the Australasian College of Dermatologists as an approved Mohs surgeon—7 to 12 sections (inclusive) (Anaes.)\\n\",\n            \"ScheduleFee\": \"847.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-03-01\"\n        },\n        {\n            \"ItemNumber\": \"31002\",\n            \"Description\": \"Mohs surgery of skin tumour located on the head, neck, genitalia, hand, digits, leg (below knee) or foot, utilising horizontal frozen sections with mapping of all excised tissue, and histological examination of all excised tissue by the specialist performing the procedure, if the specialist is recognised by the Australasian College of Dermatologists as an approved Mohs surgeon—13 or more sections (Anaes.)\\n\",\n            \"ScheduleFee\": \"1016.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-03-01\"\n        },\n        {\n            \"ItemNumber\": \"31003\",\n            \"Description\": \"Mohs surgery of skin tumour utilising horizontal frozen sections with mapping of all excised tissue, and histological examination of all excised tissue by the specialist performing the procedure, if the specialist is recognised by the Australasian College of Dermatologists as an approved Mohs surgeon—6 or fewer sections Not applicable to a service performed in association with a service to which item 31000 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"677.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31004\",\n            \"Description\": \"Mohs surgery of skin tumour utilising horizontal frozen sections with mapping of all excised tissue, and histological examination of all excised tissue by the specialist performing the procedure, if the specialist is recognised by the Australasian College of Dermatologists as an approved Mohs surgeon—7 to 12 sections (inclusive) Not applicable to a service performed in association with a service to which item 31001 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"847.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31005\",\n            \"Description\": \"Mohs surgery of skin tumour utilising horizontal frozen sections with mapping of all excised tissue, and histological examination of all excised tissue by the specialist performing the procedure, if the specialist is recognised by the Australasian College of Dermatologists as an approved Mohs surgeon—13 or more sections Not applicable to a service performed in association with a service to which item 31002 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"1016.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31206\",\n            \"Description\": \"Tumour, cyst, ulcer or scar (other than a scar removed during the surgical approach at an operation), removal of and suture, if: (a) the lesion size is not more than 10 mm in diameter; and (b) the removal is from a mucous membrane by surgical excision (other than by shave excision); and (c) the specimen excised is sent for histological examination (Anaes.)\\n\",\n            \"ScheduleFee\": \"111.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31211\",\n            \"Description\": \"Tumour, cyst, ulcer or scar (other than a scar removed during the surgical approach at an operation), removal of and suture, if: (a) the lesion size is more than 10 mm, but not more than 20 mm, in diameter; and (b) the removal is from a mucous membrane by surgical excision (other than by shave excision); and (c) the specimen excised is sent for histological examination (Anaes.)\\n\",\n            \"ScheduleFee\": \"143.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31216\",\n            \"Description\": \"Tumour, cyst, ulcer or scar (other than a scar removed during the surgical approach at an operation), removal of and suture, if: (a) the lesion size is more than 20 mm in diameter; and (b) the removal is from a mucous membrane by surgical excision (other than by shave excision); and (c) the specimen excised is sent for histological examination (Anaes.)\\n\",\n            \"ScheduleFee\": \"167.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31220\",\n            \"Description\": \"Tumours (other than viral verrucae (common warts) and seborrheic keratoses), lipomas, cysts, ulcers or scars (other than scars removed during the surgical approach at an operation), removal of 4 to 10 lesions and suture, if: (a) the size of each lesion is not more than 10 mm in diameter; and (b) each removal is from cutaneous or subcutaneous tissue by surgical excision (other than by shave excision); and (c) all of the specimens excised are sent for histological examination (Anaes.)\\n\",\n            \"ScheduleFee\": \"250.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-05-01\"\n        },\n        {\n            \"ItemNumber\": \"31221\",\n            \"Description\": \"Tumours, cysts, ulcers or scars (other than scars removed during the surgical approach at an operation), removal of 4 to 10 lesions, if: (a) the size of each lesion is not more than 10 mm in diameter; and (b) each removal is from a mucous membrane by surgical excision (other than by shave excision); and (c) each site of excision is closed by suture; and (d) all of the specimens excised are sent for histological examination (Anaes.)\\n\",\n            \"ScheduleFee\": \"250.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31225\",\n            \"Description\": \"Tumours (other than viral verrucae (common warts) and seborrheic keratoses), lipomas, cysts, ulcers or scars (other than scars removed during the surgical approach at an operation), removal of more than 10 lesions, if: (a) the size of each lesion is not more than 10 mm in diameter; and (b) each removal is from cutaneous or subcutaneous tissue or mucous membrane by surgical excision (other than by shave excision); and (c) each site of excision is closed by suture; and (d) all of the specimens excised are sent for histological examination (Anaes.)\\n\",\n            \"ScheduleFee\": \"444.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-05-01\"\n        },\n        {\n            \"ItemNumber\": \"31227\",\n            \"Description\": \"Tumour, lipoma or cyst, removal of single lesion by excision and suture, where removal is from subcutaneous tissue and the specimen excised is sent for histological examination (Anaes.)\\n\",\n            \"ScheduleFee\": \"156.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"31245\",\n            \"Description\": \"Skin and subcutaneous tissue, extensive excision of, in the treatment of suppurative hydradenitis (excision from axilla, groin or natal cleft) or sycosis barbae or nuchae (excision from face or neck) (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"430.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1997-05-01\"\n        },\n        {\n            \"ItemNumber\": \"31250\",\n            \"Description\": \"GIANT HAIRY or COMPOUND NAEVUS, excision of an area at least 1 percent of body surface where the specimen excised is sent for histological confirmation of diagnosis (Anaes.)\\n\",\n            \"ScheduleFee\": \"430.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-05-01\"\n        },\n        {\n            \"ItemNumber\": \"31340\",\n            \"Description\": \"Muscle, bone or cartilage, excision of one or more of, if clinically indicated, and if: (a) the specimen excised is sent for histological confirmation; and (b) a malignant tumour of skin covered by item 31000, 31001, 31002, 31003, 31004, 31005, 31356, 31358, 31359, 31361, 31363, 31365, 31367, 31369, 31371, 31372, 31373, 31374, 31375, 31376, 31377, 31378, 31379, 31380, 31381, 31382 or 31383 is excised (Anaes.)\\n\",\n            \"DerivedFee\": \"75% of the fee for excision of malignant tumour\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1997-05-01\"\n        },\n        {\n            \"ItemNumber\": \"31344\",\n            \"Description\": \"Lipoma, removal of, by surgical excision or liposuction, if:(a) the lesion:(i) is subcutaneous and 150mm or more in diameter; or(ii) is submuscular, intramuscular or involves dissection of a named nerve or vessel and is 50 mm or more in diameter; and(b) a specimen of the excised lipoma is sent for histological confirmation of diagnosis (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"736.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"31345\",\n            \"Description\": \"Lipoma, removal of, by surgical excision or liposuction, if:(a) the lesion is: (i) subcutaneous and 50 mm or more in diameter but less than 150 mm in diameter; or(ii) sub fascial; and (b) the specimen excised is sent for histological confirmation of diagnosis (Anaes.)\\n\",\n            \"ScheduleFee\": \"246.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-05-01\"\n        },\n        {\n            \"ItemNumber\": \"31346\",\n            \"Description\": \"Liposuction (suction assisted lipolysis) to one regional area for contour problems of abdominal, upper arm or thigh fat because of repeated insulin injections, if: (a) the lesion is subcutaneous; and (b) the lesion is 50 mm or more in diameter; and (c) photographic and/or diagnostic imaging evidence demonstrating the need for this service is documented in the patient notes (Anaes.)\\n\",\n            \"ScheduleFee\": \"246.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2003-05-01\"\n        },\n        {\n            \"ItemNumber\": \"31350\",\n            \"Description\": \"Benign tumour of soft tissue (other than tumours of skin, cartilage and bone, simple lipomas covered by item 31345 and lipomata), removal of, by surgical excision, on a patient 10 years of age or over, if the specimen excised is sent for histological confirmation of diagnosis, other than a service to which another item in this Group applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"505.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"10 years or older\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-05-01\"\n        },\n        {\n            \"ItemNumber\": \"31355\",\n            \"Description\": \"MALIGNANT TUMOUR of SOFT TISSUE, excluding tumours of skin, cartilage and bone, removal of by surgical excision, where histological proof of malignancy has been obtained, not being a service to which another item in this Group applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"833.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-05-01\"\n        },\n        {\n            \"ItemNumber\": \"31356\",\n            \"Description\": \"Malignant skin lesion (other than a malignant skin lesion covered by item 31371, 31372, 31373, 31374, 31375, 31376, 31377, 31378, 31379, 31380, 31381, 31382 or 31383), definitive surgical excision of (other than by shave excision) including repair (if performed), if: (a) the lesion is excised from nose, eyelid, eyebrow, lip, ear, digit or genitalia, or from a contiguous area; and (b) the necessary excision diameter is less than 6 mm; and (c) the excised specimen is sent for histological examination; and (d) malignancy is confirmed from the excised specimen or previous biopsy; not in association with item 45201 (Anaes.)\\n\",\n            \"ScheduleFee\": \"258.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31357\",\n            \"Description\": \"Non-malignant skin lesion (other than viral verrucae (common warts) and seborrheic keratoses), including a cyst, ulcer or scar (other than a scar removed during the surgical approach at an operation), surgical excision of (other than by shave excision) including repair (if performed), if: (a) the lesion is excised from nose, eyelid, eyebrow, lip, ear, digit or genitalia, or from a contiguous area; and (b) the necessary excision diameter is less than 6 mm; and (c) the excised specimen is sent for histological examination; not in association with item 45201 (Anaes.)\\n\",\n            \"ScheduleFee\": \"127.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31358\",\n            \"Description\": \"Malignant skin lesion (other than a malignant skin lesion covered by item 31371, 31372, 31373, 31374, 31375, 31376, 31377, 31378, 31379, 31380, 31381, 31382 or 31383), definitive surgical excision of (other than by shave excision) including repair (if performed), if: (a) the lesion is excised from nose, eyelid, eyebrow, lip, ear, digit or genitalia, or from a contiguous area; and (b) the necessary excision diameter is 6 mm or more; and (c) the excised specimen is sent for histological examination; and (d) malignancy is confirmed from the excised specimen or previous biopsy (Anaes.)\\n\",\n            \"ScheduleFee\": \"316.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31359\",\n            \"Description\": \"Malignant skin lesion (other than a malignant skin lesion covered by item 31371, 31372, 31373, 31374, 31375, 31376, 31377, 31378, 31379, 31380, 31381, 31382 or 31383), surgical excision (other than by shave excision), if: (a) the lesion is excised from nose, eyelid, eyebrow, lip, ear, digit or genitalia (the applicable site); and (b) the necessary excision area is at least one third of the surface area of the applicable site; and (c) the excised specimen is sent for histological examination; and (d) malignancy is confirmed from the excised specimen or previous biopsy (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"385.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31360\",\n            \"Description\": \"Non-malignant skin lesion (other than viral verrucae (common warts) and seborrheic keratoses), including a cyst, ulcer or scar (other than a scar removed during the surgical approach at an operation), surgical excision of (other than by shave excision) including repair (if performed), if: (a) the lesion is excised from nose, eyelid, eyebrow, lip, ear, digit or genitalia, or from a contiguous area; and (b) the necessary excision diameter is 6 mm or more; and (c) the excised specimen is sent for histological examination (Anaes.)\\n\",\n            \"ScheduleFee\": \"196.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31361\",\n            \"Description\": \"Malignant skin lesion (other than a malignant skin lesion covered by item 31371, 31372, 31373, 31374, 31375, 31376, 31377, 31378, 31379, 31380, 31381, 31382 or 31383), surgical excision (other than by shave excision) and repair of, if: (a) the lesion is excised from face, neck, scalp, nipple-areola complex, distal lower limb (distal to, and including, the knee) or distal upper limb (distal to, and including, the ulnar styloid); and (b) the necessary excision diameter is less than 14 mm; and (c) the excised specimen is sent for histological examination; and (d) malignancy is confirmed from the excised specimen or previous biopsy; not in association with item 45201 (Anaes.)\\n\",\n            \"ScheduleFee\": \"217.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31362\",\n            \"Description\": \"Non-malignant skin lesion (other than viral verrucae (common warts) and seborrheic keratoses), including a cyst, ulcer or scar (other than a scar removed during the surgical approach at an operation), surgical excision (other than by shave excision) and repair of, if: (a) the lesion is excised from face, neck, scalp, nipple-areola complex, distal lower limb (distal to, and including, the knee) or distal upper limb (distal to, and including, the ulnar styloid); and (b) the necessary excision diameter is less than 14 mm; and (c) the excised specimen is sent for histological examination; not in association with item 45201 (Anaes.)\\n\",\n            \"ScheduleFee\": \"156.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31363\",\n            \"Description\": \"Malignant skin lesion (other than a malignant skin lesion covered by item 31371, 31372, 31373, 31374, 31375, 31376, 31377, 31378, 31379, 31380, 31381, 31382 or 31383), definitive surgical excision of (other than by shave excision) including repair (if performed), if: (a) the lesion is excised from face, neck, scalp, nipple-areola complex, distal lower limb (distal to, and including, the knee) or distal upper limb (distal to, and including, the ulnar styloid); and (b) the necessary excision diameter is 14 mm or more; and (c) the excised specimen is sent for histological examination; and (d) malignancy is confirmed from the excised specimen or previous biopsy (Anaes.)\\n\",\n            \"ScheduleFee\": \"284.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31364\",\n            \"Description\": \"Non-malignant skin lesion (other than viral verrucae (common warts) and seborrheic keratoses), including a cyst, ulcer or scar (other than a scar removed during the surgical approach at an operation), surgical excision of (other than by shave excision) including repair (if performed), if: (a) the lesion is excised from face, neck, scalp, nipple-areola complex, distal lower limb (distal to, and including, the knee) or distal upper limb (distal to, and including, the ulnar styloid); and (b) the necessary excision diameter is 14 mm or more; and (c) the excised specimen is sent for histological examination (Anaes.)\\n\",\n            \"ScheduleFee\": \"196.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31365\",\n            \"Description\": \"Malignant skin lesion (other than a malignant skin lesion covered by item 31369, 31370, 31371, 31372, 31373, 31377, 31378 or 31379), surgical excision (other than by shave excision) and repair of, if: (a) the lesion is excised from any part of the body not covered by item 31356, 31358, 31359, 31361 or 31363; and (b) the necessary excision diameter is less than 15 mm; and (c) the excised specimen is sent for histological examination; and (d) malignancy is confirmed from the excised specimen or previous biopsy; not in association with item 45201 (Anaes.)\\n\",\n            \"ScheduleFee\": \"184.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31366\",\n            \"Description\": \"Non-malignant skin lesion (other than viral verrucae (common warts) and seborrheic keratoses), including a cyst, ulcer or scar (other than a scar removed during the surgical approach at an operation), surgical excision (other than by shave excision) and repair of, if: (a) the lesion is excised from any part of the body not covered by item 31357, 31360, 31362 or 31364; and (b) the necessary excision diameter is less than 15 mm; and (c) the excised specimen is sent for histological examination; not in association with item 45201 (Anaes.)\\n\",\n            \"ScheduleFee\": \"111.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31367\",\n            \"Description\": \"Malignant skin lesion (other than a malignant skin lesion covered by item 31371, 31372, 31373, 31374, 31375, 31376, 31377, 31378, 31379, 31380, 31381, 31382 or 31383), surgical excision (other than by shave excision) and repair of, if: (a) the lesion is excised from any part of the body not covered by item 31356, 31358, 31359, 31361 or 31363; and (b) the necessary excision diameter is at least 15 mm but not more than 30 mm; and (c) the excised specimen is sent for histological examination; and (d) malignancy is confirmed from the excised specimen or previous biopsy; not in association with item 45201 (Anaes.)\\n\",\n            \"ScheduleFee\": \"249.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31368\",\n            \"Description\": \"Non-malignant skin lesion (other than viral verrucae (common warts) and seborrheic keratoses), including a cyst, ulcer or scar (other than a scar removed during the surgical approach at an operation), surgical excision (other than by shave excision) and repair of, if: (a) the lesion is excised from any part of the body not covered by item 31357, 31360, 31362 or 31364; and (b) the necessary excision diameter is at least 15 mm but not more than 30mm; and (c) the excised specimen is sent for histological examination; not in association with item 45201 (Anaes.)\\n\",\n            \"ScheduleFee\": \"146.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31369\",\n            \"Description\": \"Malignant skin lesion (other than a malignant skin lesion covered by item 31371, 31372, 31373, 31374, 31375, 31376, 31377, 31378, 31379, 31380, 31381, 31382 or 31383), definitive surgical excision of (other than by shave excision) including repair (if performed), if: (a) the lesion is excised from any part of the body not covered by item 31356, 31358, 31359, 31361 or 31363; and (b) the necessary excision diameter is more than 30 mm; and (c) the excised specimen is sent for histological examination; and (d) malignancy is confirmed from the excised specimen or previous biopsy (Anaes.)\\n\",\n            \"ScheduleFee\": \"286.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31370\",\n            \"Description\": \"Non-malignant skin lesion (other than viral verrucae (common warts) and seborrheic keratoses), including a cyst, ulcer or scar (other than a scar removed during the surgical approach at an operation), surgical excision of (other than by shave excision) including repair (if performed), if: (a) the lesion is excised from any part of the body not covered by item 31357, 31360, 31362 or 31364; and (b) the necessary excision diameter is more than 30 mm; and (c) the excised specimen is sent for histological examination (Anaes.)\\n\",\n            \"ScheduleFee\": \"167.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31371\",\n            \"Description\": \"Malignant melanoma, appendageal carcinoma, malignant connective tissue tumour of skin or merkel cell carcinoma of skin, definitive surgical excision of (other than by shave excision) including repair (if performed), including excision of the primary tumour bed, if: (a) the tumour is excised from nose, eyelid, eyebrow, lip, ear, digit or genitalia, or from a contiguous area; and (b) the necessary excision diameter is 6 mm or more; and (c) the excised specimen is sent for histological examination; and (d) malignancy is confirmed from the excised specimen or previous biopsy (Anaes.)\\n\",\n            \"ScheduleFee\": \"416.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31372\",\n            \"Description\": \"Malignant melanoma, appendageal carcinoma, malignant connective tissue tumour of skin or merkel cell carcinoma of skin, definitive surgical excision (other than by shave excision) and repair of, including excision of the primary tumour bed, if: (a) the tumour is excised from face, neck, scalp, nipple-areola complex, distal lower limb (distal to, and including, the knee) or distal upper limb (distal to, and including, the ulnar styloid); and (b) the necessary excision diameter is less than 14 mm; and (c) the excised specimen is sent for histological examination; and (d) malignancy is confirmed from the excised specimen or previous biopsy; not in association with a service to which item 45201 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"360.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31373\",\n            \"Description\": \"Malignant melanoma, appendageal carcinoma, malignant connective tissue tumour of skin or merkel cell carcinoma of skin, definitive surgical excision of (other than by shave excision) including repair (if performed), including excision of the primary tumour bed, if: (a) the tumour is excised from face, neck, scalp, nipple-areola complex, distal lower limb (distal to, and including, the knee) or distal upper limb (distal to, and including, the ulnar styloid); and (b) the necessary excision diameter is 14 mm or more; and (c) the excised specimen is sent for histological examination; and (d) malignancy is confirmed from the excised specimen or previous biopsy (Anaes.)\\n\",\n            \"ScheduleFee\": \"416.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31374\",\n            \"Description\": \"Malignant melanoma, appendageal carcinoma, malignant connective tissue tumour of skin or merkel cell carcinoma of skin, definitive surgical excision (other than by shave excision) and repair of, including excision of the primary tumour bed, if: (a) the tumour is excised from any part of the body not covered by item 31371, 31372 or 31373; and (b) the necessary excision diameter is less than 15 mm; and (c) the excised specimen is sent for histological examination; and (d) malignancy is confirmed from the excised specimen or previous biopsy; not in association with a service to which item 45201 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"328.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31375\",\n            \"Description\": \"Malignant melanoma, appendageal carcinoma, malignant connective tissue tumour of skin or merkel cell carcinoma of skin, definitive surgical excision (other than by shave excision) and repair of, including excision of the primary tumour bed, if: (a) the tumour is excised from any part of the body not covered by item 31371, 31372 or 31373; and (b) the necessary excision diameter is at least 15 mm but not more than 30 mm; and (c) the excised specimen is sent for histological examination; and (d) malignancy is confirmed from the excised specimen or previous biopsy; not in association with a service to which item 45201 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"353.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31376\",\n            \"Description\": \"Malignant melanoma, appendageal carcinoma, malignant connective tissue tumour of skin or merkel cell carcinoma of skin, definitive surgical excision of (other than by shave excision) including repair (if performed), including excision of the primary tumour bed, if: (a) the tumour is excised from any part of the body not covered by item 31371, 31372 or 31373; and (b) the necessary excision diameter is more than 30 mm; and (c) the excised specimen is sent for histological examination; and (d) malignancy is confirmed from the excised specimen or previous biopsy (Anaes.)\\n\",\n            \"ScheduleFee\": \"410.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31377\",\n            \"Description\": \"Clinically suspected melanoma, surgical excision of (other than by shave excision) including repair (if performed), if: (a) the lesion is excised from nose, eyelid, eyebrow, lip, ear, digit or genitalia, or from a contiguous area; and (b) the necessary excision diameter is less than 6 mm; and (c) the excised specimen is sent for histological examination; not in association with a service to which item 45201 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"127.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31378\",\n            \"Description\": \"Clinically suspected melanoma, surgical excision of (other than by shave excision) including repair (if performed), if: (a) the lesion is excised from nose, eyelid, eyebrow, lip, ear, digit or genitalia, or from a contiguous area; and (b) the necessary excision diameter is 6 mm or more; and (c) the excised specimen is sent for histological examination (Anaes.)\\n\",\n            \"ScheduleFee\": \"196.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31379\",\n            \"Description\": \"Clinically suspected melanoma, surgical excision of (other than by shave excision) including repair (if performed), if: (a) the lesion is excised from face, neck, scalp, nipple‑areola complex, distal lower limb (distal to, and including, the knee) or distal upper limb (distal to, and including, the ulnar styloid); and (b) the necessary excision diameter is less than 14 mm; and (c) the excised specimen is sent for histological examination; not in association with a service to which item 45201 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"156.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31380\",\n            \"Description\": \"Clinically suspected melanoma, surgical excision of (other than by shave excision) including repair (if performed), if: (a) the lesion is excised from face, neck, scalp, nipple‑areola complex, distal lower limb (distal to, and including, the knee) or distal upper limb (distal to, and including, the ulnar styloid); and (b) the necessary excision diameter is 14 mm or more; and (c) the excised specimen is sent for histological examination (Anaes.)\\n\",\n            \"ScheduleFee\": \"196.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31381\",\n            \"Description\": \"Clinically suspected melanoma, surgical excision of (other than by shave excision) including repair (if performed), if: (a) the lesion is excised from any part of the body not covered by item 31377, 31378, 31379 or 31380; and (b) the necessary excision diameter is less than 15 mm; and (c) the excised specimen is sent for histological examination; not in association with a service to which item 45201 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"111.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31382\",\n            \"Description\": \"Clinically suspected melanoma, surgical excision of (other than by shave excision) including repair (if performed), if: (a) the lesion is excised from any part of the body not covered by item 31377, 31378, 31379 or 31380; and (b) the necessary excision diameter is at least 15 mm but not more than 30 mm; and (c) the excised specimen is sent for histological examination; not in association with a service to which item 45201 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"146.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31383\",\n            \"Description\": \"Clinically suspected melanoma, surgical excision of (other than by shave excision) including repair (if performed), if: (a) the lesion is excised from any part of the body not covered by item 31377, 31378, 31379 or 31380; and (b) the necessary excision diameter is more than 30 mm; and (c) the excised specimen is sent for histological examination (Anaes.)\\n\",\n            \"ScheduleFee\": \"167.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31386\",\n            \"Description\": \"Malignant skin lesion (other than a malignant skin lesion covered by item 31371, 31372, 31373, 31374, 31375, 31376, 31377, 31378, 31379, 31380, 31381, 31382 or 31383), surgical excision (other than by shave excision) and repair of, if:(a) the lesion is excised from the head or neck; and(b) the necessary excision diameter is more than 50 mm; and(c) the excision involves at least 2 critical areas (eyelid, nose, ear, mouth); and(d) the excised specimen is sent for histological examination; and(e) malignancy is confirmed from the excised specimen or previous biopsy; and(f) the service is not covered by item 31387 (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"833.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"31387\",\n            \"Description\": \"Malignant skin lesion (other than a malignant skin lesion covered by item 31371, 31372, 31373, 31374, 31375, 31376, 31377, 31378, 31379, 31380, 31381, 31382 or 31383), surgical excision (other than by shave excision) and repair of, if:(a) the lesion is excised from the head or neck; and(b) the necessary excision diameter is more than 70 mm; and(c) the excised specimen is sent for histological examination; and(d) malignancy is confirmed from the excised specimen or previous biopsy; and(e) the service is not covered by item 31386 (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"750.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"31388\",\n            \"Description\": \"Malignant skin lesion (other than a malignant skin lesion covered by item 31371, 31372, 31373, 31374, 31375, 31376, 31377, 31378, 31379, 31380, 31381, 31382 or 31383), surgical excision (other than by shave excision) and repair of, if:(a) the lesion is excised from the trunk or limbs; and(b) the necessary excision diameter is more than 120 mm; and(c) the excised specimen is sent for histological examination; and(d) malignancy is confirmed from the excised specimen or previous biopsy (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"675.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"31400\",\n            \"Description\": \"Malignant upper aerodigestive tract tumour (other than tumour of the lip), excision of, if: (a) the tumour is not more than 20 mm in diameter; and (b) histological confirmation of malignancy is obtained (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"304.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1998-07-01\"\n        },\n        {\n            \"ItemNumber\": \"31403\",\n            \"Description\": \"MALIGNANT UPPER AERODIGESTIVE TRACT TUMOUR more than 20mm and up to and including 40mm in diameter (excluding tumour of the lip), excision of, where histological confirmation of malignancy has been obtained (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"351.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1998-07-01\"\n        },\n        {\n            \"ItemNumber\": \"31406\",\n            \"Description\": \"Malignant upper aerodigestive tract tumour more than 40 mm in diameter (excluding tumour of the lip), excision of, if histological confirmation of malignancy has been obtained (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"585.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1998-07-01\"\n        },\n        {\n            \"ItemNumber\": \"31409\",\n            \"Description\": \"PARAPHARYNGEAL TUMOUR, excision of, by cervical approach (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1820.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1998-07-01\"\n        },\n        {\n            \"ItemNumber\": \"31412\",\n            \"Description\": \"RECURRENT OR PERSISTENT PARAPHARYNGEAL TUMOUR, excision of, by cervical approach (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2241.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1998-07-01\"\n        },\n        {\n            \"ItemNumber\": \"31423\",\n            \"Description\": \"Lymph nodes of neck, selective dissection of one or 2 lymph node levels involving removal of soft tissue and lymph nodes from one side of the neck, on a patient 10 years of age or over, other than a service associated with a service to which item 30256 or 30275 applies on the same side (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"468.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"10 years or older\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1998-07-01\"\n        },\n        {\n            \"ItemNumber\": \"31426\",\n            \"Description\": \"Lymph nodes of neck, selective dissection of 3 lymph node levels involving removal of soft tissue and lymph nodes from one side of the neck, other than a service associated with a service to which item 30256 or 30275 applies on the same side (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"937.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1998-07-01\"\n        },\n        {\n            \"ItemNumber\": \"31429\",\n            \"Description\": \"Lymph nodes of neck, selective dissection of 4 lymph node levels on one side of the neck with preservation of one or more of: internal jugular vein, sternocleido-mastoid muscle, or spinal accessory nerve, other than a service associated with a service to which item 30256 or 30275 applies on the same side (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1460.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1998-07-01\"\n        },\n        {\n            \"ItemNumber\": \"31432\",\n            \"Description\": \"Lymph nodes of neck, bilateral selective dissection of levels I, II and III (bilateral supraomohyoid dissections), other than a service associated with a service to which item 30256 or 30275 applies on the same side (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1562.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1998-07-01\"\n        },\n        {\n            \"ItemNumber\": \"31435\",\n            \"Description\": \"Lymph nodes of neck, comprehensive dissection of all 5 lymph node levels on one side of the neck, other than a service associated with a service to which item 30256 or 30275 applies on the same side (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1148.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1998-07-01\"\n        },\n        {\n            \"ItemNumber\": \"31438\",\n            \"Description\": \"Lymph nodes of neck, comprehensive dissection of all 5 lymph node levels on one side of the neck with preservation of one or more of: internal jugular vein, sternocleido-mastoid muscle, or spinal accessory nerve, other than a service associated with a service to which item 30256 or 30275 applies on the same side (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1820.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1998-07-01\"\n        },\n        {\n            \"ItemNumber\": \"31454\",\n            \"Description\": \"Laparoscopy or laparotomy with drainage of bile, as an independent procedure (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"657.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31456\",\n            \"Description\": \"GASTROSCOPY and insertion of nasogastric or nasoenteral feeding tube, where blind insertion of the feeding tube has failed or is inappropriate due to the patient's medical condition (Anaes.)\\n\",\n            \"ScheduleFee\": \"286.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31458\",\n            \"Description\": \"GASTROSCOPY and insertion of nasogastric or nasoenteral feeding tube, where blind insertion of the feeding tube has failed or is inappropriate due to the patient's medical condition, and where the use of imaging intensification is clinically indicated (Anaes.)\\n\",\n            \"ScheduleFee\": \"343.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31460\",\n            \"Description\": \"PERCUTANEOUS GASTROSTOMY TUBE, jejunal extension to, including any associated imaging services (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"416.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31462\",\n            \"Description\": \"OPERATIVE FEEDING JEJUNOSTOMY performed in conjunction with major upper gastro-intestinal resection (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"608.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31466\",\n            \"Description\": \"ANTIREFLUX OPERATION BY FUNDOPLASTY, via abdominal or thoracic approach, with or without closure of the diaphragmatic hiatus, revision procedure, by laparoscopy or open operation (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1524.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31468\",\n            \"Description\": \"Para-oesophageal hiatus hernia, repair of, with complete reduction of hernia, resection of sac and repair of hiatus, with or without fundoplication, other than a service associated with a service to which item 30756 or 31466 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1675.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31472\",\n            \"Description\": \"Cholecystoduodenostomy, cholecystoenterostomy, choledochojejunostomy or Roux-en-y loop to provide biliary drainage or bypass, other than a service associated with a service to which item 30584 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1569.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31500\",\n            \"Description\": \"Breast, benign lesion up to and including 50 mm in diameter, including simple cyst, fibroadenoma or fibrocystic disease, open surgical biopsy or excision of, with or without frozen section histology (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"303.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2002-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31503\",\n            \"Description\": \"Breast, benign lesion more than 50 mm in diameter, excision of (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"404.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2002-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31506\",\n            \"Description\": \"BREAST, ABNORMALITY detected by mammography or ultrasound where guidewire or other localisation procedure is performed, excision biopsy of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"455.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2002-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31509\",\n            \"Description\": \"Breast, malignant tumour, open surgical biopsy of, with or without frozen section histology (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"404.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2002-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31512\",\n            \"Description\": \"Breast, malignant tumour, complete local excision of, with or without frozen section histology, other than a service associated with a service to which:(a) item 45523 or 45558 applies; and(b) item 31513, 31514, 45520, 45522 or 45556 applies on the same side (if performed by the same medical practitioner)(H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"758.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2002-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31513\",\n            \"Description\": \"Breast, malignant tumour, complete local excision of, with simultaneous reshaping of the breast parenchyma using techniques such as round block or rotation flaps, other than a service associated with a service to which:(a) item 45523 or 45558 applies; and(b) item 31512, 31514, 45520, 45522 or 45556 applies on the same side(H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"991.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"31514\",\n            \"Description\": \"Breast, malignant tumour, complete local excision of, with simultaneous ipsilateral pedicled breast reduction, including repositioning of the nipple, other than a service associated with a service to which:(a) item 45523 or 45558 applies; and(b) item 31512, 31513, 45520, 45522 or 45556 applies on the same side(H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1429.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"31515\",\n            \"Description\": \"BREAST, TUMOUR SITE, re-excision of following open biopsy or incomplete excision of malignant tumour (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"508.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2002-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31516\",\n            \"Description\": \"BREAST, MALIGNANT TUMOUR, complete local excision of, with or without frozen section histology when targeted intraoperative radiation therapy (using an Intrabeam® or Xoft® Axxent® device) is performed concurrently, if the patient satisfies the requirements mentioned in paragraphs (a) to (g) of item 15900 Applicable only once per breast per lifetime (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1011.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2015-09-01\"\n        },\n        {\n            \"ItemNumber\": \"31519\",\n            \"Description\": \"Total mastectomy (unilateral) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"858.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2014-07-01\"\n        },\n        {\n            \"ItemNumber\": \"31520\",\n            \"Description\": \"Total mastectomy (bilateral) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1502.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"31522\",\n            \"Description\": \"Skin sparing mastectomy (unilateral) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1213.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"31523\",\n            \"Description\": \"Skin sparing mastectomy (bilateral) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2123.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"31525\",\n            \"Description\": \"Mastectomy for gynaecomastia (unilateral), with or without liposuction (suction assisted lipolysis), if:(a) breast enlargement is not due to obesity and is not proportionate to body habitus; and(b) sufficient photographic evidence demonstrating the clinical need for the service is included in patient notes;not being a service associated with a service to which item 45585 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"606.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2014-07-01\"\n        },\n        {\n            \"ItemNumber\": \"31526\",\n            \"Description\": \"Mastectomy for gynaecomastia (bilateral), with or without liposuction (suction assisted lipolysis), if:(a) breast enlargement is not due to obesity and is not proportionate to body habitus; and(b) sufficient photographic evidence demonstrating the clinical need for the service is included in patient notes;not being a service associated with a service to which item 45585 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1061.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"31528\",\n            \"Description\": \"Nipple sparing mastectomy (unilateral) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1213.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"31529\",\n            \"Description\": \"Nipple sparing mastectomy (bilateral) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2123.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"31530\",\n            \"Description\": \"Breast, biopsy of solid tumour or tissue of, using a vacuum-assisted breast biopsy device under imaging guidance, for histological examination, if imaging has demonstrated:(a) microcalcification of lesion; or(b) impalpable lesion less than one cm in diameter;including pre-operative localisation of lesion, if performed, other than a service associated with a service to which item 31548 applies\\n\",\n            \"ScheduleFee\": \"694.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2002-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31533\",\n            \"Description\": \"FINE NEEDLE ASPIRATION of an impalpable breast lesion detected by mammography or ultrasound, imaging guided - but not including imaging (Anaes.)\\n\",\n            \"ScheduleFee\": \"160.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2002-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31536\",\n            \"Description\": \"Breast, preoperative localisation of lesion of, by hookwire or similar device, using interventional imaging techniques, but not including imaging (Anaes.)\\n\",\n            \"ScheduleFee\": \"221.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2002-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31537\",\n            \"Description\": \"Insertion of a marker clip into a breast, including axilla, following a breast biopsy and using imaging (but not including the associated imaging), if additional surgery, neoadjuvant systemic therapy, follow up imaging or radiation may be required and the insertion is for any of the following reasons: (a) to mark the site of a lesion that has been totally or almost completely removed; (b) to confirm biopsy site if multiple lesions are present; (c) to confirm biopsy site of an ill-defined lesion; (d) future surgery or preoperative localisation is considered to be potentially difficult due to lesion conspicuity; (e) preoperative localisation is likely to be carried out using a modality different from the biopsy modality; (f) for correlation across modalities for diagnostic reasons (Anaes.)\\n\",\n            \"ScheduleFee\": \"221.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"31548\",\n            \"Description\": \"Breast, biopsy of solid tumour or tissue of, using mechanical biopsy device, for histological examination, other than a service associated with a service to which item 31530 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"233.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2002-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31551\",\n            \"Description\": \"BREAST, HAEMATOMA, SEROMA OR INFLAMMATORY CONDITION including abscess, granulomatous mastitis or similar, exploration and drainage of when undertaken in the operating theatre of a hospital, excluding aftercare (Anaes.)\\n\",\n            \"ScheduleFee\": \"252.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2002-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31554\",\n            \"Description\": \"BREAST, microdochotomy of, for benign or malignant condition (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"505.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2002-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31557\",\n            \"Description\": \"Breast central ducts, excision of, for benign condition (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"404.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2002-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31560\",\n            \"Description\": \"ACCESSORY BREAST TISSUE, excision of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"404.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2002-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31563\",\n            \"Description\": \"Inverted nipple, surgical eversion of, with or without flap repair, if the nipple cannot readily be everted manually (Anaes.)\\n\",\n            \"ScheduleFee\": \"302.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2002-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31566\",\n            \"Description\": \"ACCESSORY NIPPLE, excision of (Anaes.)\\n\",\n            \"ScheduleFee\": \"151.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2002-11-01\"\n        },\n        {\n            \"ItemNumber\": \"31569\",\n            \"Description\": \"Adjustable gastric band, placement of, with or without crural repair taking 45 minutes or less, for a patient with clinically severe obesity (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"991.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2013-07-01\"\n        },\n        {\n            \"ItemNumber\": \"31572\",\n            \"Description\": \"Gastric bypass by Roux-en-Y including associated anastomoses, with or without crural repair taking 45 minutes or less, for a patient with clinically severe obesity not being associated with a service to which item 30515 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1219.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2013-07-01\"\n        },\n        {\n            \"ItemNumber\": \"31575\",\n            \"Description\": \"Sleeve gastrectomy, with or without crural repair taking 45 minutes or less, for a patient with clinically severe obesity (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"991.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2013-07-01\"\n        },\n        {\n            \"ItemNumber\": \"31578\",\n            \"Description\": \"Gastroplasty (excluding by gastric plication), with or without crural repair taking 45 minutes or less, for a patient with clinically severe obesity (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"991.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2013-07-01\"\n        },\n        {\n            \"ItemNumber\": \"31581\",\n            \"Description\": \"Gastric bypass by biliopancreatic diversion with or without duodenal switch including gastric resection and anastomoses, with or without crural repair taking 45 minutes or less, for a patient with clinically severe obesity (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1219.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2013-07-01\"\n        },\n        {\n            \"ItemNumber\": \"31584\",\n            \"Description\": \"Surgical reversal of previous bariatric procedure, including revision or conversion, if:a) the previous procedure involved any of the following:(i) placement of adjustable gastric banding;(ii) gastric bypass;(iii) sleeve gastrectomy;(iv) gastroplasty (excluding gastric plication);(v) biliopancreatic diversion; and(b) any of items 31569 to 31581 applied to the previous procedureother than a service associated with a service to which item 31585 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1795.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2013-07-01\"\n        },\n        {\n            \"ItemNumber\": \"31585\",\n            \"Description\": \"Removal of adjustable gastric band (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"970.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"31587\",\n            \"Description\": \"Adjustment of gastric band as an independent procedure including any associated consultation\\n\",\n            \"ScheduleFee\": \"114.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2013-07-01\"\n        },\n        {\n            \"ItemNumber\": \"31590\",\n            \"Description\": \"Adjustment of gastric band reservoir, repair, revision or replacement of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"293.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2013-07-01\"\n        },\n        {\n            \"ItemNumber\": \"32000\",\n            \"Description\": \"LARGE INTESTINE, resection of, without anastomosis, including right hemicolectomy (including formation of stoma) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1203.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32003\",\n            \"Description\": \"LARGE INTESTINE, resection of, with anastomosis, including right hemicolectomy (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1258.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32004\",\n            \"Description\": \"LARGE INTESTINE, subtotal colectomy (resection of right colon, transverse colon and splenic flexure) without anastomosis, not being a service associated with a service to which item 32000, 32003, 32005, 32006 or 32030 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1342.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"32005\",\n            \"Description\": \"LARGE INTESTINE, subtotal colectomy (resection of right colon, transverse colon and splenic flexure) with anastomosis, not being a service associated with a service to which item 32000, 32003, 32004, 32006 or 32030 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1516.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"32006\",\n            \"Description\": \"Left hemicolectomy, including the descending and sigmoid colon (including formation of stoma), other than a service associated with a service to which item 32024, 32025, 32026 or 32028 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1342.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32009\",\n            \"Description\": \"TOTAL COLECTOMY AND ILEOSTOMY (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1591.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32012\",\n            \"Description\": \"TOTAL COLECTOMY AND ILEORECTAL ANASTOMOSIS (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1758.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32015\",\n            \"Description\": \"TOTAL COLECTOMY WITH EXCISION OF RECTUM AND ILEOSTOMY 1 surgeon (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2161.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32018\",\n            \"Description\": \"TOTAL COLECTOMY WITH EXCISION OF RECTUM AND ILEOSTOMY, COMBINED SYNCHRONOUS OPERATION; ABDOMINAL RESECTION (including aftercare) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1832.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32021\",\n            \"Description\": \"TOTAL COLECTOMY WITH EXCISION OF RECTUM AND ILEOSTOMY, COMBINED SYNCHRONOUS OPERATION; PERINEAL RESECTION (Assist.)\\n\",\n            \"ScheduleFee\": \"657.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32023\",\n            \"Description\": \"Endoscopic insertion of stent or stents for large bowel obstruction, stricture or stenosis, including colonoscopy and any image intensification, where the obstruction is due to: a) a pre-diagnosed colorectal cancer, or cancer of an organ adjacent to the bowel; or b) an unknown diagnosis (Anaes.)\\n\",\n            \"ScheduleFee\": \"647.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2013-03-01\"\n        },\n        {\n            \"ItemNumber\": \"32024\",\n            \"Description\": \"RECTUM, HIGH RESTORATIVE ANTERIOR RESECTION WITH INTRAPERITONEAL ANASTOMOSIS (of the rectum) greater than 10 centimetres from the anal verge excluding resection of sigmoid colon alone not being a service associated with a service to which item 32000, 32030, 32106 or 32232 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1591.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32025\",\n            \"Description\": \"RECTUM, LOW RESTORATIVE ANTERIOR RESECTION WITH EXTRAPERITONEAL ANASTOMOSIS (of the rectum) less than 10 centimetres from the anal verge, with or without covering stoma not being a service associated with a service to which item 32000, 32030, 32106 or 32232 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2129.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-05-01\"\n        },\n        {\n            \"ItemNumber\": \"32026\",\n            \"Description\": \"Rectum, ultra-low restorative resection, with or without covering stoma and with or without colonic reservoir, if the anastomosis is sited in the anorectal region and is 6 cm or less from the anal verge, not being a service associated with a service to which item 32000, 32030, 32106, 32117 or 32232 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2384.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-05-01\"\n        },\n        {\n            \"ItemNumber\": \"32028\",\n            \"Description\": \"Rectum, low or ultra-low restorative resection, with per anal sutured coloanal anastomosis, with or without covering stoma and with or without colonic reservoir, not being a service associated with a service to which item 32000, 32030, 32106, 32117 or 32232 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2532.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-05-01\"\n        },\n        {\n            \"ItemNumber\": \"32030\",\n            \"Description\": \"RECTOSIGMOIDECTOMY, including formation of stoma (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1203.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32033\",\n            \"Description\": \"RESTORATION OF BOWEL continuity following rectosigmoidectomy or similar operation, including dismantling of the stoma (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1758.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32036\",\n            \"Description\": \"SACROCOCCYGEAL AND PRESACRAL TUMOUR excision of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2230.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32039\",\n            \"Description\": \"RECTUM AND ANUS, ABDOMINOPERINEAL RESECTION OF 1 surgeon (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1790.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32042\",\n            \"Description\": \"RECTUM AND ANUS, ABDOMINOPERINEAL RESECTION OF, COMBINED SYNCHRONOUS OPERATION abdominal resection (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1508.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32045\",\n            \"Description\": \"RECTUM AND ANUS, ABDOMINOPERINEAL RESECTION OF, COMBINED SYNCHRONOUS OPERATION perineal resection (Assist.)\\n\",\n            \"ScheduleFee\": \"564.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32046\",\n            \"Description\": \"RECTUM and ANUS, abdomino-perineal resection of, combined synchronous operation - perineal resection where the perineal surgeon also provides assistance to the abdominal surgeon (Assist.)\\n\",\n            \"ScheduleFee\": \"872.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"32047\",\n            \"Description\": \"PERINEAL PROCTECTOMY (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1016.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"32051\",\n            \"Description\": \"TOTAL COLECTOMY with excision of rectum and ileoanal anastomosis with formation of ileal reservoir, with or without creation of temporary ileostomy 1 surgeon (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2702.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32054\",\n            \"Description\": \"TOTAL COLECTOMY with excision of rectum and ileoanal anastomosis with formation of ileal reservoir, with or without creation of temporary ileostomy conjoint surgery, abdominal surgeon (including aftercare) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2480.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32057\",\n            \"Description\": \"TOTAL COLECTOMY with excision of rectum and ileoanal anastomosis with formation of ileal reservoir conjoint surgery, perineal surgeon (Assist.)\\n\",\n            \"ScheduleFee\": \"657.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32060\",\n            \"Description\": \"Restorative proctectomy, involving rectal resection with formation of ileal reservoir and ileoanal anastomosis, including ileostomy mobilisation, with or without mucosectomy or temporary loop ileostomy, 1 surgeon (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2702.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32063\",\n            \"Description\": \"ILEOSTOMY CLOSURE with rectal resection and mucosectomy and ileoanal anastomosis with formation of ileal reservoir, with or without temporary loop ileostomy conjoint surgery, abdominal surgeon (including aftercare) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2480.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32066\",\n            \"Description\": \"ILEOSTOMY CLOSURE with rectal resection and mucosectomy and ileoanal anastomosis with formation of ileal reservoir, with or without temporary loop ileostomy conjoint surgery, perineal surgeon (Assist.)\\n\",\n            \"ScheduleFee\": \"657.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32069\",\n            \"Description\": \"ILEOSTOMY RESERVOIR, continent type, creation of, including conversion of existing ileostomy where appropriate (Anaes.)\\n\",\n            \"ScheduleFee\": \"1999.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32072\",\n            \"Description\": \"SIGMOIDOSCOPIC EXAMINATION (with rigid sigmoidoscope), with or without biopsy\\n\",\n            \"ScheduleFee\": \"55.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32075\",\n            \"Description\": \"Sigmoidoscopic examination (with rigid sigmoidoscope), under general anaesthesia, with or without biopsy, other than a service associated with a service to which another item in this Group applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"87.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32084\",\n            \"Description\": \"Sigmoidoscopy or colonoscopy up to the hepatic flexure, with or without biopsy, other than a service associated with a service to which any of items 32222 to 32228 or 32230 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"129.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32087\",\n            \"Description\": \"Endoscopic examination of the colon up to the hepatic flexure by sigmoidoscopy or colonoscopy for the removal of one or more polyps, other than a service associated with a service to which any of items 32222 to 32228 or 32230 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"238.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32094\",\n            \"Description\": \"ENDOSCOPIC DILATATION OF COLORECTAL STRICTURES including colonoscopy (Anaes.)\\n\",\n            \"ScheduleFee\": \"643.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"32095\",\n            \"Description\": \"Endoscopic examination of small bowel with flexible endoscope passed by stoma, with or without biopsies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"149.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"32096\",\n            \"Description\": \"RECTAL BIOPSY, full thickness, to diagnose or exclude Hirschsprung's Disease, under general anaesthesia, or under epidural or spinal (intrathecal) nerve block where undertaken in a hospital (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"299.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32105\",\n            \"Description\": \"Anorectal carcinoma—per anal full thickness excision of (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"564.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32106\",\n            \"Description\": \"Anterolateral intraperitoneal rectal tumour, per anal excision of, using rectoscopy digital viewing system and pneumorectum, if:(a) clinically appropriate; and(b) removal requires dissection within the peritoneal cavity;excluding use of a colonoscope as the operating platform and not being a service associated with a service to which item 32024, 32025 or 32232 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1591.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2004-05-01\"\n        },\n        {\n            \"ItemNumber\": \"32108\",\n            \"Description\": \"RECTAL TUMOUR, transsphincteric excision of (Kraske or similar operation) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1166.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32117\",\n            \"Description\": \"Rectal prolapse, abdominal rectopexy of, excluding ventral mesh rectopexy, not being a service associated with a service to which item 32025 or 32026 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1465.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32118\",\n            \"Description\": \"Treatment of external rectal prolapse, or of symptomatic high grade rectal intussusception (the rectum descends to the level of or into the anal canal, confirmed by diagnostic imaging): (a) by minimally invasive surgery involving: (i) ventral dissection of the extra-peritoneal rectum; and (ii) suspension of the rectum from the sacral promontory by means of a prosthesis; and (b) including suspension of the vagina if performed, and any associated repair; other than a service associated with a service to which item 30390, 35595 or 35597 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1718.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2022-07-06\"\n        },\n        {\n            \"ItemNumber\": \"32123\",\n            \"Description\": \"Anal stricture, anoplasty for (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"388.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32129\",\n            \"Description\": \"ANAL SPHINCTER, repair (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"740.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32131\",\n            \"Description\": \"RECTOCELE, transanal repair of rectocele (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"622.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-05-01\"\n        },\n        {\n            \"ItemNumber\": \"32135\",\n            \"Description\": \"Treatment of haemorrhoids or rectal prolapse, including rubber band ligation or sclerotherapy or topical energy therapies for, not being a service to which item 32139 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"78.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32139\",\n            \"Description\": \"Operative treatment of symptomatic haemorrhoids, including excision of anal skin tags when performed, not being a service associated with a service to which item 32135 or 32233 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"428.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1997-05-01\"\n        },\n        {\n            \"ItemNumber\": \"32147\",\n            \"Description\": \"PERIANAL THROMBOSIS, incision of (Anaes.)\\n\",\n            \"ScheduleFee\": \"52.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32150\",\n            \"Description\": \"Operation for anal fissure, including excision, injection of Botulinum toxin or sphincterotomy, excluding dilatation (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"299.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32156\",\n            \"Description\": \"Anal fistula, subcutaneous, excision of (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"153.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32159\",\n            \"Description\": \"ANAL FISTULA, treatment of, by excision or by insertion of a Seton, or by a combination of both procedures, involving the lower half of the anal sphincter mechanism (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"388.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32162\",\n            \"Description\": \"ANAL FISTULA, treatment of, by excision or by insertion of a Seton, or by a combination of both procedures, involving the upper half of the anal sphincter mechanism (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"564.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32165\",\n            \"Description\": \"Operative treatment of anal fistula, repair by mucosal advancement flap, including ligation of inter-sphincteric fistula tract (LIFT) or other complex sphincter sparing surgery (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"740.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32166\",\n            \"Description\": \"ANAL FISTULA - readjustment of Seton (Anaes.)\\n\",\n            \"ScheduleFee\": \"240.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"32171\",\n            \"Description\": \"Anorectal examination, with or without biopsy, under general anaesthetic, with or without faecal disimpaction, other than a service associated with a service to which another item in this Group applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"103.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32174\",\n            \"Description\": \"INTR-AANAL, perianal or ischiorectal abscess, drainage of (excluding aftercare) (Anaes.)\\n\",\n            \"ScheduleFee\": \"103.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32175\",\n            \"Description\": \"INTRA-ANAL, PERIANAL or ISCHIO-RECTAL ABSCESS, draining of, undertaken in the operating theatre of a hospital (excluding aftercare) (Anaes.)\\n\",\n            \"ScheduleFee\": \"189.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"32183\",\n            \"Description\": \"INTESTINAL SLING PROCEDURE prior to radiotherapy (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"655.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32186\",\n            \"Description\": \"COLONIC LAVAGE, total, intra operative (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"655.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32212\",\n            \"Description\": \"ANO-RECTAL APPLICATION OF FORMALIN in the treatment of radiation proctitis, where performed in the operating theatre of a hospital, excluding aftercare (Anaes.)\\n\",\n            \"ScheduleFee\": \"159.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1997-05-01\"\n        },\n        {\n            \"ItemNumber\": \"32213\",\n            \"Description\": \"Sacral nerve lead or leads, placement of, percutaneous or open, including intraoperative test stimulation and programming, for the management of faecal incontinence (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"771.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2005-11-01\"\n        },\n        {\n            \"ItemNumber\": \"32215\",\n            \"Description\": \"Sacral nerve electrode or electrodes, management, adjustment and electronic programming of the neurostimulator by a medical practitioner, to manage faecal incontinence, not being a service associated with a service to which item 32213, 32216, 32218 or 32237 applies. Applicable once per day for the same patient by the same practitioner\\n\",\n            \"ScheduleFee\": \"146.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2005-11-01\"\n        },\n        {\n            \"ItemNumber\": \"32216\",\n            \"Description\": \"Sacral nerve lead or leads, inserted for the management of faecal incontinence in a patient with faecal incontinence refractory to conservative non-surgical treatment, either:(a) percutaneous surgical repositioning of the lead or leads, using fluoroscopic guidance; or(b) open surgical repositioning of the lead or leads; to correct displacement or unsatisfactory positioning (including intraoperative test stimulation), not being a service associated with a service to which item 32213 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"692.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2005-11-01\"\n        },\n        {\n            \"ItemNumber\": \"32218\",\n            \"Description\": \"Sacral nerve lead or leads, removal (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"182.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2005-11-01\"\n        },\n        {\n            \"ItemNumber\": \"32221\",\n            \"Description\": \"Removal or revision of an artificial bowel sphincter (with or without replacement) for severe faecal incontinence in the treatment of a patient for whom conservative and other less invasive forms of treatment are contraindicated or have failed (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1054.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2009-03-01\"\n        },\n        {\n            \"ItemNumber\": \"32222\",\n            \"Description\": \"Endoscopic examination of the colon to the caecum by colonoscopy, for a patient: (a) following a positive faecal occult blood test; or (b) who has symptoms consistent with pathology of the colonic mucosa; or (c) who has anaemia or iron deficiency; or (d) for whom diagnostic imaging has shown an abnormality of the colon; or (e) who is undergoing the first examination following surgery for colorectal cancer; or (f) who is undergoing pre‑operative evaluation; or (g) for whom a repeat colonoscopy is required due to inadequate bowel preparation for the patient’s previous colonoscopy; or (h) for the management of inflammatory bowel disease; other than a service associated with a service to which item 32230 applies Applicable once on a day under a single episode of anaesthesia or other sedation (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"390.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"32223\",\n            \"Description\": \"Endoscopic examination of the colon to the caecum by colonoscopy, for a patient: (a) who has had a colonoscopy that revealed: (i) one to 4 adenomas, each of which was less than 10 mm in diameter, had no villous features and had no high grade dysplasia; or (ii) one or 2 sessile serrated lesions, each of which was less than 10 mm in diameter, and without dysplasia; or (b) who has a moderate risk of colorectal cancer due to family history; or (c) who has a history of colorectal cancer and has had an initial post‑operative colonoscopy that did not reveal any adenomas or colorectal cancer; other than a service associated with a service to which item 32230 applies Applicable once in any 5 year period (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"390.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"32224\",\n            \"Description\": \"Endoscopic examination of the colon to the caecum by colonoscopy, for a patient who has a moderate risk of colorectal cancer due to: (a) a history of adenomas, including an adenoma that: (i) was 10 mm or greater in diameter; or (ii) had villous features; or (iii) had high grade dysplasia; or (b) having had a previous colonoscopy that revealed: (i) 5 to 9 adenomas, each of which was less than 10 mm in diameter, had no villous features and had no high grade dysplasia; or (ii) one or 2 sessile serrated lesions, each of which was 10 mm or greater in diameter or had dysplasia; or (iii) a hyperplastic polyp that was 10 mm or greater in diameter; or (iv) 3 or more sessile serrated lesions, each of which was less than 10 mm in diameter and had no dysplasia; or (v) one or 2 traditional serrated adenomas, of any size; other than a service associated with a service to which item 32230 applies Applicable once in any 3 year period (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"390.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"32225\",\n            \"Description\": \"Endoscopic examination of the colon to the caecum by colonoscopy, for a patient who has a high risk of colorectal cancer due to having had a previous colonoscopy that: (a) revealed 10 or more adenomas; or (b) included a piecemeal, or possibly incomplete, excision of a large, sessile polyp; other than a service associated with a service to which item 32230 applies Applicable 4 times in any 12 month period (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"390.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"32226\",\n            \"Description\": \"Endoscopic examination of the colon to the caecum by colonoscopy, for a patient who has a high risk of colorectal cancer due to: (a) having either: (i) a known or suspected familial condition, such as familial adenomatous polyposis, Lynch syndrome or serrated polyposis syndrome; or (ii) a genetic mutation associated with hereditary colorectal cancer; or (b) having had a previous colonoscopy that revealed: (i) 5 or more sessile serrated lesions, each of which was less than 10 mm in diameter and had no dysplasia; or (ii) 3 or more sessile serrated lesions, one or more of which was 10 mm or greater in diameter or had dysplasia; or (iii) 3 or more traditional serrated adenomas, of any size; other than a service associated with a service to which item 32230 applies Applicable once in any 12 month period (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"390.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"32227\",\n            \"Description\": \"Endoscopic examination of the colon to the caecum by colonoscopy: (a) for the treatment of bleeding, including one or more of the following: (i) radiation proctitis; (ii) angioectasia; (iii) post‑polypectomy bleeding; or (b) for the treatment of colonic strictures with balloon dilatation Applicable only once on a day under a single episode of anaesthesia or other sedation (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"547.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"32228\",\n            \"Description\": \"Endoscopic examination of the colon to the caecum by colonoscopy, other than: (a) a service to which item 32222, 32223, 32224, 32225 or 32226 applies; or (b) a service associated with a service to which item 32230 applies Applicable once (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"390.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"32229\",\n            \"Description\": \"Removal of one or more polyps during colonoscopy, in association with a service to which item 32222, 32223, 32224, 32225, 32226 or 32228 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"314.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"32230\",\n            \"Description\": \"Endoscopic mucosal resection using electrocautery of a non‑invasive sessile or flat superficial colorectal neoplasm which is at least 25mm in diameter, if the service is supported by photographic evidence to confirm the size of the polyp in situ Applicable once per polyp (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"779.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-11-01\"\n        },\n        {\n            \"ItemNumber\": \"32231\",\n            \"Description\": \"Rectal tumour, per anal excision of (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"388.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2022-07-01\"\n        },\n        {\n            \"ItemNumber\": \"32232\",\n            \"Description\": \"Rectal tumour, per anal excision of, using a rectoscopy digital viewing system and pneumorectum if clinically appropriate and excluding use of a colonoscope as the operating platform, not being a service associated with a service to which item 32024, 32025 or 32106 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1054.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2022-07-01\"\n        },\n        {\n            \"ItemNumber\": \"32233\",\n            \"Description\": \"Perineal repair of rectal prolapse, not being a service associated with a service to which item 32139 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"748.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2022-07-01\"\n        },\n        {\n            \"ItemNumber\": \"32234\",\n            \"Description\": \"Rectal stricture, treatment of (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"148.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2022-07-01\"\n        },\n        {\n            \"ItemNumber\": \"32235\",\n            \"Description\": \"Anal skin tags or anal polyps, excision of one or more of (Anaes.)\\n\",\n            \"ScheduleFee\": \"142.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-07-01\"\n        },\n        {\n            \"ItemNumber\": \"32236\",\n            \"Description\": \"Anal warts, removal of, under general anaesthesia, or under regional or field nerve block (excluding pudendal block), not being a service associated with a service to which item 35507 or 35508 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"203.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2022-07-01\"\n        },\n        {\n            \"ItemNumber\": \"32237\",\n            \"Description\": \"Neurostimulator or receiver, subcutaneous placement of, replacement of, or removal of, including programming and placement and connection of an extension wire or wires to sacral nerve electrode(s), for the management of faecal incontinence (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"329.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2022-07-01\"\n        },\n        {\n            \"ItemNumber\": \"32500\",\n            \"Description\": \"Varicose veins, multiple injections of sclerosant using continuous compression techniques, including associated consultation, one or both legs, if: (a) proximal reflux of 0.5 seconds or longer has been demonstrated; and (b) the service is not for cosmetic purposes; and (c) the service is not associated with: (i) any other varicose vein operation on the same leg (excluding aftercare); or (ii) a service on the same leg (excluding aftercare) to which any of the following items apply: (A) 35200; (B) 59970 to 60078; (C) 60500 to 60509; (D) 61109 Applicable to a maximum of 6 treatments in a 12 month period (Anaes.)\\n\",\n            \"ScheduleFee\": \"128.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32504\",\n            \"Description\": \"VARICOSE VEINS, multiple excision of tributaries, with or without division of 1 or more perforating veins - 1 leg - not being a service associated with a service to which item 32507, 32508, 32511, 32514 or 32517 applies on the same leg (Anaes.)\\n\",\n            \"ScheduleFee\": \"312.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"32507\",\n            \"Description\": \"Varicose veins, sub‑fascial ligation of one or more incompetent perforating veins in one leg of a patient, if the service: (a) is performed by open surgical technique (not including endoscopic ligation) and the patient has significant signs or symptoms (including one or more of the following signs or symptoms) attributable to venous reflux: (i) ache; (ii) pain; (iii) tightness; (iv) skin irritation; (v) heaviness; (vi) muscle cramps; (vii) limb swelling; (viii) discolouration; (ix) discomfort; (x) any other signs or symptoms attributable to venous dysfunction; and (b) is not associated with: (i) any other varicose vein operation on the same leg; or (ii) a service (on the same leg) to which item 35200, 60072, 60075 or 60078 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"622.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1998-07-01\"\n        },\n        {\n            \"ItemNumber\": \"32508\",\n            \"Description\": \"Varicose veins, complete dissection at the sapheno‑femoral or sapheno‑popliteal junction, with or without either ligation or stripping, or both, of the great or small saphenous veins in one leg of a patient, for the first time on the same leg, including excision or injection of either tributaries or incompetent perforating veins, or both, if the patient has significant signs or symptoms (including one or more of the following signs or symptoms) attributable to venous reflux: (a) ache; (b) pain; (c) tightness; (d) skin irritation; (e) heaviness; (f) muscle cramps; (g) limb swelling; (h) discolouration; (i) discomfort; (j) any other signs or symptoms attributable to venous dysfunction (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"622.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"32511\",\n            \"Description\": \"Varicose veins, complete dissection at the sapheno‑femoral and sapheno‑popliteal junction, with or without either ligation or stripping, or both, of the great or small saphenous veins in one leg of a patient, for the first time on the same leg, including excision or injection of either tributaries or incompetent perforating veins, or both, if the patient has significant signs or symptoms (including one or more of the following signs or symptoms) attributable to venous reflux: (a) ache; (b) pain; (c) tightness; (d) skin irritation; (e) heaviness; (f) muscle cramps; (g) limb swelling; (h) discolouration; (i) discomfort; (j) any other signs or symptoms attributable to venous dysfunction (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"925.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"32514\",\n            \"Description\": \"Varicose veins, ligation of the great or small saphenous vein in the same leg of a patient, with or without stripping, by re‑operation for recurrent veins in the same territory—one leg—including excision or injection of either tributaries or incompetent perforating veins, or both, if the patient has significant signs or symptoms (including one or more of the following signs or symptoms) attributable to venous reflux: (a) ache; (b) pain; (c) tightness; (d) skin irritation; (e) heaviness; (f) muscle cramps; (g) limb swelling; (h) discolouration; (i) discomfort; (j) any other signs or symptoms attributable to venous dysfunction (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1081.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"32517\",\n            \"Description\": \"Varicose veins, ligation of the great and small saphenous vein in the same leg of a patient, with or without stripping, by re‑operation for recurrent veins in either territory—one leg—including excision or injection of either tributaries or incompetent perforating veins, or both, if the patient has significant signs or symptoms (including one or more of the following signs or symptoms) attributable to venous reflux: (a) ache; (b) pain; (c) tightness; (d) skin irritation; (e) heaviness; (f) muscle cramps; (g) limb swelling; (h) discolouration; (i) discomfort; (j) any other signs or symptoms attributable to venous dysfunction (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1392.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"32520\",\n            \"Description\": \"Varicose veins, abolition of venous reflux by occlusion of a primary or recurrent great or small saphenous vein (and major tributaries of saphenous veins as necessary) in one leg of a patient, using a laser probe introduced by an endovenous catheter, if all of the following apply: (a) it is documented by duplex ultrasound that the great or small saphenous vein (whichever is to be treated) of the patient demonstrates reflux of 0.5 seconds or longer; (b) the patient has significant signs or symptoms (including one or more of the following signs or symptoms) attributable to venous reflux: (i) ache; (ii) pain; (iii) tightness; (iv) skin irritation; (v) heaviness; (vi) muscle cramps; (vii) limb swelling; (viii) discolouration; (ix) discomfort; (x) any other signs or symptoms attributable to venous dysfunction; (c) the service does not include radiofrequency diathermy, radiofrequency ablation or cyanoacrylate adhesive; (d) the service is not associated with a service (on the same leg) to which any of the following items apply: (i) 32500 to 32507; (ii) 35200; (iii) 59970 to 60021; (iv) 60036 to 60045; (v) 60060 to 60078; (vi) 60500 to 60509; (vii) 61109 The service includes all preparation and immediate clinical aftercare (including excision or injection of either tributaries or incompetent perforating veins, or both) (Anaes.)\\n\",\n            \"ScheduleFee\": \"622.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2011-11-01\"\n        },\n        {\n            \"ItemNumber\": \"32522\",\n            \"Description\": \"Varicose veins, abolition of venous reflux by occlusion of a primary or recurrent great and small saphenous vein (and major tributaries of saphenous veins as necessary) in one leg of a patient, using a laser probe introduced by an endovenous catheter, if all of the following apply: (a) it is documented by duplex ultrasound that the great and small saphenous veins of the patient demonstrate reflux of 0.5 seconds or longer; (b) the patient has significant signs or symptoms (including one or more of the following signs or symptoms) attributable to venous reflux: (i) ache; (ii) pain; (iii) tightness; (iv) skin irritation; (v) heaviness; (vi) muscle cramps; (vii) limb swelling; (viii) discolouration; (ix) discomfort; (x) any other signs or symptoms attributable to venous dysfunction; (c) the service does not include radiofrequency diathermy, radiofrequency ablation or cyanoacrylate adhesive; (d) the service is not associated with a service (on the same leg) to which any of the following items apply: (i) 32500 to 32507; (ii) 35200; (iii) 59970 to 60021; (iv) 60036 to 60045; (v) 60060 to 60078; (vi) 60500 to 60509; (vii) 61109 The service includes all preparation and immediate clinical aftercare (including excision or injection of either tributaries or incompetent perforating veins, or both) (Anaes.)\\n\",\n            \"ScheduleFee\": \"925.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2011-11-01\"\n        },\n        {\n            \"ItemNumber\": \"32523\",\n            \"Description\": \"Varicose veins, abolition of venous reflux by occlusion of a primary or recurrent great or small saphenous vein (and major tributaries of saphenous veins as necessary) in one leg of a patient, using a radiofrequency catheter introduced by an endovenous catheter, if all of the following apply: (a) it is documented by duplex ultrasound that the great or small saphenous vein (whichever is to be treated) demonstrates reflux of 0.5 seconds or longer; (b) the patient has significant signs or symptoms (including one or more of the following signs or symptoms) attributable to venous reflux: (i) ache; (ii) pain; (iii) tightness; (iv) skin irritation; (v) heaviness; (vi) muscle cramps; (vii) limb swelling; (viii) discolouration; (ix) discomfort; (x) any other signs or symptoms attributable to venous dysfunction; (c) the service does not include endovenous laser therapy or cyanoacrylate adhesive; (d) the service is not associated with a service (on the same leg) to which any of the following items apply: (i) 32500 to 32507; (ii) 35200; (iii) 59970 to 60021; (iv) 60036 to 60045; (v) 60060 to 60078; (vi) 60500 to 60509; (vii) 61109 The service includes all preparation and immediate clinical aftercare (including excision or injection of either tributaries or incompetent perforating veins, or both) (Anaes.)\\n\",\n            \"ScheduleFee\": \"622.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2013-05-01\"\n        },\n        {\n            \"ItemNumber\": \"32526\",\n            \"Description\": \"Varicose veins, abolition of venous reflux by occlusion of a primary or recurrent great and small saphenous vein (and major tributaries of saphenous veins as necessary) in one leg of a patient, using a radiofrequency catheter introduced by an endovenous catheter, if all of the following apply: (a) it is documented by duplex ultrasound that the great and small saphenous veins demonstrate reflux of 0.5 seconds or longer; (b) the patient has significant signs or symptoms (including one or more of the following signs or symptoms) attributable to venous reflux: (i) ache; (ii) pain; (iii) tightness; (iv) skin irritation; (v) heaviness; (vi) muscle cramps; (vii) limb swelling; (viii) discolouration; (ix) discomfort; (x) any other signs or symptoms attributable to venous dysfunction; (c) the service does not include endovenous laser therapy or cyanoacrylate adhesive; (d) the service is not associated with a service (on the same leg) to which any of the following items apply: (i) 32500 to 32507; (ii) 35200; (iii) 59970 to 60021; (iv) 60036 to 60045; (v) 60060 to 60078; (vi) 60500 to 60509; (vii) 61109 The service includes all preparation and immediate clinical aftercare (including excision or injection of either tributaries or incompetent perforating veins, or both) (Anaes.)\\n\",\n            \"ScheduleFee\": \"925.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2013-05-01\"\n        },\n        {\n            \"ItemNumber\": \"32528\",\n            \"Description\": \"Varicose veins, abolition of venous reflux by occlusion of a primary or recurrent great or small saphenous vein (and major tributaries of saphenous veins as necessary) in one leg of a patient, using cyanoacrylate adhesive, if all of the following apply: (a) it is documented by duplex ultrasound that the great or small saphenous vein (whichever is to be treated) demonstrates reflux of 0.5 seconds or longer; (b) the patient has significant signs or symptoms (including one or more of the following signs or symptoms) attributable to venous reflux: (i) ache; (ii) pain; (iii) tightness; (iv) skin irritation; (v) heaviness; (vi) muscle cramps; (vii) limb swelling; (viii) discolouration; (ix) discomfort; (x) any other signs or symptoms attributable to venous dysfunction; (c) the service does not include radiofrequency diathermy, radiofrequency ablation or endovenous laser therapy; (d) the service is not associated with a service (on the same leg) to which any of the following items apply: (i) 32500 to 32507; (ii) 35200; (iii) 59970 to 60021; (iv) 60036 to 60045; (v) 60060 to 60078; (vi) 60500 to 60509; (vii) 61109 The service include all preparation and immediate clinical aftercare (including excision or injection of either tributaries or incompetent perforating veins, or both) (Anaes.)\\n\",\n            \"ScheduleFee\": \"622.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2018-05-01\"\n        },\n        {\n            \"ItemNumber\": \"32529\",\n            \"Description\": \"Varicose veins, abolition of venous reflux by occlusion of a primary or recurrent great and small saphenous vein (and major tributaries of saphenous veins as necessary) in one leg of a patient, using cyanoacrylate adhesive, if all of the following apply: (a) it is documented by duplex ultrasound that the great and small saphenous veins demonstrate reflux of 0.5 seconds or longer; (b) the patient has significant signs or symptoms (including one or more of the following signs or symptoms) attributable to venous reflux: (i) ache; (ii) pain; (iii) tightness; (iv) skin irritation; (v) heaviness; (vi) muscle cramps; (vii) limb swelling; (viii) discolouration; (ix) discomfort; (x) any other signs or symptoms attributable to venous dysfunction; (c) the service does not include radiofrequency diathermy, radiofrequency ablation or endovenous laser therapy; (d) the service is not associated with a service (on the same leg) to which any of the following items apply: (i) 32500 to 32507; (ii) 35200; (iii) 59970 to 60021; (iv) 60036 to 60045; (v) 60060 to 60078; (vi) 60500 to 60509; (vii) 61109 The service includes all preparation and immediate clinical aftercare (including excision or injection of either tributaries or incompetent perforating veins, or both) (Anaes.)\\n\",\n            \"ScheduleFee\": \"925.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2018-05-01\"\n        },\n        {\n            \"ItemNumber\": \"32700\",\n            \"Description\": \"ARTERY OF NECK, bypass using vein or synthetic material (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1675.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32703\",\n            \"Description\": \"INTERNAL CAROTID ARTERY, transection and reanastomosis of, or resection of small length and reanastomosis of - with or without endarterectomy (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1386.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32708\",\n            \"Description\": \"AORTIC BYPASS for occlusive disease using a straight non-bifurcated graft (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1658.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1996-07-01\"\n        },\n        {\n            \"ItemNumber\": \"32710\",\n            \"Description\": \"AORTIC BYPASS for occlusive disease using a bifurcated graft with 1 or both anastomoses to the iliac arteries (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1842.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1996-07-01\"\n        },\n        {\n            \"ItemNumber\": \"32711\",\n            \"Description\": \"AORTIC BYPASS for occlusive disease using a bifurcated graft with 1 or both anastomoses to the common femoral or profunda femoris arteries (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2026.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1996-07-01\"\n        },\n        {\n            \"ItemNumber\": \"32712\",\n            \"Description\": \"ILIO-FEMORAL BYPASS GRAFTING (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1465.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32715\",\n            \"Description\": \"AXILLARY or SUBCLAVIAN TO FEMORAL BYPASS GRAFTING to 1 or both FEMORAL ARTERIES (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1465.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32718\",\n            \"Description\": \"FEMORO-FEMORAL OR ILIO-FEMORAL CROSS-OVER BYPASS GRAFTING (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1386.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32721\",\n            \"Description\": \"RENAL ARTERY, bypass grafting to (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2201.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32724\",\n            \"Description\": \"RENAL ARTERIES (both), bypass grafting to (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2500.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32730\",\n            \"Description\": \"MESENTERIC VESSEL (single), bypass grafting to (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1894.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32733\",\n            \"Description\": \"MESENTERIC VESSELS (multiple), bypass grafting to (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2201.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32736\",\n            \"Description\": \"INFERIOR MESENTERIC ARTERY, operation on, when performed in conjunction with another intra-abdominal vascular operation (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"482.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32739\",\n            \"Description\": \"FEMORAL ARTERY BYPASS GRAFTING using vein, including harvesting of vein (when it is the ipsilateral long saphenous vein) with above knee anastomosis (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1508.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32742\",\n            \"Description\": \"FEMORAL ARTERY BYPASS GRAFTING using vein, including harvesting of vein (when it is the ipsilateral long saphenous vein) with distal anastomosis to below knee popliteal artery (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1728.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32745\",\n            \"Description\": \"FEMORAL ARTERY BYPASS GRAFTING using vein, including harvesting of vein (when it is the ipsilateral long saphenous vein) with distal anastomosis to tibio peroneal trunk or tibial or peroneal artery (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1973.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32748\",\n            \"Description\": \"FEMORAL ARTERY BYPASS GRAFTING using vein, including harvesting of vein (when it is the ipsilateral long saphenous vein) with distal anastomosis within 5cms of the ankle joint (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2140.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32751\",\n            \"Description\": \"FEMORAL ARTERY BYPASS GRAFTING using synthetic graft, with lower anastomosis above or below the knee (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1386.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32754\",\n            \"Description\": \"FEMORAL ARTERY BYPASS GRAFTING, using a composite graft (synthetic material and vein) with lower anastomosis above or below the knee, including use of a cuff or sleeve of vein at 1 or both anastomoses (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1728.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32757\",\n            \"Description\": \"FEMORAL ARTERY SEQUENTIAL BYPASS GRAFTING, (using a vein or synthetic material) where an additional anastomosis is made to separately revascularise more than 1 artery - each additional artery revascularised beyond a femoral bypass (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"482.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32760\",\n            \"Description\": \"VEIN, HARVESTING OF, FROM LEG OR ARM for bypass or replacement graft when not performed on the limb which is the subject of the bypass or graft - each vein (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"473.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32763\",\n            \"Description\": \"ARTERIAL BYPASS GRAFTING, using vein or synthetic material, not being a service to which another item in this Sub-group applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1386.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32766\",\n            \"Description\": \"ARTERIAL OR VENOUS ANASTOMOSIS, not being a service to which another item in this Sub-group applies, as an independent procedure (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"921.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"32769\",\n            \"Description\": \"ARTERIAL OR VENOUS ANASTOMOSIS not being a service to which another item in this Sub-group applies, when performed in combination with another vascular operation (including graft to graft anastomosis) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"319.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33050\",\n            \"Description\": \"BYPASS GRAFTING to replace a popliteal aneurysm using vein, including harvesting vein (when it is the ipsilateral long saphenous vein) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1697.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1996-07-01\"\n        },\n        {\n            \"ItemNumber\": \"33055\",\n            \"Description\": \"BYPASS GRAFTING to replace a popliteal aneurysm using a synthetic graft (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1361.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1996-07-01\"\n        },\n        {\n            \"ItemNumber\": \"33070\",\n            \"Description\": \"Aneurysm in the extremities, ligation, suture closure or excision of, without bypass grafting (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"982.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1996-07-01\"\n        },\n        {\n            \"ItemNumber\": \"33075\",\n            \"Description\": \"ANEURYSM IN THE NECK, ligation, suture closure or excision of, without bypass grafting (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1249.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1996-07-01\"\n        },\n        {\n            \"ItemNumber\": \"33080\",\n            \"Description\": \"INTRA-ABDOMINAL OR PELVIC ANEURYSM, ligation, suture closure or excision of, without bypass grafting (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1525.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1996-07-01\"\n        },\n        {\n            \"ItemNumber\": \"33100\",\n            \"Description\": \"Aneurysm of common or internal carotid artery, or both, replacement by graft of vein or synthetic material (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1675.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33103\",\n            \"Description\": \"THORACIC ANEURYSM, replacement by graft (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2351.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33109\",\n            \"Description\": \"Thoraco‑abdominal aneurysm, replacement by graft including re‑implantation of arteries (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2842.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33112\",\n            \"Description\": \"SUPRARENAL ABDOMINAL AORTIC ANEURYSM, replacement by graft including re-implantation of arteries (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2465.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33115\",\n            \"Description\": \"INFRARENAL ABDOMINAL AORTIC ANEURYSM, replacement by tube graft, not being a service associated with a service to which item 33116 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1658.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33116\",\n            \"Description\": \"Infrarenal abdominal aortic aneurysm (repair), replacement by tube graft using endovascular repair procedure, excluding associated radiological services (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1632.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1999-11-01\"\n        },\n        {\n            \"ItemNumber\": \"33118\",\n            \"Description\": \"INFRARENAL ABDOMINAL AORTIC ANEURYSM, replacement by bifurcation graft to iliac arteries (with or without excision of common iliac aneurysms) not being a service associated with a service to which item 33119 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1842.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33119\",\n            \"Description\": \"Infrarenal abdominal aortic aneurysm (repair), replacement by bifurcation graft to one or both iliac arteries using endovascular repair procedure, excluding associated radiological services (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1813.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1999-11-01\"\n        },\n        {\n            \"ItemNumber\": \"33121\",\n            \"Description\": \"INFRARENAL ABDOMINAL AORTIC ANEURYSM, replacement by bifurcation graft to 1 or both femoral arteries (with or without excision or bypass of common iliac aneurysms) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2026.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33124\",\n            \"Description\": \"ANEURYSM OF ILIAC ARTERY (common, external or internal), replacement by graft - unilateral (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1412.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33127\",\n            \"Description\": \"Aneurysms of iliac arteries (common, external or internal), replacement by graft—bilateral (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1851.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33130\",\n            \"Description\": \"ANEURYSM OF VISCERAL ARTERY, excision and repair by direct anastomosis or replacement by graft (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1614.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33133\",\n            \"Description\": \"ANEURYSM OF VISCERAL ARTERY, dissection and ligation of arteries without restoration of continuity (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1210.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33136\",\n            \"Description\": \"FALSE ANEURYSM, repair of, at aortic anastomosis following previous aortic surgery (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3052.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33139\",\n            \"Description\": \"FALSE ANEURYSM, repair of, in iliac artery and restoration of arterial continuity (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1851.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33142\",\n            \"Description\": \"False aneurysm, repair of, in femoral artery and restoration of arterial continuity (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1728.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33145\",\n            \"Description\": \"RUPTURED THORACIC AORTIC ANEURYSM, replacement by graft (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2973.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33148\",\n            \"Description\": \"RUPTURED THORACO-ABDOMINAL AORTIC ANEURYSM, replacement by graft (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3693.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33151\",\n            \"Description\": \"RUPTURED SUPRARENAL ABDOMINAL AORTIC ANEURYSM, replacement by graft (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3509.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33154\",\n            \"Description\": \"RUPTURED INFRARENAL ABDOMINAL AORTIC ANEURYSM, replacement by tube graft (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2596.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33157\",\n            \"Description\": \"RUPTURED INFRARENAL ABDOMINAL AORTIC ANEURYSM, replacement by bifurcation graft to iliac arteries (with or without excision or bypass of common iliac aneurysms) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2894.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33160\",\n            \"Description\": \"RUPTURED INFRARENAL ABDOMINAL AORTIC ANEURYSM, replacement by bifurcation graft to 1 or both femoral arteries (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2894.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33163\",\n            \"Description\": \"RUPTURED ILIAC ARTERY ANEURYSM, replacement by graft (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2456.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33166\",\n            \"Description\": \"Ruptured aneurysm of visceral artery, replacement by anastomosis or graft (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2456.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33169\",\n            \"Description\": \"RUPTURED ANEURYSM OF VISCERAL ARTERY, simple ligation of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1912.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33172\",\n            \"Description\": \"ANEURYSM OF MAJOR ARTERY, replacement by graft, not being a service to which another item in this Sub-group applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1491.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33175\",\n            \"Description\": \"RUPTURED ANEURYSM IN THE EXTREMITIES, ligation, suture closure or excision of, without bypass grafting (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1374.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1996-07-01\"\n        },\n        {\n            \"ItemNumber\": \"33178\",\n            \"Description\": \"RUPTURED ANEURYSM IN THE NECK, ligation, suture closure or excision of, without bypass grafting (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1747.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1996-07-01\"\n        },\n        {\n            \"ItemNumber\": \"33181\",\n            \"Description\": \"RUPTURED INTRA-ABDOMINAL OR PELVIC ANEURYSM, ligation, suture closure or excision of, without bypass grafting (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2136.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1996-07-01\"\n        },\n        {\n            \"ItemNumber\": \"33500\",\n            \"Description\": \"ARTERY OR ARTERIES OF NECK, endarterectomy of, including closure by suture (where endarterectomy of 1 or more arteries is undertaken through 1 arteriotomy incision) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1324.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33506\",\n            \"Description\": \"INNOMINATE OR SUBCLAVIAN ARTERY, endarterectomy of, including closure by suture (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1482.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33509\",\n            \"Description\": \"AORTIC ENDARTERECTOMY, including closure by suture, not being a service associated with another procedure on the aorta (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1658.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33512\",\n            \"Description\": \"AORTO-ILIAC ENDARTERECTOMY (1 or both iliac arteries), including closure by suture not being a service associated with a service to which item 33515 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1842.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33515\",\n            \"Description\": \"AORTO-FEMORAL ENDARTERECTOMY (1 or both femoral arteries) or BILATERAL ILIO-FEMORAL ENDARTERECTOMY, including closure by suture, not being a service associated with a service to which item 33512 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2026.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33518\",\n            \"Description\": \"Iliac endarterectomy, including closure by suture, other than a service associated with another procedure on the iliac artery (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1482.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33521\",\n            \"Description\": \"ILIO-FEMORAL ENDARTERECTOMY (1 side), including closure by suture (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1605.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33524\",\n            \"Description\": \"RENAL ARTERY, endarterectomy of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1894.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33527\",\n            \"Description\": \"RENAL ARTERIES (both), endarterectomy of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2201.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33530\",\n            \"Description\": \"COELIAC OR SUPERIOR MESENTERIC ARTERY, endarterectomy of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1894.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33533\",\n            \"Description\": \"COELIAC AND SUPERIOR MESENTERIC ARTERY, endarterectomy of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2201.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33536\",\n            \"Description\": \"INFERIOR MESENTERIC ARTERY, endarterectomy of, not being a service associated with a service to which another item in this Sub-group applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1570.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33539\",\n            \"Description\": \"ARTERY OF EXTREMITIES, endarterectomy of, including closure by suture (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1131.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33542\",\n            \"Description\": \"EXTENDED DEEP FEMORAL ENDARTERECTOMY where the endarterectomy is at least 7cms long (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1614.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33545\",\n            \"Description\": \"ARTERY, VEIN OR BYPASS GRAFT, patch grafting to by vein or synthetic material where patch is less than 3cm long (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"319.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33548\",\n            \"Description\": \"ARTERY, VEIN OR BYPASS GRAFT, patch grafting to by vein or synthetic material where patch is 3cm long or greater (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"649.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33551\",\n            \"Description\": \"VEIN, harvesting of from leg or arm for patch when not performed through same incision as operation (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"319.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33554\",\n            \"Description\": \"ENDARTERECTOMY, in conjunction with an arterial bypass operation to prepare the site for anastomosis - each site (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"317.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33800\",\n            \"Description\": \"Embolus, removal of, from artery of neck (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1377.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33803\",\n            \"Description\": \"EMBOLECTOMY or THROMBECTOMY, by abdominal approach, of an artery or bypass graft of trunk (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1316.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33806\",\n            \"Description\": \"Embolectomy or thrombectomy (including the infusion of thrombolytic or other agents) from an artery or bypass graft of extremities, or embolectomy of abdominal artery via the femoral artery, item to be claimed once per extremity, regardless of the number of incisions required to access the artery or bypass graft (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"947.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33810\",\n            \"Description\": \"Inferior vena cava or iliac vein, closed thrombectomy by catheter via the femoral vein (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"691.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1996-07-01\"\n        },\n        {\n            \"ItemNumber\": \"33811\",\n            \"Description\": \"INFERIOR VENA CAVA OR ILIAC VEIN, open removal of thrombus or tumour (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2057.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1996-07-01\"\n        },\n        {\n            \"ItemNumber\": \"33812\",\n            \"Description\": \"Thrombus, removal of, from femoral or other similar large vein (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1087.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33815\",\n            \"Description\": \"MAJOR ARTERY OR VEIN OF EXTREMITY, repair of wound of, with restoration of continuity, by lateral suture (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1000.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33818\",\n            \"Description\": \"MAJOR ARTERY OR VEIN OF EXTREMITY, repair of wound of, with restoration of continuity, by direct anastomosis (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1166.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33821\",\n            \"Description\": \"MAJOR ARTERY OR VEIN OF EXTREMITY, repair of wound of, with restoration of continuity, by interposition graft of synthetic material or vein (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1333.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33824\",\n            \"Description\": \"MAJOR ARTERY OR VEIN OF NECK, repair of wound of, with restoration of continuity, by lateral suture (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1271.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33827\",\n            \"Description\": \"MAJOR ARTERY OR VEIN OF NECK, repair of wound of, with restoration of continuity, by direct anastomosis (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1491.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33830\",\n            \"Description\": \"MAJOR ARTERY OR VEIN OF NECK, repair of wound of, with restoration of continuity, by interposition graft of synthetic material or vein (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1710.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33833\",\n            \"Description\": \"MAJOR ARTERY OR VEIN OF ABDOMEN, repair of wound of, with restoration of continuity by lateral suture (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1552.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33836\",\n            \"Description\": \"MAJOR ARTERY OR VEIN OF ABDOMEN, repair of wound of, with restoration of continuity by direct anastomosis (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1851.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33839\",\n            \"Description\": \"MAJOR ARTERY OR VEIN OF ABDOMEN, repair of wound of, with restoration of continuity by means of interposition graft (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2166.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33842\",\n            \"Description\": \"ARTERY OF NECK, re-operation for bleeding or thrombosis after carotid or vertebral artery surgery (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1070.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33845\",\n            \"Description\": \"LAPAROTOMY for control of post operative bleeding or thrombosis after intra-abdominal vascular procedure, where no other procedure is performed (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"745.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"33848\",\n            \"Description\": \"EXTREMITY, re-operation on, for control of bleeding or thrombosis after vascular procedure, where no other procedure is performed (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"745.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"34100\",\n            \"Description\": \"MAJOR ARTERY OF NECK, elective ligation or exploration of, not being a service associated with any other vascular procedure (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"824.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"34103\",\n            \"Description\": \"Great artery (aorta or pulmonary artery) or great vein (superior or inferior vena cava), ligation or exploration of immediate branches or tributaries, or ligation or exploration of the subclavian, axillary, iliac, femoral or popliteal arteries or veins, if the service is not associated with item 32508, 32511, 32520, 32522, 32523, 32526, 32528 or 32529 - for a maximum of 2 services provided to the same patient on the same occasion (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"482.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"34106\",\n            \"Description\": \"Artery or vein (including brachial, radial, ulnar or tibial), ligation of, by elective operation, or exploration of, other than a service associated with another vascular procedure except those services to which item 32508, 32511, 32514 or 32517 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"340.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"34109\",\n            \"Description\": \"TEMPORAL ARTERY, biopsy of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"394.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"34112\",\n            \"Description\": \"ARTERIO-VENOUS FISTULA OF AN EXTREMITY, dissection and ligation (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1000.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"34115\",\n            \"Description\": \"ARTERIO-VENOUS FISTULA OF THE NECK, dissection and ligation (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1131.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"34118\",\n            \"Description\": \"Arterio‑venous fistula of the abdomen, dissection and ligation (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1614.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"34121\",\n            \"Description\": \"ARTERIO-VENOUS FISTULA OF AN EXTREMITY, dissection and repair of, with restoration of continuity (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1289.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"34124\",\n            \"Description\": \"ARTERIO-VENOUS FISTULA OF THE NECK, dissection and repair of, with restoration of continuity (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1412.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"34127\",\n            \"Description\": \"ARTERIO-VENOUS FISTULA OF THE ABDOMEN, dissection and repair of, with restoration of continuity (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1851.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"34130\",\n            \"Description\": \"Surgically created arterio‑venous fistula of an extremity, closure of (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"578.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"34133\",\n            \"Description\": \"SCALENOTOMY (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"649.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"34136\",\n            \"Description\": \"FIRST RIB, resection of portion of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1043.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"34139\",\n            \"Description\": \"CERVICAL RIB, removal of, or other operation for removal of thoracic outlet compression, not being a service to which another item in this Sub-group applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1043.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"34142\",\n            \"Description\": \"COELIAC ARTERY, decompression of, for coeliac artery compression syndrome, as an independent procedure (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1289.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"34145\",\n            \"Description\": \"POPLITEAL ARTERY, exploration of, for popliteal entrapment, with or without division of fibrous tissue and muscle (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"938.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"34148\",\n            \"Description\": \"CAROTID ASSOCIATED TUMOUR, resection of, with or without repair or reconstruction of internal or common carotid arteries, when tumour is 4cm or less in maximum diameter (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1675.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"34151\",\n            \"Description\": \"CAROTID ASSOCIATED TUMOUR, resection of, with or without repair or reconstruction of internal or common carotid arteries, when tumour is greater than 4cm in maximum diameter (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2289.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"34154\",\n            \"Description\": \"Recurrent carotid associated tumour, resection of, with or without repair or replacement of portion of internal or common carotid arteries (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2728.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"34157\",\n            \"Description\": \"NECK, excision of infected bypass graft, including closure of vessel or vessels (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1386.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"34160\",\n            \"Description\": \"AORTO-DUODENAL FISTULA, repair of, by suture of aorta and repair of duodenum (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2596.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"34163\",\n            \"Description\": \"AORTO-DUODENAL FISTULA, repair of, by insertion of aortic graft and repair of duodenum (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3333.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"34166\",\n            \"Description\": \"AORTO-DUODENAL FISTULA, repair of, by oversewing of abdominal aorta, repair of duodenum and axillo-bifemoral grafting (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3333.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"34169\",\n            \"Description\": \"INFECTED BYPASS GRAFT FROM TRUNK, excision of, including closure of arteries (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1851.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"34172\",\n            \"Description\": \"INFECTED AXILLO-FEMORAL OR FEMORO-FEMORAL GRAFT, excision of, including closure of arteries (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1508.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"34175\",\n            \"Description\": \"INFECTED BYPASS GRAFT FROM EXTREMITIES, excision of including closure of arteries (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1386.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"34500\",\n            \"Description\": \"Arteriovenous shunt, external, insertion of (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"359.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"34503\",\n            \"Description\": \"ARTERIOVENOUS ANASTOMOSIS OF UPPER OR LOWER LIMB, in conjunction with another venous or arterial operation (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"482.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"34506\",\n            \"Description\": \"ARTERIOVENOUS SHUNT, EXTERNAL, removal of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"245.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"34509\",\n            \"Description\": \"ARTERIOVENOUS ANASTOMOSIS OF UPPER OR LOWER LIMB, not in conjunction with another venous or arterial operation (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1140.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"34512\",\n            \"Description\": \"ARTERIOVENOUS ACCESS DEVICE, insertion of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1254.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"34515\",\n            \"Description\": \"ARTERIOVENOUS ACCESS DEVICE, thrombectomy of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"894.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"34518\",\n            \"Description\": \"STENOSIS OF ARTERIOVENOUS FISTULA OR PROSTHETIC ARTERIOVENOUS ACCESS DEVICE, correction of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1499.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"34521\",\n            \"Description\": \"INTRA-ABDOMINAL ARTERY OR VEIN, cannulation of, for infusion chemotherapy, by open operation (excluding aftercare) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"921.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"34524\",\n            \"Description\": \"ARTERIAL CANNULATION for infusion chemotherapy by open operation, not being a service to which item 34521 applies (excluding after-care) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"482.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"34527\",\n            \"Description\": \"Central vein catheterisation by open technique, using subcutaneous tunnel with pump or access port as with central venous line catheter or other chemotherapy delivery device, including any associated percutaneous central vein catheterisation, on a patient 10 years of age or over (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"643.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"EligibleAgeRange\": \"10 years or older\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"34528\",\n            \"Description\": \"Central vein catheterisation by percutaneous technique, using subcutaneous tunnel with pump or access port as with central venous line catheter or other chemotherapy delivery device, on a patient 10 years of age or over (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"317.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"EligibleAgeRange\": \"10 years or older\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1996-07-01\"\n        },\n        {\n            \"ItemNumber\": \"34529\",\n            \"Description\": \"Central vein catheterisation by open technique, using subcutaneous tunnel with pump or access port as with central venous line catheter or other chemotherapy delivery device, including any associated percutaneous central vein catheterisation, on a patient under 10 years of age (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"836.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"EligibleAgeRange\": \"younger than 10 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2015-09-01\"\n        },\n        {\n            \"ItemNumber\": \"34530\",\n            \"Description\": \"Central venous line, or other chemotherapy device, removal of, by open surgical procedure in the operating theatre of a hospital, on a patient 10 years of age or over (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"238.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"EligibleAgeRange\": \"10 years or older\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"34533\",\n            \"Description\": \"Isolated limb perfusion, including cannulation of artery and vein at commencement of procedure, regional perfusion for chemotherapy, or other therapy, repair of arteriotomy and venotomy at conclusion of procedure (excluding after‑care) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1447.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"34534\",\n            \"Description\": \"Central vein catheterisation by percutaneous technique, using subcutaneous tunnel with pump or access port as with central venous line catheter or other chemotherapy delivery device, on a patient under 10 years of age (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"413.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"EligibleAgeRange\": \"younger than 10 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2015-09-01\"\n        },\n        {\n            \"ItemNumber\": \"34538\",\n            \"Description\": \"Central vein catheterisation by percutaneous technique, using subcutaneous tunnelled cuffed catheter or similar device, for the administration of haemodialysis or parenteral nutrition (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"317.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2004-05-01\"\n        },\n        {\n            \"ItemNumber\": \"34539\",\n            \"Description\": \"TUNNELLED CUFFED CATHETER, OR SIMILAR DEVICE, removal of, by open surgical procedure (Anaes.)\\n\",\n            \"ScheduleFee\": \"238.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-05-01\"\n        },\n        {\n            \"ItemNumber\": \"34540\",\n            \"Description\": \"Central venous line, or other chemotherapy device, removal of, by open surgical procedure in the operating theatre of a hospital, on a patient under 10 years of age (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"309.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"EligibleAgeRange\": \"younger than 10 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2015-09-01\"\n        },\n        {\n            \"ItemNumber\": \"34800\",\n            \"Description\": \"Inferior vena cava, plication, ligation, or application of caval clip (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"947.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"34803\",\n            \"Description\": \"INFERIOR VENA CAVA, reconstruction of or bypass by vein or synthetic material (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2088.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"34806\",\n            \"Description\": \"CROSS LEG BYPASS GRAFTING, saphenous to iliac or femoral vein (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1131.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"34809\",\n            \"Description\": \"SAPHENOUS VEIN ANASTOMOSIS to femoral or popliteal vein for femoral vein bypass (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1131.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"34812\",\n            \"Description\": \"VENOUS STENOSIS OR OCCLUSION, vein bypass for, using vein or synthetic material, not being a service associated with a service to which item 34806 or 34809 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1368.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"34815\",\n            \"Description\": \"VEIN STENOSIS, patch angioplasty for, (excluding vein graft stenosis)-using vein or synthetic material (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1131.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"34818\",\n            \"Description\": \"VENOUS VALVE, plication or repair to restore valve competency (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1245.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"34821\",\n            \"Description\": \"Vein transplant to restore valvular function (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1693.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"34824\",\n            \"Description\": \"EXTERNAL STENT, application of, to restore venous valve competency to superficial vein - 1 stent (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"578.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"34827\",\n            \"Description\": \"EXTERNAL STENTS, application of, to restore venous valve competency to superficial vein or veins - more than 1 stent (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"701.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"34830\",\n            \"Description\": \"External stent, application of, to restore venous valve competency to deep vein—one stent (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"824.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"34833\",\n            \"Description\": \"EXTERNAL STENTS, application of, to restore venous valve competency to deep vein or veins (more than 1 stent) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1070.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35000\",\n            \"Description\": \"Lumbar sympathectomy (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"824.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35003\",\n            \"Description\": \"CERVICAL OR UPPER THORACIC SYMPATHECTOMY by any surgical approach (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1070.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35006\",\n            \"Description\": \"CERVICAL OR UPPER THORACIC SYMPATHECTOMY, where operation is a reoperation for previous incomplete sympathectomy by any surgical approach (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1342.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35009\",\n            \"Description\": \"LUMBAR SYMPATHECTOMY, where operation is following chemical sympathectomy or for previous incomplete surgical sympathectomy (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1043.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35012\",\n            \"Description\": \"SACRAL or PRE-SACRAL SYMPATHECTOMY (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"824.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-05-01\"\n        },\n        {\n            \"ItemNumber\": \"35100\",\n            \"Description\": \"ISCHAEMIC LIMB, debridement of necrotic material, gangrenous tissue, or slough in, in the operating theatre of a hospital, when debridement includes muscle, tendon or bone (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"429.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35103\",\n            \"Description\": \"ISCHAEMIC LIMB, debridement of necrotic material, gangrenous tissue, or slough in, in the operating theatre of a hospital, superficial tissue only (Anaes.)\\n\",\n            \"ScheduleFee\": \"273.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35200\",\n            \"Description\": \"OPERATIVE ARTERIOGRAPHY OR VENOGRAPHY, 1 or more of, performed during the course of an operative procedure on an artery or vein, 1 site (Anaes.)\\n\",\n            \"ScheduleFee\": \"200.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35202\",\n            \"Description\": \"MAJOR ARTERIES OR VEINS IN THE NECK, ABDOMEN OR EXTREMITIES, access to, as part of RE-OPERATION after prior surgery on these vessels (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"953.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1996-07-01\"\n        },\n        {\n            \"ItemNumber\": \"35300\",\n            \"Description\": \"Transluminal balloon angioplasty of one peripheral artery or vein of one limb, percutaneous or by open exposure, excluding associated radiological services or preparation, and excluding after-care (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"601.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-04-01\"\n        },\n        {\n            \"ItemNumber\": \"35303\",\n            \"Description\": \"Transluminal balloon angioplasty of aortic arch branches, aortic visceral branches, or more than one peripheral artery or vein of one limb, percutaneous or by open exposure, excluding associated radiological services or preparation, and excluding after‑care (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"770.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-04-01\"\n        },\n        {\n            \"ItemNumber\": \"35306\",\n            \"Description\": \"Transluminal stent insertion, one or more stents, including associated balloon dilatation for one peripheral artery or vein of one limb, percutaneous or by open exposure, excluding associated radiological services or preparation, and excluding after-care (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"711.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-04-01\"\n        },\n        {\n            \"ItemNumber\": \"35307\",\n            \"Description\": \"TRANSLUMINAL STENT INSERTION, 1 or more stents (not drug-eluting), with or without associated balloon dilatation, for 1 carotid artery, percutaneous (not direct), with or without the use of an embolic protection device, in patients who: - meet the indications for carotid endarterectomy; and - have medical or surgical comorbidities that would make them at high risk of perioperative complications from carotid endarterectomy, excluding associated radiological services or preparation, and excluding aftercare (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1307.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2005-11-01\"\n        },\n        {\n            \"ItemNumber\": \"35309\",\n            \"Description\": \"Transluminal stent insertion, one or more stents, including associated balloon dilatation for visceral arteries or veins, or more than one peripheral artery or vein of one limb, percutaneous or by open exposure, excluding associated radiological services or preparation, and excluding after-care (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"889.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-04-01\"\n        },\n        {\n            \"ItemNumber\": \"35312\",\n            \"Description\": \"PERIPHERAL ARTERIAL ATHERECTOMY including associated balloon dilatation of 1 limb, percutaneous or by open exposure, excluding associated radiological services or preparation, and excluding aftercare (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1007.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-04-01\"\n        },\n        {\n            \"ItemNumber\": \"35315\",\n            \"Description\": \"PERIPHERAL LASER ANGIOPLASTY including associated balloon dilatation of 1 limb, percutaneous or by open exposure, excluding associated radiological services or preparation, and excluding aftercare (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1007.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-04-01\"\n        },\n        {\n            \"ItemNumber\": \"35317\",\n            \"Description\": \"PERIPHERAL ARTERIAL OR VENOUS CATHETERISATION with administration of thrombolytic or chemotherapeutic agents, BY CONTINUOUS INFUSION, using percutaneous approach, excluding associated radiological services or preparation, and excluding aftercare (not being a service associated with a service to which another item in Subgroup 11 of Group T1 or items 35319 or 35320 applies and not being a service associated with photodynamic therapy with verteporfin) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"415.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-07-01\"\n        },\n        {\n            \"ItemNumber\": \"35319\",\n            \"Description\": \"Peripheral arterial or venous catheterisation with administration of thrombolytic or chemotherapeutic agents, by pulse spray technique, using percutaneous approach, excluding associated radiological services or preparation, and excluding after-care (other than a service associated with a service to which an item in Subgroup 11 of Group T1 or item 35317 or 35320 applies, or associated with photodynamic therapy with verteporfin) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"743.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1996-07-01\"\n        },\n        {\n            \"ItemNumber\": \"35320\",\n            \"Description\": \"Peripheral arterial or venous catheterisation with administration of thrombolytic or chemotherapeutic agents, by open exposure, excluding associated radiological services or preparation, and excluding after-care (other than a service associated with a service to which an item in Subgroup 11 of Group T1 or item 35317 or 35319 applies, or associated with photodynamic therapy with verteporfin) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"999.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1996-07-01\"\n        },\n        {\n            \"ItemNumber\": \"35321\",\n            \"Description\": \"Peripheral arterial or venous catheterisation to administer agents to occlude arteries, veins or arterio-venous fistulae or to arrest haemorrhage (but not for the treatment of uterine fibroids or varicose veins), percutaneous or by open exposure, excluding associated radiological services or preparation, and excluding after-care (other than a service associated with photodynamic therapy with verteporfin) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"948.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-04-01\"\n        },\n        {\n            \"ItemNumber\": \"35324\",\n            \"Description\": \"ANGIOSCOPY not combined with any other procedure, excluding associated radiological services or preparation, and excluding aftercare (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"355.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-04-01\"\n        },\n        {\n            \"ItemNumber\": \"35327\",\n            \"Description\": \"ANGIOSCOPY combined with any other procedure, excluding associated radiological services or preparation, and excluding aftercare (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"476.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-04-01\"\n        },\n        {\n            \"ItemNumber\": \"35330\",\n            \"Description\": \"Insertion of inferior vena caval filter, percutaneous or by open exposure, excluding associated radiological services or preparation, and excluding after-care (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"601.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-04-01\"\n        },\n        {\n            \"ItemNumber\": \"35331\",\n            \"Description\": \"RETRIEVAL OF INFERIOR VENA CAVAL FILTER, percutaneous or by open exposure, not including associated radiological services or preparation, and not including aftercare (Anaes.)\\n\",\n            \"ScheduleFee\": \"691.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2005-05-01\"\n        },\n        {\n            \"ItemNumber\": \"35360\",\n            \"Description\": \"Retrieval of foreign body in PULMONARY ARTERY, percutaneous or by open exposure, not including associated radiological services or preparation, and not including aftercare (foreign body does not include an instrument inserted for the purpose of a service being rendered) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"966.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2005-05-01\"\n        },\n        {\n            \"ItemNumber\": \"35361\",\n            \"Description\": \"Retrieval of foreign body in RIGHT ATRIUM, percutaneous or by open exposure, not including associated radiological services or preparation, and not including aftercare (foreign body does not include an instrument inserted for the purpose of a service being rendered) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"828.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2005-05-01\"\n        },\n        {\n            \"ItemNumber\": \"35362\",\n            \"Description\": \"Retrieval of foreign body in INFERIOR VENA CAVA or AORTA, percutaneous or by open exposure, not including associated radiological services or preparation, and not including aftercare (foreign body does not include an instrument inserted for the purpose of a service being rendered) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"691.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2005-05-01\"\n        },\n        {\n            \"ItemNumber\": \"35363\",\n            \"Description\": \"Retrieval of foreign body in PERIPHERAL VEIN or PERIPHERAL ARTERY, percutaneous or by open exposure, not including associated radiological services or preparation, and not including aftercare (foreign body does not include an instrument inserted for the purpose of a service being rendered) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"553.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2005-05-01\"\n        },\n        {\n            \"ItemNumber\": \"35401\",\n            \"Description\": \"Vertebroplasty, for one or more fractures in one or more vertebrae, for the treatment of a painful osteoporotic thoracolumbar vertebral compression fracture of the thoracolumbar spinal segment (T11, T12, L1 or L2), if: (a) the service is performed by a specialist or consultant physician practicing in the specialist's or consultant physician's speciality of diagnostic radiology, neurosurgery, neurology or orthopaedic surgery; and (b) the specialist or consultant physician has undertaken appropriate training in the vertebroplasty procedure; and (c) pain is severe (numeric rated pain score greater than or equal to 7 out of 10); and (d) the symptoms are poorly controlled by opiate therapy; and (e) the severe pain duration is 3 weeks or less; and (f) there is MRI (or SPECT‑CT if MRI unavailable) evidence of acute vertebral fracture Applicable only once for the same fracture, but is applicable for a new fracture of the same vertebra or vertebrae (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"796.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-11-01\"\n        },\n        {\n            \"ItemNumber\": \"35404\",\n            \"Description\": \"DOSIMETRY, HANDLING AND INJECTION OF SIR-SPHERES for selective internal radiation therapy of hepatic metastases which are secondary to colorectal cancer and are not suitable for resection or ablation, used in combination with systemic chemotherapy using 5-fluorouracil (5FU) and leucovorin, not being a service to which item 35317, 35319, 35320 or 35321 applies The procedure must be performed by a specialist or consultant physician recognised in the specialties of nuclear medicine or radiation oncology on an admitted patient in a hospital. To be claimed once in the patient's lifetime only.\\n\",\n            \"ScheduleFee\": \"404.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-05-01\"\n        },\n        {\n            \"ItemNumber\": \"35406\",\n            \"Description\": \"Trans-femoral catheterisation of the hepatic artery to administer SIR-Spheres to embolise the microvasculature of hepatic metastases which are secondary to colorectal cancer and are not suitable for resection or ablation, for selective internal radiation therapy used in combination with systemic chemotherapy using 5-fluorouracil (5FU) and leucovorin, not being a service to which item 35317, 35319, 35320 or 35321 applies excluding associated radiological services or preparation, and excluding aftercare (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"948.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-05-01\"\n        },\n        {\n            \"ItemNumber\": \"35408\",\n            \"Description\": \"Catheterisation of the hepatic artery via a permanently implanted hepatic artery port to administer SIR-Spheres to embolise the microvasculature of hepatic metastases which are secondary to colorectal cancer and are not suitable for resection or ablation, for selective internal radiation therapy used in combination with systemic chemotherapy using 5-fluorouracil (5FU) and leucovorin, not being a service to which item 35317, 35319, 35320 or 35321 applies excluding associated radiological services or preparation, and excluding aftercare (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"711.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-05-01\"\n        },\n        {\n            \"ItemNumber\": \"35410\",\n            \"Description\": \"Uterine artery catheterisation with percutaneous administration of occlusive agents, for the treatment of symptomatic uterine fibroids in a patient who has been referred for uterine artery embolisation by a specialist gynaecologist, excluding associated radiological services or preparation, and excluding aftercare (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"948.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist obstetrician and gynaecologist.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"35412\",\n            \"Description\": \"Intracranial aneurysm, ruptured or unruptured, endovascular occlusion with detachable coils, and assisted coiling (if performed), with parent artery preservation, not for use with liquid embolics only, including intra‑operative imaging, but in association with pre‑operative diagnostic imaging under item 60009 and one of items 60072, 60075 and 60078, including aftercare (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3333.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"35414\",\n            \"Description\": \"Mechanical thrombectomy, in a patient with a diagnosis of acute ischaemic stroke caused by occlusion of a large vessel of the anterior cerebral circulation, including intra-operative imaging and aftercare, if: (a) the diagnosis is confirmed by an appropriate imaging modality such as computed tomography, magnetic resonance imaging or angiography; and (b) the service is performed by a specialist or consultant physician with appropriate training that is recognised by the Conjoint Committee for Recognition of Training in Interventional Neuroradiology; and (c) the service is provided in an eligible stroke centre. For any particular patient - applicable once per presentation by the patient at an eligible stroke centre, regardless of the number of times mechanical thrombectomy is attempted during that presentation (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"4083.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"3\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2017-11-01\"\n        },\n        {\n            \"ItemNumber\": \"35500\",\n            \"Description\": \"Gynaecological examination under anaesthesia, other than a service associated with a service to which another item in this Group applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"94.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35501\",\n            \"Description\": \"A medical service to which item 35503, 35506, 14206 or 30062 applies, if the service is bulk‑billed in relation to the fees for: (a) that item; and (b) any other item in this Schedule applying to the service\\n\",\n            \"DerivedFee\": \"40% of the fee for the co-claimed service - performed in conjunction with a service (the co-claimed service) to which any of items 35503, 35506, 14206 and/or 30062 apply.\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2025-11-01\"\n        },\n        {\n            \"ItemNumber\": \"35503\",\n            \"Description\": \"Introduction of an intra-uterine device for abnormal uterine bleeding or contraception or for endometrial protection during oestrogen replacement therapy, if the service is not associated with a service to which another item in this Group applies (other than a service described in item 30062, 35501, 35506 or 35620) (Anaes.)\\n\",\n            \"ScheduleFee\": \"215.95\",\n            \"ScheduleFeeStartDate\": \"2025-11-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35506\",\n            \"Description\": \"Intra-uterine device, removal of under general anaesthesia, for a retained or embedded device, not being a service associated with a service to which another item in this Group applies (other than a service described in item 35501 or 35503) (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"134.45\",\n            \"ScheduleFeeStartDate\": \"2025-11-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35507\",\n            \"Description\": \"Vulval or vaginal warts, removal of under general anaesthesia, or under regional or field nerve block (excluding pudendal block), if the time taken is less than or equal to 45 minutes—other than a service associated with a service to which item 32236 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"203.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-04-01\"\n        },\n        {\n            \"ItemNumber\": \"35508\",\n            \"Description\": \"Vulval or vaginal warts, removal of under general anaesthesia, or under regional or field nerve block (excluding pudendal block), if the time taken is greater than 45 minutes—other than a service associated with a service to which item 32236 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"299.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-04-01\"\n        },\n        {\n            \"ItemNumber\": \"35509\",\n            \"Description\": \"HYMENECTOMY (Anaes.)\\n\",\n            \"ScheduleFee\": \"104.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35513\",\n            \"Description\": \"Bartholin's abscess, cyst or gland, excision of (Anaes.)\\n\",\n            \"ScheduleFee\": \"258.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35517\",\n            \"Description\": \"Bartholin's abscess, cyst or gland, marsupialisation of (Anaes.)\\n\",\n            \"ScheduleFee\": \"170.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35518\",\n            \"Description\": \"Ovarian cyst aspiration, for cysts of at least 4 cm in diameter in a premenopausal patient and at least 2 cm in diameter in a postmenopausal patient, by abdominal or vaginal route, using interventional imaging techniques and not associated with services provided for assisted reproductive techniques, and not in cases of suspected or possible malignancy (Anaes.)\\n\",\n            \"ScheduleFee\": \"242.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"35527\",\n            \"Description\": \"Urethral caruncle, symptomatic excision of, if: (a) conservative management has failed; or (b) there is a suspicion of malignancy (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"170.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35533\",\n            \"Description\": \"Vulvoplasty or labioplasty, for repair of: (a) female genital mutilation; or (b) an anomaly associated with a major congenital anomaly of the uro-gynaecological tract other than a service associated with a service to which item 35536, 37836, 37050, 37842, 37851 or 43882 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"408.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35534\",\n            \"Description\": \"Vulvoplasty or labioplasty, in a patient aged 18 years or more, performed by a specialist in the practice of the specialist's specialty, for a structural abnormality that is causing significant functional impairment, if the patient's labium extends more than 8 cm below the vaginal introitus while the patient is in a standing resting position (Anaes.)\\n\",\n            \"ScheduleFee\": \"408.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"EligibleAgeRange\": \"18 years or older\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2014-11-01\"\n        },\n        {\n            \"ItemNumber\": \"35536\",\n            \"Description\": \"Vulva, wide local excision or hemivulvectomy, one or both procedures, for suspected malignancy or vulval lesions with a high risk of malignancy (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"406.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35539\",\n            \"Description\": \"Colposcopically directed laser therapy for histologically-confirmed high grade intraepithelial neoplastic changes of the vagina, vulva, urethra or anal canal, including any associated biopsies—one anatomical site (Anaes.)\\n\",\n            \"ScheduleFee\": \"318.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35545\",\n            \"Description\": \"Colposcopically directed laser therapy for condylomata, unsuccessfully treated by other methods (Anaes.)\\n\",\n            \"ScheduleFee\": \"214.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35548\",\n            \"Description\": \"VULVECTOMY, radical, for malignancy (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1459.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35551\",\n            \"Description\": \"Pelvic lymph nodes, radical excision of, unilateral, or sentinel node dissection (including any pre-operative injection) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1078.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35552\",\n            \"Description\": \"Pelvic lymph nodes, radical excision of, unilateral or sentinel node dissection, following similar previous dissection, radiation or chemotherapy (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1622.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2020-11-01\"\n        },\n        {\n            \"ItemNumber\": \"35554\",\n            \"Description\": \"VAGINA, DILATATION OF, as an independent procedure including any associated consultation (Anaes.)\\n\",\n            \"ScheduleFee\": \"50.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35557\",\n            \"Description\": \"Vagina, complete excision of benign tumour (including Gartner duct cyst), with histological documentation (Anaes.)\\n\",\n            \"ScheduleFee\": \"250.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35560\",\n            \"Description\": \"Partial or complete vaginectomy, for either or both of the following:(a) deeply infiltrating vaginal endometriosis, if accompanied by histological confirmation from excised tissue;(b) pre-invasive or invasive lesions Not being a service associated with hysterectomy for non invasive indications (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"797.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35561\",\n            \"Description\": \"VAGINECTOMY, radical, for proven invasive malignancy - 1 surgeon (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1790.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"35562\",\n            \"Description\": \"VAGINECTOMY, radical, for proven invasive malignancy, conjoint surgery - abdominal surgeon (including aftercare) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1508.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"35564\",\n            \"Description\": \"VAGINECTOMY, radical, for proven invasive malignancy, conjoint surgery - perineal surgeon (H) (Assist.)\\n\",\n            \"ScheduleFee\": \"754.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"35565\",\n            \"Description\": \"VAGINAL RECONSTRUCTION for congenital absence, gynatresia or urogenital sinus (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"797.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"35566\",\n            \"Description\": \"VAGINAL SEPTUM, excision of, for correction of double vagina (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"463.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35568\",\n            \"Description\": \"Procedures for the management of symptomatic upper vaginal (vault or cervical) prolapse by sacrospinous or ilococcygeus fixation (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"728.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2005-05-01\"\n        },\n        {\n            \"ItemNumber\": \"35569\",\n            \"Description\": \"PLASTIC REPAIR TO ENLARGE VAGINAL ORIFICE (Anaes.)\\n\",\n            \"ScheduleFee\": \"187.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35570\",\n            \"Description\": \"Anterior vaginal compartment repair by vaginal approach for pelvic organ prolapse: (a) involving repair of urethrocele and cystocele; and (b) using native tissue without graft; other than a service associated with a service to which item 35573, 35577 or 35578 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"646.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2005-05-01\"\n        },\n        {\n            \"ItemNumber\": \"35571\",\n            \"Description\": \"Posterior vaginal compartment repair by vaginal approach for pelvic organ prolapse: (a) involving repair of one or more of the following: (i) perineum; (ii) rectocoele; (iii) enterocoele; and (b) using native tissue without graft; other than a service associated with a service to which item 35573, 35577 or 35578 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"646.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2005-05-01\"\n        },\n        {\n            \"ItemNumber\": \"35573\",\n            \"Description\": \"Anterior and posterior vaginal compartment repair by vaginal approach for pelvic organ prolapse: (a) involving anterior and posterior compartment defects; and (b) using native tissue without graft; other than a service associated with a service to which item 35577 or 35578 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"969.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2005-05-01\"\n        },\n        {\n            \"ItemNumber\": \"35577\",\n            \"Description\": \"Manchester (Donald Fothergill) operation for pelvic organ prolapse, involving either or both of the following: (a) cervical amputation; (b) anterior and posterior native tissue vaginal wall repairs without graft (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"786.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2005-05-01\"\n        },\n        {\n            \"ItemNumber\": \"35578\",\n            \"Description\": \"Colpocleisis for pelvic organ prolapse, not being a service associated with a service to which another item (other than item 35599) in this Subgroup applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"786.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2005-05-01\"\n        },\n        {\n            \"ItemNumber\": \"35581\",\n            \"Description\": \"Vaginal procedure for excision of graft material in symptomatic patients with graft related complications (including graft related pain or discharge and bleeding related to graft exposure), less than 2cm2 in its maximum area, either singly or in multiple pieces, other than a service associated with a service to which item 35582 or 35585 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"646.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"35582\",\n            \"Description\": \"Vaginal procedure for excision of graft material in symptomatic patients with graft related complications (including graft related pain or discharge and bleeding related to graft exposure), 2cm2 or more in its maximum area, either singly or in multiple pieces, other than a service associated with a service to which item 35581 or 35585 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"969.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"35585\",\n            \"Description\": \"Abdominal procedure, by open, laparoscopic or robot‑assisted approach, if the service: (a) is for the removal of graft material: (i) in symptomatic patients with graft related complications (including graft related pain or discharge and bleeding related to graft exposure); or (ii) where the graft has penetrated adjacent organs such as the bladder (including urethra) or bowel; and (b) if required—includes retroperitoneal dissection, and mobilisation, of either or both of the bladder and bowel; other than a service associated with a service to which item 35581 or 35582 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1718.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"35591\",\n            \"Description\": \"Rectovaginal fistula repair of, by vaginal route approach, not being a service associated with a service to which item 35592, 35596, 37029, 37333 or 37336 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1078.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2022-03-01\"\n        },\n        {\n            \"ItemNumber\": \"35592\",\n            \"Description\": \"Vesicovaginal fistula closure of, by vaginal approach, not being a service associated with a service to which item 35591, 35596, 37029, 37333 or 37336 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1078.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2022-03-01\"\n        },\n        {\n            \"ItemNumber\": \"35595\",\n            \"Description\": \"Procedure for the management of symptomatic vaginal vault or cervical prolapse, by uterosacral ligament suspension, by any approach, without graft, if the uterosacral ligaments are separately identified, transfixed and then incorporated into rectovaginal and pubocervical fascia of the vaginal vault, including cystoscopy to check ureteric integrity (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"728.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2005-05-01\"\n        },\n        {\n            \"ItemNumber\": \"35596\",\n            \"Description\": \"Fistula between genital and urinary or alimentary tracts, repair of, other than a service to which item 35591, 35592, 37029, 37333 or 37336 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1078.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35597\",\n            \"Description\": \"Sacral colpopexy, by any approach where graft or mesh is secured to vault, anterior and posterior compartments and to sacrum for correction of symptomatic upper vaginal vault prolapse (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1718.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2005-05-01\"\n        },\n        {\n            \"ItemNumber\": \"35599\",\n            \"Description\": \"Stress incontinence, procedure using a female synthetic mid-urethral sling, with diagnostic cystoscopy to assess the integrity of the lower urinary tract, other than a service associated with a service to which item 36812 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"884.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35608\",\n            \"Description\": \"Cervix, one or more biopsies, cauterisation (other than by chemical means), ionisation, diathermy or endocervical curettage of, with or without dilatation of cervix (Anaes.)\\n\",\n            \"ScheduleFee\": \"74.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35609\",\n            \"Description\": \"Cervix, cone biopsy or amputation (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"254.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2022-03-01\"\n        },\n        {\n            \"ItemNumber\": \"35610\",\n            \"Description\": \"Cervix, cone biopsy for histologically proven malignancy (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"445.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2022-03-01\"\n        },\n        {\n            \"ItemNumber\": \"35611\",\n            \"Description\": \"Removal of cervical or vaginal polyp or polypi, with or without dilatation of cervix, not being a service associated with a service to which item 35608 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"74.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35612\",\n            \"Description\": \"Cervix, residual stump, removal of, by abdominal approach for non-malignant lesions (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"590.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1997-05-01\"\n        },\n        {\n            \"ItemNumber\": \"35614\",\n            \"Description\": \"Examination of the lower genital tract using a colposcope in a patient who:(a) has a human papilloma virus related gynaecology indication; or(b) has symptoms or signs suspicious of lower genital tract malignancy; or(c) is undergoing follow-up treatment of lower genital tract malignancy; or(d) is undergoing assessment or surveillance of a vulvovaginal pre-malignant or malignant disease; or(e) is undergoing assessment or surveillance as part of an identified at risk population\\n\",\n            \"ScheduleFee\": \"74.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35615\",\n            \"Description\": \"Vulva or vagina, biopsy of, when performed in conjunction with a service to which item 35614 applies\\n\",\n            \"ScheduleFee\": \"82.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-04-01\"\n        },\n        {\n            \"ItemNumber\": \"35616\",\n            \"Description\": \"Endometrial ablation by thermal balloon or radiofrequency electrosurgery, for abnormal uterine bleeding, with or without endometrial sampling, including any hysteroscopy performed on the same day (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"524.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-05-01\"\n        },\n        {\n            \"ItemNumber\": \"35620\",\n            \"Description\": \"Endometrial biopsy for pathological assessment in women with abnormal uterine bleeding or post-menopausal bleeding (Anaes.)\\n\",\n            \"ScheduleFee\": \"62.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1994-05-01\"\n        },\n        {\n            \"ItemNumber\": \"35622\",\n            \"Description\": \"Endometrial ablation, using hysteroscopically guided electrosurgery or laser energy for abnormal uterine bleeding, with or without endometrial sampling, not being a service associated with a service to which item 30390 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"702.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-05-01\"\n        },\n        {\n            \"ItemNumber\": \"35623\",\n            \"Description\": \"Endometrial ablation and resection of myoma or uterine septum (or both), using hysteroscopic guided electrosurgery or laser energy, for abnormal uterine bleeding, with or without endometrial sampling (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"955.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-05-01\"\n        },\n        {\n            \"ItemNumber\": \"35626\",\n            \"Description\": \"Hysteroscopy for investigation of suspected intrauterine pathology, with or without local anaesthesia, including any associated endometrial biopsy, not being a service associated with a service to which item 35630 applies\\n\",\n            \"ScheduleFee\": \"261.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-04-01\"\n        },\n        {\n            \"ItemNumber\": \"35630\",\n            \"Description\": \"Hysteroscopy for investigation of suspected intrauterine pathology if performed under general anaesthesia, including any associated endometrial biopsy, not being a service associated with a service to which item 35626 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"213.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35631\",\n            \"Description\": \"Operative laparoscopy, including any of the following:(a) unilateral or bilateral ovarian cystectomy;(b) salpingo-oophorectomy;(c) salpingectomy for tubal pathology (including ectopic pregnancy by tubal removal or salpingostomy, but excluding sterilisation);(d) excision of mild endometriosis;not being a service associated with a service to which any other intraperitoneal or retroperitoneal procedure item (other than item 30724 or 30725) applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"830.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2022-03-01\"\n        },\n        {\n            \"ItemNumber\": \"35632\",\n            \"Description\": \"Complicated operative laparoscopy, including either or both of the following:(a) excision of moderate endometriosis;(b) laparoscopic myomectomy for a myoma of at least 4cm, including incision and repair of the uterus;not being a service associated with a service to which any other intraperitoneal or retroperitoneal procedure item (other than item 30724 or 30725 or 35658) applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1037.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2022-03-01\"\n        },\n        {\n            \"ItemNumber\": \"35633\",\n            \"Description\": \"Hysteroscopy, under visual guidance, including any of the following:(a) removal of an intra-uterine device;(b) removal of polyps by any method;(c) division of minor intrauterine adhesions (Anaes.)\\n\",\n            \"ScheduleFee\": \"254.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35635\",\n            \"Description\": \"Hysteroscopy involving division of:(a) a uterine septum; or(b) moderate to severe intrauterine adhesions (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"349.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"35636\",\n            \"Description\": \"Hysteroscopy, resection of myoma or myoma and uterine septum (if both are performed) (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"505.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35637\",\n            \"Description\": \"Operative laparoscopy, including any of the following: (a) excision or ablation of minimal endometriosis; (b) division of pathological adhesions; (c) sterilisation by application of clips, division, destruction or removal of tubes; not being a service associated with another laparoscopic procedure (H) NOTE: Strict legal requirements apply in relation to sterilisation procedures on minors. Medicare benefits are not payable for services not rendered in accordance with relevant Commonwealth and State and Territory law. Observe the explanatory note before submitting a claim. (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"474.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-04-01\"\n        },\n        {\n            \"ItemNumber\": \"35640\",\n            \"Description\": \"Uterus, curettage of, with or without dilation (including curettage for incomplete miscarriage), if performed under:(a) general anaesthesia; or(b) epidural or spinal (intrathecal) nerve block; or(c) sedation;including procedures (if performed) to which item 35626 or 35630 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"213.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35641\",\n            \"Description\": \"Severe endometriosis, laparoscopic resection of, involving 2 of the following procedures:(a) resection of the pelvic side wall including dissection of endometriosis or scar tissue from the ureter;(b) resection of the Pouch of Douglas; (c) resection of an ovarian endometrioma greater than 2 cm in diameter;(d) dissection of bowel from uterus from the level of the endocervical junction or above (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1449.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"35643\",\n            \"Description\": \"Evacuation of the contents of the gravid uterus by curettage or suction curettage, if performed under:(a) local anaesthesia; or(b) general anaesthesia; or(c) epidural or spinal (intrathecal) nerve block; or(d) sedation;including procedures (if performed) to which item 35626 or 35630 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"254.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35644\",\n            \"Description\": \"Cervix, ablation by electrocoagulation diathermy, laser or cryotherapy, with colposcopy, including any local anaesthesia and biopsies, for previously biopsy confirmed HSIL (CIN 2/3) in a patient with a Type 1 or 2 (completely visible) transformation zone, if there is:(a) no evidence of invasive or glandular disease; and(b) no discordance between cytology and previous histology;not being a service associated with a service to which item 35647 or 35648 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"237.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-04-01\"\n        },\n        {\n            \"ItemNumber\": \"35645\",\n            \"Description\": \"Cervix, ablation by electrocoagulation diathermy, laser or cryotherapy, with colposcopy, including any local anaesthesia or biopsies, in conjunction with ablative therapy of additional areas of biopsy proven high grade intraepithelial lesions of one or more sites of the vagina, vulva, urethra or anus, for previously biopsy confirmed HSIL (CIN2/3) in a patient with a Type 1 of 2 (completely visible) transformation zone, if there is:(a) no evidence of invasive or glandular disease; and(b) no discordance between cytology and previous histology;not being a service associated with a service to which item 35647 or 35648 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"371.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-04-01\"\n        },\n        {\n            \"ItemNumber\": \"35647\",\n            \"Description\": \"Cervix, complete excision of the endocervical transformation zone, using large loop or laser therapy, including any local anaesthesia and biopsies (Anaes.)\\n\",\n            \"ScheduleFee\": \"237.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-04-01\"\n        },\n        {\n            \"ItemNumber\": \"35648\",\n            \"Description\": \"Cervix, complete excision of the endocervical transformation zone, using large loop or laser therapy, including any local anaesthesia and biopsies, in conjunction with ablative treatment of additional areas of biopsy-proven high grade intraepithelial lesions of one or more sites of the vagina, vulva, urethra or anus (Anaes.)\\n\",\n            \"ScheduleFee\": \"371.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-04-01\"\n        },\n        {\n            \"ItemNumber\": \"35649\",\n            \"Description\": \"Myomectomy, one or more myomas, when undertaken by an open abdominal approach (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"625.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35653\",\n            \"Description\": \"Hysterectomy, abdominal, with or without removal of fallopian tubes and ovaries (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"787.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35657\",\n            \"Description\": \"Hysterectomy, vaginal, with or without uterine curettage, inclusive of posterior culdoplasty, not being a service associated with a service to which item 35673 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"787.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35658\",\n            \"Description\": \"Uterus (at least equivalent in size to a 10 week gravid uterus), debulking of, prior to vaginal or laparoscopic removal at hysterectomy or myoma of at least 4 cm removed by laparoscopy when retrieved from the abdomen (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"485.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-11-01\"\n        },\n        {\n            \"ItemNumber\": \"35661\",\n            \"Description\": \"Hysterectomy, abdominal, that concurrently requires extensive retroperitoneal dissection with exposure of one or both ureters and complex side wall dissection, including when performed with one or more of the following procedures:(a) salpingectomy;(b) oophorectomy;(c) excision of ovarian cyst(H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1968.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35667\",\n            \"Description\": \"Radical hysterectomy or radical trachelectomy (with or without excision of uterine adnexae) for proven malignancy, including excision of any one or more of the following:(a) parametrium;(b) paracolpos;(c) upper vagina;(d) contiguous pelvic peritoneum;utilising nerve sparing techniques and involving ureterolysis, if performed (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1858.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35668\",\n            \"Description\": \"Hysterectomy, radical (with or without excision of uterine adnexae) including excision of any one or more of the following:(a) parametrium;(b) paracolpos;(c) upper vagina;(d) contiguous pelvic peritoneum;utilising nerve sparing techniques and involving ureterolysis, if performed in a patient with malignancy and previous pelvic radiation or chemotherapy treatment (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2159.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2022-03-01\"\n        },\n        {\n            \"ItemNumber\": \"35669\",\n            \"Description\": \"Hysterectomy, peripartum, performed for histologically proven placenta increta or percreta, or placenta accreta, if the patient has been referred to another practitioner for the management of severe intractable peripartum haemorrhage (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2159.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2022-03-01\"\n        },\n        {\n            \"ItemNumber\": \"35671\",\n            \"Description\": \"Hysterectomy, peripartum, for ongoing intractable haemorrhage where other haemorrhage control techniques have failed, for the purpose of providing lifesaving emergency treatment, not being a service associated with a service to which item 35667, 35668 or 35669 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1694.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2022-03-01\"\n        },\n        {\n            \"ItemNumber\": \"35673\",\n            \"Description\": \"Hysterectomy, vaginal, with or without uterine curettage, with salpingectomy, oophorectomy or excision of ovarian cyst, one or more, one or both sides, inclusive of a posterior culdoplasty, not being a service associated with a service to which item 35657 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"884.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35674\",\n            \"Description\": \"Ultrasound guided needling and injection of ectopic pregnancy (H)\\n\",\n            \"ScheduleFee\": \"242.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"35680\",\n            \"Description\": \"Bicornuate uterus, plastic reconstruction for (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"678.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35691\",\n            \"Description\": \"STERILISATION BY INTERRUPTION OF FALLOPIAN TUBES, when performed in conjunction with Caesarean section NOTE: Strict legal requirements apply in relation to sterilisation procedures on minors. Medicare benefits are not payable for services not rendered in accordance with relevant Commonwealth and State and Territory law. Observe the explantory note before submitting a claim. (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"185.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35694\",\n            \"Description\": \"Tuboplasty (salpingostomy or salpingolysis), unilateral or bilateral, one or more procedures (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"743.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35697\",\n            \"Description\": \"Microsurgical or laparoscopic tuboplasty (salpingostomy, salpingolysis or tubal implantation into uterus), UNILATERAL or BILATERAL, 1 or more procedures (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1103.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35700\",\n            \"Description\": \"FALLOPIAN TUBES, unilateral microsurgical or laparoscopic anastomosis of (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"851.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35703\",\n            \"Description\": \"HYDROTUBATION OF FALLOPIAN TUBES as a nonrepetitive procedure (Anaes.)\\n\",\n            \"ScheduleFee\": \"78.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35717\",\n            \"Description\": \"Laparotomy, involving oophorectomy, salpingectomy, salpingo-oophorectomy, removal of ovarian, parovarian, fimbrial or broad ligament cyst—one or more such procedures, unilateral or bilateral, including adhesiolysis, for benign disease (including ectopic pregnancy by tubal removal or salpingostomy), not being a service associated with hysterectomy (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"995.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35720\",\n            \"Description\": \"Radical debulking, involving the radical excision of a macroscopically disseminated gynaecological malignancy from the pelvic cavity, including resection of peritoneum from the following:(a) the pelvic side wall;(b) the pouch of Douglas;(c) the bladder;for macroscopic disease confined to the pelvis, not being a service associated with a service to which item 35721 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1860.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35721\",\n            \"Description\": \"Radical debulking, involving the radical excision of a macroscopically disseminated gynaecological malignancy from the abdominal and pelvic cavity, where cancer has extended beyond the pelvis, including any of the following:(a) resection of peritoneum over any of the following: (i) the diaphragm; (ii) the paracolic gutters; (iii) the greater or lesser omentum; (iv) the porta hepatis;(b) cytoreduction of recurrent gynaecological malignancy from the abdominal cavity following previous abdominal surgery, radiation or chemotherapy;(c) cytoreduction of recurrent gynaecological malignancy from the pelvic cavity following previous pelvic surgery, radiation or chemotherapy;not being a service to which a service associated with a service to which item 35720 or 35726 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3721.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2022-03-01\"\n        },\n        {\n            \"ItemNumber\": \"35723\",\n            \"Description\": \"Para-aortic lymph node dissection from above the level of the aortic bifurcation (unilateral), for staging or restaging of gynaecological malignancy (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1618.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35724\",\n            \"Description\": \"Para-aortic lymph node dissection (pelvic or above the aortic bifurcation) after prior similar dissection, radiotherapy or chemotherapy for malignancy (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2434.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2022-03-01\"\n        },\n        {\n            \"ItemNumber\": \"35726\",\n            \"Description\": \"Infra-colic omentectomy, with or without multiple peritoneal biopsies, for staging or restaging of gynaecological malignancy, not being a service associated with a service to which item 35721 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"563.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"35729\",\n            \"Description\": \"OVARIAN TRANSPOSITION out of the pelvis, in conjunction with radical hysterectomy for invasive malignancy (Anaes.)\\n\",\n            \"ScheduleFee\": \"254.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"35730\",\n            \"Description\": \"Ovarian repositioning for one or both ovaries to preserve ovarian function, prior to gonadotoxic radiotherapy when the treatment volume and dose of radiation have a high probability of causing infertility (Anaes.)\\n\",\n            \"ScheduleFee\": \"254.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2017-05-01\"\n        },\n        {\n            \"ItemNumber\": \"35750\",\n            \"Description\": \"Hysterectomy, laparoscopic assisted vaginal, by any approach, including any endometrial sampling, with or without removal of the tubes or ovarian cystectomy or removal of the ovaries and tubes due to other pathology, not being a service associated with a service to which item 35595 or 35673 applies. (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"915.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1997-05-01\"\n        },\n        {\n            \"ItemNumber\": \"35751\",\n            \"Description\": \"Hysterectomy, laparoscopic, by any approach, including any endometrial sampling, with or without removal of the tubes, not being a service associated with a service to which item 35595 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"915.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2022-03-01\"\n        },\n        {\n            \"ItemNumber\": \"35753\",\n            \"Description\": \"Hysterectomy, complex laparoscopic, by any approach, including endometrial sampling, with either or both of the following procedures:(a) unilateral or bilateral salpingo-oophorectomy (excluding salpingectomy);(b) excision of moderate endometriosis or ovarian cyst;including any associated laparoscopy, not being a service associated with a service to which item 35595 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1012.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1997-05-01\"\n        },\n        {\n            \"ItemNumber\": \"35754\",\n            \"Description\": \"Hysterectomy, complex laparoscopic, by any approach, that concurrently requires either extensive retroperitoneal dissection or complex side wall dissection, or both, with any of the following procedures (if performed):(a) endometrial sampling; (b) unilateral or bilateral salpingectomy, oophorectomy or salpingo-oophorectomy;(c) excision of ovarian cyst; (d) any other associated laparoscopy; not being a service associated with a service to which item 35595 or 35641 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1955.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-05-01\"\n        },\n        {\n            \"ItemNumber\": \"35756\",\n            \"Description\": \"Hysterectomy, laparoscopic, by any approach, if the procedure is completed by open hysterectomy for control of bleeding or extensive pathology, including any associated laparoscopy, not being a service associated with a service to which item 35595 or 35641 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1669.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1997-05-01\"\n        },\n        {\n            \"ItemNumber\": \"35759\",\n            \"Description\": \"Procedure for the control of post operative haemorrhage following gynaecological surgery, under general anaesthesia, utilising a vaginal, abdominal or laparoscopic approach if no other procedure is performed (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"657.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"36502\",\n            \"Description\": \"PELVIC LYMPHADENECTOMY, open or laparoscopic, or both, unilateral or bilateral (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"797.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1997-11-01\"\n        },\n        {\n            \"ItemNumber\": \"36503\",\n            \"Description\": \"RENAL TRANSPLANT (not being a service to which item 36506 or 36509 applies) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1622.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36504\",\n            \"Description\": \"Rigid cystoscopy using blue light with hexaminolevulinate as an adjunct to white light, including catheterisation, with biopsy of bladder, not being a service associated with a service to which item 36505, 36507, 36508, 36812, 36830, 36836, 36840, 36845, 36848, 36854, 37203 or 37215 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"343.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2019-05-01\"\n        },\n        {\n            \"ItemNumber\": \"36505\",\n            \"Description\": \"RIGID CYSTOSCOPY using blue light with hexaminolevulinate as an adjunct to white light, including catheterisation, with urethroscopy with or without urethral dilatation, not being a service associated with any other urological endoscopic procedure on the lower urinary tract except a service to which item 37327 applies. (Anaes.)\\n\",\n            \"ScheduleFee\": \"270.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2019-05-01\"\n        },\n        {\n            \"ItemNumber\": \"36506\",\n            \"Description\": \"RENAL TRANSPLANT, performed by vascular surgeon and urologist operating together vascular anastomosis including aftercare (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1078.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36507\",\n            \"Description\": \"Rigid cystoscopy using blue light with hexaminolevulinate as an adjunct to white light, including catheterisation, with diathermy, resection or visual laser destruction of bladder tumour or other lesion of the bladder, not being a service to which item 36840 or 36845 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"452.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2019-05-01\"\n        },\n        {\n            \"ItemNumber\": \"36508\",\n            \"Description\": \"Rigid cystoscopy using blue light with hexaminolevulinate as an adjunct to white light, including catheterisation, with diathermy, resection or visual laser destruction of multiple tumours in more than 2 quadrants of the bladder or solitary tumour greater than 2 cm in diameter, not being a service to which item 36845 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"882.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2019-05-01\"\n        },\n        {\n            \"ItemNumber\": \"36509\",\n            \"Description\": \"RENAL TRANSPLANT, performed by vascular surgeon and urologist operating together ureterovesical anastomosis including aftercare (Assist.)\\n\",\n            \"ScheduleFee\": \"913.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36516\",\n            \"Description\": \"Nephrectomy, complete, by open, laparoscopic or robot-assisted approach, other than a service associated with a service to which item 30390 or 30627 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1078.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36519\",\n            \"Description\": \"Nephrectomy, complete, by open, laparoscopic or robot-assisted approach, complicated by previous surgery on the same kidney, other than a service associated with a service to which item 30390 or 30627 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1506.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36522\",\n            \"Description\": \"Nephrectomy, partial, by open, laparoscopic or robot-assisted approach, other than a service associated with a service to which item 30390 or 30627 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1292.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36525\",\n            \"Description\": \"Nephrectomy, partial, by open, laparoscopic or robot‑assisted approach: (a) if complicated by previous surgery or ablative procedure on the same kidney; or (b) for a patient with a solitary functioning kidney; or (c) for a patient with an estimated glomerular filtration rate (eGFR) of less than 60ml/min/1.73m2; other than a service associated with a service to which item 30390 or 30627 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1836.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36528\",\n            \"Description\": \"Nephrectomy, radical, by open, laparoscopic or robot-assisted approach, with or without en bloc dissection of lymph nodes, with or without adrenalectomy, for a tumour less than 10 cm in diameter, other than a service associated with a service to which item 30390 or 30627 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1506.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36529\",\n            \"Description\": \"Nephrectomy, radical, by open, laparoscopic or robot‑assisted approach, with or without en bloc dissection of lymph nodes, with or without adrenalectomy: (a) for a tumour 10 cm or more in diameter; or (b) if complicated by previous open or laparoscopic surgery on the same kidney; other than a service associated with a service to which item 30390 or 30627 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1858.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-05-01\"\n        },\n        {\n            \"ItemNumber\": \"36530\",\n            \"Description\": \"Renal cell carcinoma, not more than 4 cm in diameter, destruction of, by percutaneous, laparoscopic or open cryoablation (including any associated imaging services), if: (a) malignancy has previously been confirmed by histopathological examination; and (b) a multi‑disciplinary team has reviewed treatment options for the patient and assessed that partial nephrectomy is not suitable; and (c) the service is not a service associated with a service to which item 36522 or 36525 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"944.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2022-11-01\"\n        },\n        {\n            \"ItemNumber\": \"36531\",\n            \"Description\": \"Nephroureterectomy, complete, by open, laparoscopic or robot-assisted approach, including associated bladder repair and any associated endoscopic procedure, other than a service associated with a service to which item 30390 or 30627 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1350.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36532\",\n            \"Description\": \"Nephroureterectomy, for tumour, by open, laparoscopic or robot-assisted approach, with or without en bloc dissection of lymph nodes, including associated bladder repair and any associated endoscopic procedures, other than a service to which item 36533 applies or a service associated with a service to which item 30390 or 30627 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1938.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-05-01\"\n        },\n        {\n            \"ItemNumber\": \"36533\",\n            \"Description\": \"Nephroureterectomy, for tumour, by open, laparoscopic or robot-assisted approach, with or without en bloc dissection of lymph nodes, including associated bladder repair and any associated endoscopic procedures, if complicated by previous open or laparoscopic surgery on the same kidney or ureter, other than a service associated with a service to which item 30390 or 30627 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2291.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-05-01\"\n        },\n        {\n            \"ItemNumber\": \"36537\",\n            \"Description\": \"KIDNEY OR PERINEPHRIC AREA, EXPLORATION OF, with or without drainage of, by open exposure, not being a service to which another item in this Sub-group applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"806.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36543\",\n            \"Description\": \"Nephrolithotomy or pyelolithotomy, or both, extended, for one or more renal stones, including one or more of nephrostomy, pyelostomy, pedicle control with or without freezing, calyorrhaphy or pyeloplasty (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1506.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36546\",\n            \"Description\": \"Extracorporeal shock wave lithotripsy (ESWL) to urinary tract and post‑treatment care for 3 days, including pre‑treatment consultations, unilateral (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"806.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36549\",\n            \"Description\": \"Ureterolithotomy, by open, laparoscopic or robot-assisted approach (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"971.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36552\",\n            \"Description\": \"NEPHROSTOMY or pyelostomy, open, as an independent procedure (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"864.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36558\",\n            \"Description\": \"Renal cyst or cysts, excision or unroofing of (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"758.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36561\",\n            \"Description\": \"Renal biopsy, performed under image guidance (closed) (Anaes.)\\n\",\n            \"ScheduleFee\": \"201.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36564\",\n            \"Description\": \"Pyeloplasty, (plastic reconstruction of the pelvi-ureteric junction) by open, laparoscopic or robot-assisted approach, with or without the use of a retroperitoneal approach (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1078.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36567\",\n            \"Description\": \"Pyeloplasty in a kidney that is congenitally abnormal (in addition to the presence of pelvi-ureteric junction obstruction), or in a solitary kidney, by open, laparoscopic or robot-assisted approach, with or without the use of a retroperitoneal approach (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1185.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36570\",\n            \"Description\": \"Pyeloplasty, complicated by previous surgery on the same kidney, by open, laparoscopic or robot-assisted approach, with or without the use of a retroperitoneal approach (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1506.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36573\",\n            \"Description\": \"DIVIDED URETER, repair of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1078.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36576\",\n            \"Description\": \"Kidney, exposure and exploration of, including repair or nephrectomy, for trauma, by open, laparoscopic or robot‑assisted approach, other than a service associated with: (a) any other procedure performed on the kidney, renal pelvis or renal pedicle; or (b) a service to which item 30390 or 30627 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1350.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36579\",\n            \"Description\": \"Ureterectomy, complete or partial: (a) for a tumour within the ureter, proven by histopathology at the time of surgery; or (b) for congenital anomaly; with or without associated bladder repair (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"864.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36585\",\n            \"Description\": \"URETER, transplantation of, into skin (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"864.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36588\",\n            \"Description\": \"URETER, reimplantation into bladder (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1078.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36591\",\n            \"Description\": \"URETER, reimplantation into bladder with psoas hitch or Boari flap or both (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1292.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36594\",\n            \"Description\": \"URETER, transplantation of, into intestine (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1078.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36597\",\n            \"Description\": \"URETER, transplantation of, into another ureter (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1078.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36600\",\n            \"Description\": \"Ureter, transplantation of, into isolated intestinal segment, unilateral (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1292.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36603\",\n            \"Description\": \"URETERS, transplantation of, into isolated intestinal segment, bilateral (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1506.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36604\",\n            \"Description\": \"Ureteric stent, passage of through percutaneous nephrostomy tube, using interventional radiology techniques, but not including imaging (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"312.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1997-05-01\"\n        },\n        {\n            \"ItemNumber\": \"36606\",\n            \"Description\": \"INTESTINAL URINARY RESERVOIR, continent, formation of, including formation of nonreturn valves and implantation of ureters (1 or both) into reservoir (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2701.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36607\",\n            \"Description\": \"Ureteric stent insertion of, with balloon dilatation of: (a) the pelvicalyceal system; or (b) ureter; or (c) the pelvicalyceal system and ureter; through a nephrostomy tube using interventional radiology techniques, but not including imaging (Anaes.)\\n\",\n            \"ScheduleFee\": \"805.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2005-05-01\"\n        },\n        {\n            \"ItemNumber\": \"36608\",\n            \"Description\": \"Ureteric stent, exchange of, percutaneously through either the ileal conduit or bladder, using interventional radiology techniques, but not including imaging, not being a service associated with a service to which items 36811 to 36854 apply (Anaes.)\\n\",\n            \"ScheduleFee\": \"312.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2005-05-01\"\n        },\n        {\n            \"ItemNumber\": \"36609\",\n            \"Description\": \"Intestinal urinary conduit, reservoir or ureterostomy, revision of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"864.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36610\",\n            \"Description\": \"Intestinal urinary conduit, incontinent, formation of (including associated small bowel resection and anastomosis), including implantation of one or both ureters into reservoir (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2070.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2020-11-01\"\n        },\n        {\n            \"ItemNumber\": \"36611\",\n            \"Description\": \"Intestinal urinary reservoir, continent, formation of (including associated small bowel resection and anastomosis), including formation of non-return valves and implantation of one or both ureters into reservoir, performed by open, laparoscopic or robot-assisted approach (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3266.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2020-11-01\"\n        },\n        {\n            \"ItemNumber\": \"36612\",\n            \"Description\": \"URETER, exploration of, with or without drainage of, as an independent procedure (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"758.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36615\",\n            \"Description\": \"Ureterolysis, unilateral, with or without repositioning of the ureter, for obstruction of the ureter, if: (a) the obstruction: (i) is evident either radiologically or by proximal ureteric dilatation at operation; and (ii) is secondary to retroperitoneal fibrosis; and (b) there is biopsy proven fibrosis, endometriosis or cancer at the site of the obstruction at time of surgery (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"864.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36618\",\n            \"Description\": \"REDUCTION URETEROPLASTY (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"758.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36621\",\n            \"Description\": \"CLOSURE OF CUTANEOUS URETEROSTOMY (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"541.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36624\",\n            \"Description\": \"Nephrostomy, percutaneous, using interventional radiology techniques, but not including imaging (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"651.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36627\",\n            \"Description\": \"Nephroscopy, percutaneous, with or without any one or more of; stone extraction, biopsy or diathermy, not being a service to which item 36639 or 36645 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"806.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36633\",\n            \"Description\": \"Nephroscopy, percutaneous, with incision of any one or more of renal pelvis, calyx or calyces or ureter and including antegrade insertion of ureteric stent, other than a service associated with a service to which item 36627, 36639 or 36645 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"864.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36636\",\n            \"Description\": \"Nephroscopy, percutaneous, with incision of any one or more of; renal pelvis, calyx or calyces or ureter and including antegrade insertion of ureteric stent, being a service associated with a service to which item 36627, 36639 or 36645 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"466.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36639\",\n            \"Description\": \"Nephroscopy, percutaneous, with destruction and extraction of one or two stones using ultrasound or electrohydraulic shock waves or lasers, other than a service to which item 36645 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"971.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36645\",\n            \"Description\": \"NEPHROSCOPY, percutaneous, with removal or destruction of a stone greater than 3 cm in any dimension, or for 3 or more stones (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1243.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36649\",\n            \"Description\": \"Nephrostomy drainage tube, exchange of, using interventional radiology techniques, but not including imaging (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"312.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-04-01\"\n        },\n        {\n            \"ItemNumber\": \"36650\",\n            \"Description\": \"Nephrostomy tube, removal of, using interventional radiology techniques, but not including imaging, if the ureter has been stented with a double J ureteric stent and that stent is left in place (Anaes.)\\n\",\n            \"ScheduleFee\": \"174.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2005-05-01\"\n        },\n        {\n            \"ItemNumber\": \"36652\",\n            \"Description\": \"PYELOSCOPY, retrograde, of one collecting system, with or without any one or more of, cystoscopy, ureteric meatotomy, ureteric dilatation, not being a service associated with a service to which item 36803, 36812 or 36824 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"758.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-05-01\"\n        },\n        {\n            \"ItemNumber\": \"36654\",\n            \"Description\": \"PYELOSCOPY, retrograde, of one collecting system, being a service to which item 36652 applies, plus 1 or more of extraction of stone from the renal pelvis or calyces, or biopsy or diathermy of the renal pelvis or calyces, not being a service associated with a service to which item 36656 applies to a procedure performed in the same collecting system (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"971.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-05-01\"\n        },\n        {\n            \"ItemNumber\": \"36656\",\n            \"Description\": \"PYELOSCOPY, retrograde, of one collecting system, being a service to which item 36652 applies, plus extraction of 2 or more stones in the renal pelvis or calyces or destruction of stone with ultrasound, electrohydraulic or kinetic lithotripsy, or laser in the renal pelvis or calyces, with or without extraction of fragments, not being a service associated with a service to which item 36654 applies to a procedure performed in the same collecting system (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1243.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-05-01\"\n        },\n        {\n            \"ItemNumber\": \"36663\",\n            \"Description\": \"Both: (a) percutaneous placement of sacral nerve lead or leads using fluoroscopic guidance, or open placement of sacral nerve lead or leads; and (b) intra‑operative test stimulation, to manage: (i) detrusor over‑activity that has been refractory to at least 12 months conservative non‑surgical treatment; or (ii) non‑obstructive urinary retention that has been refractory to at least 12 months conservative non‑surgical treatment (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"771.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2010-05-01\"\n        },\n        {\n            \"ItemNumber\": \"36664\",\n            \"Description\": \"Both: (a) percutaneous repositioning of sacral nerve lead or leads using fluoroscopic guidance, or open repositioning of sacral nerve lead or leads; and (b) intra‑operative test stimulation, to correct displacement or unsatisfactory positioning, if inserted for the management of: (i) detrusor over‑activity that has been refractory to at least 12 months conservative non‑surgical treatment; or (ii) non‑obstructive urinary retention that has been refractory to at least 12 months conservative non‑surgical treatment; other than a service to which item 36663 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"692.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2010-05-01\"\n        },\n        {\n            \"ItemNumber\": \"36665\",\n            \"Description\": \"Sacral nerve electrode or electrodes, management and adjustment of the pulse generator by a medical practitioner, to manage detrusor overactivity or non obstructive urinary retention - each day\\n\",\n            \"ScheduleFee\": \"146.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2010-05-01\"\n        },\n        {\n            \"ItemNumber\": \"36666\",\n            \"Description\": \"Pulse generator, subcutaneous placement of, and placement and connection of extension wire or wires to sacral nerve electrode or electrodes, for the management of: (a) detrusor over‑activity that has been refractory to at least 12 months conservative non‑surgical treatment; or (b) non‑obstructive urinary retention that has been refractory to at least 12 months conservative non‑surgical treatment (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"389.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2010-05-01\"\n        },\n        {\n            \"ItemNumber\": \"36667\",\n            \"Description\": \"Sacral nerve lead or leads, removal of, if the lead was inserted to manage:(a) detrusor over‑activity that has been refractory to at least 12 months conservative non‑surgical treatment; or (b) non‑obstructive urinary retention that has been refractory to at least 12 months conservative non‑surgical treatment (Anaes.)\\n\",\n            \"ScheduleFee\": \"182.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2010-05-01\"\n        },\n        {\n            \"ItemNumber\": \"36668\",\n            \"Description\": \"Pulse generator, removal of, if the pulse generator was inserted to manage:(a) detrusor over‑activity that has been refractory to at least 12 months conservative non‑surgical treatment; or (b) non‑obstructive urinary retention that has been refractory to at least 12 months conservative non‑surgical treatment (Anaes.)\\n\",\n            \"ScheduleFee\": \"182.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2010-05-01\"\n        },\n        {\n            \"ItemNumber\": \"36671\",\n            \"Description\": \"Percutaneous tibial nerve stimulation, initial treatment protocol, for the treatment of overactive bladder, by a specialist urologist, gynaecologist or urogynaecologist, if: (a) the patient has been diagnosed with idiopathic overactive bladder; and (b) the patient has been refractory to, is contraindicated or otherwise not suitable for conservative treatments (including anti‑cholinergic agents); and (c) the patient is contraindicated or otherwise not a suitable candidate for botulinum toxin type A therapy; and (d) the patient is contraindicated or otherwise not a suitable candidate for sacral nerve stimulation; and (e) the patient is willing and able to comply with the treatment protocol; and (f) the initial treatment protocol comprises 12 sessions, delivered over a 3 month period; and (g) each session lasts for a minimum of 45 minutes, of which neurostimulation lasts for 30 minutes. For each patient—applicable only once, unless the patient achieves at least a 50% reduction in overactive bladder symptoms from baseline at any time during the 3 month treatment period. Not applicable for a service associated with a service to which item 36672 or 36673 applies\\n\",\n            \"ScheduleFee\": \"233.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"36672\",\n            \"Description\": \"Percutaneous tibial nerve stimulation, tapering treatment protocol, for the treatment of overactive bladder, including any associated consultation at the time the percutaneous tibial nerve stimulation treatment is administered, if: (a) the patient responded to the percutaneous tibial nerve stimulation initial treatment protocol and has achieved at least a 50% reduction in overactive bladder symptoms from baseline at any time during the treatment period for the initial treatment protocol; and (b) the tapering treatment protocol comprises no more than 5 sessions, delivered over a 3 month period, and the interval between sessions is adjusted with the aim of sustaining therapeutic benefit of the treatment; and (c) each session lasts for a minimum of 45 minutes, of which neurostimulation lasts for 30 minutes. Not applicable for a service associated with a service to which item 36671 or 36673 applies\\n\",\n            \"ScheduleFee\": \"233.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"36673\",\n            \"Description\": \"Percutaneous tibial nerve stimulation, maintenance treatment protocol, for the treatment of overactive bladder, including any associated consultation at the time the percutaneous tibial nerve stimulation treatment is administered, if: (a) the patient responded to the percutaneous tibial nerve stimulation initial treatment protocol and to the tapering treatment protocol, and has achieved at least a 50% reduction in overactive bladder symptoms from baseline at any time during the treatment period for the initial treatment protocol; and (b) the maintenance treatment protocol comprises no more than 12 sessions, delivered over a 12 month period, and the interval between sessions is adjusted with the aim of sustaining therapeutic benefit of the treatment; and (c) each session lasts for a minimum of 45 minutes, of which neurostimulation lasts for 30 minutes. Not applicable for service associated with a service to which item 36671 or 36672 applies\\n\",\n            \"ScheduleFee\": \"233.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"36800\",\n            \"Description\": \"BLADDER, catheterisation of, where no other procedure is performed (Anaes.)\\n\",\n            \"ScheduleFee\": \"32.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36803\",\n            \"Description\": \"Ureteroscopy, of one ureter, with or without any one or more of cystoscopy, ureteric meatotomy, or ureteric dilatation, other than a service associated with a service to which item 36652, 36654, 36656, 36806, 36809, 36812, 36824 or 36848 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"544.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36806\",\n            \"Description\": \"Ureteroscopy, of one ureter: (a) with or without one or more of the following: (i) cystoscopy; (ii) endoscopic incision of pelviureteric junction or ureteric stricture; (iii) ureteric meatotomy; (iv) ureteric dilatation; and (b) with either or both of the following: (i) extraction of stone from the ureter; (ii) biopsy or diathermy of the ureter; other than: (c) a service associated with a service to which item 36803 or 36812 applies; or (d) a service associated with a service, performed on the same ureter, to which item 36809, 36824 or 36848 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"758.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36809\",\n            \"Description\": \"Ureteroscopy, of one ureter, with or without any one or more of, cystoscopy, ureteric meatotomy or ureteric dilatation, plus destruction of stone in the ureter with ultrasound, electrohydraulic or kinetic lithotripsy, or laser, with or without extraction of fragments, not being a service associated with a service to which item 36803 or 36812 applies, or a service associated with a service to which item 36806, 36824 or 36848 applies to a procedure performed on the same ureter (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"971.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36811\",\n            \"Description\": \"Cystoscopy, with insertion of one or more urethral or prostatic prostheses, other than a service associated with a service to which item 37203, 37207 or 37230 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"377.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1997-05-01\"\n        },\n        {\n            \"ItemNumber\": \"36812\",\n            \"Description\": \"Either or both of cystoscopy and urethroscopy, with or without urethral dilatation, other than a service associated with any other urological endoscopic procedure on the lower urinary tract (Anaes.)\\n\",\n            \"ScheduleFee\": \"194.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36815\",\n            \"Description\": \"CYSTOSCOPY, with or without urethroscopy, for the treatment of penile warts or uretheral warts, not being a service associated with a service to which item 30189 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"277.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36818\",\n            \"Description\": \"Cystoscopy, with ureteric catheterisation, unilateral or bilateral, guided by fluoroscopic imaging of the upper urinary tract, other than a service associated with a service to which item 36824 or 36830 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"322.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36821\",\n            \"Description\": \"Cystoscopy with one or more of ureteric dilatation, insertion of ureteric stent, or brush biopsy of ureter or of renal pelvis, unilateral (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"377.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36822\",\n            \"Description\": \"Cystoscopy, with ureteric catheterisation, unilateral: (a) guided by fluoroscopic imaging of the upper urinary tract; and (b) including one or more of ureteric dilatation, insertion of ureteric stent, or brush biopsy of ureter or of renal pelvis; other than a service associated with a service to which item 36818, 36821 or 36830 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"538.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2020-11-01\"\n        },\n        {\n            \"ItemNumber\": \"36823\",\n            \"Description\": \"Cystoscopy, with removal of ureteric stent and ureteric catheterisation, unilateral: (a) guided by fluoroscopic imaging of the upper urinary tract; and (b) including either or both of the following: (i) ureteric dilatation; (ii) insertion of ureteric stent of ureter or of renal pelvis; other than a service associated with a service to which item 36818, 36821, 36830 or 36833 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"619.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2020-11-01\"\n        },\n        {\n            \"ItemNumber\": \"36824\",\n            \"Description\": \"Cystoscopy with ureteric catheterisation, unilateral or bilateral, other than a service associated with a service to which item 36818 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"248.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36827\",\n            \"Description\": \"Cystoscopy, with controlled hydro‑dilatation of the bladder, other than a service associated with a service to which item 37011 or 37245 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"268.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36830\",\n            \"Description\": \"CYSTOSCOPY, with ureteric meatotomy (Anaes.)\\n\",\n            \"ScheduleFee\": \"237.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36833\",\n            \"Description\": \"Cystoscopy with removal of ureteric stent or other foreign body in the lower urinary tract, unilateral (Anaes.)\\n\",\n            \"ScheduleFee\": \"322.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36836\",\n            \"Description\": \"Cystoscopy with biopsy of bladder, other than a service associated with a service to which item 36812, 36830, 36840, 36845, 36848, 36854, 37203 or 37215 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"268.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36840\",\n            \"Description\": \"Cystoscopy, with diathermy, resection or visual laser destruction of bladder tumour or other lesion of the bladder, for: (a) a tumour or lesion in only one quadrant of the bladder; or (b) a solitary tumour of not more than 2 cm in diameter; other than a service associated with a service to which item 36845 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"377.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2003-05-01\"\n        },\n        {\n            \"ItemNumber\": \"36842\",\n            \"Description\": \"Cystoscopy, with lavage of blood clots from bladder, including any associated cautery of prostate or bladder, other than a service associated with a service to which any of items 36812, 36827 to 36863 and 37203 apply (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"379.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36845\",\n            \"Description\": \"Cystoscopy, with diathermy, resection or visual laser destruction of: (a) multiple tumours in 2 or more quadrants of the bladder; or (b) a solitary bladder tumour of more than 2 cm in diameter (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"806.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36848\",\n            \"Description\": \"CYSTOSCOPY, with resection of ureterocele (Anaes.)\\n\",\n            \"ScheduleFee\": \"268.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36851\",\n            \"Description\": \"Cystoscopy, with injection into bladder wall, other than a service associated with a service to which item 18375 or 18379 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"268.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36854\",\n            \"Description\": \"CYSTOSCOPY, with endoscopic incision or resection of external sphincter, bladder neck or both (Anaes.)\\n\",\n            \"ScheduleFee\": \"544.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36860\",\n            \"Description\": \"Endoscopic examination of intestinal conduit or reservoir (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"194.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"36863\",\n            \"Description\": \"Litholapaxy, with or without cystoscopy (Anaes.)\\n\",\n            \"ScheduleFee\": \"544.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37000\",\n            \"Description\": \"BLADDER, partial excision of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"864.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37004\",\n            \"Description\": \"BLADDER, repair of rupture (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"758.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37008\",\n            \"Description\": \"Open cystostomy or cystotomy, suprapubic, other than: (a) a service to which item 37011 applies; or (b) a service associated with a service to which item 37245 applies; or (c) another open bladder procedure (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"485.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37011\",\n            \"Description\": \"Suprapubic stab cystotomy, other than a service associated with a service to which item 36827 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"108.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37014\",\n            \"Description\": \"BLADDER, total excision of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1243.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37015\",\n            \"Description\": \"Bladder, total excision of, following previous open, laparoscopic or robot-assisted surgery, or radiation therapy or chemotherapy to the pelvis (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1492.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2020-11-01\"\n        },\n        {\n            \"ItemNumber\": \"37016\",\n            \"Description\": \"Cystectomy, including prostatectomy and pelvic lymph node dissection, other than a service associated with a service to which items 37000, 37014, 37015, 37209, 35551 or 36502 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2327.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2020-11-01\"\n        },\n        {\n            \"ItemNumber\": \"37018\",\n            \"Description\": \"Cystectomy, including prostatectomy and pelvic lymph node dissection, following previous open, laparoscopic or robot-assisted surgery, or radiation therapy or chemotherapy to the pelvis, other than a service associated with a service to which items 37000, 37014, 37015, 37016, 37209, 35551 or 36502 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3491.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2020-11-01\"\n        },\n        {\n            \"ItemNumber\": \"37019\",\n            \"Description\": \"Cystectomy, including anterior exenteration and pelvic lymph node dissection, other than a service associated with a service to which any of items 37000, 37014, 37015, 35551, 36502, and 35653 to 35756 apply (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2324.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2020-11-01\"\n        },\n        {\n            \"ItemNumber\": \"37020\",\n            \"Description\": \"BLADDER DIVERTICULUM, excision or obliteration of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"864.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37021\",\n            \"Description\": \"Cystectomy, including anterior exenteration and pelvic lymph node dissection, following previous open, laparoscopic or robot-assisted surgery, radiation therapy or chemotherapy to the pelvis, other than a service associated with a service to which any of items 37000, 37014, 37015, 35551, 36502 and 35653 to 35756 apply (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3487.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2020-11-01\"\n        },\n        {\n            \"ItemNumber\": \"37023\",\n            \"Description\": \"VESICAL FISTULA, cutaneous, operation for (Anaes.)\\n\",\n            \"ScheduleFee\": \"485.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37026\",\n            \"Description\": \"CUTANEOUS VESICOSTOMY, establishment of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"485.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37029\",\n            \"Description\": \"VESICOVAGINAL FISTULA, closure of, by abdominal approach (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1078.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37038\",\n            \"Description\": \"VESICOINTESTINAL FISTULA, closure of, excluding bowel resection (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"806.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37039\",\n            \"Description\": \"Bladder stress incontinence, sling procedure for, using a non-autologous biological sling (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"786.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2020-11-01\"\n        },\n        {\n            \"ItemNumber\": \"37040\",\n            \"Description\": \"Bladder stress incontinence, sling procedure for, using a non-adjustable synthetic male sling system, other than a service associated with a service to which item 37042 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1063.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2016-05-01\"\n        },\n        {\n            \"ItemNumber\": \"37041\",\n            \"Description\": \"BLADDER ASPIRATION by needle\\n\",\n            \"ScheduleFee\": \"54.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37042\",\n            \"Description\": \"Bladder stress incontinence—sling procedure for, using autologous fascial sling, including harvesting of sling, other than a service associated with a service to which item 35599 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1063.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-05-01\"\n        },\n        {\n            \"ItemNumber\": \"37044\",\n            \"Description\": \"Bladder stress incontinence, suprapubic operation for (such as Burch colposuspension), open or laparoscopic route, using native tissue without graft, with diagnostic cystoscopy to assess the integrity of the lower urinary tract, not being a service associated with a service to which item 35599 or 36812 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"904.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37045\",\n            \"Description\": \"CONTINENT CATHETERISATION BLADDER STOMAS (eg. Mitrofanoff), formation of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1666.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1997-05-01\"\n        },\n        {\n            \"ItemNumber\": \"37046\",\n            \"Description\": \"Suprapubic or perineal procedure for excision of graft material, either singly or in multiple pieces, for a symptomatic patient with graft related complications (including graft related pain or discharge and bleeding related to graft exposure), if not more than one service to which this item applies has been provided to the patient by the same practitioner in the preceding 12 months (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"807.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2020-11-01\"\n        },\n        {\n            \"ItemNumber\": \"37047\",\n            \"Description\": \"BLADDER ENLARGEMENT using intestine (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1943.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37048\",\n            \"Description\": \"Bladder neck closure for the management of urinary incontinence (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1078.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2020-11-01\"\n        },\n        {\n            \"ItemNumber\": \"37050\",\n            \"Description\": \"BLADDER EXSTROPHY CLOSURE, not involving sphincter reconstruction (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"864.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37053\",\n            \"Description\": \"BLADDER TRANSECTION AND RE-ANASTOMOSIS TO TRIGONE (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"999.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37200\",\n            \"Description\": \"Prostatectomy, by open, laparoscopic or robot-assisted approach (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1185.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37201\",\n            \"Description\": \"Prostate, transurethral radio-frequency needle ablation of, with or without cystoscopy and with or without urethroscopy, in patients with moderate to severe lower urinary tract symptoms who are not medically fit for transurethral resection of the prostate (that is, prostatectomy using diathermy or cold punch) and including services to which item 36854, 37203, 37207, 37208, 37245, 37303, 37321 or 37324 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"966.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2002-11-01\"\n        },\n        {\n            \"ItemNumber\": \"37203\",\n            \"Description\": \"Prostatectomy, transurethral resection using cautery, with or without cystoscopy and with or without urethroscopy, and including services to which item 36854, 37201, 37207, 37208, 37245, 37303, 37321 or 37324 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"1215.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37204\",\n            \"Description\": \"Cystoscopy with insertion of prostatic implants for the treatment of benign prostatic hyperplasia (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"929.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"37205\",\n            \"Description\": \"Prostate, ablation by water vapour with or without cystoscopy and with or without urethroscopy (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"377.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"37207\",\n            \"Description\": \"Prostate, endoscopic non-contact (side firing) visual laser ablation, with or without cystoscopy and with or without urethroscopy, and including services to which items 36854, 37201, 37203, 37245, 37303, 37321 or 37324 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"1215.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"37208\",\n            \"Description\": \"PROSTATE, endoscopic non-contact (side firing) visual laser ablation, with or without cystoscopy and with or without urethroscopy, and including services to which item 36854, 37303, 37321 or 37324 applies, continuation of, within 10 days of the procedure described by items 37201, 37203, 37207 or 37245 which had to be discontinued for medical reasons (Anaes.)\\n\",\n            \"ScheduleFee\": \"651.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"37209\",\n            \"Description\": \"PROSTATE, and/or SEMINAL VESICLE/AMPULLA OF VAS, unilateral or bilateral, total excision of, not being a service associated with a service to which item number 37210 or 37211 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1506.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37210\",\n            \"Description\": \"Prostatectomy, radical, involving total excision of the prostate, sparing of nerves around the prostate (where clinically indicated) with or without bladder neck reconstruction, other than a service associated with a service to which item 30390, 30627, 35551, 36502 or 37375 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1858.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1997-11-01\"\n        },\n        {\n            \"ItemNumber\": \"37211\",\n            \"Description\": \"Prostatectomy, radical, involving total excision of the prostate, sparing of nerves around the prostate (where clinically indicated): (a) with or without bladder neck reconstruction; and (b) with pelvic lymphadenectomy; other than a service associated with a service to which item 30390, 30627, 35551, 36502 or 37375 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2257.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1997-11-01\"\n        },\n        {\n            \"ItemNumber\": \"37213\",\n            \"Description\": \"Prostatectomy, radical, involving total excision of the prostate, sparing of nerves around the prostate (where clinically indicated): (a) complicated by: (i) previous radiation therapy (including brachytherapy) on the prostate; or (ii) previous ablative procedures on the prostate; and (b) with bladder neck reconstruction; other than a service associated with a service to which item 30390, 30627, 35551, 36502 or 37375 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2788.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2020-11-01\"\n        },\n        {\n            \"ItemNumber\": \"37214\",\n            \"Description\": \"Prostatectomy, radical, involving total excision of the prostate, sparing of nerves around the prostate (where clinically indicated): (a) complicated by: (i) previous radiation therapy (including brachytherapy) on the prostate; or (ii) previous ablative procedures on the prostate; and (b) with bladder neck reconstruction and pelvic lymphadenectomy; other than a service associated with a service to which item 30390, 30627, 35551, 36502 or 37375 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3386.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2020-11-01\"\n        },\n        {\n            \"ItemNumber\": \"37215\",\n            \"Description\": \"Prostate, biopsy of, endoscopic, with or without cystoscopy (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"485.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37216\",\n            \"Description\": \"Prostate or prostatic bed, needle biopsy of, by the transrectal route, using prostatic ultrasound guidance and obtaining one or more prostatic specimens, being a service associated with a service to which item 55603 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"163.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-11-01\"\n        },\n        {\n            \"ItemNumber\": \"37217\",\n            \"Description\": \"Prostate, implantation of radio-opaque fiducial markers into the prostate gland or prostate surgical bed, under ultrasound guidance, being an item associated with a service to which item 55603 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"161.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2011-07-01\"\n        },\n        {\n            \"ItemNumber\": \"37218\",\n            \"Description\": \"Prostate, injection into, one or more, excluding insertion of fiduciary markers (Anaes.)\\n\",\n            \"ScheduleFee\": \"161.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37219\",\n            \"Description\": \"Prostate or prostatic bed, needle biopsy of, by the transperineal route, using prostatic ultrasound guidance and obtaining one or more prostatic specimens, being a service associated with a service to which item 55600 or 55603 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"393.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1994-05-01\"\n        },\n        {\n            \"ItemNumber\": \"37220\",\n            \"Description\": \"Prostate, radioactive seed implantation of, urological component, using transrectal ultrasound guidance: (a) for a patient with: (i) localised prostatic malignancy at clinical stages T1 (clinically inapparent tumour not palpable or visible by imaging) or T2 (tumour confined within prostate); and (ii) a Gleason score of less than or equal to 7 (Grade Group 1 to Grade Group 3); and (iii) a prostate specific antigen (PSA) of not more than 10ng/ml at the time of diagnosis; and (b) performed by a urologist at an approved site in association with a radiation oncologist; and (c) being a service associated with: (i) services to which items 15966 and 55603 apply; and (ii) a service to which item 60506 or 60509 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"1218.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"37221\",\n            \"Description\": \"Prostatic abscess, endoscopic drainage of (Anaes.)\\n\",\n            \"ScheduleFee\": \"544.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37223\",\n            \"Description\": \"PROSTATIC COIL, insertion of, under ultrasound control (Anaes.)\\n\",\n            \"ScheduleFee\": \"240.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1997-05-01\"\n        },\n        {\n            \"ItemNumber\": \"37224\",\n            \"Description\": \"Prostate, diathermy or cauterisation, other than a service associated with a service to which item 37201, 37203, 37207, 37208 or 37215 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"377.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2003-05-01\"\n        },\n        {\n            \"ItemNumber\": \"37226\",\n            \"Description\": \"Prostate or prostatic bed, needle biopsy of, using prostatic magnetic resonance imaging techniques and obtaining 1 or more prostatic specimens. (Anaes.)\\n\",\n            \"ScheduleFee\": \"327.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"37227\",\n            \"Description\": \"Prostate, transperineal insertion of catheters for high dose rate brachytherapy using ultrasound guidance including any associated cystoscopy, if performed at an approved site, and being a service associated with a service to which item 15966 applies (H)\\n\",\n            \"ScheduleFee\": \"660.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"37245\",\n            \"Description\": \"Prostate, endoscopic enucleation of, for the treatment of benign prostatic hyperplasia: (a) with morcellation, including mechanical morcellation or by an endoscopic technique; and (b) with or without cystoscopy; and (c) with or without urethroscopy; and other than a service associated with a service to which item 36827, 36854, 37008, 37201, 37203, 37207, 37208, 37303, 37321 or 37324 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"1472.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2013-03-01\"\n        },\n        {\n            \"ItemNumber\": \"37300\",\n            \"Description\": \"URETHRAL SOUNDS, passage of, as an independent procedure (Anaes.)\\n\",\n            \"ScheduleFee\": \"54.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37303\",\n            \"Description\": \"URETHRAL STRICTURE, dilatation of (Anaes.)\\n\",\n            \"ScheduleFee\": \"86.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37306\",\n            \"Description\": \"URETHRA, repair of rupture of distal section (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"758.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37309\",\n            \"Description\": \"URETHRA, repair of rupture of prostatic or membranous segment (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1078.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37318\",\n            \"Description\": \"Urethroscopy, with or without cystoscopy, with one or more of biopsy, diathermy, visual laser destruction of urethral calculi or removal of foreign body or calculi (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"322.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37321\",\n            \"Description\": \"URETHRAL MEATOTOMY, EXTERNAL (Anaes.)\\n\",\n            \"ScheduleFee\": \"108.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37324\",\n            \"Description\": \"Urethrotomy or urethrostomy, internal or external (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"268.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37327\",\n            \"Description\": \"URETHROTOMY, optical, for urethral stricture (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"377.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37330\",\n            \"Description\": \"URETHRECTOMY, partial or complete, for removal of tumour (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"758.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37333\",\n            \"Description\": \"URETHROVAGINAL FISTULA, closure of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"651.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37336\",\n            \"Description\": \"URETHRORECTAL FISTULA, closure of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"864.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37338\",\n            \"Description\": \"Urethral synthetic male sling system, division or removal of, for urethral obstruction, sling erosion, pain or infection, following previous surgery for urinary incontinence, other than a service associated with a service to which item 37340 or 37341 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1063.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2016-05-01\"\n        },\n        {\n            \"ItemNumber\": \"37339\",\n            \"Description\": \"Periurethral or transurethral injection of urethral bulking agents for the treatment of urinary incontinence, including cystoscopy and urethroscopy, other than a service associated with a service to which item 18375 or 18379 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"279.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37340\",\n            \"Description\": \"Urethral synthetic sling, division or removal of, for urethral obstruction, sling erosion, pain or infection following previous surgery for urinary incontinence, vaginal approach, other than a service associated with a service to which item 37341 or 37344 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1063.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-05-01\"\n        },\n        {\n            \"ItemNumber\": \"37341\",\n            \"Description\": \"Urethral sling, division or removal of, for urethral obstruction, sling erosion, pain or infection following previous surgery for urinary incontinence, suprapubic, combined suprapubic and vaginal or combined suprapubic and perineal approach, other than a service associated with a service to which item 37340 or 37344 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1063.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-05-01\"\n        },\n        {\n            \"ItemNumber\": \"37342\",\n            \"Description\": \"URETHROPLASTY single stage operation (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"971.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37343\",\n            \"Description\": \"URETHROPLASTY, single stage operation, transpubic approach via separate incisions above and below the symphysis pubis, excluding laparotomy, symphysectomy and suprapubic cystotomy, with or without re-routing of the urethra around the crura (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1622.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-05-01\"\n        },\n        {\n            \"ItemNumber\": \"37344\",\n            \"Description\": \"Urethral autologous fascial sling (or other biological sling), division or removal of, for urethral obstruction, sling erosion, pain or infection following previous surgery for urinary incontinence, vaginal approach, other than a service to which 37340 or 37341 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1063.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2020-11-01\"\n        },\n        {\n            \"ItemNumber\": \"37345\",\n            \"Description\": \"URETHROPLASTY 2 stage operation first stage (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"806.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37348\",\n            \"Description\": \"URETHROPLASTY 2 stage operation second stage (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"806.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37351\",\n            \"Description\": \"URETHROPLASTY, not being a service to which another item in this Group applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"322.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37354\",\n            \"Description\": \"HYPOSPADIAS, meatotomy and hemicircumcision (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"377.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37369\",\n            \"Description\": \"URETHRA, excision of prolapse of (Anaes.)\\n\",\n            \"ScheduleFee\": \"217.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37372\",\n            \"Description\": \"Urethral diverticulum, excision of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1078.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37375\",\n            \"Description\": \"URETHRAL SPHINCTER, reconstruction by bladder tubularisation technique or similar procedure (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1350.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37381\",\n            \"Description\": \"ARTIFICIAL URINARY SPHINCTER, insertion of cuff, perineal approach (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"864.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37384\",\n            \"Description\": \"ARTIFICIAL URINARY SPHINCTER, insertion of cuff, abdominal approach (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1350.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37387\",\n            \"Description\": \"ARTIFICIAL URINARY SPHINCTER, insertion of pressure regulating balloon and pump (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"377.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37388\",\n            \"Description\": \"Artificial urinary sphincter, sterile, percutaneous adjustment of filling volume\\n\",\n            \"ScheduleFee\": \"114.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-11-01\"\n        },\n        {\n            \"ItemNumber\": \"37390\",\n            \"Description\": \"ARTIFICIAL URINARY SPHINCTER, revision or removal of, with or without replacement (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1078.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37393\",\n            \"Description\": \"PRIAPISM, decompression by glanular stab cavernosospongiosum shunt or penile aspiration with or without lavage (Anaes.)\\n\",\n            \"ScheduleFee\": \"268.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37396\",\n            \"Description\": \"PRIAPISM, shunt operation for, not being a service to which item 37393 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"864.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37402\",\n            \"Description\": \"PENIS, partial amputation of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"544.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37405\",\n            \"Description\": \"PENIS, complete or radical amputation of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1078.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37408\",\n            \"Description\": \"PENIS, repair of laceration of cavernous tissue, or fracture involving cavernous tissue (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"544.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37411\",\n            \"Description\": \"Penis, repair of avulsion (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1078.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37415\",\n            \"Description\": \"Penis, injection of, for the investigation and treatment of erectile dysfunction. Applicable not more than twice in a 36‑month period\\n\",\n            \"ScheduleFee\": \"54.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-07-01\"\n        },\n        {\n            \"ItemNumber\": \"37417\",\n            \"Description\": \"Penis, correction of chordee by plication techniques including Nesbit’s corporoplasty (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"651.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37418\",\n            \"Description\": \"Penis, correction of chordee with incision or excision of fibrous plaque or plaques, with or without mobilisation of one or both of the neuro-vascular bundle and urethra (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"864.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-05-01\"\n        },\n        {\n            \"ItemNumber\": \"37423\",\n            \"Description\": \"Penis, lengthening by translocation of corpora, in conjunction with partial penectomy or penile epispadias secondary repair, either as primary or secondary procedures (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1078.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37426\",\n            \"Description\": \"PENIS, artificial erection device, insertion of, into 1 or both corpora (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1136.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37429\",\n            \"Description\": \"PENIS, artificial erection device, insertion of pump and pressure regulating reservoir (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"377.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37432\",\n            \"Description\": \"PENIS, artificial erection device, complete or partial revision or removal of components, with or without replacement (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1078.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37435\",\n            \"Description\": \"PENIS, frenuloplasty as an independent procedure (Anaes.)\\n\",\n            \"ScheduleFee\": \"108.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37438\",\n            \"Description\": \"Scrotum, partial excision of, for histologically proven malignancy or infection (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"322.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37601\",\n            \"Description\": \"SPERMATOCELE OR EPIDIDYMAL CYST, excision of, 1 or more of, on 1 side (Anaes.)\\n\",\n            \"ScheduleFee\": \"322.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37604\",\n            \"Description\": \"Exploration of scrotal contents, with or without fixation and with or without biopsy, unilateral or bilateral, other than a service associated with sperm harvesting for IVF (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"322.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37605\",\n            \"Description\": \"Transcutaneous sperm retrieval, unilateral, from either the testis or the epididymis, for the purposes of intracytoplasmic sperm injection, for male factor infertility, excluding a service to which item 13218 applies. (Anaes.)\\n\",\n            \"ScheduleFee\": \"435.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"37606\",\n            \"Description\": \"Open surgical sperm retrieval, unilateral, including the exploration of scrotal contents, with or without biopsy, for the purposes of intracytoplasmic sperm injection, for male factor infertility, performed in a hospital, other than a service to which item 13218 or 37604 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"646.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"37607\",\n            \"Description\": \"Bilateral retroperitoneal lymph node dissection, for testicular tumour, other than a service associated with a service to which item 30390 or 30627 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1618.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37610\",\n            \"Description\": \"Bilateral retroperitoneal lymph node dissection, for testicular tumour, following previous similar retroperitoneal dissection, retroperitoneal radiation therapy or chemotherapy, other than a service associated with a service to which item 30390 or 30627 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2434.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37613\",\n            \"Description\": \"Epididymectomy (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"322.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37616\",\n            \"Description\": \"VASOVASOSTOMY or VASOEPIDIDYMOSTOMY, unilateral, using operating microscope, not being a service associated with sperm harvesting for IVF (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"806.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37619\",\n            \"Description\": \"Vasovasostomy or vasoepididymostomy, unilateral, other than a service associated with sperm harvesting for IVF (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"322.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37623\",\n            \"Description\": \"VASOTOMY OR VASECTOMY, unilateral or bilateral NOTE: Strict legal requirements apply in relation to sterilisation procedures on minors. Medicare benefits are not payable for services not rendered in accordance with relevant Commonwealth and State and Territory law. Observe the explanatory note before submitting a claim. (Anaes.)\\n\",\n            \"ScheduleFee\": \"268.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"37800\",\n            \"Description\": \"PATENT URACHUS, excision of, on a patient 10 years of age or over. (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"608.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"EligibleAgeRange\": \"10 years or older\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"37801\",\n            \"Description\": \"PATENT URACHUS, excision of, when performed on a patient under 10 years of age (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"790.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"EligibleAgeRange\": \"younger than 10 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2015-09-01\"\n        },\n        {\n            \"ItemNumber\": \"37803\",\n            \"Description\": \"UNDESCENDED TESTIS, orchidopexy for, not being a service to which item 37806 applies, on a patient 10 years of age or over. (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"608.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"EligibleAgeRange\": \"10 years or older\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"37804\",\n            \"Description\": \"UNDESCENDED TESTIS, orchidopexy for, not being a service to which item 37807 applies, on a patient under 10 years of age (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"790.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"EligibleAgeRange\": \"younger than 10 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2015-09-01\"\n        },\n        {\n            \"ItemNumber\": \"37806\",\n            \"Description\": \"Undescended testis in inguinal canal close to deep inguinal ring or within abdominal cavity, orchidopexy for, on a patient 10 years of age or over (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"702.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"EligibleAgeRange\": \"10 years or older\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"37807\",\n            \"Description\": \"Undescended testis in inguinal canal close to deep inguinal ring or within abdominal cavity, orchidopexy for, on a patient under 10 years of age (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"913.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"EligibleAgeRange\": \"younger than 10 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2015-09-01\"\n        },\n        {\n            \"ItemNumber\": \"37809\",\n            \"Description\": \"UNDESCENDED TESTIS, revision orchidopexy for, on a patient 10 years of age or over. (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"702.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"EligibleAgeRange\": \"10 years or older\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"37810\",\n            \"Description\": \"UNDESCENDED TESTIS, revision orchidopexy for, on a patient under 10 years of age (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"913.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"EligibleAgeRange\": \"younger than 10 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2015-09-01\"\n        },\n        {\n            \"ItemNumber\": \"37812\",\n            \"Description\": \"IMPALPABLE TESTIS, exploration of groin for, not being a service associated with a service to which items 37803, 37806 and 37809 applies, on a patient 10 years of age or over. (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"648.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"EligibleAgeRange\": \"10 years or older\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"37813\",\n            \"Description\": \"IMPALPABLE TESTIS, exploration of groin for, not being a service associated with a service to which items 37804, 37807 and 37810 applies, on a patient under 10 years of age (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"843.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"EligibleAgeRange\": \"younger than 10 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2015-09-01\"\n        },\n        {\n            \"ItemNumber\": \"37815\",\n            \"Description\": \"HYPOSPADIAS, examination under anaesthesia with erection test on a patient 10 years of age or over. (Anaes.)\\n\",\n            \"ScheduleFee\": \"108.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"EligibleAgeRange\": \"10 years or older\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"37816\",\n            \"Description\": \"HYPOSPADIAS, examination under anaesthesia with erection test, on a patient under 10 years of age (Anaes.)\\n\",\n            \"ScheduleFee\": \"140.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"EligibleAgeRange\": \"younger than 10 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2015-09-01\"\n        },\n        {\n            \"ItemNumber\": \"37818\",\n            \"Description\": \"Hypospadias, glanuloplasty incorporating meatal advancement, on a patient 10 years of age or over (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"573.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"EligibleAgeRange\": \"10 years or older\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"37819\",\n            \"Description\": \"Hypospadias, glanuloplasty incorporating meatal advancement, on a patient under 10 years of age (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"745.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"EligibleAgeRange\": \"younger than 10 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2015-09-01\"\n        },\n        {\n            \"ItemNumber\": \"37821\",\n            \"Description\": \"HYPOSPADIAS, distal, 1 stage repair, on a patient 10 years of age or over. (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"971.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"EligibleAgeRange\": \"10 years or older\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"37822\",\n            \"Description\": \"HYPOSPADIAS, distal, 1 stage repair, on a patient under 10 years of age (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1263.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"EligibleAgeRange\": \"younger than 10 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2015-09-01\"\n        },\n        {\n            \"ItemNumber\": \"37824\",\n            \"Description\": \"HYPOSPADIAS, proximal, 1 stage repair, on a patient 10 years of age or over (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1351.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"EligibleAgeRange\": \"10 years or older\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"37825\",\n            \"Description\": \"HYPOSPADIAS, proximal, 1 stage repair, on a patient under 10 years of age (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1756.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"EligibleAgeRange\": \"younger than 10 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2015-09-01\"\n        },\n        {\n            \"ItemNumber\": \"37827\",\n            \"Description\": \"HYPOSPADIAS, staged repair, first stage, on a patient 10 years of age or over (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"622.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"EligibleAgeRange\": \"10 years or older\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"37828\",\n            \"Description\": \"HYPOSPADIAS, staged repair, first stage, on a patient under 10 years of age (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"809.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"EligibleAgeRange\": \"younger than 10 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2015-09-01\"\n        },\n        {\n            \"ItemNumber\": \"37830\",\n            \"Description\": \"Hypospadias, staged repair, second stage, on a patient 10 years of age or over (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"806.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"EligibleAgeRange\": \"10 years or older\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"37831\",\n            \"Description\": \"Hypospadias, staged repair, second stage, on a patient under 10 years of age (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1048.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"EligibleAgeRange\": \"younger than 10 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2015-11-01\"\n        },\n        {\n            \"ItemNumber\": \"37833\",\n            \"Description\": \"Hypospadias, repair of urethral fistula, on a patient 10 years of age or over (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"384.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"EligibleAgeRange\": \"10 years or older\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"37834\",\n            \"Description\": \"Hypospadias, repair of urethral fistula, on a patient under 10 years of age (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"500.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"EligibleAgeRange\": \"younger than 10 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2015-09-01\"\n        },\n        {\n            \"ItemNumber\": \"37836\",\n            \"Description\": \"EPISPADIAS, staged repair, first stage (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"810.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"37839\",\n            \"Description\": \"EPISPADIAS, staged repair, second stage (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"918.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"37842\",\n            \"Description\": \"Exstrophy of bladder or epispadias, primary or secondary repair with or without bladder neck tightening, with or without ureteric reimplantation (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1783.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"37845\",\n            \"Description\": \"Congenital disorder of sexual differentiation with urogenital sinus, external genitoplasty, with or without endoscopy (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"810.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"37848\",\n            \"Description\": \"Congenital disorder of sexual differentiation with urogenital sinus, external genitoplasty with endoscopy and vaginoplasty (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1459.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"37851\",\n            \"Description\": \"Congenital disorder of sexual differentiation, vaginoplasty for, with or without endoscopy (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1081.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"37854\",\n            \"Description\": \"Urethral valve, destruction of, including cystoscopy and urethroscopy (Anaes.)\\n\",\n            \"ScheduleFee\": \"427.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38200\",\n            \"Description\": \"Right heart catheterisation with any one or more of the following: (a) fluoroscopy; (b) oximetry; (c) dye dilution curves; (d) cardiac output measurement by any method; (e) shunt detection; (f) exercise stress test; other than a service associated with a service to which item 38203, 38206, 38244, 38247, 38248, 38249, 38251, 38252, 38254 or 38368 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"519.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"38203\",\n            \"Description\": \"Left heart catheterisation by percutaneous arterial puncture, arteriotomy or percutaneous left ventricular puncture, with any one or more of the following: (a) fluoroscopy; (b) oximetry; (c) dye dilution curves; (d) cardiac output measurements by any method; (e) shunt detection; (f) exercise stress test; other than a service associated with a service to which item 38200, 38206, 38244, 38247, 38248, 38249, 38251, 38252 or 38254 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"620.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"38206\",\n            \"Description\": \"Right heart catheterisation with left heart catheterisation via the right heart or by another procedure, with any one or more of the following: (a) fluoroscopy; (b) oximetry; (c) dye dilution curves; (d) cardiac output measurements by any method; (e) shunt detection; (f) exercise stress test; other than a service associated with a service to which item 38200, 38203, 38244, 38247, 38248, 38249, 38251, 38252 or 38254 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"749.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"38209\",\n            \"Description\": \"Cardiac electrophysiological study—up to and including 3 catheter investigation of any one or more of—syncope, atrio‑ventricular conduction, sinus node function or simple ventricular tachycardia studies, other than a service associated with a service to which item 38212 or 38213 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"962.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"38212\",\n            \"Description\": \"Cardiac electrophysiological study for: (a) the investigation of supraventricular tachycardia involving 4 or more catheters; or (b) complex tachycardia inductions; or (c) multiple catheter mapping; or (d) acute intravenous anti‑arrhythmic drug testing with pre and post drug inductions; or (e) catheter ablation to intentionally induce complete atrioventricular block; or (f) intraoperative mapping; other than a service associated with a service to which item 38209 or 38213 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"1601.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"38213\",\n            \"Description\": \"Cardiac electrophysiological study, performed either: (a) during insertion of implantable defibrillator; or (b) for defibrillation threshold testing at a different time to implantation; other than a service associated with a service to which item 38209 or 38212 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"476.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38241\",\n            \"Description\": \"Use of a coronary pressure wire, if the service is: (a) performed during selective coronary angiography, percutaneous angioplasty or transluminal insertion of one or more stents; and (b) to measure fractional flow reserve, non-hyperaemic pressure ratios or coronary flow reserve in intermediate coronary artery or graft lesions (stenosis of 50 to 70%); and (c) to determine whether revascularisation is appropriate, if previous functional imaging: (i) has not been performed; or (ii) has been performed but the results are inconclusive or do not apply to the vessel being interrogated; and (d) performed on one or more coronary vascular territories (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"547.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38244\",\n            \"Description\": \"Note: (acute coronary syndrome) the service only applies if the patient meets the requirements of the descriptor and the requirements of Note: TR.8.2 and TR.8.5 Selective coronary angiography: (a) for a patient who is eligible for the service under clause 5.10.17A; and (b) with placement of one or more catheters and injection of opaque material into native coronary arteries; and (c) with or without left heart catheterisation, left ventriculography or aortography; and (d) including all associated imaging; other than a service associated with a service to which 38200, 38203, 38206, 38247, 38248, 38249, 38251 or 38252 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"1031.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"38247\",\n            \"Description\": \"Note: (acute coronary syndrome - graft) the service only applies if the patient meets the requirements of the descriptor and the requirements of Note: TR.8.2 and TR.8.5 Selective coronary and graft angiography: (a) for a patient who is eligible for the service under clause 5.10.17A; and (b) with placement of one or more catheters and injection of opaque material into the native coronary arteries; and (c) if free coronary grafts attached to the aorta or direct internal mammary artery grafts are present—with placement of one or more catheters and injection of opaque material into those grafts (irrespective of the number of grafts); and (d) with or without left heart catheterisation, left ventriculography or aortography; and (e) including all associated imaging; other than a service associated with a service to which item 38200, 38203, 38206, 38244, 38248, 38249, 38251 or 38252 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"1652.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"38248\",\n            \"Description\": \"Note: (stable coronary syndrome) the service only applies if the patient meets the requirements of the descriptor and the of Note: TR.8.3 and TR.8.5 Selective coronary angiography: (a) for a patient who is eligible for the service under clause 5.10.17B; and (b) as part of the management of the patient; and (c) with placement of catheters and injection of opaque material into native coronary arteries; and (d) with or without left heart catheterisation, left ventriculography or aortography; and (e) including all associated imaging; other than a service associated with a service to which item 38200, 38203, 38206, 38244, 38247, 38249, 38251 or 38252 applies—applicable each 3 months (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"1031.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"38249\",\n            \"Description\": \"Note: (stable coronary syndrome - graft) the service only applies if the patient meets the requirements of the descriptor and the requirements of Note: TR.8.3 and TR.8.5 Selective coronary and graft angiography: (a) for a patient who is eligible for the service under clause 5.10.17B; and (b) as part of the management of the patient; and (c) with placement of one or more catheters and injection of opaque material into the native coronary arteries; and (d) if free coronary grafts attached to the aorta or direct internal mammary artery grafts are present—with placement of one or more catheters and injection of opaque material into those grafts (irrespective of the number of grafts); and (e) with or without left heart catheterisation, left ventriculography or aortography; and (f) including all associated imaging; other than a service associated with a service to which item 38200, 38203, 38206, 38244, 38247, 38248, 38251 or 38252 applies—applicable once each 3 months (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"1652.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"38251\",\n            \"Description\": \"Note: (pre-operative assessment) the service only applies if the patient meets the requirements of the descriptor and the requirements of Note: TR.8.5 Selective coronary angiography: (a) for a symptomatic patient with valvular or other non-coronary structural heart disease; and (b) as part of the management of the patient for: (i) pre-operative assessment for planning non-coronary cardiac surgery, including by transcatheter approaches; or (ii) evaluation of valvular heart disease or other non-coronary structural heart disease where clinical impression is discordant with non-invasive assessment; and (c) with placement of catheters and injection of opaque material into native coronary arteries; and (d) with or without left heart catheterisation, left ventriculography or aortography; and (e) including all associated imaging; other than a service associated with a service to which item 38200, 38203, 38206, 38244, 38247, 38248, 38249 or 38252 applies—applicable once each 12 months (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"1031.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"38252\",\n            \"Description\": \"Note: (pre-operative assessment - graft) the service only applies if the patient meets the requirements of the descriptor and the requirements of Note: TR.8.5 Selective coronary and graft angiography: (a) for a symptomatic patient with valvular or other non-coronary structural heart disease; and (b) as part of the management of the patient for: (i) pre-operative assessment for planning non-coronary cardiac surgery, including by transcatheter approaches; or (ii) evaluation of valvular heart disease or other non-coronary structural heart disease where clinical impression is discordant with non-invasive assessment; and (c) with placement of one or more catheters and injection of opaque material into the native coronary arteries; and (d) if free coronary grafts attached to the aorta or direct internal mammary artery grafts are present—with placement of one or more catheters and injection of opaque material into those grafts (irrespective of the number of grafts); and (e) with or without left heart catheterisation, left ventriculography or aortography; and (f) including all associated imaging; other than a service associated with a service to which item 38200, 38203, 38206, 38244, 38247, 38248, 38249 or 38251 applies—applicable once each 12 months (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"1652.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"38254\",\n            \"Description\": \"Right heart catheterisation: (a) performed at the same time as a service to which item 38244, 38247, 38248, 38249, 38251, 38252, 38307, 38308, 38310, 38311, 38313 or 38314 applies; and (b) including any of the following (if performed): (i) fluoroscopy; (ii) oximetry; (iii) dye dilution curves; (iv) cardiac output measurement; (v) shunt detection; (vi) exercise stress test (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"519.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"38256\",\n            \"Description\": \"Temporary transvenous pacemaking electrode, insertion of (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"311.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1993-07-01\"\n        },\n        {\n            \"ItemNumber\": \"38270\",\n            \"Description\": \"Balloon valvuloplasty or isolated atrial septostomy, including cardiac catheterisations before and after balloon dilatation (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1064.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1997-05-01\"\n        },\n        {\n            \"ItemNumber\": \"38272\",\n            \"Description\": \"Atrial septal defect or patent foramen closure: (a) for congenital heart disease in a patient with documented evidence of right heart overload or paradoxical embolism; and (b) using a septal occluder or similar device, by transcatheter approach; and (c) including right or left heart catheterisation (or both); other than a service associated with a service to which item 38200, 38203, 38206 or 38254 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1064.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2005-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38273\",\n            \"Description\": \"Patent ductus arteriosus, transcatheter closure of, including cardiac catheterisation and any imaging associated with the service (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1064.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2014-07-01\"\n        },\n        {\n            \"ItemNumber\": \"38274\",\n            \"Description\": \"Ventricular septal defect, transcatheter closure of, with cardiac catheterisation, excluding imaging (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"871.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2014-07-01\"\n        },\n        {\n            \"ItemNumber\": \"38275\",\n            \"Description\": \"Myocardial biopsy, by cardiac catheterisation (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"347.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1997-05-01\"\n        },\n        {\n            \"ItemNumber\": \"38276\",\n            \"Description\": \"Transcatheter occlusion of left atrial appendage, and cardiac catheterisation performed by the same practitioner, for stroke prevention in a patient who has non‑valvular atrial fibrillation, if: (a) the patient is at increased risk of thromboembolism demonstrated by: (i) a prior stroke (whether of an ischaemic or unknown type), transient ischaemic attack or non‑central nervous system systemic embolism; or (ii) at least 2 of the following risk factors: (A) an age of 65 years or more; (B) hypertension; (C) diabetes mellitus; (D) heart failure or left ventricular ejection fraction of 35% or less (or both); (E) vascular disease (prior myocardial infarction, peripheral artery disease or aortic plaque); and (b) the patient has an absolute and permanent contraindication to oral anticoagulation (confirmed by written documentation that is provided by a medical practitioner, independent of the practitioner rendering the service); and (c) the service is not associated with a service to which item 38200, 38203, 38206 or 38254 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1064.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"EligibleAgeRange\": \"65 years or older\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2017-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38285\",\n            \"Description\": \"Insertion of implantable ECG loop recorder, by a specialist or consultant physician, for the diagnosis of a primary disorder, including initial programming and testing, if: (a) the patient has recurrent unexplained syncope and does not have a structural heart defect associated with a high risk of sudden cardiac death; and (b) a diagnosis has not been achieved through all other available cardiac investigations; and (c) a neurogenic cause is not suspected (Anaes.)\\n\",\n            \"ScheduleFee\": \"179.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38286\",\n            \"Description\": \"Removal of implantable ECG loop recorder (Anaes.)\\n\",\n            \"ScheduleFee\": \"162.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38287\",\n            \"Description\": \"Ablation of arrhythmia circuit or focus or isolation procedure involving one atrial chamber (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2448.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1998-07-01\"\n        },\n        {\n            \"ItemNumber\": \"38288\",\n            \"Description\": \"Implantable loop recorder, insertion of, for diagnosis of atrial fibrillation, if: (a) the patient to whom the service is provided has been diagnosed as having had an embolic stroke of undetermined source; and (b) the bases of the diagnosis included the following: (i) the medical history of the patient; (ii) physical examination; (iii) brain and carotid imaging; (iv) cardiac imaging; (v) surface ECG testing including 24‑hour Holter monitoring; and (c) atrial fibrillation is suspected; and (d) the patient: (i) does not have a permanent indication for oral anticoagulants; or (ii) does not have a permanent oral anticoagulants contraindication; including initial programming and testing (Anaes.)\\n\",\n            \"ScheduleFee\": \"225.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2018-05-01\"\n        },\n        {\n            \"ItemNumber\": \"38290\",\n            \"Description\": \"ABLATION OF ARRHYTHMIA CIRCUITS OR FOCI, or isolation procedure involving both atrial chambers and including curative procedures for atrial fibrillation (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3117.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1998-07-01\"\n        },\n        {\n            \"ItemNumber\": \"38293\",\n            \"Description\": \"Ventricular arrhythmia with mapping and ablation, including all associated electrophysiological studies performed on the same day (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3345.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1998-07-01\"\n        },\n        {\n            \"ItemNumber\": \"38307\",\n            \"Description\": \"Note: (acute coronary syndrome - 1 coronary territory with selective coronary angiography) the service only applies if the patient meets the requirements of the descriptor and the requirements of Note: TR.8.2 and TR.8.5 Percutaneous coronary intervention: (a) for a patient: (i) eligible for the service under clause 5.10.17A; and (ii) for whom selective coronary angiography has not been completed in the previous 3 months; and (b) including selective coronary angiography and all associated imaging, catheter and contrast; and (c) including either or both: (i) percutaneous angioplasty; (ii) transluminal insertion of one or more stents; and (d) performed on one coronary vascular territory; and (e) excluding aftercare; other than a service associated with a service to which item 38200, 38203, 38206, 38244, 38247, 38248, 38249, 38251, 38252, 38308, 38310, 38311, 38313, 38314, 38316, 38317, 38319, 38320, 38322 or 38323 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2068.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"38308\",\n            \"Description\": \"Note: (acute coronary syndrome - 2 coronary territories with selective coronary angiography) the service only applies if the patient meets the requirements of the descriptor and the requirements of Note: TR.8.2 and TR.8.5 Percutaneous coronary intervention: (a) for a patient: (i) eligible for the service under clause 5.10.17A; and (ii) for whom selective coronary angiography has not been completed in the previous 3 months; and (b) including selective coronary angiography and all associated imaging, catheter and contrast; and (c) including either or both: (i) percutaneous angioplasty; and (ii) transluminal insertion of one or more stents; and (d) performed on 2 coronary vascular territories; and (e) excluding aftercare; other than a service associated with a service to which item 38200, 38203, 38206, 38244, 38247, 38248, 38249, 38251, 38252, 38307, 38310, 38311, 38313, 38314, 38316, 38317, 38319, 38320, 38322 or 38323 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2379.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"38309\",\n            \"Description\": \"Percutaneous transluminal rotational atherectomy of one or more coronary arteries, including all associated imaging, if: (a) the target stenosis within at least one coronary artery is heavily calcified and balloon angioplasty with or without stenting is not feasible without rotational artherectomy; and (b) the service is performed in conjunction with a service to which item 38307, 38308, 38310, 38311, 38313, 38314, 38316, 38317, 38319, 38320, 38322 or 38323 applies Applicable only once on each occasion the service is performed (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1402.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2005-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38310\",\n            \"Description\": \"Note: (acute coronary syndrome - 3 coronary territories with selective coronary angiography) the service only applies if the patient meets the requirements of the descriptor and the requirements of Note: TR.8.2 and TR.8.5 Percutaneous coronary intervention: (a) for a patient: (i) eligible for the service under clause 5.10.17A; and (ii) for whom selective coronary angiography has not been completed in the previous 3 months; and (b) including selective coronary angiography and all associated imaging, catheter and contrast; and (c) including either or both: (i) percutaneous angioplasty; and (ii) transluminal insertion of one or more stents; and (d) performed on 3 coronary vascular territories; and (e) excluding aftercare; other than a service associated with a service to which item 38200, 38203, 38206, 38244, 38247, 38248, 38249, 38251, 38252, 38307, 38308, 38311, 38313, 38314, 38316, 38317, 38319, 38320, 38322 or 38323 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2690.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"38311\",\n            \"Description\": \"Note: (stable multi-vessel disease - 1 coronary territory with selective angiography) the service only applies if the patient meets the requirements of the descriptor and the requirements of Note: TR.8.4 and TR.8.5 Percutaneous coronary intervention: (a) for a patient: (i) eligible under clause 5.10.17C for the service and a service to which item 38314 applies; and (ii) for whom selective coronary angiography has not been completed in the previous 3 months; and (b) including selective coronary angiography and all associated imaging, catheter and contrast; and (c) including either or both: (i) percutaneous angioplasty; and (ii) transluminal insertion of one or more stents; and (d) performed on one coronary vascular territory; and (e) excluding aftercare; other than a service associated with a service to which item 38200, 38203, 38206, 38244, 38247, 38248, 38249, 38251, 38252, 38307, 38308, 38310, 38313, 38314, 38316, 38317, 38319, 38320, 38322 or 38323 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2068.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"38313\",\n            \"Description\": \"Note: (stable multi-vessel disease - 2 coronary territories with selective angiography) the service only applies if the patient meets the requirements of the descriptor and the requirements of Note: TR.8.4 and TR.8.5 Percutaneous coronary intervention: (a) for a patient: (i) eligible under clause 5.10.17C for the service and a service to which item 38314 applies; and (ii) for whom selective coronary angiography has not been completed in the previous 3 months; and (b) including selective coronary angiography and all associated imaging, catheter and contrast; and (c) including either or both: (i) percutaneous angioplasty; and (ii) transluminal insertion of one or more stents; and (d) performed on 2 coronary vascular territories; and (e) excluding aftercare; other than a service associated with a service to which item 38200, 38203, 38206, 38244, 38247, 38248, 38249, 38251, 38252, 38307, 38308, 38310, 38311, 38314, 38316, 38317, 38319, 38320, 38322 or 38323 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2379.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"38314\",\n            \"Description\": \"Note: (stable multi-vessel disease - 3 coronary territory with selective angiography) the service only applies if the patient meets the requirements of the descriptor and the requirements of Note: TR.8.4 and TR.8.5 Percutaneous coronary intervention: (a) for a patient: (i) eligible for the service under clause 5.10.17C; and (ii) for whom selective coronary angiography has not been completed in the previous 3 months; and (b) including selective coronary angiography and all associated imaging, catheter and contrast; and (c) including either or both: (i) percutaneous angioplasty; and (ii) transluminal insertion of one or more stents; and (d) performed on 3 coronary vascular territories; and (e) excluding aftercare; other than a service associated with a service to which item 38200, 38203, 38206, 38244, 38247, 38248, 38249, 38251, 38252, 38307, 38308, 38310, 38311, 38313, 38316, 38317, 38319, 38320, 38322 or 38323 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2690.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"38316\",\n            \"Description\": \"Note: (acute coronary syndrome - 1 coronary territory without selective angiography) the service only applies if the patient meets the requirements of the descriptor and the requirements of Note: TR.8.2 and TR.8.5 Percutaneous coronary intervention: (a) for a patient: (i) eligible for the service under clause 5.10.17A; and (ii) for whom selective coronary angiography has been completed in the previous 3 months; and (b) including any associated coronary angiography; and (c) including either or both: (i) percutaneous angioplasty; and (ii) transluminal insertion of one or more stents; and (d) performed on one coronary vascular territory; and (e) excluding aftercare; other than a service associated with a service to which item 38200, 38203, 38206, 38244, 38247, 38248, 38249, 38251, 38252, 38307, 38308, 38310, 38311, 38313, 38314, 38317, 38319, 38320, 38322 or 38323 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1848.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"38317\",\n            \"Description\": \"Note: (acute coronary syndrome - 2 coronary territories without selective angiography) the service only applies if the patient meets the requirements of the descriptor and the requirements of Note: TR.8.2 and TR.8.5 Percutaneous coronary intervention: (a) for a patient: (i) eligible for the service under clause 5.10.17A; and (ii) for whom selective coronary angiography has been completed in the previous 3 months; and (b) including any associated coronary angiography; and (c) including either or both: (i) percutaneous angioplasty; and (ii) transluminal insertion of one or more stents; and (d) performed on 2 coronary vascular territories; and (e) excluding aftercare; other than a service associated with a service to which item 38200, 38203, 38206, 38244, 38247, 38248, 38249, 38251, 38252, 38307, 38308, 38310, 38311, 38313, 38314, 38316, 38319, 38320, 38322 or 38323 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2341.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"38319\",\n            \"Description\": \"Note: (acute coronary syndrome - 3 coronary territories without selective angiography) the service only applies if the patient meets the requirements of the descriptor and the requirements of Note: TR.8.2 and TR.8.5 Percutaneous coronary intervention: (a) for a patient: (i) eligible for the service under clause 5.10.17A; and (ii) for whom selective coronary angiography has been completed in the previous 3 months; and (b) including any associated coronary angiography; and (c) including either or both: (i) percutaneous angioplasty; and (ii) transluminal insertion of one or more stents; and (d) performed on 3 coronary vascular territories; and (e) excluding aftercare; other than a service associated with a service to which item 38200, 38203, 38206, 38244, 38247, 38248, 38249, 38251, 38252, 38307, 38308, 38310, 38311, 38313, 38314, 38316, 38317, 38320, 38322 or 38323 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2653.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"38320\",\n            \"Description\": \"Note: (stable multi-vessel disease - 1 coronary territory without selective angiography) the service only applies if the patient meets the requirements of the descriptor and the requirements of Note: TR.8.4 and TR.8.5 Percutaneous coronary intervention: (a) for a patient: (i) eligible under clause 5.10.17C for the service and a service to which item 38323 applies; and (ii) for whom selective coronary angiography has been completed in the previous 3 months; and (b) including any associated coronary angiography; and (c) including either or both: (i) percutaneous angioplasty; and (ii) transluminal insertion of one or more stents; and (d) performed on one coronary vascular territory; and (e) excluding aftercare; other than a service associated with a service to which item 38200, 38203, 38206, 38244, 38247, 38248, 38249, 38251, 38252, 38307, 38308, 38310, 38311, 38313, 38314, 38316, 38317, 38319, 38322 or 38323 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1848.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"38322\",\n            \"Description\": \"Note: (stable multi-vessel disease - 2 coronary territories without selective angiography) the service only applies if the patient meets the requirements of the descriptor and the requirements of Note: TR.8.4 and TR.8.5 Percutaneous coronary intervention: (a) for a patient: (i) eligible under clause 5.10.17C for the service and a service to which item 38323 applies; and (ii) for whom selective coronary angiography has been completed in the previous 3 months; and (b) including any associated coronary angiography; and (c) including either or both: (i) percutaneous angioplasty; and (ii) transluminal insertion of one or more stents; and (d) performed on 2 coronary vascular territories; and (e) excluding aftercare; other than a service associated with a service to which item 38200, 38203, 38206, 38244, 38247, 38248, 38249, 38251, 38252, 38307, 38308, 38310, 38311, 38313, 38314, 38316, 38317, 38319, 38320 or 38323 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2341.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"38323\",\n            \"Description\": \"Note: (stable multi-vessel disease - 3 coronary territories without selective angiography) the service only applies if the patient meets the requirements of the descriptor and the requirements of Note: TR.8.4 and TR.8.5 Percutaneous coronary intervention: (a) for a patient: (i) eligible for the service under clause 5.10.17C; and (ii) for whom selective coronary angiography has been completed in the previous 3 months; and (b) including any associated coronary angiography; and (c) including either or both: (i) percutaneous angioplasty; and (ii) transluminal insertion of one or more stents; and (d) performed on 3 coronary vascular territories; and (e) excluding aftercare; other than a service associated with a service to which item 38200, 38203, 38206, 38244, 38247, 38248, 38249, 38251, 38252, 38307, 38308, 38310, 38311, 38313, 38314, 38316, 38317, 38319, 38320 or 38322 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2653.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"38325\",\n            \"Description\": \"Use of intravascular ultrasound (IVUS) during transluminal insertion of stents, to optimise procedural strategy, appropriate stent size and assessment of stent apposition, for a patient documented with: (a) one or more left main coronary artery lesions; or (b) one or more lesions at least 28mm in length in other locations; if performed in association with a service to which item 38307, 38308, 38310, 38311, 38313, 38314, 38316, 38317, 38319, 38320, 38322 or 38323 applies Applicable once per episode of care (for one or more lesions) (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"539.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"38326\",\n            \"Description\": \"Use of optical coherence tomography (OCT) during transluminal insertion of stents, to optimise procedural strategy, appropriate stent size and assessment of stent apposition, if: (a) the patient is documented with: (i) one or more lesions located at a bifurcation; and (ii) a planned side branch at least 2.5 mm in diameter by angiographic visual estimation; or (b) the patient is documented with stent thrombosis; or (c) both: (i) the patient is documented with one or more lesions at least 28mm in length; and (ii) either of the following apply: (A) a service to which this item applies is not performed in association with a service to which item 38325 applies because of paragraph (b) of that item; (B) a service to which this item applies is not performed, in relation to a lesion, in association with a service to which item 38325 applies because of paragraph (a) of that item, performed in relation to the same lesion; if performed in association with a service to which item 38307, 38308, 38310, 38311, 38313, 38314, 38316, 38317, 38319, 38320, 38322 or 38323 applies Applicable once per episode of care (for one or more lesions) (H)\\n\",\n            \"ScheduleFee\": \"539.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"38350\",\n            \"Description\": \"SINGLE CHAMBER PERMANENT TRANSVENOUS ELECTRODE, insertion, removal or replacement of, including cardiac electrophysiological services where used for pacemaker implantation (Anaes.)\\n\",\n            \"ScheduleFee\": \"745.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2005-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38353\",\n            \"Description\": \"PERMANENT CARDIAC PACEMAKER, insertion, removal or replacement of, not for cardiac resynchronisation therapy, including cardiac electrophysiological services where used for pacemaker implantation (Anaes.)\\n\",\n            \"ScheduleFee\": \"298.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2005-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38356\",\n            \"Description\": \"DUAL CHAMBER PERMANENT TRANSVENOUS ELECTRODES, insertion, removal or replacement of, including cardiac electrophysiological services where used for pacemaker implantation (Anaes.)\\n\",\n            \"ScheduleFee\": \"976.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2005-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38358\",\n            \"Description\": \"Extraction of one or more chronically implanted transvenous pacing or defibrillator leads, by percutaneous method, with locking stylets and snares, with extraction sheaths (if any), if: (a) the leads have been in place for more than 6 months and require removal; and (b) the service is performed: (i) in association with a service to which item 61109 or 60509 applies; and (ii) by a specialist or consultant physician who has undertaken the training to perform the service; and (iii) in a facility where cardiothoracic surgery is available and a thoracotomy can be performed immediately and without transfer; and (c) if the service is performed by an interventional cardiologist—a cardiothoracic surgeon is in attendance during the service (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3345.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2005-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38359\",\n            \"Description\": \"PERICARDIUM, paracentesis of (excluding aftercare) (Anaes.)\\n\",\n            \"ScheduleFee\": \"155.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2005-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38362\",\n            \"Description\": \"Intra-aortic balloon pump, percutaneous insertion of (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"449.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2005-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38365\",\n            \"Description\": \"Insertion, removal or replacement of permanent cardiac synchronisation device, if the patient: (a) has all of the following: (i) chronic heart failure, classified as New York Heart Association class III or IV (despite optimised medical therapy); (ii) left ventricular ejection fraction of less than 35%; (iii) QRS duration of greater than or equal to 130 ms; or (b) has all of the following: (i) chronic heart failure, classified as New York Heart Association class II (despite optimised medical therapy); (ii) left ventricular ejection fraction of less than 35%; (iii) QRS duration of greater than or equal to 150 ms; other than a service associated with a service to which item 38212 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"298.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-05-01\"\n        },\n        {\n            \"ItemNumber\": \"38368\",\n            \"Description\": \"Insertion, removal or replacement of permanent transvenous left ventricular electrode, through the coronary sinus, for the purpose of cardiac resynchronisation therapy, including right heart catheterisation and any associated venograms, if the patient: (a) has all of the following: (i) chronic heart failure, classified as New York Heart Association class III or IV (despite optimised medical therapy); (ii) left ventricular ejection fraction of less than 35%; (iii) QRS duration of greater than or equal to 130 ms; or (b) has all of the following: (i) chronic heart failure, classified as New York Heart Association class II (despite optimised medical therapy); (ii) left ventricular ejection fraction of less than 35%; (iii) QRS duration of greater than or equal to 150 ms; other than a service associated with a service to which item 35200, 38200 or 38212 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1428.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-05-01\"\n        },\n        {\n            \"ItemNumber\": \"38372\",\n            \"Description\": \"Leadless permanent cardiac pacemaker, single-chamber ventricular, percutaneous insertion of, for the treatment of bradycardia, including cardiac electrophysiological services (other than a service associated with a service to which item 38350 applies) (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"879.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38373\",\n            \"Description\": \"Leadless permanent cardiac pacemaker, single‑chamber ventricular, percutaneous retrieval and replacement of, including cardiac electrophysiological services, during the same percutaneous procedure, if: (a) the service is performed by a specialist or consultant physician who has undertaken training to perform the service; and (b) if the service is performed at least 4 weeks after the pacemaker was inserted—the service is performed in a facility where cardiothoracic surgery is available and a thoracotomy can be performed immediately and without transfer; and (c) if the service is performed by an interventional cardiologist at least 4 weeks after the pacemaker was inserted—a cardiothoracic surgeon is in attendance during the service; other than a service associated with a service to which item 38350 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"879.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38374\",\n            \"Description\": \"Leadless permanent cardiac pacemaker, single‑chamber ventricular, percutaneous retrieval of, if: (a) the service is performed by a specialist or consultant physician who has undertaken training to perform the service; and (b) if the service is performed at least 4 weeks after the pacemaker was inserted—the service is performed in a facility where cardiothoracic surgery is available and a thoracotomy can be performed immediately and without transfer; and (c) if the service is performed by an interventional cardiologist at least 4 weeks after the pacemaker was inserted—a cardiothoracic surgeon is in attendance during the service (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"879.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38375\",\n            \"Description\": \"Leadless permanent cardiac pacemaker, single-chamber ventricular, explantation of, by open surgical approach (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3293.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38376\",\n            \"Description\": \"Percutaneous insertion of an intravascular microaxial ventricular assist device, into the left ventricle only, by arteriotomy, including all associated intraoperative imaging performed by the same practitioner, if: (a) the patient has deteriorating symptoms of cardiogenic shock (with no evidence of significant anoxic neurological injury) that are not controlled by optimal medical therapy; or (b) the patient: (i) is on veno‑arterial extra‑corporeal membrane oxygenation, for deteriorating symptoms of cardiogenic shock (with no evidence of significant anoxic neurological injury) that are not controlled by optimal medical therapy; and (ii) due to the effects of established veno‑arterial extra‑corporeal membrane oxygenation, requires unloading of the left ventricle (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"735.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2025-03-01\"\n        },\n        {\n            \"ItemNumber\": \"38416\",\n            \"Description\": \"Endoscopic ultrasound guided fine needle aspiration biopsy or biopsies (endoscopy with ultrasound imaging) to obtain one or more specimens from either or both of the following: (a) mediastinal masses; (b) locoregional nodes to stage non-small cell lung carcinoma; other than a service associated with a service to which an item in Subgroup 1 of this Group, or item 38417 or 55054, applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"657.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-03-01\"\n        },\n        {\n            \"ItemNumber\": \"38417\",\n            \"Description\": \"Endobronchial ultrasound guided biopsy or biopsies (bronchoscopy with ultrasound imaging, with or without associated fluoroscopic imaging) to obtain one or more specimens by: (a) transbronchial biopsy or biopsies of peripheral lung lesions; or (b) fine needle aspirations of one or more mediastinal masses; or (c) fine needle aspirations of locoregional nodes to stage non-small cell lung carcinoma; other than a service associated with a service to which an item in Subgroup 1 of this Group, item 38416, 38420 or 38423, or an item in Subgroup 15 of Group I3, applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"657.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-03-01\"\n        },\n        {\n            \"ItemNumber\": \"38419\",\n            \"Description\": \"Bronchoscopy, as an independent procedure (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"207.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-03-01\"\n        },\n        {\n            \"ItemNumber\": \"38420\",\n            \"Description\": \"Bronchoscopy with one or more endobronchial biopsies or other diagnostic or therapeutic procedures (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"274.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-03-01\"\n        },\n        {\n            \"ItemNumber\": \"38422\",\n            \"Description\": \"Bronchus, removal of foreign body in (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"428.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-03-01\"\n        },\n        {\n            \"ItemNumber\": \"38423\",\n            \"Description\": \"Fibreoptic bronchoscopy with one or more transbronchial lung biopsies, with or without bronchial or broncho-alveolar lavage, with or without the use of interventional imaging (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"299.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-03-01\"\n        },\n        {\n            \"ItemNumber\": \"38425\",\n            \"Description\": \"Endoscopic resection of endobronchial tumours for relief of obstruction including any associated endoscopic procedures, other than a service associated with a service to which another item in Group T8 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"704.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-03-01\"\n        },\n        {\n            \"ItemNumber\": \"38426\",\n            \"Description\": \"Trachea or bronchus, dilatation of stricture and endoscopic insertion of stent (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"528.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-03-01\"\n        },\n        {\n            \"ItemNumber\": \"38428\",\n            \"Description\": \"Bronchoscopy with treatment of tracheal stricture (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"287.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38429\",\n            \"Description\": \"Tracheal excision and repair of, without cardiopulmonary bypass (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2007.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"38431\",\n            \"Description\": \"Tracheal excision and repair of, with cardiopulmonary bypass (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2715.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"38461\",\n            \"Description\": \"TMVr, by transvenous or transeptal techniques, for permanent coaptation of mitral valve leaflets using one or more tissue approximation implants, including intra‑operative diagnostic imaging, if: (a) the patient has each of the following risk factors: (i) moderate to severe, or severe, symptomatic degenerative (primary) mitral valve regurgitation (grade 3+ or 4+); (ii) left ventricular ejection fraction of 20% or more; (iii) symptoms of mild, moderate or severe chronic heart failure (New York Heart Association class II, III or IV); and (b) as a result of a TMVr suitability case conference, the patient has been: (i) assessed as having an unacceptably high risk for surgical mitral valve replacement; and (ii) recommended as being suitable for the service; and (c) the service is performed: (i) by a cardiothoracic surgeon, or an interventional cardiologist, accredited by the TMVr accreditation committee to perform the service; and (ii) via transfemoral venous delivery, unless transfemoral venous delivery is contraindicated or not feasible; and (iii) in a hospital that is accredited by the TMVr accreditation committee as a suitable hospital for the service; and (d) a service to which this item, or item 38463, applies has not been provided to the patient in the previous 5 years (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1670.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"38463\",\n            \"Description\": \"TMVr, by transvenous or transeptal techniques, for permanent coaptation of mitral valve leaflets using one or more Mitraclips™, including intra‑operative diagnostic imaging, if: (a) the patient has each of the following risk factors: (i) moderate to severe, or severe, symptomatic functional (secondary) mitral valve regurgitation (grade 3+ or 4+); (ii) left ventricular ejection fraction of 20% to 50%; (iii) left ventricular end systolic diameter of not more than 70mm; (iv) symptoms of mild, moderate or severe chronic heart failure (New York Heart Association class II, III or IV) that persist despite maximally tolerated guideline directed medical therapy; and (b) as a result of a TMVr suitability case conference, the patient has been: (i) assessed as having an unacceptably high risk for surgical mitral valve replacement; and (ii) recommended as being suitable for the service; and (c) the service is performed: (i) by a cardiothoracic surgeon, or an interventional cardiologist, accredited by the TMVr accreditation committee to perform the service; and (ii) via transfemoral venous delivery, unless transfemoral venous delivery is contraindicated or not feasible; and (iii) in a hospital that is accredited by the TMVr accreditation committee as a suitable hospital for the service; and (d) a service to which this item, or item 38461, applies has not been provided to the patient in the previous 5 years (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1670.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"38467\",\n            \"Description\": \"Insertion, removal or replacement of permanent myocardial electrode, by open surgical approach, other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1118.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"38471\",\n            \"Description\": \"Insertion of implantable defibrillator, including insertion of patches for the insertion of one or more transvenous endocardial leads, if the patient has one of the following: (a) a history of haemodynamically significant ventricular arrhythmias in the presence of structural heart disease; (b) documented high-risk genetic cardiac disease; (c) ischaemic heart disease, with a left ventricular ejection fraction of less than 30% at least one month after experiencing a myocardial infarction and while on optimised medical therapy; (d) chronic heart failure, classified as New York Heart Association class II or III, with a left ventricular ejection fraction of less than 35% (despite optimised medical therapy); other than a service to which item 38212 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1227.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"38472\",\n            \"Description\": \"Insertion, replacement or removal of implantable defibrillator generator, if the patient has one of the following: (a) a history of haemodynamically significant ventricular arrhythmias in the presence of structural heart disease; (b) documented high-risk genetic cardiac disease; (c) ischaemic heart disease, with a left ventricular ejection fraction of less than 30% at least one month after experiencing a myocardial infarction and while on optimised medical therapy; (d) chronic heart failure, classified as New York Heart Association class II or III, with a left ventricular ejection fraction of less than 35% (despite optimised medical therapy); other than a service to which item 38212 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"335.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"38474\",\n            \"Description\": \"Repair, augmentation or replacement of branch pulmonary arteries—left or right (or both), with cardiopulmonary bypass, for congenital heart disease, other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2530.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"38477\",\n            \"Description\": \"Valve annuloplasty with insertion of ring, other than: (a) a service to which item 38516 or 38517 applies; or (b) a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2337.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38484\",\n            \"Description\": \"Aortic or pulmonary valve replacement with bioprosthesis or mechanical prosthesis, including retrograde cardioplegia (if performed), other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2368.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"38485\",\n            \"Description\": \"MITRAL ANNULUS, reconstruction of, after decalcification, when performed in association with valve surgery (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"953.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38487\",\n            \"Description\": \"MITRAL VALVE, open valvotomy of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2007.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1993-07-01\"\n        },\n        {\n            \"ItemNumber\": \"38490\",\n            \"Description\": \"Reconstruction and re-implantation of sub-valvular structures, if performed in conjunction with a service to which item 38499 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"646.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38493\",\n            \"Description\": \"OPERATIVE MANAGEMENT of acute infective endocarditis, in association with heart valve surgery (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2283.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38495\",\n            \"Description\": \"TAVI, for the treatment of symptomatic severe aortic stenosis, performed via transfemoral delivery, unless transfemoral delivery is contraindicated or not feasible, if: (a) the TAVI Patient is at high risk for surgery; and (b) the service: (i) is performed by a TAVI Practitioner in a TAVI Hospital; and (ii) includes all intraoperative diagnostic imaging that the TAVI Practitioner performs upon the TAVI Patient; and (iii) includes valvuloplasty, if required; not being a service which has been rendered within 5 years of a service to which this item or item 38514 or 38522 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1670.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2017-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38499\",\n            \"Description\": \"Mitral or tricuspid valve replacement with bioprothesis or mechanical prosthesis, including retrograde cardioplegia (if performed), other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2368.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"38502\",\n            \"Description\": \"Coronary artery bypass, including cardiopulmonary bypass, with or without retrograde cardioplegia, with or without vein grafts, and including at least one of the following: (a) harvesting of left internal mammary artery and vein graft material; (b) harvesting of left internal mammary artery; (c) harvesting of vein graft material; other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2748.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"38508\",\n            \"Description\": \"Repair or reconstruction of left ventricular aneurysm, including plication, resection and primary and patch repairs, other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2238.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38509\",\n            \"Description\": \"Repair of ischaemic ventricular septal rupture,, other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2786.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38510\",\n            \"Description\": \"Artery harvesting (other than of the left internal mammary), for coronary artery bypass, if: (a) more than one arterial graft is required; and (b) the service is performed in conjunction with coronary artery bypass surgery performed by any medical practitioner (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"727.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"38511\",\n            \"Description\": \"Coronary artery bypass, with the aid of tissue stabilisers, if: (a) the service is performed without cardiopulmonary bypass; and (b) the service is performed in conjunction with a service to which item 38502 applies Applicable only once in conjunction with each service to which item 38502 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"699.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"38512\",\n            \"Description\": \"Division of accessory pathway, isolation procedure, procedure on atrioventricular node or perinodal tissues involving one atrial chamber only, other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2448.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38513\",\n            \"Description\": \"Creation of Y‑graft, T‑graft and graft‑to‑graft extensions, with micro‑arterial or micro‑venous anastomosis using microsurgical techniques, if: (a) the service is for one or more anastomoses; and (b) the service is performed in conjunction with a service to which item 38502 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1166.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"38514\",\n            \"Description\": \"TAVI, for the treatment of symptomatic severe aortic stenosis, performed via transfemoral delivery, unless transfemoral delivery is contraindicated or not feasible, if: (a) the TAVI Patient is at intermediate risk for surgery; and (b) the service: is performed by a TAVI Practitioner in a TAVI Hospital; and includes all intraoperative diagnostic imaging that the TAVI Practitioner performs upon the TAVI Patient; and includes valvuloplasty, if required; and is performed in a facility where cardiothoracic surgery is available and a thoracotomy can be performed immediately and without transfer; and if performed by an interventional cardiologist, a cardiothoracic surgeon is in attendance during the service; not being a service which has been rendered within 5 years of a service to which this item or item 38495 or 38522 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1670.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2022-03-01\"\n        },\n        {\n            \"ItemNumber\": \"38515\",\n            \"Description\": \"Division of accessory pathway, isolation procedure, procedure on atrioventricular node or perinodal tissues involving both atrial chambers and including curative surgery for atrial fibrillation, other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3117.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38516\",\n            \"Description\": \"Simple valve repair: (a) with or without annuloplasty; and (b) including quadrangular resection, cleft closure or alfieri; and (c) including retrograde cardioplegia (if performed); other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2914.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"38517\",\n            \"Description\": \"Complex valve repair: (a) with or without annuloplasty; and (b) including retrograde cardioplegia (if performed); and (c) including one of the following: (i) neochords; (ii) chordal transfer; (iii) patch augmentation; (iv) multiple leaflets; other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3587.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"38518\",\n            \"Description\": \"Ventricular arrhythmia with mapping and muscle ablation, with or without aneurysmeotomy, other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3345.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38519\",\n            \"Description\": \"Valve explant of a previous prosthesis, if performed during open cardiac surgery, not being a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1233.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"38522\",\n            \"Description\": \"TAVI, for the treatment of symptomatic severe native calcific aortic stenosis, performed via transfemoral delivery, unless transfemoral delivery is contraindicated or not feasible, if: (a) the TAVI Patient is at low risk for surgery; and (b) the service: is performed by a TAVI Practitioner in a TAVI Hospital; and includes all intraoperative diagnostic imaging that the TAVI Practitioner performs upon the TAVI Patient; and includes valvuloplasty, if required; and is performed in a facility where cardiothoracic surgery is available and a thoracotomy can be performed immediately and without transfer; and if performed by an interventional cardiologist, a cardiothoracic surgeon is in attendance during the service; not being a service which has been rendered within 5 years of a service to which this item or item 38495 or 38514 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1670.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2022-07-01\"\n        },\n        {\n            \"ItemNumber\": \"38523\",\n            \"Description\": \"Percutaneous transcatheter delivery of dual-filter cerebral embolic protection system during a TAVI procedure, for the reduction of postoperative embolic ischaemic strokes, if: the service is performed upon a TAVI Patient in a TAVI Hospital; and where the service is performed by the practitioner performing the TAVI procedure, the service includes all intraoperative diagnostic imaging that the TAVI Practitioner performs upon the TAVI Patient (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"303.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2022-07-01\"\n        },\n        {\n            \"ItemNumber\": \"38550\",\n            \"Description\": \"Repair or replacement of ascending thoracic aorta: (a) including: (i) cardiopulmonary bypass; and (ii) retrograde cardioplegia (if performed); and (b) not including valve replacement or repair or implantation of coronary arteries; other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2620.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38553\",\n            \"Description\": \"Repair or replacement of ascending thoracic aorta: (a) including: (i) aortic valve replacement or repair; and (i) cardiopulmonary bypass; and (ii) retrograde cardioplegia (if performed); and (b) not including implantation of coronary arteries; other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3299.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38554\",\n            \"Description\": \"Valve sparing aortic root surgery, with reimplantation of aortic valve and coronary arteries and replacement of the ascending aorta, including cardiopulmonary bypass, and including retrograde cardioplegia (if performed), other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"4749.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"38555\",\n            \"Description\": \"Simple replacement or repair of aortic arch, performed in conjunction with a service to which item 38550, 38553, 38554, 38556, 38568 or 38571 applies, including: (a) deep hypothermic circulatory arrest; and (b) peripheral cannulation for cardiopulmonary bypass; and (c) antegrade or retrograde cerebral perfusion (if performed); other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38603, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2914.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"38556\",\n            \"Description\": \"Repair or replacement of ascending thoracic aorta, including: (a) aortic valve replacement or repair; and (b) implantation of coronary arteries; and (c) cardiopulmonary bypass; and (d) retrograde cardioplegia (if performed); other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38603, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3621.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38557\",\n            \"Description\": \"Complex replacement or repair of aortic arch, performed in conjunction with a service, performed by any medical practitioner, to which item 38550, 38553, 38554, 38556, 38568 or 38571 applies, including: (a) debranching and reimplantation of head and neck vessels; and (b) deep hypothermic circulatory arrest; and (c) peripheral cannulation for cardiopulmonary bypass; and (d) antegrade or retrograde cerebral perfusion (if performed); other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"5045.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"38558\",\n            \"Description\": \"Aortic repair involving augmentation of hypoplastic or interrupted aortic arch, if: (a) the patient is a neonate; and (b) the service includes: (i) the use of antegrade cerebral perfusion or deep hypothermic circulatory arrest and associated myocardial preservation; and (ii) retrograde cardioplegia; other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"5699.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"38568\",\n            \"Description\": \"Repair or replacement of descending thoracic aorta, without shunt or cardiopulmonary bypass, by open exposure, percutaneous or endovascular means, other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2173.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38571\",\n            \"Description\": \"Repair or replacement of descending thoracic aorta, with shunt or cardiopulmonary bypass, other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2477.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38572\",\n            \"Description\": \"Operative management of acute rupture or dissection, if the service: (a) is performed in conjunction with a service to which item 38550, 38553, 38554, 38555, 38556, 38557, 38558, 38568, 38571, 38706 or 38709 applies; and (b) is not associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38603, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2318.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1993-07-01\"\n        },\n        {\n            \"ItemNumber\": \"38600\",\n            \"Description\": \"CENTRAL CANNULATION for cardiopulmonary bypass excluding post-operative management, not being a service associated with a service to which another item in this Subgroup applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1787.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38603\",\n            \"Description\": \"Peripheral cannulation for cardiopulmonary bypass, excluding post-operative management, other than a service: (a) in which peripheral cannulation is used in preference to central cannulation for valve or coronary bypass procedures; or (b) associated with a service to which item 38555 or 38572 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1118.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38609\",\n            \"Description\": \"Insertion of intra-aortic balloon pump, by arteriotomy, other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"558.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38612\",\n            \"Description\": \"Removal of intra-aortic balloon pump, with closure of artery by direct suture, other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 338816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"626.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38615\",\n            \"Description\": \"Insertion of a left or right ventricular assist device, for use as: (a) a bridge to cardiac transplantation in patients with refractory heart failure who are: (i) currently on a heart transplant waiting list, or (ii) expected to be suitable candidates for cardiac transplantation following a period of support on the ventricular assist device; or (b) acute post cardiotomy support for failure to wean from cardiopulmonary transplantation; or (c) cardio-respiratory support for acute cardiac failure which is likely to recover with short term support of less than 6 weeks; other than a service associated with a service to which: (d) item 11704, 11705, 11707, 11714, 18260, 33824, 38816, 38828 or 45503 applies; or (e) another item in this Schedule applies if the service described in the item is for the use of a ventricular assist device as destination therapy in the management of a patient with heart failure who is not expected to be a suitable candidate for cardiac transplantation (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1787.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38616\",\n            \"Description\": \"Surgical insertion of an intravascular microaxial ventricular assist device, into the left ventricle only, by arteriotomy, including all associated intraoperative imaging performed by the same practitioner, if: (a) the patient has deteriorating symptoms of cardiogenic shock (with no evidence of significant anoxic neurological injury) that are not controlled by optimal medical therapy; or (b) the patient: (i) is on veno‑arterial extra‑corporeal membrane oxygenation, for deteriorating symptoms of cardiogenic shock (with no evidence of significant anoxic neurological injury) that are not controlled by optimal medical therapy; and (ii) due to the effects of established veno‑arterial extra‑corporeal membrane oxygenation, requires unloading of the left ventricle (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"1102.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2025-03-01\"\n        },\n        {\n            \"ItemNumber\": \"38618\",\n            \"Description\": \"Insertion of a left and right ventricular assist device, for use as: (a) a bridge to cardiac transplantation in patients with refractory heart failure who are: (i) currently on a heart transplant waiting list, or (ii) expected to be suitable candidates for cardiac transplantation following a period of support on the ventricular assist device; or (b) acute post cardiotomy support for failure to wean from cardiopulmonary transplantation; or (c) cardio-respiratory support for acute cardiac failure which is likely to recover with short term support of less than 6 weeks; other than a service associated with a service to which: (d) item 11704, 11705, 11707, 11714, 18260, 33824, 38816, 38828 or 45503 applies; or (e) another item in this Schedule applies if the service described in the item is for the use of a ventricular assist device as destination therapy in the management of a patient with heart failure who is not expected to be a suitable candidate for cardiac transplantation (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2227.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38619\",\n            \"Description\": \"Surgical removal of a left sided intravascular microaxial ventricular assist device (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"661.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2025-03-01\"\n        },\n        {\n            \"ItemNumber\": \"38620\",\n            \"Description\": \"Insertion of a durable left ventricular assist device capable of providing mechanical circulatory support for at least 6 months: (a) as destination therapy in the management of a patient who: (i) has refractory heart failure despite optimal medical management including device use where appropriate; and (ii) has an INTERMACS profile of 1, 2, 3 or 4; and (iii) is not expected to be a suitable candidate for cardiac transplantation; and (b) including all associated intraoperative imaging performed by the same practitioner; other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38816, 38828 or 45503 applies Applicable only once per lifetime (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1787.15\",\n            \"ScheduleFeeStartDate\": \"2026-03-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2026-03-01\"\n        },\n        {\n            \"ItemNumber\": \"38621\",\n            \"Description\": \"Left or right ventricular assist device, removal or replacement of, as an independent procedure, other than a service to which item 38619 applies, or a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38619, 38627, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"889.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38624\",\n            \"Description\": \"Left and right ventricular assist device, removal of, as an independent procedure, other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38627, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"999.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38627\",\n            \"Description\": \"Extra-corporeal membrane oxygenation, bypass or ventricular assist device cannulae, adjustment and re-positioning of, by open operation, in patients supported by these devices, other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38627, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"781.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1998-07-01\"\n        },\n        {\n            \"ItemNumber\": \"38637\",\n            \"Description\": \"Patent diseased coronary artery bypass vein graft or grafts, dissection, disconnection and oversewing of, other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"646.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38653\",\n            \"Description\": \"Open heart surgery, other than a service: (a) to which another item in this Group applies; or (b) associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2343.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38670\",\n            \"Description\": \"Cardiac tumour, excision of, involving the wall of the atrium or inter-atrial septum, without patch or conduit reconstruction, other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2227.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38673\",\n            \"Description\": \"Cardiac tumour, excision of, involving the wall of the atrium or inter-atrial septum, requiring reconstruction with patch or conduit, other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2506.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38677\",\n            \"Description\": \"Cardiac tumour arising from ventricular myocardium, partial thickness excision of, other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2345.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38680\",\n            \"Description\": \"Cardiac tumour arising from ventricular myocardium, full thickness excision of including repair or reconstruction, other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2781.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38700\",\n            \"Description\": \"Patent ductus arteriosus, shunt, collateral or other single large vessel, division or ligation of, without cardiopulmonary bypass, for congenital heart disease, other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1245.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38703\",\n            \"Description\": \"Patent ductus arteriosus, shunt, collateral or other single large vessel, division or ligation of, with cardiopulmonary bypass, for congenital heart disease, other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2252.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38706\",\n            \"Description\": \"Aorta, anastomosis or repair of, without cardiopulmonary bypass, for congenital heart disease, other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2125.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38709\",\n            \"Description\": \"Anastomosis or repair of aorta, with cardiopulmonary bypass, for congenital heart disease, other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2506.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38715\",\n            \"Description\": \"Main Pulmonary Artery, banding, debanding or repair of, without cardiopulmonary bypass, for congenital heart disease, other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1990.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38718\",\n            \"Description\": \"Banding, debanding or repair of main pulmonary artery, with cardiopulmonary bypass, for congenital heart disease, other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2517.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38721\",\n            \"Description\": \"Vena Cava, anastomosis or repair of, without cardiopulmonary bypass, for congenital heart disease, other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1745.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38724\",\n            \"Description\": \"Vena cava, anastomosis or repair of, with cardiopulmonary bypass, for congenital heart disease, other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2538.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38727\",\n            \"Description\": \"Anastomosis or repair of intrathoracic vessels, without cardiopulmonary bypass, performed as a primary procedure, other than a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38700, 38703, 38706, 38709, 38715, 38718, 38721, 38724, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1745.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38730\",\n            \"Description\": \"Anastomosis or repair of intrathoracic vessels, with cardiopulmonary bypass, performed as a primary procedure, other than a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38700, 38703, 38706, 38709, 38715, 38718, 38721, 38724, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2490.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38733\",\n            \"Description\": \"Systemic pulmonary or Cavo-pulmonary shunt, creation of, without cardiopulmonary bypass, for congenital heart disease, other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1745.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38736\",\n            \"Description\": \"Systemic pulmonary or Cavo-pulmonary shunt, creation of, with cardiopulmonary bypass, for congenital heart disease, other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2490.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38739\",\n            \"Description\": \"Atrial septectomy, with or without cardiopulmonary bypass, for congenital heart disease, other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2283.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38742\",\n            \"Description\": \"Atrial septal defect, closure by open exposure and direct suture or patch, for congenital heart disease in a patient with documented evidence of right heart overload or paradoxical embolism, other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2244.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38745\",\n            \"Description\": \"Intra-atrial baffle, insertion of, for congenital heart disease, other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2490.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38748\",\n            \"Description\": \"Ventricular septectomy, for congenital heart disease, other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2490.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38751\",\n            \"Description\": \"Ventricular septal defect, closure by direct suture or patch, other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2490.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38754\",\n            \"Description\": \"Intraventricular baffle or conduit, insertion of, for congenital heart disease, other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3117.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38757\",\n            \"Description\": \"Extracardiac conduit, insertion of, for congenital heart disease, other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2490.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38760\",\n            \"Description\": \"Extracardiac conduit, replacement of, for congenital heart disease, other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2490.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38764\",\n            \"Description\": \"Ventricular myectomy, for relief of right or left ventricular obstruction, other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2490.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"38766\",\n            \"Description\": \"Ventricular augmentation, right or left, for congenital heart disease, other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18260, 33824, 38816, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2490.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38800\",\n            \"Description\": \"THORACIC CAVITY, aspiration of, for diagnostic purposes, not being a service associated with a service to which item 38803 applies\\n\",\n            \"ScheduleFee\": \"44.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2005-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38803\",\n            \"Description\": \"THORACIC CAVITY, aspiration of, with therapeutic drainage (paracentesis), with or without diagnostic sample\\n\",\n            \"ScheduleFee\": \"89.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2005-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38812\",\n            \"Description\": \"PERCUTANEOUS NEEDLE BIOPSY of lung (Anaes.)\\n\",\n            \"ScheduleFee\": \"244.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2005-11-01\"\n        },\n        {\n            \"ItemNumber\": \"38815\",\n            \"Description\": \"Thoracoscopy, with or without division of pleural adhesions, with or without biopsy, including insertion of intercostal catheter where necessary, other than a service associated with: (a) a service to which item 18258, 18260 or 38828 applies; or (b) a service to which item 38816 applies that is performed on the same lung (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"291.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"38816\",\n            \"Description\": \"Thoracotomy, exploratory, with or without biopsy, including insertion of an intercostal catheter where necessary, other than a service associated with: (a) a service to which item 18258, 18260 or 38828 applies; or (b) a service to which item 38815 applies that is performed on the same lung (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1118.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"38817\",\n            \"Description\": \"Thoracotomy, thoracoscopy or sternotomy, by any procedure: (a) including any division of adhesions if the time taken to divide the adhesions exceeds 30 minutes; and (b) other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18258, 18260, 33824, 38815, 38816, 38818, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1757.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"38818\",\n            \"Description\": \"Thoracotomy, thoracoscopy or median sternotomy for post operative bleeding, other than a service associated with a service to which item 11704, 11705, 11707, 11714, 18258, 18260, 33824, 38815, 38816, 38817, 38828 or 45503 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1118.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"38820\",\n            \"Description\": \"Lung, wedge resection of, other than a service associated with a service to which item 18258, 18260, 38815, 38816, 38820, 38821 or 38828 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1338.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"38821\",\n            \"Description\": \"Lung, wedge resection of, 2 or more wedges, other than a service associated with a service to which item 18258, 18260, 38815, 38816, 38820 or 38828 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2007.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"38822\",\n            \"Description\": \"Pneumonectomy, lobectomy, bilobectomy or segmentectomy, other than a service associated with a service to which item 18258, 18260, 38815, 38816, 38823, 38824 or 38828 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1787.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"38823\",\n            \"Description\": \"Radical lobectomy, pneumonectomy, bilobectomy, segmentectomy or formal mediastinal node dissection (greater than 4 nodes), other than a service associated with a service to which item 18258, 18260, 38815, 38816, 38822, 38824 or 38828 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2208.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"38824\",\n            \"Description\": \"Segmentectomy, lobectomy, bilobectomy or pneumonectomy, including resection of chest wall, diaphragm, pericardium, and formal mediastinal node dissection (greater than 4 nodes), other than a service associated with a service to which item 18258, 18260, 38815, 38816, 38822, 38823 or 38828 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2760.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"38828\",\n            \"Description\": \"Intercostal drain, insertion of: (a) not involving resection of rib; and (b) excluding aftercare; and (c) other than a service associated with a service to which item 38815, 38816, 38829, 38830, 38831, 38832, 38833 or 38834 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"155.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"38829\",\n            \"Description\": \"Intercostal drain, insertion of, with pleurodesis: (a) not involving resection of rib; and (b) excluding aftercare; and (c) other than a service associated with a service to which item 38815, 38816, 38828, 38830, 38831, 38832, 38833 or 38834 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"192.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"38830\",\n            \"Description\": \"Empyema, radical operation for, involving resection of rib, other than a service associated with a service to which item 38828, 38829, 38831, 38832, 38833 or 38834 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"465.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"38831\",\n            \"Description\": \"Thoracoscopy or thoracotomy and drainage of paraneumonic effusion and empyema, exploratory, with or without biopsy, other than a service associated with a service to which item 18258, 18260, 38815, 38816, 38828, 38829, 38830, 38832, 38833 or 38834 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1677.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"38832\",\n            \"Description\": \"Thoracotomy or thoracoscopy, with pulmonary decortication, other than a service associated with a service to which item 18258, 18260, 38815, 38816, 38828, 38829, 38830, 38831, 38833 or 38834 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1787.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"38833\",\n            \"Description\": \"Thoracotomy or thoracoscopy, with pleurectomy or pleurodesis, other than a service associated with a service to which item 18258, 18260, 38815, 38816, 38828, 38829, 38830, 38831, 38832 or 38834 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1118.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"38834\",\n            \"Description\": \"Thoracotomy and radical extra pleural pneumonectomy or radical lung preserving decortication and pleurectomy for malignancy, other than a service associated with a service to which item 18258, 18260, 38815, 38816, 38828, 38829, 38830, 38831, 38832 or 38833 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"4140.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"38837\",\n            \"Description\": \"Mediastinum, cervical exploration of, with or without biopsy, other than a service associated with a service to which item 18258, 18260, 38815, 38816 or 38828 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"423.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"38838\",\n            \"Description\": \"Thoracotomy or thoracoscopy or sternotomy, for removal of thymus or mediastinal tumour, other than a service associated with a service to which item 18258, 18260, 38815, 38816 or 38828 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1380.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"38839\",\n            \"Description\": \"Pericardium, subxiphoid open surgical drainage of, other than a service associated with a service to which item 18258, 18260, 38815, 38816, 38828 or 38840 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"669.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"38840\",\n            \"Description\": \"Pericardium, transthoracic (thoracotomy or thoracoscopy) open surgical drainage of, other than a service associated with a service to which item 18258, 18260, 38815, 38816, 38828 or 38839 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"999.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"38841\",\n            \"Description\": \"Pericardiectomy via sternotomy or thoracoscopy or anterolateral thoracotomy without cardiopulmonary bypass, other than a service associated with a service to which item 18258, 18260, 38815, 38816 or 38828 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1787.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"38842\",\n            \"Description\": \"Pericardiectomy via sternotomy or anterolateral thoracotomy with cardiopulmonary bypass, other than a service associated with a service to which item 18258, 18260, 38815, 38816 or 38828 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2500.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"38845\",\n            \"Description\": \"Sternal wire or wires, removal of, other than a service associated with a service to which item 18258, 18260, 38815, 38816 or 38828 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"321.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"38846\",\n            \"Description\": \"Pectus excavatum or pectus carinatum, repair or radical correction of, other than a service associated with a service to which item 18258, 18260, 38815, 38816, 38828, 38847, 38848 or 38849 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1668.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"38847\",\n            \"Description\": \"Pectus excavatum, repair of, with implantation of subcutaneous prosthesis, other than a service associated with a service to which item 18258, 18260, 38815, 38816, 38828, 38846, 38848 or 38849 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"889.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"38848\",\n            \"Description\": \"Pectus excavatum, repair of, with insertion of a concave bar, by any method, other than a service associated with a service to which item 18258, 18260, 38815, 38816, 38828, 38846 or 38847 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1334.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"38849\",\n            \"Description\": \"Pectus excavatum, removal of a concave bar, by any method, not being a service associated with a service to which item 18258, 18260, 38815, 38816, 38828, 38846 or 38847 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"667.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"38850\",\n            \"Description\": \"Sternotomy wound, debridement of, not involving reopening of the mediastinum, other than a service associated with a service to which item 18258, 18260, 38815, 38816, 38828 or 38851 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"380.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"38851\",\n            \"Description\": \"Sternotomy wound, debridement of, involving curettage of infected bone, with or without removal of wires, but not involving reopening of the mediastinum, other than a service associated with a service to which item 18258, 18260, 38815, 38816, 38828 or 38850 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"413.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"38852\",\n            \"Description\": \"Sternum, reoperation on, for dehiscence or infection involving reopening of the mediastinum, with or without rewiring, other than a service associated with a service to which item 18258, 18260, 38815, 38816, 38828 or 38853 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1117.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"38853\",\n            \"Description\": \"Sternum and mediastinum, reoperation for infection of, involving muscle advancement flaps and/or greater omentum, other than a service associated with a service to which item 18258, 18260, 38815, 38816, 38828 or 38852 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1752.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"38857\",\n            \"Description\": \"Chest wall resection, sternum and/or ribs without reconstruction, other than a service associated with a service to which item 18258, 18260, 38815, 38816, 38824, 38828 or 38858 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2117.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"38858\",\n            \"Description\": \"Chest wall resection, sternum and / or ribs with reconstruction, other than a service associated with a service to which item 18258, 18260, 38815, 38816, 38824, 38828 or 38857 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2760.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"38859\",\n            \"Description\": \"Plating of multiple ribs for flail segment, other than a service associated with a service to which item 18258, 18260, 38815, 38816 or 38828 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1118.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"38864\",\n            \"Description\": \"Intrathoracic operations on heart, lungs, great vessels, bronchial tree, oesophagus or mediastinum, or on more than one of those organs, not being a service to which another item in this Group applies, other than a service associated with a service to which item 18258, 18260 or 38828 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1787.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"39000\",\n            \"Description\": \"LUMBAR PUNCTURE (Anaes.)\\n\",\n            \"ScheduleFee\": \"87.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"39007\",\n            \"Description\": \"Procedure to obtain access to intracranial space (including subdural space, ventricle or basal cistern), percutaneously or by burr-hole (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"185.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2020-11-01\"\n        },\n        {\n            \"ItemNumber\": \"39013\",\n            \"Description\": \"Injection of one or more zygo-apophyseal or costo-transverse joints with one or more of contrast media, local anaesthetic or corticosteroid under image guidance (Anaes.)\\n\",\n            \"ScheduleFee\": \"127.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-07-01\"\n        },\n        {\n            \"ItemNumber\": \"39014\",\n            \"Description\": \"Medial branch block of one or more primary posterior rami, injection of an anaesthetic agent under image guidance (Anaes.)\\n\",\n            \"ScheduleFee\": \"145.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-03-01\"\n        },\n        {\n            \"ItemNumber\": \"39015\",\n            \"Description\": \"Intracranial parenchymal pressure monitoring device, insertion of—including burr hole (excluding after care) (Anaes.)\\n\",\n            \"ScheduleFee\": \"438.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"39018\",\n            \"Description\": \"Cerebrospinal reservoir, ventricular reservoir or external ventricular drain, insertion of, with or without stereotaxy (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"964.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"39100\",\n            \"Description\": \"Injection of primary branch of trigeminal nerve (ophthalmic, maxillary or mandibular branches) with alcohol, cortisone, phenol, or similar neurolytic substance, under image guidance (Anaes.)\\n\",\n            \"ScheduleFee\": \"277.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"39109\",\n            \"Description\": \"Trigeminal gangliotomy by radiofrequency, balloon or glycerol, including stereotaxy (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1653.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"39110\",\n            \"Description\": \"Left lumbar percutaneous zygapophyseal joint denervation by radio-frequency probe, or cryoprobe, using radiological imaging control Applicable to one or more services provided in a single attendance, for not more than 3 attendances in a 12 month period (Anaes.)\\n\",\n            \"ScheduleFee\": \"312.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-03-01\"\n        },\n        {\n            \"ItemNumber\": \"39111\",\n            \"Description\": \"Right lumbar percutaneous zygapophyseal joint denervation by radio-frequency probe, or cryoprobe, using radiological imaging control Applicable to one or more services provided in a single attendance, for not more than 3 attendances in a 12 month period (Anaes.)\\n\",\n            \"ScheduleFee\": \"312.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-03-01\"\n        },\n        {\n            \"ItemNumber\": \"39113\",\n            \"Description\": \"Cranial nerve, neurectomy or intracranial decompression of, using microsurgical techniques, including stereotaxy and cranioplasty (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2774.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2020-11-01\"\n        },\n        {\n            \"ItemNumber\": \"39116\",\n            \"Description\": \"Left thoracic percutaneous zygapophyseal joint denervation by radio-frequency probe or cryoprobe using radiological imaging control Applicable to one or more services provided in a single attendance, for not more than 3 attendances in a 12 month period (Anaes.)\\n\",\n            \"ScheduleFee\": \"347.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-03-01\"\n        },\n        {\n            \"ItemNumber\": \"39117\",\n            \"Description\": \"Right thoracic percutaneous zygapophyseal joint denervation by radio-frequency probe, or cryoprobe, using radiological imaging control Applicable to one or more services provided in a single attendance, for not more than 3 attendances in a 12 month period (Anaes.)\\n\",\n            \"ScheduleFee\": \"347.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-03-01\"\n        },\n        {\n            \"ItemNumber\": \"39118\",\n            \"Description\": \"Left cervical percutaneous zygapophyseal joint denervation by radio-frequency probe, or cryoprobe, using radiological imaging control Applicable to one or more services provided in a single attendance, for not more than 3 attendances in a 12 month period (Anaes.)\\n\",\n            \"ScheduleFee\": \"382.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"39119\",\n            \"Description\": \"Right cervical percutaneous zygapophyseal joint denervation by radio-frequency probe, or cryoprobe, using radiological imaging control Applicable to one or more services provided in a single attendance, for not more than 3 attendances in a 12 month period (Anaes.)\\n\",\n            \"ScheduleFee\": \"382.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-03-01\"\n        },\n        {\n            \"ItemNumber\": \"39121\",\n            \"Description\": \"Percutaneous cordotomy (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"736.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"39124\",\n            \"Description\": \"CORDOTOMY OR MYELOTOMY, partial or total laminectomy for, or operation for dorsal root entry zone (Drez) lesion (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1886.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"39125\",\n            \"Description\": \"Spinal catheter, insertion or replacement of, and connection to a subcutaneous implanted infusion pump, for the management of chronic pain, including cancer pain (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"347.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1993-07-01\"\n        },\n        {\n            \"ItemNumber\": \"39126\",\n            \"Description\": \"All of the following:(a) infusion pump, subcutaneous implantation or replacement of;(b) connection of the pump to a spinal catheter;(c) filling of reservoir with a therapeutic agent or agents;with or without programming the pump, for the management of chronic pain, including cancer pain (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"422.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1993-07-01\"\n        },\n        {\n            \"ItemNumber\": \"39127\",\n            \"Description\": \"Subcutaneous reservoir and spinal catheter, insertion of, for the management of chronic pain, including cancer pain (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"552.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"39128\",\n            \"Description\": \"All of the following:(a) infusion pump, subcutaneous implantation of;(b) spinal catheter, insertion of;(c) connection of pump to catheter;(d) filling of reservoir with a therapeutic agent or agents;with or without programming the pump, for the management of chronic pain, including cancer pain (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"769.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1993-07-01\"\n        },\n        {\n            \"ItemNumber\": \"39129\",\n            \"Description\": \"Peripheral lead or leads, percutaneous placement of, including intraoperative test stimulation, for the management of chronic neuropathic pain (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"707.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2022-03-01\"\n        },\n        {\n            \"ItemNumber\": \"39130\",\n            \"Description\": \"Epidural lead or leads, percutaneous placement of, including intraoperative test stimulation, for the management of chronic neuropathic pain or pain from refractory angina pectoris (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"786.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"39131\",\n            \"Description\": \"Epidural or peripheral nerve electrodes (management, adjustment, or reprogramming of neurostimulator), with a medical practitioner attending, for the management of chronic neuropathic pain or pain from refractory angina pectoris—each day\\n\",\n            \"ScheduleFee\": \"149.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-07-01\"\n        },\n        {\n            \"ItemNumber\": \"39133\",\n            \"Description\": \"Either:(a) subcutaneously implanted infusion pump, removal of; or(b) spinal catheter, removal or repositioning of;for the management of chronic pain, including cancer pain (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"185.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"39134\",\n            \"Description\": \"Neurostimulator or receiver, subcutaneous placement of, including placement and connection of extension wires to epidural or peripheral nerve electrodes, for the management of chronic neuropathic pain or pain from refractory angina pectoris (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"397.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1993-07-01\"\n        },\n        {\n            \"ItemNumber\": \"39135\",\n            \"Description\": \"Neurostimulator or receiver that was inserted for the management of chronic neuropathic pain or pain from refractory angina pectoris, open surgical removal of, performed in the operating theatre of a hospital (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"185.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2004-11-01\"\n        },\n        {\n            \"ItemNumber\": \"39136\",\n            \"Description\": \"Epidural or peripheral nerve lead that was implanted for the management of chronic neuropathic pain or pain from refractory angina pectoris, open surgical removal of, performed in the operating theatre of a hospital (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"185.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"39137\",\n            \"Description\": \"Epidural or peripheral nerve lead that was implanted for the management of chronic neuropathic pain or pain from refractory angina pectoris, open surgical repositioning of, to correct displacement or unsatisfactory positioning, including intraoperative test stimulation, other than a service to which item 39130, 39138 or 39139 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"706.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2004-11-01\"\n        },\n        {\n            \"ItemNumber\": \"39138\",\n            \"Description\": \"Peripheral nerve lead or leads, surgical placement of, including intraoperative test stimulation, for the management of chronic neuropathic pain where the leads are intended to remain in situ long term (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"786.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2004-11-01\"\n        },\n        {\n            \"ItemNumber\": \"39139\",\n            \"Description\": \"Epidural lead, surgical placement of one or more of by partial or total laminectomy, including intraoperative test stimulation, for the management of chronic neuropathic pain or pain from refractory angina pectoris (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1055.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"39140\",\n            \"Description\": \"Epidural catheter, insertion of, under imaging control, with epidurogram and epidural therapeutic injection for lysis of adhesions (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"341.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1997-05-01\"\n        },\n        {\n            \"ItemNumber\": \"39141\",\n            \"Description\": \"Epidural or peripheral nerve electrodes (management, adjustment, or reprogramming of neurostimulator), with a medical practitioner attending remotely by video conference, for the management of chronic neuropathic pain or pain from refractory angina pectoris—each day\\n\",\n            \"ScheduleFee\": \"149.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-11-01\"\n        },\n        {\n            \"ItemNumber\": \"39300\",\n            \"Description\": \"Nerve, digital or cutaneous, primary repair of, using microsurgical techniques, other than a service associated with a service to which item 39330 applies—applicable once per nerve (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"412.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"39303\",\n            \"Description\": \"Nerve, digital or cutaneous, delayed repair of, using microsurgical techniques, including either or both of the following (if performed): (a) neurolysis; (b) transposition of nerve to facilitate repair; other than a service associated with a service to which item 30023 applies that is performed at the same site—applicable once per nerve (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"543.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"39306\",\n            \"Description\": \"Nerve trunk, primary repair of, using microsurgical techniques, other than a service associated with a service to which item 39330 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"789.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"39307\",\n            \"Description\": \"Reconstruction of nerve trunk using biological or synthetic nerve conduit, using microsurgical techniques, other than a service associated with a service to which item 39330 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"961.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"39309\",\n            \"Description\": \"Nerve trunk, delayed repair of, using microsurgical techniques, including either or both of the following (if performed): (a) neurolysis; (b) transposition of nerve or nerve transfer to facilitate repair; other than a service associated with: (c) a service to which item 39321 applies; or (d) a service to which item 30023 applies that is performed at the same site (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"833.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"39312\",\n            \"Description\": \"Nerve trunk, internal (interfascicular), neurolysis of, using microsurgical techniques, other than a service associated with a service to which item 30023 applies that is performed at the same site (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"464.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"39315\",\n            \"Description\": \"Nerve trunk, nerve graft to, by cable graft, using microsurgical techniques, including any of the following (if performed): (a) harvesting of nerve graft; (b) proximal and distal anastomosis of nerve graft; (c) transposition of nerve to facilitate grafting; (d) neurolysis; other than a service associated with: (e) a service to which item 39330 applies; or (f) a service to which item 30023 applies that is performed at the same site (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1201.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"39318\",\n            \"Description\": \"Nerve, digital or cutaneous, nerve graft to, using microsurgical techniques, including either or both of the following (if performed): (a) harvesting of nerve graft from separate donor site; (b) proximal and distal anastomosis of nerve graft; other than a service associated with a service to which item 39330 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"745.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"39319\",\n            \"Description\": \"Reconstruction of digital or cutaneous nerve using biological or synthetic nerve conduit, using microsurgical techniques, other than a service associated with a service to which item 39330 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"543.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"39321\",\n            \"Description\": \"Transposition of nerve, excluding the ulnar nerve at the elbow, other than a service associated with a service to which item 39330 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"552.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"39323\",\n            \"Description\": \"Percutaneous denervation (excluding medial branch nerve) by cryotherapy or radiofrequency probe, other than a service to which another item applies, applicable not more than 6 times for a given nerve in a 12 month period (Anaes.)\\n\",\n            \"ScheduleFee\": \"322.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-07-01\"\n        },\n        {\n            \"ItemNumber\": \"39324\",\n            \"Description\": \"Neurectomy or removal of tumour or neuroma from superficial peripheral nerve (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"322.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"39327\",\n            \"Description\": \"NEURECTOMY, NEUROTOMY or removal of tumour from deep peripheral or cranial nerve, by open operation, not being a service to which item 41575, 41576, 41578 or 41579 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"552.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"39328\",\n            \"Description\": \"Neurectomy, neurotomy or removal of tumour from deep peripheral nerve, by open operation, for upper limb surgery (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"552.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"39329\",\n            \"Description\": \"Extensive neurolysis of radial, median or ulnar nerve trunk nerve in the forearm or arm, other than a service associated with: (a) a service to which item 39303, 39309, 39312, 39315, 39318, 39324 or 39327 applies; or (b) a service to which item 30023 applies that is performed at the same site (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"412.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"39330\",\n            \"Description\": \"Neurolysis by open operation without transposition, other than a service associated with: (a) a service to which item 39321, 39328, 39329, 39332, 39336, 39339, 39342, 39345, 49774 or 49775 applies; or (b) a service to which item 30023 applies that is performed at the same site (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"322.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"39331\",\n            \"Description\": \"Carpal tunnel release, including division of transverse carpal ligament or release of median nerve, by any method, including either or both of the following (if performed): (a) synovectomy; (b) neurolysis; other than a service associated with: (c) a service to which item 46339 applies; or (d) a service to which item 30023 applies that is performed at the same site (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"322.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-07-01\"\n        },\n        {\n            \"ItemNumber\": \"39332\",\n            \"Description\": \"Revision of carpal tunnel release, including division of transverse carpal ligament or release of median nerve, by any method, including either or both of the following (if performed): (a) synovectomy; (b) neurolysis; other than a service associated with: (c) a service to which item 46339 applies; or (d) a service to which item 30023 applies that is performed at the same site (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"484.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"39336\",\n            \"Description\": \"Ulnar nerve decompression at elbow or wrist (cubital tunnel or Guyon’s canal) without transposition, by any method, including neurolysis (if performed), other than a service associated with a service to which item 30023 applies that is performed at the same site (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"322.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"39339\",\n            \"Description\": \"Revision of ulnar nerve decompression at elbow (cubital tunnel) without transposition, by any method, including neurolysis (if performed), other than a service associated with a service to which item 30023 applies that is performed at the same site (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"484.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"39342\",\n            \"Description\": \"Ulnar nerve decompression at elbow (cubital tunnel), including any of the following (if performed): (a) associated transposition; (b) subcutaneous or submuscular transposition of the nerve; (c) medial epicondylectomy; (d) ostetomy and reconstruction of the flexor origin; (e) neurolysis; other than a service associated with a service to which item 30023 applies that is performed at the same site (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"635.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"39345\",\n            \"Description\": \"Localised decompression of radial, median or ulnar nerve, or branches of, in the forearm for compressive neuropathy, including neurolysis (if performed), other than a service associated with a service to which item 30023 applies that is performed at the same site (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"322.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"39503\",\n            \"Description\": \"Facio-hypoglossal nerve or facio-accessory nerve, anastomosis of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1114.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"39604\",\n            \"Description\": \"Any of the following procedures for intracranial haemorrhage or swelling: (a) craniotomy, craniectomy or burr-holes for removal of intracranial haemorrhage, including stereotaxy;(b) craniotomy or craniectomy for brain swelling, stroke, or raised intracranial pressure, including for subtemporal decompression, including stereotaxy; or(c) post-operative re-opening, including for swelling or post-operative cerebrospinal fluid leak. (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2092.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2020-11-01\"\n        },\n        {\n            \"ItemNumber\": \"39610\",\n            \"Description\": \"Fractured skull, without brain laceration or dural penetration, repair of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1114.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2020-11-01\"\n        },\n        {\n            \"ItemNumber\": \"39612\",\n            \"Description\": \"Fractured skull, with brain laceration or dural penetration but without cerebrospinal fluid, rhinorrhoea or otorrhoea, repair of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1307.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"39615\",\n            \"Description\": \"Fractured skull, after trauma, with cerebrospinal fluid rhinorrhoea or otorrhoea, repair of, including stereotaxy and dermofat graft (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2230.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"39638\",\n            \"Description\": \"Anterior or middle cranial fossa or cavernous sinus, tumour or vascular lesion, removal or radical excision of, including stereotaxy and cranioplasty—conjoint surgery, principal surgeon (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"4966.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2020-11-01\"\n        },\n        {\n            \"ItemNumber\": \"39639\",\n            \"Description\": \"Anterior or middle cranial fossa or cavernous sinus, tumour or vascular lesion, removal or radical excision of, including stereotaxy and cranioplasty—conjoint surgery, co‑surgeon (Assist.)\\n\",\n            \"ScheduleFee\": \"3968.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2020-11-01\"\n        },\n        {\n            \"ItemNumber\": \"39641\",\n            \"Description\": \"Anterior or middle cranial fossa or cavernous sinus, tumour or vascular lesion, removal or radical excision of, including stereotaxy and cranioplasty - one surgeon (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"5238.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2020-11-01\"\n        },\n        {\n            \"ItemNumber\": \"39651\",\n            \"Description\": \"Petro-clival, clival or foramen magnum tumour or vascular lesion, removal or radical excision of, including stereotaxy and cranioplasty - one surgeon (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"6462.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2020-11-01\"\n        },\n        {\n            \"ItemNumber\": \"39654\",\n            \"Description\": \"Petro-clival, clival or foramen magnum tumour or vascular lesion, removal or radical excision of, including stereotaxy and cranioplasty—conjoint surgery, principal surgeon (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"4966.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"39656\",\n            \"Description\": \"Petro clival, clival or foramen magnum tumour or vascular lesion, removal or radical excision of, including stereotaxy and cranioplasty—conjoint surgery, co surgeon (Assist.)\\n\",\n            \"ScheduleFee\": \"3968.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"39700\",\n            \"Description\": \"Skull tumour, benign or malignant, excision of, including stereotaxy and cranioplasty (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2114.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"39703\",\n            \"Description\": \"Intracranial tumour, cyst or other brain tissue, either or both of: (a) burr hole and biopsy of; (b) drainage of; including stereotaxy (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1697.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"39710\",\n            \"Description\": \"Intracranial tumour, one or more, biopsy, drainage, decompression or removal of, through a single craniotomy, including stereotaxy and cranioplasty (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2827.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2020-11-01\"\n        },\n        {\n            \"ItemNumber\": \"39712\",\n            \"Description\": \"Transcranial tumour removal or biopsy of one or more of any of the following: (a) meningioma; (b) pinealoma; (c) cranio pharyngioma; (d) pituitary tumour; (e) intraventricular lesion; (f) brain stem lesion; (g) any other intracranial tumour; by any means (with or without endoscopy), through a single craniotomy, including stereotaxy and cranioplasty (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"4318.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"39715\",\n            \"Description\": \"Pituitary tumour, removal of, by transphenoidal approach, including stereotaxy and dermis, dermofat or fascia grafting, other than a service associated with a service to which item 40600 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3151.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"39718\",\n            \"Description\": \"Arachnoidal cyst, craniotomy for, including stereotaxy and neuroendoscopy (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1903.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"39720\",\n            \"Description\": \"Awake craniotomy for functional neurosurgery (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"4039.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2020-11-01\"\n        },\n        {\n            \"ItemNumber\": \"39801\",\n            \"Description\": \"Aneurysm, clipping, proximal ligation, or reinforcement of sac, including stereotaxy and cranioplasty (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"6462.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2020-11-01\"\n        },\n        {\n            \"ItemNumber\": \"39803\",\n            \"Description\": \"Intracranial arteriovenous malformation or fistula, treatment through a craniotomy, including stereotaxy, cranioplasty and all angiography (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"6462.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"39815\",\n            \"Description\": \"Carotid‑cavernous fistula, obliteration of—combined cervical and intracranial procedure (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2131.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"39818\",\n            \"Description\": \"Intracranial vascular bypass using indirect techniques, including stereotaxy (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2829.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"39821\",\n            \"Description\": \"Intracranial vascular bypass using direct anastomosis techniques, including stereotaxy (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"4030.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"39900\",\n            \"Description\": \"Intracranial infection, treated by burr hole, including stereotaxy, other than a service associated with a service to which item 40600 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1697.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"39903\",\n            \"Description\": \"Intracranial infection, treated by craniotomy, including stereotaxy, other than a service associated with a service to which item 40600 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2548.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"39906\",\n            \"Description\": \"Osteomyelitis of skull or removal of infected bone flap, craniectomy for, other than a service associated with a service to which item 40600 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"929.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"40004\",\n            \"Description\": \"Ventricular, lumbar or cisternal shunt diversion, insertion or revision of, including stereotaxy (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1930.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2020-11-01\"\n        },\n        {\n            \"ItemNumber\": \"40012\",\n            \"Description\": \"Endoscopic ventriculostomy for treatment of cerebrospinal fluid circulation disorders, including stereotaxy (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1995.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"40018\",\n            \"Description\": \"Lumbar cerebrospinal fluid drain, insertion of, other than a service associated with a service to which item 22053 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"185.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"40104\",\n            \"Description\": \"Spinal myelomeningocele or spinal meningocele, excision and closure of, other than a service associated with a service to which item 40600 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1184.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2020-11-01\"\n        },\n        {\n            \"ItemNumber\": \"40106\",\n            \"Description\": \"Chiari malformation, decompression or reconstruction of, including laminectomy, dermofat graft and stereotaxy, other than a service associated with a service to which item 40600 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2811.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"40109\",\n            \"Description\": \"Encephalocoele or cranial meningocele, excision and closure of, including stereotaxy and dermofat graft (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2182.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"40112\",\n            \"Description\": \"Tethered cord, release of, including lipomeningocele or diastematomyelia, multiple levels, including laminectomy and rhizolysis, other than a service associated with a service to which item 40600 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2787.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"40119\",\n            \"Description\": \"Craniostenosis, operation for, other than a service associated with a service to which item 40600 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1114.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2020-11-01\"\n        },\n        {\n            \"ItemNumber\": \"40600\",\n            \"Description\": \"Cranioplasty, reconstructive, other than a service associated with a service to which item 39113, 39638, 39639, 39641, 39651, 39654, 39656, 39700, 39710, 39712, 39715, 39801, 39803, 40703 or 41887 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1114.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"40700\",\n            \"Description\": \"Corpus callosotomy, for epilepsy, including stereotaxy (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2732.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"40701\",\n            \"Description\": \"Vagus nerve stimulation therapy through stimulation of the left vagus nerve, subcutaneous placement of electrical pulse generator, for: (a) management of refractory generalised epilepsy; or (b) treatment of refractory focal epilepsy not suitable for resective epilepsy surgery (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"397.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2017-11-01\"\n        },\n        {\n            \"ItemNumber\": \"40702\",\n            \"Description\": \"Vagus nerve stimulation therapy through stimulation of the left vagus nerve, surgical repositioning or removal of electrical pulse generator inserted for: (a) management of refractory generalised epilepsy; or (b) treatment of refractory focal epilepsy not suitable for resective epilepsy surgery (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"185.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2017-11-01\"\n        },\n        {\n            \"ItemNumber\": \"40703\",\n            \"Description\": \"Corticectomy, topectomy or partial lobectomy, for epilepsy, including stereotaxy and cranioplasty (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2827.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"40704\",\n            \"Description\": \"Vagus nerve stimulation therapy through stimulation of the left vagus nerve, surgical placement of lead, including connection of lead to left vagus nerve and intra-operative test stimulation, for: (a) management of refractory generalised epilepsy; or (b) treatment of refractory focal epilepsy not suitable for resective epilepsy surgery (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"786.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2017-11-01\"\n        },\n        {\n            \"ItemNumber\": \"40705\",\n            \"Description\": \"Vagus nerve stimulation therapy through stimulation of the left vagus nerve, surgical repositioning or removal of lead attached to left vagus nerve for: (a) management of refractory generalised epilepsy; or (b) treatment of refractory focal epilepsy not suitable for resective epilepsy surgery (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"706.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2017-11-01\"\n        },\n        {\n            \"ItemNumber\": \"40706\",\n            \"Description\": \"Hemispherectomy or functional hemispherectomy, for intractable epilepsy, including stereotaxy (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"4039.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"40707\",\n            \"Description\": \"Vagus nerve stimulation therapy through stimulation of the left vagus nerve, electrical analysis and programming of vagus nerve stimulation therapy device using external wand, for: (a) management of refractory generalised epilepsy; or (b) treatment of refractory focal epilepsy not suitable for resective epilepsy surgery\\n\",\n            \"ScheduleFee\": \"221.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2017-11-01\"\n        },\n        {\n            \"ItemNumber\": \"40708\",\n            \"Description\": \"Vagus nerve stimulation therapy through stimulation of the left vagus nerve, surgical replacement of battery in electrical pulse generator inserted for: (a) management of refractory generalised epilepsy; or (b) treating refractory focal epilepsy not suitable for resective epilepsy surgery (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"397.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2017-11-01\"\n        },\n        {\n            \"ItemNumber\": \"40709\",\n            \"Description\": \"Intracranial electrode placement by burr hole, including stereotaxy (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1697.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"40712\",\n            \"Description\": \"Intracranial electrode placement by craniotomy, single or multiple, including stereotactic EEG, including stereotaxy (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"4039.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"40801\",\n            \"Description\": \"Functional stereotactic procedure including computer assisted anatomical localisation, physiological localisation, and lesion production, by any method, in the basal ganglia, brain stem or deep white matter tracts, other than a service associated with deep brain stimulation for Parkinson’s disease, essential tremor or dystonia (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2036.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1993-07-01\"\n        },\n        {\n            \"ItemNumber\": \"40803\",\n            \"Description\": \"Intracranial stereotactic procedure by any method, other than: (a) a service to which item 40801 applies; or (b) a service associated with a service to which item 39018, 39109, 39113, 39604, 39615, 39638, 39639, 39641, 39651, 39654, 39656, 39700, 39703, 39710, 39712, 39715, 39718, 39720, 39801, 39803, 39818, 39821, 39900, 39903, 40004, 40012, 40106, 40109, 40700, 40703, 40706, 40709 or 40712 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1394.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"40804\",\n            \"Description\": \"Magnetic resonance imaging—scan of head (including magnetic resonance angiography if performed) by a radiologist on request by a specialist or consultant physician, for the sole purpose of guiding focused ultrasound for the treatment of medically refractory essential tremor in association with the services described in items 40805 and 40806, including: (a) stereotactic scan of brain, with frame in place; and (b) assistance with computerised planning; and (c) interpretation of intraprocedural imaging Applicable once per patient per lifetime (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"1097.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"40805\",\n            \"Description\": \"Neurological assessment and evaluation during the treatment of medically refractory essential tremor with magnetic resonance imaging-guided focused ultrasound, performed by a neurologist in association with the services described in items 40804 and 40806, including: (a) assistance with target localisation incorporating anatomical and physiological techniques; and (b) continuous intraprocedural neurological assessment and evaluation Applicable once per patient per lifetime (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"2267.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"40806\",\n            \"Description\": \"Treatment of medically refractory essential tremor with magnetic resonance imaging-guided focused ultrasound, performed by a neurosurgeon in association with the services described in items 40804 and 40805, including: (a) computer assisted anatomical localisation; and (b) frame placement; and (c) target verification using anatomical and physiological techniques; and (d) delivery of treatment with lesion production in the basal ganglia, brain stem, thalamus or deep white matter tracts Applicable once per patient per lifetime (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"3493.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"40850\",\n            \"Description\": \"DEEP BRAIN STIMULATION (unilateral) functional stereotactic procedure including computer assisted anatomical localisation, physiological localisation including twist drill, burr hole craniotomy or craniectomy and insertion of electrodes for the treatment of: Parkinson's disease where the patient's response to medical therapy is not sustained and is accompanied by unacceptable motor fluctuations; or Essential tremor or dystonia where the patient's symptoms cause severe disability (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2641.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2002-02-01\"\n        },\n        {\n            \"ItemNumber\": \"40851\",\n            \"Description\": \"DEEP BRAIN STIMULATION (bilateral) functional stereotactic procedure including computer assisted anatomical localisation, physiological localisation including twist drill, burr hole craniotomy or craniectomy and insertion of electrodes for the treatment of: Parkinson's disease where the patient's response to medical therapy is not sustained and is accompanied by unacceptable motor fluctuations; or Essential tremor or dystonia where the patient's symptoms cause severe disability. (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"4623.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2003-05-05\"\n        },\n        {\n            \"ItemNumber\": \"40852\",\n            \"Description\": \"DEEP BRAIN STIMULATION (unilateral) subcutaneous placement of neurostimulator receiver or pulse generator for the treatment of: Parkinson's disease where the patient's response to medical therapy is not sustained and is accompanied by unacceptable motor fluctuations; or Essential tremor or dystonia where the patient's symptoms cause severe disability. (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"397.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2002-02-01\"\n        },\n        {\n            \"ItemNumber\": \"40854\",\n            \"Description\": \"DEEP BRAIN STIMULATION (unilateral) revision or removal of brain electrode for the treatment of: Parkinson's disease where the patient's response to medical therapy is not sustained and is accompanied by unacceptable motor fluctuations; or Essential tremor or dystonia where the patient's symptoms cause severe disability. (Anaes.)\\n\",\n            \"ScheduleFee\": \"614.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2002-02-01\"\n        },\n        {\n            \"ItemNumber\": \"40856\",\n            \"Description\": \"DEEP BRAIN STIMULATION (unilateral) removal or replacement of neurostimulator receiver or pulse generator for the treatment of: Parkinson's disease where the patient's response to medical therapy is not sustained and is accompanied by unacceptable motor fluctuations; or Essential tremor or dystonia where the patient's symptoms cause severe disability. (Anaes.)\\n\",\n            \"ScheduleFee\": \"298.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2002-02-01\"\n        },\n        {\n            \"ItemNumber\": \"40858\",\n            \"Description\": \"DEEP BRAIN STIMULATION (unilateral) placement, removal or replacement of extension lead for the treatment of: Parkinson's disease where the patient's response to medical therapy is not sustained and is accompanied by unacceptable motor fluctuations; or Essential tremor or dystonia where the patient's symptoms cause severe disability. (Anaes.)\\n\",\n            \"ScheduleFee\": \"614.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2002-02-01\"\n        },\n        {\n            \"ItemNumber\": \"40860\",\n            \"Description\": \"DEEP BRAIN STIMULATION (unilateral) target localisation incorporating anatomical and physiological techniques, including intra-operative clinical evaluation, for the insertion of a single neurostimulation wire for the treatment of: Parkinson's disease where the patient's response to medical therapy is not sustained and is accompanied by unacceptable motor fluctuations; or Essential tremor or dystonia where the patient's symptoms cause severe disability. (Anaes.)\\n\",\n            \"ScheduleFee\": \"2359.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2002-02-01\"\n        },\n        {\n            \"ItemNumber\": \"40862\",\n            \"Description\": \"DEEP BRAIN STIMULATION (unilateral) electronic analysis and programming of neurostimulator pulse generator for the treatment of: Parkinson's disease where the patient's response to medical therapy is not sustained and is accompanied by unacceptable motor fluctuations; or Essential tremor or dystonia where the patient's symptoms cause severe disability. (Anaes.)\\n\",\n            \"ScheduleFee\": \"221.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2002-02-01\"\n        },\n        {\n            \"ItemNumber\": \"40863\",\n            \"Description\": \"Deep brain stimulation (unilateral), remote electronic analysis and programming of neurostimulator pulse generator for the treatment of: (a) Parkinson’s disease, if the patient’s response to medical therapy is not sustained and is accompanied by unacceptable motor fluctuations; or (b) essential tremor or dystonia, if the patient’s symptoms cause severe disability Applicable not more than 8 times in any 12 month period\\n\",\n            \"ScheduleFee\": \"221.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-11-01\"\n        },\n        {\n            \"ItemNumber\": \"40905\",\n            \"Description\": \"Craniotomy, performed by a neurosurgeon in conjunction with the correction of craniofacial abnormalities (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"701.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2004-05-01\"\n        },\n        {\n            \"ItemNumber\": \"41500\",\n            \"Description\": \"EAR, foreign body (other than ventilating tube) in, removal of, other than by simple syringing (Anaes.)\\n\",\n            \"ScheduleFee\": \"96.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41501\",\n            \"Description\": \"Examination of glottal cycles and vibratory characteristics of the vocal folds by a specialist in the practice of the specialist’s specialty of otolaryngology using videostroboscopy, including capturing audio, video, frequency and intensity, for confirmation of diagnosis , or for confirmation of treatment effectiveness where there is failure to progress or respond as expected, for: dysphonia where non stroboscopic techniques of the visualising the larynx have failed to identify any frank abnormality of the vocal folds; or benign or malignant vocal fold lesions; or premalignant or malignant laryngeal lesions; or vocal fold motion impairment or glottal insufficiency; or evaluation of vocal fold function after treatment or phonosurgery other than a service associated with a service to which item 41764 applies or with a services associated with the administration of a general anaesthetic\\n\",\n            \"ScheduleFee\": \"216.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"41503\",\n            \"Description\": \"Ear, foreign body in (other than ventilating tube), removal of, involving incision of external auditory canal, other than a service associated with a service to which another item in this Subgroup applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"278.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41506\",\n            \"Description\": \"AURAL POLYP, removal of (Anaes.)\\n\",\n            \"ScheduleFee\": \"168.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41509\",\n            \"Description\": \"External auditory meatus, surgical removal of keratosis obturans from, performed under general anaesthesia, other than: (a) a service to which another item in this Subgroup applies; or (b) a service associated with a service to which item 41647 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"190.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41512\",\n            \"Description\": \"MEATOPLASTY involving removal of cartilage or bone or both cartilage and bone, not being a service to which item 41515 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"683.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41515\",\n            \"Description\": \"MEATOPLASTY involving removal of cartilage or bone or both cartilage and bone, being a service associated with a service to which item 41530, 41548, 41557, 41560 or 41563 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"448.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41518\",\n            \"Description\": \"EXTERNAL AUDITORY MEATUS, removal of EXOSTOSES IN (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1083.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41521\",\n            \"Description\": \"Correction of auditory canal stenosis, including meatoplasty, with or without grafting, other than a service associated with a service to which an item in Subgroup 18 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1153.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41524\",\n            \"Description\": \"Reconstruction of external auditory canal (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"333.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41527\",\n            \"Description\": \"Myringoplasty, by trans-canal approach, other than a service associated with a service to which another item in this Subgroup applies on the same side (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"685.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"18\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41530\",\n            \"Description\": \"Myringoplasty, post-aural or endaural approach, with or without mastoid inspection, other than a service associated with a service to which another item in this Subgroup applies on the same side (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"1116.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"18\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41533\",\n            \"Description\": \"Atticotomy without reconstruction of the bony defect, with or without myringoplasty, other than a service associated with a service to which another item in this Subgroup applies on the same side (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1334.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"18\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41536\",\n            \"Description\": \"Atticotomy with reconstruction of the bony defect, with or without myringoplasty, other than a service associated with a service to which another item in this Subgroup applies on the same side (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1495.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"18\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41539\",\n            \"Description\": \"Ossicular chain reconstruction, other than a service associated with a service to which item 41611 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1271.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41542\",\n            \"Description\": \"Ossicular chain reconstruction and myringoplasty, other than a service associated with a service to which item 41611 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1393.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41545\",\n            \"Description\": \"Mastoidectomy (cortical), other than a service associated with a service to which another item in this Subgroup applies on the same side (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"608.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"18\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41548\",\n            \"Description\": \"OBLITERATION OF THE MASTOID CAVITY (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"806.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41551\",\n            \"Description\": \"Mastoidectomy, intact wall technique, with myringoplasty, other than a service associated with a service to which another item in this Subgroup applies on the same side (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1858.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"18\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41554\",\n            \"Description\": \"Mastoidectomy, intact wall technique, with myringoplasty and ossicular chain reconstruction, other than a service associated with a service to which item 41603 or another item in this Subgroup applies on the same side (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2189.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"18\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41557\",\n            \"Description\": \"Mastoidectomy (radical or modified radical), other than a service associated with a service to which another item in this Subgroup applies on the same side (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1271.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"18\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41560\",\n            \"Description\": \"Mastoidectomy (radical or modified radical) and myringoplasty, other than a service associated with a service to which another item in this Subgroup applies on the same side (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"1393.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"18\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41563\",\n            \"Description\": \"Mastoidectomy (radical or modified radical), myringoplasty and ossicular chain reconstruction, other than a service associated with a service to which another item in this Subgroup applies on the same side (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1724.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"18\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41564\",\n            \"Description\": \"Mastoidectomy (radical or modified radical), obliteration of the mastoid cavity, blind sac closure of external auditory canal and obliteration of eustachian tube, other than a service associated with a service to which another item in this Subgroup applies on the same side (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2230.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"18\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1997-05-01\"\n        },\n        {\n            \"ItemNumber\": \"41566\",\n            \"Description\": \"Revision of mastoidectomy (radical, modified radical or intact wall), including myringoplasty, other than a service associated with a service to which another item in this Subgroup applies on the same side (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1271.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"18\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41569\",\n            \"Description\": \"Decompression of facial nerve in its mastoid portion, other than a service associated with a service to which item 41617 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1393.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41572\",\n            \"Description\": \"LABYRINTHOTOMY OR DESTRUCTION OF LABYRINTH (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1205.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41575\",\n            \"Description\": \"CEREBELLO PONTINE ANGLE TUMOUR, removal of by 2 surgeons operating conjointly, by transmastoid, translabyrinthine or retromastoid approach transmastoid, translabyrinthine or retromastoid procedure (including aftercare) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2841.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41576\",\n            \"Description\": \"CEREBELLO - PONTINE ANGLE TUMOUR, removal of, by transmastoid, translabyrinthine or retromastoid approach - intracranial procedure (including aftercare) not being a service to which item 41578 or 41579 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"4262.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-11-01\"\n        },\n        {\n            \"ItemNumber\": \"41578\",\n            \"Description\": \"CEREBELLO PONTINE ANGLE TUMOUR, removal of, by transmastoid, translabyrinthine or retromastoid approach, (intracranial procedure) - conjoint surgery, principal surgeon (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2841.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41579\",\n            \"Description\": \"CEREBELLO-PONTINE ANGLE TUMOUR, removal of, by transmastoid, translabyrinthine or retromastoid approach, (intracranial procedure) - conjoint surgery, co-surgeon (Assist.)\\n\",\n            \"ScheduleFee\": \"2131.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"41581\",\n            \"Description\": \"TUMOUR INVOLVING INFRA-TEMPORAL FOSSA, removal of, involving craniotomy and radical excision of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3268.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41584\",\n            \"Description\": \"PARTIAL TEMPORAL BONE RESECTION for removal of tumour involving mastoidectomy with or without decompression of facial nerve (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2242.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41587\",\n            \"Description\": \"TOTAL TEMPORAL BONE RESECTION for removal of tumour (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3054.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41590\",\n            \"Description\": \"ENDOLYMPHATIC SAC, TRANSMASTOID DECOMPRESSION with or without drainage of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1393.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41593\",\n            \"Description\": \"TRANSLABYRINTHINE VESTIBULAR NERVE SECTION (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1815.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41596\",\n            \"Description\": \"RETROLABYRINTHINE VESTIBULAR NERVE SECTION or COCHLEAR NERVE SECTION, or BOTH (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2029.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41599\",\n            \"Description\": \"INTERNAL AUDITORY MEATUS, exploration by middle cranial fossa approach with cranial nerve decompression (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2029.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41603\",\n            \"Description\": \"Osseo‑integration procedure—implantation of bone conduction hearing system device, in a patient: (a) with a permanent or long term hearing loss; and (b) unable to utilise conventional air or bone conduction hearing aid for medical or audiological reasons; and (c) with bone conduction thresholds that accord with recognised criteria for the implantable bone conduction hearing device being inserted; other than a service associated with a service to which item 41554, 45794 or 45797 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"696.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"41608\",\n            \"Description\": \"STAPEDECTOMY (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1271.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41611\",\n            \"Description\": \"Stapes mobilisation, other than a service associated with a service to which item 41539, 41542, or an item in Subgroup 18, applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"818.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41614\",\n            \"Description\": \"Round window surgery including repair of cochleotomy, other than a service associated with a service to which item 41617 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1271.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41615\",\n            \"Description\": \"Oval window surgery, including repair of fistula, other than a service associated with a service to which another item in this Group applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1271.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-05-01\"\n        },\n        {\n            \"ItemNumber\": \"41617\",\n            \"Description\": \"Cochlear implant, insertion of, including mastoidectomy, cochleotomy and exposure of facial nerve where required, other than a service associated with a service to which item 41569 or 41614 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2210.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41618\",\n            \"Description\": \"Middle ear implant, partially implantable, insertion of, via mastoidectomy, for patients with: (a) stable sensorineural hearing loss; and (b) outer ear pathology that prevents the use of a conventional hearing aid; and (c) a PTA4 of less than 80 dBHL; and (d) bilateral, symmetrical hearing loss with PTA thresholds in both ears within 20 dBHL (0.5‑4kHz) of each other; and (e) speech perception discrimination of at least 65% correct for word lists with appropriately amplified sound; and (f) a normal middle ear; and (g) normal tympanometry; and (h) on audiometry, an air‑bone gap of less than 10 dBHL (0.5‑4kHz) across all frequencies; and (i) no other inner ear disorders (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2189.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2017-05-01\"\n        },\n        {\n            \"ItemNumber\": \"41620\",\n            \"Description\": \"GLOMUS TUMOUR, transtympanic removal of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"961.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41623\",\n            \"Description\": \"GLOMUS TUMOUR, transmastoid removal of, including mastoidectomy (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1393.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41626\",\n            \"Description\": \"Incision of tympanic membrane, or installation of therapeutic agent, to the middle ear through an intact drum: (a) not including local anaesthetic; and (b) excluding aftercare; and (c) other than a service associated with a service to which item 41632 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"168.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41629\",\n            \"Description\": \"Middle ear, exploration of, other than a service associated with a service to which another item in this Subgroup applies on the same side (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"608.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"18\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41632\",\n            \"Description\": \"Middle ear, insertion of tube for drainage of (including myringotomy), other than a service associated with a service to which item 41626 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"278.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41635\",\n            \"Description\": \"Clearance of middle ear for granuloma, cholesteatoma and polyp, one or more, with or without myringoplasty, other than a service associated with a service to which another item in this Subgroup applies on the same side (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1334.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"18\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41638\",\n            \"Description\": \"Clearance of middle ear for granuloma, cholesteatoma and polyp, one or more, with or without myringoplasty with ossicular chain reconstruction, other than a service associated with a service to which another item in this Subgroup applies on the same side (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1666.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"18\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41641\",\n            \"Description\": \"PERFORATION OF TYMPANUM, cauterisation or diathermy of (Anaes.)\\n\",\n            \"ScheduleFee\": \"55.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41644\",\n            \"Description\": \"EXCISION OF RIM OF EARDRUM PERFORATION, not being a service associated with myringoplasty (Anaes.)\\n\",\n            \"ScheduleFee\": \"166.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41647\",\n            \"Description\": \"Micro inspection of tympanic membrane and auditory canal, requiring use of operating microscope or endoscope, including any removal of wax, with or without general anaesthesia, other than a service associated with a service to which item 41509 applies. Not applicable for the removal of uncomplicated wax in the absence of other disorders of the ear (Anaes.)\\n\",\n            \"ScheduleFee\": \"128.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41650\",\n            \"Description\": \"Tympanic membrane, microinspection of one or both ears under general anaesthesia, other than a service associated with a service to which another item in this Group applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"128.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41656\",\n            \"Description\": \"NASAL HAEMORRHAGE, POSTERIOR, ARREST OF, with posterior nasal packing with or without cauterisation and with or without anterior pack (excluding aftercare) (Anaes.)\\n\",\n            \"ScheduleFee\": \"143.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41659\",\n            \"Description\": \"NOSE, removal of FOREIGN BODY IN, other than by simple probing (Anaes.)\\n\",\n            \"ScheduleFee\": \"90.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41662\",\n            \"Description\": \"Nasal polyp or polypi (simple), removal of, other than a service associated with a service to which item 41702, 41703 or 41705 applies on the same side\\n\",\n            \"ScheduleFee\": \"96.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41668\",\n            \"Description\": \"Nasal polyp or polypi, removal of (Anaes.)\\n\",\n            \"ScheduleFee\": \"256.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41671\",\n            \"Description\": \"Septal surgery, including septoplasty, septal reconstruction, septectomy, closure of septal perforation or other modifications of the septum, not including cauterisation, by any approach, other than a service associated with a service to which item 41689, 41692 or 41693 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"611.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41674\",\n            \"Description\": \"Cauterisation (other than by chemical means) or cauterisation by chemical means when performed under general anaesthesia or diathermy of septum or turbinates—one or more of these procedures (including any consultation on the same occasion) other than a service associated with another operation on the nose (Anaes.)\\n\",\n            \"ScheduleFee\": \"117.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41677\",\n            \"Description\": \"NASAL HAEMORRHAGE, arrest of during an episode of epistaxis by cauterisation or nasal cavity packing or both (Anaes.)\\n\",\n            \"ScheduleFee\": \"105.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41683\",\n            \"Description\": \"DIVISION OF NASAL ADHESIONS, with or without stenting not being a service associated with any other operation on the nose and not performed during the postoperative period of a nasal operation (Anaes.)\\n\",\n            \"ScheduleFee\": \"136.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41686\",\n            \"Description\": \"Dislocation of turbinate or turbinates, one or both sides, other than a service associated with a service to which another item in this Group applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"83.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41689\",\n            \"Description\": \"Turbinate reduction, partial or total, unilateral or bilateral, other than a service associated with a service to which item 41671, 41692 or 41693 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"238.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41692\",\n            \"Description\": \"Turbinate, submucous resection with removal of bone, unilateral or bilateral, other than a service associated with a service to which item 41671, 41689 or 41693 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"311.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41693\",\n            \"Description\": \"Septal surgery with submucous resection of turbinates, unilateral or bilateral, other than a service associated with a service to which item 41671, 41689, 41692 or 41764 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"894.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"41698\",\n            \"Description\": \"Maxillary antrum, proof puncture and lavage of, other than a service associated with a service to which item 41702, 41703, 41705, 41710, 41734 or 41737 applies on the same side (Anaes.)\\n\",\n            \"ScheduleFee\": \"38.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41701\",\n            \"Description\": \"MAXILLARY ANTRUM, proof puncture and lavage of, under general anaesthesia (requiring admission to hospital) not being a service associated with a service to which another item in this Group applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"107.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41702\",\n            \"Description\": \"Functional sinus surgery of the ostiomeatal unit, including ethmoid, unilateral, other than a service associated with a service to which item 41662, 41698, 41703, 41705, 41710 or 41764 applies on the same side (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"796.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"19\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"41703\",\n            \"Description\": \"Functional sinus surgery, complete dissection of all 5 sinuses and creation of single sinus cavity, unilateral, other than a service associated with a service to which item 41662, 41698, 41702, 41705, 41710, 41734, 41737, 41752 or 41764 applies on the same side (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1176.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"19\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"41704\",\n            \"Description\": \"MAXILLARY ANTRUM, LAVAGE OF each attendance at which the procedure is performed, including any associated consultation (Anaes.)\\n\",\n            \"ScheduleFee\": \"42.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41705\",\n            \"Description\": \"Functional sinus surgery, complete dissection of all 5 sinuses to create a single sinus cavity, with extended drilling of frontal sinuses, unilateral, other than a service associated with a service to which item 41662, 41698, 41702, 41703, 41710, 41734, 41737, 41752 or 41764 applies on the same side (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1914.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"19\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"41707\",\n            \"Description\": \"Maxillary or sphenopalatine artery, ligation of (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"523.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41710\",\n            \"Description\": \"Antrostomy by any approach, other than a service associated with a service to which item 41702, 41703, 41705 or 41698 applies on the same side (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"412.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"20\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41713\",\n            \"Description\": \"Vidian neurectomy or exposure of vidian canal (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"707.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41719\",\n            \"Description\": \"Antrum, drainage of, through tooth socket, other than a service associated with a service to which item 41722 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"137.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41722\",\n            \"Description\": \"Oroantral fistula, plastic closure of, other than a service associated with a service to which item 41719 or 45009 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"685.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41725\",\n            \"Description\": \"Ligation of ethmoidal artery or arteries, anterior, posterior or both, by any approach (unilateral) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"523.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41728\",\n            \"Description\": \"Removal of sinonasal or nasopharyngeal tumour, excluding inflammatory nasal polyps, by any approach (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1046.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41734\",\n            \"Description\": \"Endoscopic Lothrop procedure or radical external frontal sinusotomy with osteoplastic flap, unilateral, other than a service associated with a service to which item 41698, 41703, 41705 or 41764 applies on the same side (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1182.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"20\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41737\",\n            \"Description\": \"Frontal sinus, unilateral, intranasal operation on, including complete dissection of frontal recess and exposure of frontal sinus ostium (excludes simple probing, dilatation or irrigation of frontal sinus), other than a service associated with a service to which item 41698, 41703, 41705 or 41764 applies on the same side (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"563.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"20\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41740\",\n            \"Description\": \"Frontal sinus, catheterisation of, other than a service associated with a service to which item 41749 applies on the same side (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"68.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41743\",\n            \"Description\": \"Frontal sinus, trephine of, other than a service associated with a service to which item 41749 applies on the same side (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"393.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41746\",\n            \"Description\": \"Paranasal sinus, radical obliteration of, including any graft harvest (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"906.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41749\",\n            \"Description\": \"Paranasal sinus, external operation on, unilateral, other than a service associated with a service to which item 41740 or 41743 applies on the same side (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"707.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41752\",\n            \"Description\": \"Sphenoidal sinus, unilateral, intranasal operation on, other than a service associated with a service to which item 41703 or 41705 applies on the same side (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"344.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"20\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41755\",\n            \"Description\": \"EUSTACHIAN TUBE, catheterisation of (Anaes.)\\n\",\n            \"ScheduleFee\": \"54.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41764\",\n            \"Description\": \"Nasendoscopy or sinoscopy or fibreoptic examination of nasopharynx and larynx, one or more of these procedures, unilateral or bilateral examination, other than a service associated with a service to which item 41693, 41702, 41703, 41705, 41734 or 41737 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"143.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41768\",\n            \"Description\": \"Unilateral insertion of bioabsorbable implant for nasal airway obstruction due to lateral wall insufficiency confirmed by positive modified Cottle manoeuvre, if: (a) the procedure is provided by a specialist in the practice of the specialist’s specialty of otolaryngology or plastic surgery; and (b) the patient has a self‑reported NOSE Scale score of equal to or greater than 55; and (c) NOSE Scale evidence (with or without photographic evidence demonstrating the clinical need for this service) is documented in the patient notes; and (d) the patient has not previously received a service to which item 41769 applies Applicable once per lifetime per nostril (Anaes.)\\n\",\n            \"ScheduleFee\": \"210.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"41769\",\n            \"Description\": \"Bilateral insertion of bioabsorbable implant for nasal airway obstruction due to lateral wall insufficiency confirmed by positive modified Cottle manoeuvre, if: (a) the procedure is provided by a specialist in the practice of the specialist’s specialty of otolaryngology or plastic surgery; and (b) the patient has a self‑reported NOSE Scale score of equal to or greater than 55; and (c) NOSE Scale evidence (with or without photographic evidence demonstrating the clinical need for this service) is documented in the patient notes; and (d) the patient has not previously received a service to which item 41768 applies Applicable once per lifetime (Anaes.)\\n\",\n            \"ScheduleFee\": \"316.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"41770\",\n            \"Description\": \"PHARYNGEAL POUCH, removal of, with or without cricopharyngeal myotomy (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"818.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41776\",\n            \"Description\": \"Cricopharyngeal myotomy by any approach, including open inversion of pharyngeal pouch or endoscopic repair of pharyngeal pouch (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"684.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41779\",\n            \"Description\": \"PHARYNGOTOMY (lateral), with or without total excision of tongue (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"818.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41785\",\n            \"Description\": \"Partial pharyngectomy, by any approach, with or without partial glossectomy (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1330.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41786\",\n            \"Description\": \"UVULOPALATOPHARYNGOPLASTY, with or without tonsillectomy, by any means (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"859.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41789\",\n            \"Description\": \"Tonsils or tonsils and adenoids, removal of, in a patient aged less than 12 years (including any examination of the postnasal space and nasopharynx and the infiltration of local anaesthetic), not being a service to which item 41764 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"344.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"EligibleAgeRange\": \"younger than 12 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41793\",\n            \"Description\": \"Tonsils or tonsils and adenoids, removal of, in a patient 12 years of age or over (including any examination of the postnasal space and nasopharynx and the infiltration of local anaesthetic), not being a service to which item 41764 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"433.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"EligibleAgeRange\": \"12 years or older\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41797\",\n            \"Description\": \"TONSILS OR TONSILS AND ADENOIDS, ARREST OF HAEMORRHAGE requiring general anaesthesia, following removal of (Anaes.)\\n\",\n            \"ScheduleFee\": \"168.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41801\",\n            \"Description\": \"Adenoids, removal of (including any examination of the postnasal space and nasopharynx and the infiltration of local anaesthetic), not being a service to which item 41764 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"190.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41804\",\n            \"Description\": \"Removal of lingual tonsil (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"105.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41807\",\n            \"Description\": \"PERITONSILLAR ABSCESS (quinsy), incision of (Anaes.)\\n\",\n            \"ScheduleFee\": \"81.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41810\",\n            \"Description\": \"Uvulotomy or uvulectomy (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"41.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41813\",\n            \"Description\": \"VALLECULAR OR PHARYNGEAL CYSTS, removal of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"415.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41822\",\n            \"Description\": \"Oesophagoscopy, with rigid oesophagoscope, with or without biopsy, other than a service associated with a service to which item 30473 or 30478 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"224.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41825\",\n            \"Description\": \"Removal of a foreign body from the pharynx, larynx or oesophagus, by any means, other than a service associated with a service to which item 30478 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"415.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41828\",\n            \"Description\": \"OESOPHAGEAL STRICTURE, dilatation of, without oesophagoscopy (Anaes.)\\n\",\n            \"ScheduleFee\": \"60.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41831\",\n            \"Description\": \"Oesophagus, endoscopic pneumatic dilatation of, for treatment of achalasia (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"416.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41832\",\n            \"Description\": \"Oesophagus, balloon dilatation of, using interventional imaging techniques (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"266.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1997-05-01\"\n        },\n        {\n            \"ItemNumber\": \"41834\",\n            \"Description\": \"Total laryngectomy, including cricopharyngeal myotomy and tracheo oesophageal puncture (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1845.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41837\",\n            \"Description\": \"Complete vertical hemi laryngectomy, involving removal of true and false vocal cords, including tracheostomy. Applicable only once per provider per patient per lifetime (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1441.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41840\",\n            \"Description\": \"Total supraglottic laryngectomy, involving removal of ventricular folds, epiglottis and aryepiglottic folds including tracheostomy. Applicable only once per provider per patient per lifetime (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1772.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41843\",\n            \"Description\": \"LARYNGOPHARYNGECTOMY or PRIMARY RESTORATION OF ALIMENTARY CONTINUITY after laryngopharyngectomy USING STOMACH OR BOWEL (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1559.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41855\",\n            \"Description\": \"Microlaryngoscopy, by any approach, with or without biopsy (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"336.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41861\",\n            \"Description\": \"Microlaryngoscopy with complete removal of benign or malignant lesions of the larynx, including papillomata, by any approach or technique, unilateral, other than a service associated with a service to which item 41870 applies on the same side (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"704.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41867\",\n            \"Description\": \"Microlaryngoscopy, with partial or complete arytenoidectomy or arytenoid repositioning (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"715.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41870\",\n            \"Description\": \"Laryngeal augmentation or modification by injection techniques, other than a service associated with a service to which item 41879 applies or item 41861 applies on the same side (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"530.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41873\",\n            \"Description\": \"Larynx, fractured, operation for (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"685.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41876\",\n            \"Description\": \"Larynx, external operation on, or laryngofissure, with or without cordectomy (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"685.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41879\",\n            \"Description\": \"Tracheoplasty, laryngoplasty or thyroplasty, not by injection techniques, including tracheostomy, other than a service associated with a service to which item 41870 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1110.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41880\",\n            \"Description\": \"Tracheostomy by a percutaneous technique (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"296.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1998-11-23\"\n        },\n        {\n            \"ItemNumber\": \"41881\",\n            \"Description\": \"Tracheostomy by open exposure of the trachea (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"468.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1998-07-01\"\n        },\n        {\n            \"ItemNumber\": \"41884\",\n            \"Description\": \"Cricothyrostomy (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"106.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"41885\",\n            \"Description\": \"Trache‑oesophageal fistula, formation of, as a secondary procedure following laryngectomy, including associated endoscopic procedures (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"335.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1998-07-01\"\n        },\n        {\n            \"ItemNumber\": \"41886\",\n            \"Description\": \"Trachea, removal of foreign body in (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"207.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41887\",\n            \"Description\": \"Pituitary tumour, removal of, by trans-sphenoidal approach, including stereotaxy and dermis, dermofat or fascia grafting, as part of conjoint surgery, other than a service associated with a service to which item 40600 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3151.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"41888\",\n            \"Description\": \"Fractured skull, after trauma only, or spontaneous defects with cerebrospinal fluid rhinorrhoea or otorrhoea, repair of, including stereotaxy and dermofat graft (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2230.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"41890\",\n            \"Description\": \"Orbit, decompression of, by fenestration of 2 or more walls, or by the removal of intraorbital peribulbar and retrobulbar fat from each quadrant of the orbit, one eye by endonasal approach (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1491.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"41907\",\n            \"Description\": \"NASAL SEPTUM BUTTON, insertion of (Anaes.)\\n\",\n            \"ScheduleFee\": \"143.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"41910\",\n            \"Description\": \"DUCT OF MAJOR SALIVARY GLAND, transposition of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"455.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1993-07-01\"\n        },\n        {\n            \"ItemNumber\": \"42503\",\n            \"Description\": \"OPHTHALMOLOGICAL EXAMINATION under general anaesthesia, not being a service associated with a service to which another item in this Group applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"119.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42504\",\n            \"Description\": \"Implantation of a micro-bypass glaucoma surgery device or devices into the suprachoroidal space or the trabecular meshwork, if conservative therapies have failed, are likely to fail, or are contraindicated (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"350.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"42505\",\n            \"Description\": \"Complete removal of a micro‑bypass glaucoma surgery device or devices from the suprachoroidal space or the trabecular meshwork, with or without replacement, following device‑related medical complications necessitating complete removal (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"350.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"42506\",\n            \"Description\": \"Eye, enucleation of, without insertion of implant (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"561.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42509\",\n            \"Description\": \"Eye, enucleation of, with insertion of non-integrated implant, without muscle attachment (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"710.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42510\",\n            \"Description\": \"Eye, enucleation of, with insertion of coralline or other integrated implant, including:(a) for a coralline implant—attachment of at least the 4 rectus muscles (with or without oblique muscles) to: (i) the implant; or(ii) the implant wrap; or (b) for another integrated implant—fashioning of myoconjunctival insertion of extraocular muscles(H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"819.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-05-01\"\n        },\n        {\n            \"ItemNumber\": \"42512\",\n            \"Description\": \"Globe, evisceration of (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"561.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42515\",\n            \"Description\": \"GLOBE, EVISCERATION OF, AND INSERTION OF INTRASCLERAL BALL OR CARTILAGE (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"710.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42518\",\n            \"Description\": \"ANOPHTHALMIC ORBIT, INSERTION OF CARTILAGE OR ARTIFICIAL IMPLANT as a delayed procedure, or REMOVAL OF IMPLANT FROM SOCKET, or PLACEMENT OF A MOTILITY INTEGRATING PEG by drilling into an existing orbital implant (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"412.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42521\",\n            \"Description\": \"ANOPHTHALMIC SOCKET, treatment of, by insertion of a wired-in conformer, integrated implant or dermofat graft, as a secondary procedure (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1403.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42527\",\n            \"Description\": \"CONTRACTED SOCKET, RECONSTRUCTION INCLUDING MUCOUS MEMBRANE GRAFTING AND STENT MOULD (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"473.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42530\",\n            \"Description\": \"Orbit, exploration of, requiring removal of bone (orbitotomy) for access, with subsequent drainage or biopsy, including repair of any bone or soft tissue surgical defect, other than a service associated with a service to which item\\u202f45590 or 45594 applies on the same side (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"736.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42533\",\n            \"Description\": \"Orbit, exploration of, without requiring removal of bone (orbitotomy) for access, with drainage or biopsy, including repair of any bone or soft tissue surgical defect (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"473.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42536\",\n            \"Description\": \"Orbit, exenteration of, including repair of any bone or soft tissue surgical defect, with or without skin graft and with or without temporalis muscle transplant (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"973.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42539\",\n            \"Description\": \"Orbit, exploration of, requiring removal of bone (orbitotomy) for access, with removal of tumour or foreign body (not incisional biopsy), including repair of any bone or soft tissue surgical defect (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1386.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42542\",\n            \"Description\": \"Orbit, exploration of anterior aspect, with removal of tumour or foreign body (not incisional biopsy), including repair of any bone or soft tissue surgical defect (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"587.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42543\",\n            \"Description\": \"ORBIT, exploration of retrobulbar aspect with removal of tumour or foreign body (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1031.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1998-07-01\"\n        },\n        {\n            \"ItemNumber\": \"42545\",\n            \"Description\": \"ORBIT, decompression of, for dysthyroid eye disease, by fenestration of 2 or more walls, or by the removal of intraorbital peribulbar and retrobulbar fat from each quadrant of the orbit, 1 eye (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1491.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42548\",\n            \"Description\": \"OPTIC NERVE MENINGES, incision of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"885.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42551\",\n            \"Description\": \"Eye, penetrating wound or rupture of, not involving intraocular structures—repair involving suture of cornea or sclera, or both, other than a service to which item 42632 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"736.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42554\",\n            \"Description\": \"EYE, PENETRATING WOUND OR RUPTURE OF, with incarceration or prolapse of uveal tissue repair (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"859.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42557\",\n            \"Description\": \"EYE, PENETRATING WOUND OR RUPTURE OF, with incarceration of lens or vitreous repair (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1201.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42563\",\n            \"Description\": \"Intraocular foreign body, removal from anterior segment (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"605.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42569\",\n            \"Description\": \"INTRAOCULAR FOREIGN BODY, removal from posterior segment (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1201.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42572\",\n            \"Description\": \"ORBITAL ABSCESS OR CYST, drainage of (Anaes.)\\n\",\n            \"ScheduleFee\": \"136.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42573\",\n            \"Description\": \"DERMOID, periorbital, excision of, on a patient 10 years of age or over (Anaes.)\\n\",\n            \"ScheduleFee\": \"265.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"EligibleAgeRange\": \"10 years or older\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"42574\",\n            \"Description\": \"Dermoid, orbital, excision of (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"563.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"42575\",\n            \"Description\": \"TARSAL CYST, extirpation of (Anaes.)\\n\",\n            \"ScheduleFee\": \"96.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42576\",\n            \"Description\": \"Dermoid, periorbital, excision of, on a patient under 10 years of age (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"344.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"EligibleAgeRange\": \"younger than 10 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2015-09-01\"\n        },\n        {\n            \"ItemNumber\": \"42581\",\n            \"Description\": \"ECTROPION OR ENTROPION, tarsal cauterisation of (Anaes.)\\n\",\n            \"ScheduleFee\": \"136.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42584\",\n            \"Description\": \"TARSORRHAPHY (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"322.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42587\",\n            \"Description\": \"TRICHIASIS (due to causes other than trachoma), treatment of by cryotherapy, laser or electrolysis - each eyelid (Anaes.)\\n\",\n            \"ScheduleFee\": \"60.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42588\",\n            \"Description\": \"TRICHIASIS (due to trachoma), treatment of by cryotherapy, laser or electrolysis - each eyelid (Anaes.)\\n\",\n            \"ScheduleFee\": \"60.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"42590\",\n            \"Description\": \"Canthoplasty, medial or lateral, excluding when performed in conjunction with cosmetic blepharoplasty (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"394.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42596\",\n            \"Description\": \"Lacrimal sac, excision of, or operation on (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"587.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42599\",\n            \"Description\": \"Lacrimal canalicular system, establishment of patency by closed operation using silicone tubes or similar, one eye (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"736.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42602\",\n            \"Description\": \"Lacrimal canalicular system, establishment of patency by open operation, one eye (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"736.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42605\",\n            \"Description\": \"Lacrimal canaliculus, immediate repair of (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"543.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42608\",\n            \"Description\": \"LACRIMAL DRAINAGE by insertion of glass tube, as an independent procedure (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"350.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42610\",\n            \"Description\": \"Nasolacrimal tube (unilateral), removal or replacement of, or lacrimal passages, probing for obstruction, unilateral, with or without lavage—under general anaesthesia (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"112.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-05-01\"\n        },\n        {\n            \"ItemNumber\": \"42611\",\n            \"Description\": \"Nasolacrimal tube (bilateral), removal or replacement of, or lacrimal passages, probing for obstruction, bilateral, with or without lavage—under general anaesthesia (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"168.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42614\",\n            \"Description\": \"NASOLACRIMAL TUBE (unilateral), removal or replacement of, or LACRIMAL PASSAGES, probing to establish patency of the lacrimal passage and/or site of obstruction, unilateral, including lavage, not being a service associated with a service to which item 42610 applies (excluding aftercare)\\n\",\n            \"ScheduleFee\": \"56.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42615\",\n            \"Description\": \"NASOLACRIMAL TUBE (bilateral), removal or replacement of, or LACRIMAL PASSAGES, probing to establish patency of the lacrimal passage and/or site of obstruction, bilateral, including lavage, not being a service associated with a service to which item 42611 applies (excluding aftercare)\\n\",\n            \"ScheduleFee\": \"84.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1994-05-01\"\n        },\n        {\n            \"ItemNumber\": \"42617\",\n            \"Description\": \"PUNCTUM SNIP operation (Anaes.)\\n\",\n            \"ScheduleFee\": \"159.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42620\",\n            \"Description\": \"PUNCTUM, occlusion of, by use of a plug (Anaes.)\\n\",\n            \"ScheduleFee\": \"61.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42622\",\n            \"Description\": \"PUNCTUM, permanent occlusion of, by use of electrical cautery (Anaes.)\\n\",\n            \"ScheduleFee\": \"96.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"42623\",\n            \"Description\": \"Dacryocystorhinostomy, external or endonasal approach, including any sinus, turbinate or uncinate operation performed by same surgeon for access, with or without silicone intubation/stenting (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"815.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42626\",\n            \"Description\": \"Dacryocystorhinostomy, if a previous dacryocystorhinostomy has been performed, external or endonasal approach, including any sinus, turbinate or uncinate operation performed by same surgeon for access, with or without silicone intubation/stenting (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1316.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42629\",\n            \"Description\": \"Dacryocystorhinostomy, with placement of a permanent bypass tube from the conjunctival sac to the nasal cavity (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"991.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42632\",\n            \"Description\": \"Conjunctival peritomy or repair of corneal laceration by conjunctival flap, other than a service associated with a service to which item 42686 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"136.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42635\",\n            \"Description\": \"CORNEAL PERFORATIONS, sealing of, with tissue adhesive (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"350.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42638\",\n            \"Description\": \"CONJUNCTIVAL GRAFT OVER CORNEA (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"438.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42641\",\n            \"Description\": \"AUTOCONJUNCTIVAL TRANSPLANT, or mucous membrane graft (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"570.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42644\",\n            \"Description\": \"CORNEA OR SCLERA, complete removal of embedded foreign body from - not more than once on the same day by the same practitioner (excluding aftercare) (Anaes.)\\n\",\n            \"ScheduleFee\": \"84.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42647\",\n            \"Description\": \"Corneal scars, removal of, by partial keratectomy, other than a service associated with a service to which item 42686 or 42650 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"238.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42650\",\n            \"Description\": \"Cornea, epithelial debridement for corneal ulcer or corneal erosion (excluding after-care), other than a service associated with a service to which item 42647 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"84.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42651\",\n            \"Description\": \"CORNEA, epithelial debridement for eliminating band keratopathy (Anaes.)\\n\",\n            \"ScheduleFee\": \"187.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-07-01\"\n        },\n        {\n            \"ItemNumber\": \"42652\",\n            \"Description\": \"Corneal collagen cross linking, on a patient with a corneal ectatic disorder, with evidence of progression—per eye (Anaes.)\\n\",\n            \"ScheduleFee\": \"1399.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2018-05-01\"\n        },\n        {\n            \"ItemNumber\": \"42653\",\n            \"Description\": \"CORNEA transplantation of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1525.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42656\",\n            \"Description\": \"CORNEA, transplantation of, second and subsequent procedures (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1947.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42662\",\n            \"Description\": \"SCLERA, transplantation of, full thickness, including collection of donor material (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1052.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42665\",\n            \"Description\": \"Sclera, transplantation of, superficial or lamellar, including collection of donor material (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"701.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42667\",\n            \"Description\": \"RUNNING CORNEAL SUTURE, manipulation of, performed within 4 months of corneal grafting, to reduce astigmatism where a reduction of 2 dioptres of astigmatism is obtained, including any associated consultation\\n\",\n            \"ScheduleFee\": \"165.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-05-01\"\n        },\n        {\n            \"ItemNumber\": \"42668\",\n            \"Description\": \"CORNEAL SUTURES, removal of, not earlier than 6 weeks after operation requiring use of slit lamp or operating microscope (Anaes.)\\n\",\n            \"ScheduleFee\": \"87.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42672\",\n            \"Description\": \"Corneal incisions, to correct corneal astigmatism of more than 11/2 dioptres following anterior segment surgery, including appropriate measurements and calculations, performed as an independent procedure (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1052.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2003-11-01\"\n        },\n        {\n            \"ItemNumber\": \"42673\",\n            \"Description\": \"Additional corneal incisions, to correct corneal astigmatism of more than 11/2 dioptres, including appropriate measurements and calculations, performed in conjunction with other anterior segment surgery (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"526.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2003-11-01\"\n        },\n        {\n            \"ItemNumber\": \"42676\",\n            \"Description\": \"CONJUNCTIVA, biopsy of, as an independent procedure\\n\",\n            \"ScheduleFee\": \"134.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-05-01\"\n        },\n        {\n            \"ItemNumber\": \"42677\",\n            \"Description\": \"CONJUNCTIVA, CAUTERY OF, INCLUDING TREATMENT OF PANNUS each attendance at which treatment is given including any associated consultation (Anaes.)\\n\",\n            \"ScheduleFee\": \"71.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42680\",\n            \"Description\": \"CONJUNCTIVA, cryotherapy to, for melanotic lesions or similar using CO&#178; or N&#178;0 (Anaes.)\\n\",\n            \"ScheduleFee\": \"350.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42683\",\n            \"Description\": \"CONJUNCTIVAL CYSTS, removal of, requiring admission to hospital or approved day-hospital facility (Anaes.)\\n\",\n            \"ScheduleFee\": \"140.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42686\",\n            \"Description\": \"Pterygium, removal of, other than a service associated with a service to which item 42632 or 42647 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"319.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42689\",\n            \"Description\": \"PINGUECULA, removal of, not being a service associated with the fitting of contact lenses (Anaes.)\\n\",\n            \"ScheduleFee\": \"136.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42692\",\n            \"Description\": \"LIMBIC TUMOUR, removal of, excluding Pterygium (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"322.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42695\",\n            \"Description\": \"LIMBIC TUMOUR, excision of, requiring keratectomy or sclerectomy, excluding Pterygium (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"526.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42698\",\n            \"Description\": \"Lens extraction, excluding surgery performed to correct a refractive error, other than anisometropia that exceeds 3 dioptres and develops after the removal of cataract in the first eye (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"693.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42701\",\n            \"Description\": \"Intraocular lens, insertion of, excluding surgery performed to correct a refractive error, other than anisometropia that exceeds 3 dioptres and develops after the removal of cataract in the first eye (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"386.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42702\",\n            \"Description\": \"Lens extraction and insertion of intraocular lens, excluding surgery performed to correct a refractive error, other than anisometropia that exceeds 3 dioptres and develops after the removal of cataract in the first eye (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"887.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"42703\",\n            \"Description\": \"Intraocular lens or iris prosthesis, insertion of, into the posterior chamber with fixation to the iris or sclera (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"667.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"42704\",\n            \"Description\": \"Intraocular lens, removal or repositioning of by open operation—other than a service associated with a service to which item 42701 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"543.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42705\",\n            \"Description\": \"Lens extraction and insertion of intraocular lens, excluding surgery performed for the correction of refractive error except for anisometropia greater than 3 dioptres following the removal of cataract in the first eye, performed in association with insertion of a micro-bypass glaucoma surgery device or devices into the suprachoroidal space or trabecular meshwork, in a patient diagnosed with open angle glaucoma who is not adequately responsive to topical anti‑glaucoma medications or who is intolerant of anti‑glaucoma medication (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"1062.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2017-05-01\"\n        },\n        {\n            \"ItemNumber\": \"42707\",\n            \"Description\": \"Intraocular lens, removal of and replacement with a different lens, excluding surgery performed to correct a refractive error, other than anisometropia that exceeds 3 dioptres and develops after the removal of cataract in the first eye (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"929.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42710\",\n            \"Description\": \"Intraocular lens, removal of, and replacement with a lens inserted into the posterior chamber and fixated to the iris or sclera (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1052.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42713\",\n            \"Description\": \"Iris or ciliary body suturing, McCannel technique or similar, for:(a) fixation of intraocular lens; or(b) repair of iris defect or cyclodialysis cleft(H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"438.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42716\",\n            \"Description\": \"Cataract, juvenile, removal of, including subsequent needlings (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1394.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42719\",\n            \"Description\": \"Either or both of the following, via a limbal approach by any method: (a) removal of capsular or lens material; (b) removal of vitreous; other than a service associated with a service to which item 42698, 42702, 42705, 42716, 42725 or 42731 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"605.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42725\",\n            \"Description\": \"Vitrectomy via pars plana sclerotomy, including one or more of the following:(a) removal of vitreous; (b) division of vitreous bands; (c) removal of epiretinal membranes; (d) capsulotomy (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1561.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42731\",\n            \"Description\": \"LIMBAL OR PARS PLANA LENSECTOMY combined with vitrectomy, not being a service associated with items 42698, 42702, 42719, or 42725 (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1772.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42734\",\n            \"Description\": \"Capsulotomy, other than by laser, and other than a service associated with a service to which item 42725 or 42731 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"350.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42743\",\n            \"Description\": \"Anterior chamber, irrigation of blood from, as an independent procedure (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"736.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42744\",\n            \"Description\": \"Needle revision of glaucoma filtration bleb, following glaucoma filtering surgery (Anaes.)\\n\",\n            \"ScheduleFee\": \"350.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2005-11-01\"\n        },\n        {\n            \"ItemNumber\": \"42746\",\n            \"Description\": \"Glaucoma filtering surgery, if conservative therapies have failed, are likely to fail, or are contraindicated (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1114.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42749\",\n            \"Description\": \"Glaucoma filtering surgery, if previous filtering surgery has been performed (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1394.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42750\",\n            \"Description\": \"Subconjunctival injection of antifibrotic agent following glaucoma filtering surgery, as an independent procedure (Anaes.)\\n\",\n            \"ScheduleFee\": \"62.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"42752\",\n            \"Description\": \"Insertion of glaucoma drainage device incorporating an extraocular reservoir (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1561.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42755\",\n            \"Description\": \"Any of the following:(a) removal of glaucoma drainage device incorporating an extraocular reservoir;(b) insertion or removal of intraluminal stent;(c) tying off of lumenOne eye (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"192.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42758\",\n            \"Description\": \"Goniotomy for the treatment of primary congenital glaucoma, excluding the minimally invasive implantation of glaucoma drainage devices (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"815.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42761\",\n            \"Description\": \"Division of anterior or posterior synechiae, as an independent procedure, other than by laser (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"605.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42764\",\n            \"Description\": \"Iridectomy (including excision of tumour of iris) or iridotomy, as an independent procedure, other than by laser (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"605.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42767\",\n            \"Description\": \"TUMOUR, INVOLVING CILIARY BODY OR CILIARY BODY AND IRIS, excision of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1271.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42770\",\n            \"Description\": \"CYCLODESTRUCTIVE procedures for the treatment of intractable glaucoma, treatment to 1 eye, to a maximum of 2 treatments to that eye in a 2 year period (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"343.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42773\",\n            \"Description\": \"Detached retina, pneumatic retinopexy for, as an independent procedure (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1052.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42776\",\n            \"Description\": \"DETACHED RETINA, buckling or resection operation for (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1561.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42779\",\n            \"Description\": \"DETACHED RETINA, revision of scleral buckling operation for (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1947.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42782\",\n            \"Description\": \"LASER TRABECULOPLASTY, for the treatment of glaucoma. Each treatment to 1 eye, to a maximum of 4 treatments to that eye in a 2 year period (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"526.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42785\",\n            \"Description\": \"LASER IRIDOTOMY - each treatment episode to 1 eye, to a maximum of 3 treatments to that eye in a 2 year period (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"412.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42788\",\n            \"Description\": \"Laser capsulotomy—each treatment episode to one eye, to a maximum of 2 treatments to that eye in a 2 year period—other than a service associated with a service to which item 42702 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"412.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42791\",\n            \"Description\": \"Laser vitreolysis or corticolysis of lens material or fibrinolysis, excluding vitreolysis in the posterior vitreous cavity—each treatment to one eye, to a maximum of 3 treatments to that eye in a 2 year period (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"412.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42794\",\n            \"Description\": \"Division of suture by laser following glaucoma filtering surgery, each treatment to one eye, to a maximum of 2 treatments to that eye in a 2 year period (Anaes.)\\n\",\n            \"ScheduleFee\": \"79.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42801\",\n            \"Description\": \"EPISCLERAL RADIOACTIVE PLAQUE (Ruthenium 106 or Iodine 125), for the treatment of choroidal melanomas, insertion of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1224.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"42802\",\n            \"Description\": \"EPISCLERAL RADIOACTIVE PLAQUE (Ruthenium 106 or Iodine 125), for the treatment of choroidal melanomas, removal of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"612.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"42805\",\n            \"Description\": \"Tantalum markers, surgical insertion to the sclera to localise the tumour base and to assist in planning radiotherapy of choroidal melanomas—one or more of (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"684.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2005-11-01\"\n        },\n        {\n            \"ItemNumber\": \"42808\",\n            \"Description\": \"Laser iridoplasty\\n\",\n            \"ScheduleFee\": \"415.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-05-01\"\n        },\n        {\n            \"ItemNumber\": \"42809\",\n            \"Description\": \"RETINA, photocoagulation of, not being a service associated with photodynamic therapy with verteporfin (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"526.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42810\",\n            \"Description\": \"PHOTOTHERAPEUTIC KERATECTOMY, by laser, for corneal scarring or disease, excluding surgery for refractive error (Anaes.)\\n\",\n            \"ScheduleFee\": \"662.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"42811\",\n            \"Description\": \"TRANSPUPILLARY THERMOTHERAPY, for treatment of choroidal and retinal tumours or vascular malformations (Anaes.)\\n\",\n            \"ScheduleFee\": \"526.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2005-11-01\"\n        },\n        {\n            \"ItemNumber\": \"42812\",\n            \"Description\": \"Removal of scleral buckling material, from an eye having undergone previous scleral buckling surgery (Anaes.)\\n\",\n            \"ScheduleFee\": \"192.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42815\",\n            \"Description\": \"VITREOUS CAVITY, removal of silicone oil or other liquid vitreous substitutes from, during a procedure other than that in which the vitreous substitute is inserted (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"736.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42818\",\n            \"Description\": \"Retina or ciliary body, cryotherapy to, as an independent procedure, or when performed in conjunction with item 42809 (Anaes.)\\n\",\n            \"ScheduleFee\": \"684.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42821\",\n            \"Description\": \"OCULAR TRANSILLUMINATION, for the diagnosis and measurement of intraocular tumours (Anaes.)\\n\",\n            \"ScheduleFee\": \"105.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42824\",\n            \"Description\": \"RETROBULBAR INJECTION OF ALCOHOL OR OTHER DRUG, as an independent procedure\\n\",\n            \"ScheduleFee\": \"81.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42833\",\n            \"Description\": \"SQUINT, OPERATION FOR, ON 1 OR BOTH EYES, the operation involving a total of 1 OR 2 MUSCLES on a patient aged 15 years or over (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"684.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"EligibleAgeRange\": \"15 years or older\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42836\",\n            \"Description\": \"SQUINT, OPERATION FOR, ON 1 OR BOTH EYES, the operation involving a total of 1 OR 2 MUSCLES, on a patient aged 14 years or under, or where the patient has had previous squint, retinal or extra ocular operations on the eye or eyes, or on a patient with concurrent thyroid eye disease (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"850.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"EligibleAgeRange\": \"14 years or younger\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42839\",\n            \"Description\": \"SQUINT, OPERATION FOR, ON 1 OR BOTH EYES, the operation involving a total of 3 OR MORE MUSCLES on a patient aged 15 years or over (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"815.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"EligibleAgeRange\": \"15 years or older\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42842\",\n            \"Description\": \"SQUINT, OPERATION FOR, ON 1 OR BOTH EYES, the operation involving a total of 3 or MORE MUSCLES, on a patient aged 14 years or under, or where the patient has had previous squint, retinal or extra ocular operations on the eye or eyes, or on a patient with concurrent thyroid eye disease (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1017.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"EligibleAgeRange\": \"14 years or younger\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42845\",\n            \"Description\": \"READJUSTMENT OF ADJUSTABLE SUTURES, 1 or both eyes, as an independent procedure following an operation for correction of squint (Anaes.)\\n\",\n            \"ScheduleFee\": \"221.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42848\",\n            \"Description\": \"SQUINT, muscle transplant for (Hummelsheim type, or similar operation) on a patient aged 15 years or over (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"815.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"EligibleAgeRange\": \"15 years or older\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42851\",\n            \"Description\": \"SQUINT, muscle transplant for (Hummelsheim type, or similar operation) on a patient aged 14 years or under, or where the patient has had previous squint, retinal or extra ocular operations on the eye or eyes, or on a patient with concurrent thyroid eye disease (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1017.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"EligibleAgeRange\": \"14 years or younger\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42854\",\n            \"Description\": \"Ruptured medial palpebral ligament or ruptured extra‑ocular muscle, repair of (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"473.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42857\",\n            \"Description\": \"Resuturing of wound following intraocular procedures with or without excision of prolapsed iris (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"473.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42860\",\n            \"Description\": \"Eyelid (upper or lower), scleral or Goretex or other non‑autogenous graft to, with recession of the lid retractors (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1052.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42863\",\n            \"Description\": \"Eyelid (upper or lower), recession of, by open operation on and direct release of the lid retractors, one eye (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"903.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42866\",\n            \"Description\": \"Entropion or tarsal ectropion, repair of, by tightening, shortening or repair of inferior retractors by open operation across the entire width of the eyelid, excluding when performed in conjunction with closure of the retractors using conjunctival approaches for fat pad reduction or orbital surgery (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"877.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42869\",\n            \"Description\": \"EYELID closure in facial nerve paralysis, insertion of foreign implant for (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"640.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"42872\",\n            \"Description\": \"Direct eyebrow lift in paretic states, or in involutional states, if:(a) vision is obscured as evidenced by the resting of upper lid skin on the eyelashes in straight ahead gaze; and(b) photographic evidence demonstrating the clinical need for this service is documented in the patient notes (Anaes.)\\n\",\n            \"ScheduleFee\": \"280.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"43021\",\n            \"Description\": \"Photodynamic therapy, one eye, including the infusion of Verteporfin continuously through a peripheral vein, using a non-thermal laser at a wavelength of 689nm, for the treatment of choroidal neovascularisation.\\n\",\n            \"ScheduleFee\": \"530.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-08-01\"\n        },\n        {\n            \"ItemNumber\": \"43022\",\n            \"Description\": \"Photodynamic therapy, both eyes, including the infusion of Verteporfin continuously through a peripheral vein, using a non-thermal laser at a wavelength of 689nm, for the treatment of choroidal neovascularisation.\\n\",\n            \"ScheduleFee\": \"637.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-08-01\"\n        },\n        {\n            \"ItemNumber\": \"43030\",\n            \"Description\": \"Paracentesis of anterior chamber or vitreous cavity, or both, for either or both of the following:(a) the injection of therapeutic substances;(b) the removal of aqueous or vitreous humours for diagnostic or therapeutic purposes;as an independent procedure of the left eye\\n\",\n            \"ScheduleFee\": \"350.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"43032\",\n            \"Description\": \"Paracentesis of anterior chamber or vitreous cavity, or both, for either or both of the following:(a) the injection of therapeutic substances;(b) the removal of aqueous or vitreous humours for diagnostic or therapeutic purposes;as an independent procedure of the right eye\\n\",\n            \"ScheduleFee\": \"350.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"43034\",\n            \"Description\": \"Paracentesis of anterior chamber or vitreous cavity, or both, for either or both of the following:(a) the injection of therapeutic substances;(b) the removal of aqueous or vitreous humours for diagnostic or therapeutic purposes;as an independent procedure of the left eye, for a patient requiring the administration of anaesthetic by an anaesthetist (Anaes.)\\n\",\n            \"ScheduleFee\": \"350.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"43036\",\n            \"Description\": \"Paracentesis of anterior chamber or vitreous cavity, or both, for either or both of the following:(a) the injection of therapeutic substances;(b) the removal of aqueous or vitreous humours for diagnostic or therapeutic purposes;as an independent procedure of the right eye, for a patient requiring the administration of anaesthetic by an anaesthetist (Anaes.)\\n\",\n            \"ScheduleFee\": \"350.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"43038\",\n            \"Description\": \"Intravitreal injection of therapeutic substances, or the removal of vitreous humour for diagnostic purposes, one or more of, as a procedure associated with other intraocular surgery of the left eye (Anaes.)\\n\",\n            \"ScheduleFee\": \"350.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"43040\",\n            \"Description\": \"Intravitreal injection of therapeutic substances, or the removal of vitreous humour for diagnostic purposes, one or more of, as a procedure associated with other intraocular surgery of the right eye (Anaes.)\\n\",\n            \"ScheduleFee\": \"350.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"43050\",\n            \"Description\": \"Choroidal detachment, repair by external drainage (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"786.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"43521\",\n            \"Description\": \"OPERATION ON SKULL (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"541.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"43527\",\n            \"Description\": \"Operation on sternum, clavicle, rib, metacarpus, carpus, phalanx, metatarsus, tarsus, mandible or maxilla (other than alveolar margins), by open or arthroscopic means, for septic arthritis or osteomyelitis—one approach, inclusive of the adjoining joint (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"415.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"43530\",\n            \"Description\": \"Operation on scapula, ulna, radius, tibia, fibula, humerus or femur, by open or arthroscopic means, for septic arthritis or osteomyelitis—one approach, inclusive of the adjoining joint (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"415.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"43533\",\n            \"Description\": \"Operation on spine or pelvic bones, by open or arthroscopic means, for septic arthritis or osteomyelitis—one approach, inclusive of the adjoining joint (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"685.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"43801\",\n            \"Description\": \"INTESTINAL MALROTATION with or without volvulus, laparotomy for, not involving bowel resection (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1116.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43804\",\n            \"Description\": \"INTESTINAL MALROTATION with or without volvulus, laparotomy for, with bowel resection and anastomosis, with or without formation of stoma (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1189.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43805\",\n            \"Description\": \"UMBILICAL, EPIGASTRIC OR LINEA ALBA HERNIA, repair of, on a patient under 10 years of age (Anaes.)\\n\",\n            \"ScheduleFee\": \"415.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"EligibleAgeRange\": \"younger than 10 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2015-09-01\"\n        },\n        {\n            \"ItemNumber\": \"43807\",\n            \"Description\": \"DUODENAL ATRESIA or STENOSIS, duodenoduodenostomy or duodenojejunostomy for (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1297.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43810\",\n            \"Description\": \"JEJUNAL ATRESIA, bowel resection and anastomosis for, with or without tapering (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1513.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43813\",\n            \"Description\": \"MECONIUM ILEUS, laparotomy for, complicated by 1 or more of associated volvulus, atresia, intesinal perforation with or without meconium peritonitis (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1513.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43816\",\n            \"Description\": \"ILEAL ATRESIA, COLONIC ATRESIA OR MECONIUM ILEUS not being a service associated with a service to which item 43813 applies, laparotomy for (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1405.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43819\",\n            \"Description\": \"Agangliosis Coli, laparotomy for, with or without frozen section biopsies and formation of stoma (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1135.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43822\",\n            \"Description\": \"ANORECTAL MALFORMATION, laparotomy and colostomy for (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1135.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43825\",\n            \"Description\": \"NEONATAL ALIMENTARY OBSTRUCTION, laparotomy for, not being a service to which any other item in this Subgroup applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1297.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43828\",\n            \"Description\": \"ACUTE NEONATAL NECROTISING ENTEROCOLITIS, laparotomy for, with resection, including any anastomoses or stoma formation (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1433.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43831\",\n            \"Description\": \"ACUTE NEONATAL NECROTISING ENTEROCOLITIS where no definitive procedure is possible, laparotomy for (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1116.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43832\",\n            \"Description\": \"Branchial fistula, removal of, on a patient under 10 years of age (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"761.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"EligibleAgeRange\": \"younger than 10 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2015-09-01\"\n        },\n        {\n            \"ItemNumber\": \"43834\",\n            \"Description\": \"BOWEL RESECTION for necrotising enterocolitis stricture or strictures, including any anastomoses or stoma formation (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1297.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43835\",\n            \"Description\": \"STRANGULATED, INCARCERATED OR OBSTRUCTED HERNIA, repair of, without bowel resection, on a patient under 10 years of age (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"790.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"EligibleAgeRange\": \"younger than 10 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2015-09-01\"\n        },\n        {\n            \"ItemNumber\": \"43837\",\n            \"Description\": \"CONGENITAL DIAPHRAGMATIC HERNIA, repair by thoracic or abdominal approach, with diagnosis confirmed in the first 24 hours of life (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1621.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43838\",\n            \"Description\": \"Diaphragmatic hernia, congential repair of, by thoracic or abdominal approach, not being a service to which any of items 31569 to 31581 apply, on a patient under 10 years of age (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1451.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"EligibleAgeRange\": \"younger than 10 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2015-09-01\"\n        },\n        {\n            \"ItemNumber\": \"43840\",\n            \"Description\": \"CONGENITAL DIAPHRAGMATIC HERNIA, repair by thoracic or abdominal approach, diagnosed after the first day of life and before 20 days of age (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1405.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"EligibleAgeRange\": \"older than 1 day and younger than 20 days\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43841\",\n            \"Description\": \"Femoral or inguinal hernia or infantile hydrocele, repair of, on a patient under 10 years of age, other than a service to which item 30651 or 43835 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"704.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"EligibleAgeRange\": \"younger than 10 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2015-09-01\"\n        },\n        {\n            \"ItemNumber\": \"43843\",\n            \"Description\": \"OESOPHAGEAL ATRESIA (with or without repair of tracheo-oesophageal fistula), complete correction of, not being a service to which item 43846 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2162.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43846\",\n            \"Description\": \"OESOPHAGEAL ATRESIA (with or without repair of tracheo-oesophageal fistula), complete correction of, in infant of birth weight less than 1500 grams (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2324.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43849\",\n            \"Description\": \"OESOPHAGEAL ATRESIA, gastrostomy for (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"594.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43852\",\n            \"Description\": \"OESOPHAGEAL ATRESIA, thoracotomy for, and division of tracheo-oesophageal fistula without anastomosis (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1891.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43855\",\n            \"Description\": \"OESOPHAGEAL ATRESIA, delayed primary anastomosis for (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1999.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43858\",\n            \"Description\": \"OESOPHAGEAL ATRESIA, cervical oesophagostomy for (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"702.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43861\",\n            \"Description\": \"CONGENITAL CYSTADENOMATOID MALFORMATION OR CONGENITAL LOBAR EMPHYSEMA, thoracotomy and lung resection for (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1945.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43864\",\n            \"Description\": \"GASTROSCHISIS, operation for (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1459.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43867\",\n            \"Description\": \"GASTROSCHISIS or Exomphalos, secondary operation for, with removal of silo (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"810.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43870\",\n            \"Description\": \"EXOMPHALOS containing small bowel only, operation for (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1135.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43873\",\n            \"Description\": \"EXOMPHALOS containing small bowel and other viscera, operation for (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1513.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43876\",\n            \"Description\": \"SACROCOCCYGEAL TERATOMA, excision of, by posterior approach (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1297.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43879\",\n            \"Description\": \"SACROCOCCYGEAL TERATOMA, excision of, by combined posterior and abdominal approach (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1513.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43882\",\n            \"Description\": \"Cloacal exstrophy, operation for (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1945.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43900\",\n            \"Description\": \"TRACHEO-OESOPHAGEAL FISTULA without atresia, division and repair of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1297.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43903\",\n            \"Description\": \"OESOPHAGEAL ATRESIA or CORROSIVE OESOPHAGEAL STRICTURE, oesophageal replacement for, utilizing gastric tube, jejunum or colon (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2162.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43906\",\n            \"Description\": \"OESOPHAGUS, resection of congenital, anastomic or corrosive stricture and anastomosis, not being a service to which item 43903 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1891.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43909\",\n            \"Description\": \"TRACHEOMALACIA, aortopexy for (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1891.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43912\",\n            \"Description\": \"THORACOTOMY and excision of 1 or more of bronchogenic or enterogenous cyst or mediastinal teratoma (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1787.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43915\",\n            \"Description\": \"EVENTRATION, plication of diaphragm for (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1351.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43930\",\n            \"Description\": \"HYPERTROPHIC PYLORIC STENOSIS, pyloromyotomy for (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"519.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43933\",\n            \"Description\": \"IDIOPATHIC INTUSSUSCEPTION, laparotomy and manipulative reduction of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"608.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43936\",\n            \"Description\": \"INTUSSUSCEPTION, laparotomy and resection with anastomosis (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1135.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43939\",\n            \"Description\": \"VENTRAL HERNIA following neonatal closure of exomphalos or gastroschisis, repair of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"864.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43942\",\n            \"Description\": \"ABDOMINAL WALL VITELLO INTESTINAL REMNANT, excision of (Anaes.)\\n\",\n            \"ScheduleFee\": \"270.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43945\",\n            \"Description\": \"PATENT VITELLO INTESTINAL DUCT, excision of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1135.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43948\",\n            \"Description\": \"UMBILICAL GRANULOMA, excision of, under general anaesthesia (Anaes.)\\n\",\n            \"ScheduleFee\": \"162.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43951\",\n            \"Description\": \"GASTRO-OESOPHAGEAL REFLUX with or without hiatus hernia, laparotomy and fundoplication for, without gastrostomy (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1016.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43954\",\n            \"Description\": \"GASTRO-OESOPHAGEAL REFLUX with or without hiatus hernia, laparotomy and fundoplication for, with gastrostomy (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1243.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43957\",\n            \"Description\": \"GASTRO-OESOPHAGEAL REFLUX, LAPAROTOMY AND FUNDOPLICATION for, with or without hiatus hernia, in child with neurological disease, with gastrostomy (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1351.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43960\",\n            \"Description\": \"ANORECTAL MALFORMATION, perineal anoplasty of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"475.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43963\",\n            \"Description\": \"ANORECTAL MALFORMATION, posterior sagittal anorectoplasty of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1891.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43966\",\n            \"Description\": \"ANORECTAL MALFORMATION, posterior sagittal anorectoplasty of, with laparotomy (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2162.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43969\",\n            \"Description\": \"PERSISTENT CLOACA, total correction of, with genital repair using posterior sagittal approach, with or without laparotomy (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2972.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43972\",\n            \"Description\": \"CHOLEDOCHAL CYST, resection of, with 1 duct anastomosis (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2162.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43975\",\n            \"Description\": \"CHOLEDOCHAL CYST, resection of, with 2 duct anastomoses (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2540.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43978\",\n            \"Description\": \"BILIARY ATRESIA, portoenterostomy for (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2162.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43981\",\n            \"Description\": \"NEPHROBLASTOMA, NEUROBLASTOMA OR OTHER MALIGNANT TUMOUR, laparotomy (exploratory), including associated biopsies, where no other intra-abdominal procedure is performed (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"594.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43984\",\n            \"Description\": \"NEPHROBLASTOMA, radical nephrectomy for (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1513.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43987\",\n            \"Description\": \"NEUROBLASTOMA, radical excision of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1675.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43990\",\n            \"Description\": \"Aganglionosis Coli, definitive resection with pull-through anastomosis, with or without frozen section biopsies, when aganglionic segment extends to sigmoid colon (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2054.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43993\",\n            \"Description\": \"Aganglionosis Coli, definitive resection with pull-through anastomosis, with or without frozen section biopsies, when aganglionic segment extends into descending or transverse colon with or without resiting of stoma (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2216.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43996\",\n            \"Description\": \"Aganglionosis Coli, total colectomy for total colonic aganglionosis with ileoanal pull-through, with or without side to side ileocolic anastomosis (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2486.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"43999\",\n            \"Description\": \"Aganglionosis Coli, anal sphincterotomy as an independent procedure for (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"310.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"44101\",\n            \"Description\": \"RECTUM, examination of, on a patient under 2 years of age, under general anaesthesia with full thickness biopsy or removal of polyp or similar lesion (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"389.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"EligibleAgeRange\": \"younger than 2 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2015-09-01\"\n        },\n        {\n            \"ItemNumber\": \"44102\",\n            \"Description\": \"RECTUM, examination of, on a patient 2 years of age or over, under general anaesthesia with full thickness biopsy or removal of polyp or similar lesion (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"299.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"EligibleAgeRange\": \"2 years or older\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"44104\",\n            \"Description\": \"Rectal prolapse, submucosal or perirectal injection for, under general anaesthesia, on a patient under 2 years of age (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"68.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"EligibleAgeRange\": \"younger than 2 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2015-09-01\"\n        },\n        {\n            \"ItemNumber\": \"44105\",\n            \"Description\": \"Rectal prolapse, submucosal or perirectal injection for, under general anaesthesia, on a patient 2 years of age or over (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"52.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"EligibleAgeRange\": \"2 years or older\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"44108\",\n            \"Description\": \"Inguinal hernia, laparoscopic or open repair of, at age less than 12 months (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"704.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"EligibleAgeRange\": \"younger than 1 year\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"44111\",\n            \"Description\": \"Obstructed or strangulated inguinal hernia, laparoscopic or open repair of, at age less than 12 months, including orchidopexy when performed (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"790.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"EligibleAgeRange\": \"younger than 1 year\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"44114\",\n            \"Description\": \"Inguinal hernia, laparoscopic or open repair of, at age less than 12 months when orchidopexy also required (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"790.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"EligibleAgeRange\": \"younger than 1 year\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"44130\",\n            \"Description\": \"Lymphadenectomy, for atypical mycobacterial infection or other granulomatous disease (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"540.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"44133\",\n            \"Description\": \"TORTICOLLIS, open division of sternomastoid muscle for (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"428.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"44136\",\n            \"Description\": \"Ingrown toe nail, operation for, under general anaesthesia (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"197.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"11\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"44325\",\n            \"Description\": \"Amputation of hand, transcarpal (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"344.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"12\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"44328\",\n            \"Description\": \"Amputation of hand, proximal to wrist radiocarpal joint, through forearm (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"415.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"12\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"44331\",\n            \"Description\": \"Amputation at shoulder (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"685.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"12\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"44334\",\n            \"Description\": \"Interscapulothoracic amputation (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1393.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"12\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"44338\",\n            \"Description\": \"Amputation of one digit of one foot, distal to metatarsal head, including any of the following (if performed): (a) resection of bone or joint; (b) excision of neuroma; (c) skin cover with homodigital flaps (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"168.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"12\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"44342\",\n            \"Description\": \"Amputation of 2 digits of one foot, distal to metatarsal head, including any of the following (if performed): (a) resection of bone or joint; (b) excision of neuroma; (c) skin cover with homodigital flaps (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"256.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"12\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"44346\",\n            \"Description\": \"Amputation of 3 digits of one foot, distal to metatarsal head, including any of the following (if performed): (a) resection of bone or joint; (b) excision of neuroma; (c) skin cover with homodigital flaps (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"296.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"12\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"44350\",\n            \"Description\": \"Amputation of 4 digits of one foot, distal to metatarsal head, including any of the following (if performed): (a) resection of bone or joint; (b) excision of neuroma; (c) skin cover with homodigital flaps (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"336.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"12\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"44354\",\n            \"Description\": \"Amputation of 5 digits of one foot, distal to metatarsal head, including any of the following (if performed): (a) resection of bone or joint; (b) excision of neuroma; (c) skin cover with homodigital flaps (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"384.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"12\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"44358\",\n            \"Description\": \"Amputation of one ray of one foot, proximal to the metatarsal head, including any of the following (if performed): (a) resection of bone; (b) excision of neuromas; (c) skin cover or recontouring with homodigital flaps (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"256.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"12\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"44359\",\n            \"Description\": \"Amputation of one or more toes of one foot, or amputation at midfoot or hindfoot of one foot, for diabetic or other microvascular disease; (a) including any of the following (if performed): (i) resection of bone; (ii) excision of neuromas; (iii) excision of one or more bones of the foot; (iv) treatment of underlying infection; (v) skin cover or recontouring with homodigital flaps; and (b) excluding aftercare; —applicable only once per foot per occasion on which the service is performed (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"307.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"12\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1999-11-01\"\n        },\n        {\n            \"ItemNumber\": \"44361\",\n            \"Description\": \"Amputation of foot, at ankle or hindfoot, including any of the following (if performed): (a) resection of bone; (b) excision of neuromas; (c) skin cover; (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"509.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"12\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"44364\",\n            \"Description\": \"Amputation of foot, transtarsal, including any of the following (if performed): (a) resection of bone; (b) excision of neuromas; (c) skin cover; (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"344.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"12\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"44367\",\n            \"Description\": \"Amputation through thigh, at knee or below knee (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"608.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"12\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"44370\",\n            \"Description\": \"Amputation at hip (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"840.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"12\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"44373\",\n            \"Description\": \"Hindquarter, amputation of (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1724.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"12\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"44376\",\n            \"Description\": \"Amputation stump, re‑amputation of, to provide adequate skin and muscle cover (H) (Anaes.) (Assist.)\\n\",\n            \"DerivedFee\": \"75% of the original amputation fee\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"12\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45000\",\n            \"Description\": \"Single stage local muscle flap repair, on eyelid, nose, lip, neck, hand, thumb, finger or genitals not in association with any of items 31356 to 31383 (Anaes.)\\n\",\n            \"ScheduleFee\": \"631.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45003\",\n            \"Description\": \"Single stage local myocutaneous flap repair to one defect, simple and small not in association with any of items 31356 to 31383 (Anaes.)\\n\",\n            \"ScheduleFee\": \"701.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45006\",\n            \"Description\": \"Single stage large myocutaneous flap repair to one defect (pectoralis major, latissimus dorsi, or similar large muscle), other than a service associated with a service to which any of items 45524 to 45542 apply (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1210.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45009\",\n            \"Description\": \"Single stage local muscle flap repair to 1 defect, simple and small, other than a service associated with a service to which item 30278, 30281 or 41722 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"442.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45012\",\n            \"Description\": \"Single stage large muscle flap repair to one defect (pectoralis major, gastrocnemius, gracilis or similar large muscle), other than a service associated with a service to which any of items 45524 to 45542 apply (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"907.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45015\",\n            \"Description\": \"MUSCLE OR MYOCUTANEOUS FLAP, delay of (Anaes.)\\n\",\n            \"ScheduleFee\": \"350.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45018\",\n            \"Description\": \"Dermis, dermofat or fascia graft (other than transfer of fat by injection): (a) if the service is not associated with neurosurgical services for spinal disorders mentioned in any of items 51011 to 51171; and (b) other than a service associated with a service to which item 39615, 39715, 40106 or 40109 applies; and (c) other than a service to which item 38502 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"552.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45019\",\n            \"Description\": \"Full face chemical peel for severely sun‑damaged skin, if: (a) the damage affects at least 75% of the facial skin surface area; and (b) the damage involves photo-damage (dermatoheliosis); and (c) the photo-damage involves: (i) a solar keratosis load exceeding 30 individual lesions; or (ii) solar lentigines; or (iii) freckling, yellowing or leathering of the skin; or (iv) solar kertoses which have proven refractory to, or recurred following, medical therapies; and (d) at least medium depth peeling agents are used; and (e) the chemical peel is performed in the operating theatre of a hospital by a medical practitioner recognised as a specialist in the specialty of dermatology or plastic surgery. Applicable once only in any 12 month period (Anaes.)\\n\",\n            \"ScheduleFee\": \"462.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1997-06-19\"\n        },\n        {\n            \"ItemNumber\": \"45021\",\n            \"Description\": \"Abrasive therapy for severely disfiguring scarring of face resulting from trauma, burns or acne, if sufficient photographic evidence demonstrating the clinical need for the service is included in patient notes—limited to one claim per patient per episode (Anaes.)\\n\",\n            \"ScheduleFee\": \"206.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45025\",\n            \"Description\": \"CARBON DIOXIDE LASER OR ERBIUM LASER (not including fractional laser therapy) resurfacing of the face or neck for severely disfiguring scarring resulting from trauma, burns or acne - limited to 1 aesthetic area (Anaes.)\\n\",\n            \"ScheduleFee\": \"206.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1995-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45026\",\n            \"Description\": \"CARBON DIOXIDE LASER OR ERBIUM LASER (not including fractional laser therapy) resurfacing of the face or neck for severely disfiguring scarring resulting from trauma, burns or acne - more than 1 aesthetic area (Anaes.)\\n\",\n            \"ScheduleFee\": \"464.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1995-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45027\",\n            \"Description\": \"Vascular anomaly, cauterisation of or injection into, if undertaken in the operating theatre of a hospital (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"140.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45030\",\n            \"Description\": \"Vascular anomaly, of skin, mucous membrane and/or subcutaneous tissue, small, excision and suture of (Anaes.)\\n\",\n            \"ScheduleFee\": \"158.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45033\",\n            \"Description\": \"Vascular anomaly, large or involving deeper tissue including facial muscle, excision and suture of (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"286.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45035\",\n            \"Description\": \"Vascular anomaly, large, deep, and involving major neurovascular structures, excision of, including dissection of muscles, nerves or major vessels (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"819.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45036\",\n            \"Description\": \"Vascular anomaly, of neck, deep and involving major neurovascular structures, excision of, including dissection of cranial nerves and major vessels (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1316.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45045\",\n            \"Description\": \"Vascular anomaly on eyelid, nose, lip, ear, neck, hand, thumb, finger or genitals, excision of (Anaes.)\\n\",\n            \"ScheduleFee\": \"359.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45048\",\n            \"Description\": \"LYMPHOEDEMATOUS tissue or lymphangiectasis, of lower leg and foot, or thigh, or upper arm, or forearm and hand, major excision of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"903.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45051\",\n            \"Description\": \"Contour reconstruction by open repair of contour defects, due to deformity, if: (a) contour reconstructive surgery is indicated because the deformity is secondary to congenital absence of tissue or has arisen from trauma (other than trauma from previous cosmetic surgery); and (b) insertion of a non-biological implant is required, other than one or more of the following: (i) insertion of a non-biological implant that is a component of another service specified in Group T8; (ii) injection of liquid or semisolid material; (iii) an oral and maxillofacial implant service to which item 52321 applies; (iv) a service to insert mesh; and (c) photographic and/or diagnostic imaging evidence demonstrating the clinical need for this service is documented in the patient notes (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"552.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45054\",\n            \"Description\": \"Limb or chest, decompression escharotomy of (including all incisions), for acute compartment syndrome secondary to burn (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"380.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1999-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45060\",\n            \"Description\": \"Developmental breast abnormality, single stage correction of, if: (a) the correction involves either: (i) bilateral mastopexy for symmetrical tubular breasts; or (ii) surgery on both breasts with a combination of insertion of one or more implants (which must have at least a 10% volume difference), mastopexy or reduction mammaplasty, if there is a difference in breast volume, as demonstrated by an appropriate volumetric measurement technique, of at least 20% in normally shaped breasts, or 10% in tubular breasts or in breasts with abnormally high inframammary folds; and (b) photographic and/or diagnostic imaging evidence demonstrating the clinical need for this service is documented in the patient notes Applicable only once per occasion on which the service is provided (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1483.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45061\",\n            \"Description\": \"Developmental breast abnormality, 2 stage correction of, first stage, involving surgery on both breasts with a combination of insertion of one or more tissue expanders, mastopexy or reduction mammaplasty, if: (a) there is a difference in breast volume, as demonstrated by an appropriate volumetric measurement technique, of at least: (i) 20% in normally shaped breasts; or (ii) 10% in tubular breasts or in breasts with abnormally high inframammary folds; and (b) photographic and/or diagnostic imaging evidence demonstrating the clinical need for this service is documented in the patient notes. Applicable only once per occasion on which the service is provided (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1483.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45062\",\n            \"Description\": \"Developmental breast abnormality, 2 stage correction of, second stage, involving surgery on both breasts with a combination of exchange of one or more tissue expanders for one or more implants (which must have at least a 10% volume difference), mastopexy or reduction mammaplasty, if: (a) there is a difference in breast volume, as demonstrated by an appropriate volumetric measurement technique, of at least: (i) 20% in normally shaped breasts; or (ii) 10% in tubular breasts or in breasts with abnormally high inframammary folds; and (b) photographic and/or diagnostic imaging evidence demonstrating the clinical need for this service is documented in the patient notes. Applicable only once per occasion on which the service is provided (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1073.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45200\",\n            \"Description\": \"Single stage local flap, if indicated to repair one defect, simple and small, excluding flap for male pattern baldness and excluding H-flap or double advancement flap not in association with any of items 31356 to 31383 (Anaes.)\\n\",\n            \"ScheduleFee\": \"331.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45201\",\n            \"Description\": \"Muscle, myocutaneous or skin flap, where clinically indicated to repair one surgical excision made in the removal of a malignant or non-malignant skin lesion (only in association with items 31000, 31001, 31002, 31003, 31004, 31005, 31358, 31359, 31360, 31363, 31364, 31369, 31370, 31371, 31373, 31376, 31378, 31380 or 31383)-may be claimed only once per defect (Anaes.)\\n\",\n            \"ScheduleFee\": \"482.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45202\",\n            \"Description\": \"Muscle, myocutaneous or skin flap, where clinically indicated to repair one surgical excision made in the removal of a malignant or non-malignant skin lesion in a patient, if the clinical relevance of the procedure is clearly annotated in the patient's record and either: (a) item 45201 applies and additional flap repair is required for the same defect; or (b) item 45201 does not apply and either: (i) the patient has severe pre-existing scarring, severe skin atrophy or sclerodermoid changes; or (ii) the repair is contiguous with a free margin (Anaes.)\\n\",\n            \"ScheduleFee\": \"482.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45203\",\n            \"Description\": \"Single stage local flap, if indicated to repair one defect, complicated or large, excluding flap for male pattern baldness and excluding H-flap or double advancement flap not in association with any of items 31356 to 31383 (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"473.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45206\",\n            \"Description\": \"Single stage local flap if indicated to repair one defect, on eyelid, nose, lip, ear, neck, hand, thumb, finger or genitals and excluding H-flap or double advancement flap not in association with any of items 31356 to 31383 (Anaes.)\\n\",\n            \"ScheduleFee\": \"447.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45207\",\n            \"Description\": \"H-flap or double advancement flap if indicated to repair one defect, on eyelid, eyebrow or forehead not in association with any of items 31356 to 31383 (Anaes.)\\n\",\n            \"ScheduleFee\": \"447.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45209\",\n            \"Description\": \"Pedicled flap repair (forehead, cross arm, cross leg, abdominal or similar), first stage of a multistage procedure (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"552.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45212\",\n            \"Description\": \"Pedicled flap repair (forehead, cross arm, cross leg, abdominal or similar), subsequent stage of a multistage procedure (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"274.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45221\",\n            \"Description\": \"DIRECT FLAP REPAIR, small (cross finger or similar), first stage (Anaes.)\\n\",\n            \"ScheduleFee\": \"305.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45224\",\n            \"Description\": \"DIRECT FLAP REPAIR, small (cross finger or similar), second stage (Anaes.)\\n\",\n            \"ScheduleFee\": \"137.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45227\",\n            \"Description\": \"Indirect flap or tubed pedicle, formation of (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"519.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45230\",\n            \"Description\": \"DIRECT OR INDIRECT FLAP OR TUBED PEDICLE, delay of (Anaes.)\\n\",\n            \"ScheduleFee\": \"259.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45233\",\n            \"Description\": \"Indirect flap or tubed pedicle, preparation of intermediate or final site and attachment to the site (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"552.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45239\",\n            \"Description\": \"Direct, indirect, free or local flap, revision of, by incision and suture and/or liposuction, applicable once per flap, not being a service associated with a service to which item 45497 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"305.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45440\",\n            \"Description\": \"Split thickness skin graft to a small defect that is:(a) less than 40 mm in diameter: (i) on areas below the knee; or(ii) distal to the ulnar styloid; or(iii) on the genital area; or(iv) on areas above the clavicle; or (b) less than 80 mm in diameter on any other part of the body (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"331.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"45443\",\n            \"Description\": \"Split thickness skin graft to a large defect that is:(a) 40 mm or more in diameter: (i) on areas below the knee; or(ii) distal to the ulnar styloid; or(iii) on the genital area; or(iv) on areas above the clavicle; or (b) 80 mm or more in diameter on any other part of the body (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"684.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"45451\",\n            \"Description\": \"Full thickness skin graft to one defect, with an average diameter of 5 mm or more (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"552.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45496\",\n            \"Description\": \"FLAP, free tissue transfer using microvascular techniques - revision of, by open operation (Anaes.)\\n\",\n            \"ScheduleFee\": \"485.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-05-01\"\n        },\n        {\n            \"ItemNumber\": \"45497\",\n            \"Description\": \"Flap, free tissue transfer using microvascular techniques or any autologous breast reconstruction, revision of, by liposuction, other than a service associated with a service to which item 45239 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"369.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-05-01\"\n        },\n        {\n            \"ItemNumber\": \"45500\",\n            \"Description\": \"Microvascular repair using microsurgical techniques, with restoration of continuity of artery or vein of distal extremity or digit; cannot be claimed by the same provider for both artery and vein (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1271.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45501\",\n            \"Description\": \"Microvascular anastomosis of artery or vein using microsurgical techniques, for replantation or revascularisation of limb or digit, if the limb or digit is devitalised and the repair is critical for restoration of blood supply, other than a service associated with a service to which item 45564, 45565, 45567, 46060, 46062, 46064, 46066, 46068, 46070 or 46072 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2070.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1999-03-01\"\n        },\n        {\n            \"ItemNumber\": \"45502\",\n            \"Description\": \"Microvascular anastomoses of artery and vein using microsurgical techniques, for replantation or revascularisation of limb or digit, if the limb or digit is devitalised and the repair is critical for restoration of blood supply, including anastomoses of all required vessels for that extremity or digit, unless a micro-arterial or micro-venous graft is being used, other than a service associated with a service to which item 45564, 45565, 45567, 46060, 46062, 46064, 46066, 46068, 46070 or 46072 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3105.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1993-07-01\"\n        },\n        {\n            \"ItemNumber\": \"45503\",\n            \"Description\": \"Micro-arterial or micro-venous graft using microsurgical techniques, if the graft is critical for restoration of blood supply, including harvest of graft and suturing of all related anastomoses (not to be claimed in the context of cardiac surgery) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2368.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45504\",\n            \"Description\": \"Microvascular anastomosis of artery, vein or veins, using microsurgical techniques, for free transfer of tissue, including setting in of free flap, other than:(a) a service for the purpose of breast reconstruction; or(b) a service associated with a service to which item 45564, 45565, 45567, 46060, 46062, 46064, 46066, 46068, 46070 or 46072 applies(H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2070.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1999-03-01\"\n        },\n        {\n            \"ItemNumber\": \"45505\",\n            \"Description\": \"Microvascular anastomoses of artery and vein or veins, using microsurgical techniques, for free transfer of tissue, including setting in of free flap, other than:(a) a service for the purpose of breast reconstruction; or(b) a service associated with a service to which item 45564, 45565, 45567, 46060, 46062, 46064, 46066, 46068, 46070 or 46072 applies(H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3135.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1999-03-01\"\n        },\n        {\n            \"ItemNumber\": \"45507\",\n            \"Description\": \"Microvascular repair using microsurgical techniques, with restoration of continuity of artery and vein of distal extremity or digit, including anastomoses of all required vessels for that extremity or digit, other than a service associated with a service to which item 45564, 45565 or 45567 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1907.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"45510\",\n            \"Description\": \"Scar, of face or neck, not more than 3 cm in length, revision of, if:(a) undertaken in the operating theatre of a hospital; or(b) performed by a specialist in the practice of the specialist’s specialty (Anaes.)\\n\",\n            \"ScheduleFee\": \"256.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"45512\",\n            \"Description\": \"SCAR, of face or neck, more than 3 cm in length, revision of, where undertaken in the operating theatre of a hospital, or where performed by a specialist in the practice of his or her specialty (Anaes.)\\n\",\n            \"ScheduleFee\": \"344.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45515\",\n            \"Description\": \"Scar, other than on face or neck, not more than 7 cm in length, revision of, if:(a) the service is:(i) undertaken in the operating theatre of a hospital; or(ii) performed by a specialist in the practice of the specialist’s specialty; and(b) the service is not performed in conjunction with the insertion of breast implants for cosmetic purposes; and(c) the incision made for revision of the scar is not used as an approach for another procedure (including a non rebatable procedure); and(d) sufficient photographic evidence demonstrating the clinical need for the service is included in patient notes (Anaes.)\\n\",\n            \"ScheduleFee\": \"217.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45518\",\n            \"Description\": \"Scar, other than on face or neck, more than 7 cm in length, revision of, if: (a) the service is: (i) undertaken in the operating theatre of a hospital; or (ii) performed by a specialist in the practice of the specialist’s specialty; and (b) the service is not performed in conjunction with the insertion of breast implants for cosmetic purposes; and (c) the incision made for revision of the scar is not used as an approach for another procedure (including a non‑rebatable procedure); and (d) sufficient photographic evidence demonstrating the clinical need for the service is included in patient notes (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"263.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45520\",\n            \"Description\": \"Reduction mammaplasty (unilateral) with surgical repositioning of nipple, in the context of breast cancer or developmental abnormality of the breast, other than a service associated with a service to which item 31512, 31513 or 31514 applies on the same side (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1050.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1998-07-01\"\n        },\n        {\n            \"ItemNumber\": \"45522\",\n            \"Description\": \"Reduction mammaplasty (unilateral) without surgical repositioning of the nipple:(a) excluding the treatment of gynaecomastia; and(b) not with insertion of any prosthesis;other than a service associated with a service to which item 31512, 31513 or 31514 applies on the same side (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"736.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1998-07-01\"\n        },\n        {\n            \"ItemNumber\": \"45523\",\n            \"Description\": \"Reduction mammaplasty (bilateral) with surgical repositioning of the nipple:(a) for patients with macromastia who are experiencing pain in the neck or shoulder region; and(b) not with insertion of any prosthesis;other than a service associated with a service to which item 31512, 31513 or 31514 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1575.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45524\",\n            \"Description\": \"Mammaplasty, augmentation (unilateral) in the context of: (a) breast cancer; or (b) developmental abnormality of the breast, if there is a difference in breast volume, as demonstrated by an appropriate volumetric measurement technique, of at least: (i) 20% in normally shaped breasts; or (ii) 10% in tubular breasts or in breasts with abnormally high inframammary folds. Applicable only once per occasion on which the service is provided, other than a service associated with a service to which item 45006 or 45012 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"865.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45527\",\n            \"Description\": \"Breast reconstruction (unilateral), following mastectomy, using a permanent prosthesis, other than a service associated with a service to which item 45006 or 45012 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1249.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45528\",\n            \"Description\": \"Mammaplasty, augmentation, bilateral (other than a service to which item 45527 applies), if: (a) reconstructive surgery is indicated because of: (i) developmental malformation of breast tissue (excluding hypomastia); or (ii) disease of or trauma to the breast (other than trauma resulting from previous elective cosmetic surgery); or (iii) amastia secondary to a congenital endocrine disorder; and (b) photographic or diagnostic imaging evidence demonstrating the clinical need for this service is documented in the patient notes other than a service associated with a service to which item 45006 or 45012 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1297.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1997-06-19\"\n        },\n        {\n            \"ItemNumber\": \"45529\",\n            \"Description\": \"Breast reconstruction (bilateral), following mastectomy, using permanent prostheses, other than a service associated with a service to which item 45006 or 45012 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2186.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"45530\",\n            \"Description\": \"Post-mastectomy breast reconstruction, autologous (unilateral), using a large muscle or myocutaneous flap, isolated on its vascular pedicle, excluding repair of muscular aponeurotic layer, other than a service associated with a service to which item 30166, 30169, 30175, 30176, 30177, 30179, 45006 or 45012 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1282.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45531\",\n            \"Description\": \"Post-mastectomy breast reconstruction, autologous (bilateral), using a large muscle or myocutaneous flap, isolated on its vascular pedicle, excluding repair of muscular aponeurotic layer, other than a service associated with a service to which item 30166, 30169, 30175, 30176, 30177, 30179, 45006 or 45012 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2244.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"45532\",\n            \"Description\": \"Revision of post-mastectomy breast reconstruction, other than a service associated with a service to which item 45006 or 45012 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"316.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"45534\",\n            \"Description\": \"Autologous fat grafting, unilateral service (harvesting, preparation and injection of adipocytes) if: (a) the autologous fat grafting is for one or more of the following purposes: (i) the correction of defects arising from treatment and prevention of breast cancer in patients with contour defects, greater than or equal to 20% volume asymmetry, post‑treatment pain or poor prosthetic coverage; (ii) the preparation of post mastectomy thin or irradiated skin flaps in patients intending to have breast reconstruction; (iii) breast reconstruction in breast cancer patients; (iv) the correction of developmental disorders of the breast; and (b) photographic and/or diagnostic imaging evidence demonstrating the clinical need for this service is documented in the patient notes Up to a total of 4 services per side (for total treatment of a single breast), other than a service associated with a service to which item 45006 or 45012 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"736.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45535\",\n            \"Description\": \"Autologous fat grafting, bilateral service (harvesting, preparation and injection of adipocytes) if: (a) the autologous fat grafting is for one or more of the following purposes: (i) the correction of defects arising from treatment and prevention of breast cancer in patients with contour defects, greater than or equal to 20% volume asymmetry, post‑treatment pain or poor prosthetic coverage; (ii) the preparation of post mastectomy thin or irradiated skin flaps in patients intending to have breast reconstruction; (iii) breast reconstruction in breast cancer patients; (iv) the correction of developmental disorders of the breast; and (b) photographic and/or diagnostic imaging evidence demonstrating the clinical need for this service is documented in the patient notes Up to a total of 4 services, other than a service associated with a service to which item 45006 or 45012 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"1289.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45537\",\n            \"Description\": \"Perforator flap, such as a thoracodorsal artery perforator (TDAP) flap or a lateral intercostal artery perforator (LICAP) flap, or similar, raising on a named source vessel, for reconstruction of a partial mastectomy defect, other than a service associated with a service to which item 45006 or 45012 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"917.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"45538\",\n            \"Description\": \"Perforator flap, such as a deep inferior epigastric perforator (DIEP) flap or similar, raising in preparation for microsurgical transfer of a free flap for post mastectomy breast reconstruction, other than a service associated with a service to which item 45006 or 45012 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1049.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"45539\",\n            \"Description\": \"Breast reconstruction (unilateral), following mastectomy, using tissue expansion—insertion of tissue expansion unit and all attendances for subsequent expansion injections, other than a service associated with a service to which item 45006 or 45012 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1682.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45540\",\n            \"Description\": \"Breast reconstruction (bilateral), following mastectomy, using tissue expansion—insertion of tissue expansion unit and all attendances for subsequent expansion injections, other than a service associated with a service to which item 45006 or 45012 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2943.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"45541\",\n            \"Description\": \"Breast reconstruction (bilateral), following mastectomy, using tissue expansion—removal of tissue expansion unit and insertion of permanent prosthesis, other than a service associated with a service to which item 45006 or 45012 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1252.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"45542\",\n            \"Description\": \"Breast reconstruction (unilateral), following mastectomy, using tissue expansion—removal of tissue expansion unit and insertion of permanent prosthesis, other than a service associated with a service to which item 45006 or 45012 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"715.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45545\",\n            \"Description\": \"Nipple or areola or both, reconstruction of, by any surgical technique (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"726.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45546\",\n            \"Description\": \"NIPPLE OR AREOLA or both, intradermal colouration of, following breast reconstruction after mastectomy or for congenital absence of nipple\\n\",\n            \"ScheduleFee\": \"230.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45547\",\n            \"Description\": \"Revision of breast prosthesis pocket, if:(a) breast prosthesis or tissue expander has been placed for the purpose of breast reconstruction in the context of breast cancer or for developmental breast abnormality; and(b) the prosthesis or tissue expander has migrated or rotated from its intended position or orientation; and(c) the existing prosthesis is used(H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"815.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"45548\",\n            \"Description\": \"Breast prosthesis, removal of, as an independent procedure (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"322.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45551\",\n            \"Description\": \"Breast prosthesis, removal of, with excision of at least half of the fibrous capsule, not with insertion of any prosthesis. The excised specimen must be sent for histopathology and the volume removed must be documented in the histopathology report (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"517.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45553\",\n            \"Description\": \"Breast prosthesis, removal of and replacement with another prosthesis, following medical complications (for rupture, migration of prosthetic material or symptomatic capsular contracture), if: (a) either: (i) it is demonstrated by intra-operative photographs post-removal that removal alone would cause unacceptable deformity; or (ii) the original implant was inserted in the context of breast cancer or developmental abnormality; and (b) photographic and/or diagnostic imaging evidence demonstrating the clinical need for this service is documented in the patient notes (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"666.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45554\",\n            \"Description\": \"Breast prosthesis, removal and replacement with another prosthesis, following medical complications (for rupture, migration of prosthetic material or symptomatic capsular contracture), including excision of at least half of the fibrous capsule or formation of a new pocket, or both, if: (a) either: (i) it is demonstrated by intra-operative photographs post-removal that removal alone would cause unacceptable deformity; or (ii) the original implant was inserted in the context of breast cancer or developmental abnormality; and (b) the excised specimen is sent for histopathology and the volume removed is documented in the histopathology report; and (c) photographic and/or diagnostic imaging evidence demonstrating the clinical need for this service is documented in the patient notes (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"815.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45556\",\n            \"Description\": \"Breast ptosis, correction of (unilateral), in the context of breast cancer or developmental abnormality, if photographic evidence (including anterior, left lateral and right lateral views) and/or diagnostic imaging evidence demonstrating the clinical need for this service is documented in the patient notes Applicable only once per occasion on which the service is provided, other than a service associated with a service to which item 31512, 31513 or 31514 applies on the same side (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"893.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45558\",\n            \"Description\": \"Correction of bilateral breast ptosis by mastopexy, if: (a) at least two‑thirds of the breast tissue, including the nipple, lies inferior to the inframammary fold where the nipple is located at the most dependent, inferior part of the breast contour; and (b) photographic evidence (including anterior, left lateral and right lateral views), with a marker at the level of the inframammary fold, demonstrating the clinical need for this service, is documented in the patient notes Applicable only once per lifetime, other than a service associated with a service to which item 31512, 31513 or 31514 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1340.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45560\",\n            \"Description\": \"HAIR TRANSPLANTATION for the treatment of alopecia of congenital or traumatic origin or due to disease, excluding male pattern baldness, not being a service to which another item in this Group applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"552.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45561\",\n            \"Description\": \"Microvascular anastomosis of artery and/or vein, if considered necessary to salvage a vascularly compromised pedicled or free flap, either during the primary procedure or at a subsequent return to theatre (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2070.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"45562\",\n            \"Description\": \"Free transfer of tissue (microvascular free flap) for non-breast defect involving raising of tissue on vascular pedicle, including direct repair of secondary cutaneous defect (if performed), other than a service associated with a service to which item 45564, 45565, 45567, 46060, 46062, 46064, 46066, 46068, 46070 or 46072 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1282.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1999-03-01\"\n        },\n        {\n            \"ItemNumber\": \"45563\",\n            \"Description\": \"Neurovascular island flap for restoration of essential sensation in the digits or sole of the foot, or for genital reconstruction, including:(a) direct repair of secondary cutaneous defect (if performed); and(b) formal dissection of the neurovascular pedicle;other than a service performed on simple V-Y flaps or other standard flaps, such as rotation or keystone (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1282.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45564\",\n            \"Description\": \"Free transfer of tissue (reconstructive surgery) for the repair of major tissue defect of the head and neck or other non-breast defect, using microvascular techniques, all necessary elements of the operation including (but not limited to):(a) anastomoses of all required vessels; and(b) raising of tissue on a vascular pedicle; and(c) preparation of recipient vessels; and(d) transfer of tissue; and(e) insetting of tissue at recipient site; and(f) direct repair of secondary cutaneous defect, if performed;other than a service associated with a service to which item 30166, 30169, 30175, 30176, 30177, 30179, 45501, 45502, 45504, 45505, 45507, 45562 or 45567 applies—conjoint surgery, principal specialist surgeon (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2970.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1999-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45565\",\n            \"Description\": \"Free transfer of tissue (reconstructive surgery) for the repair of major tissue defect of the head and neck or other non-breast defect, using microvascular techniques, all necessary elements of the operation including (but not limited to):(a) anastomoses of all required vessels; and(b) raising of tissue on a vascular pedicle; and(c) preparation of recipient vessels; and(d) transfer of tissue; and(e) insetting of tissue at recipient site; and(f) direct repair of secondary cutaneous defect, if performed;other than a service associated with a service to which item 30166, 30169, 30175, 30176, 30177, 30179, 45501, 45502, 45504, 45505, 45507, 45562 or 45567 applies—conjoint surgery, conjoint specialist surgeon (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2227.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1999-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45566\",\n            \"Description\": \"Insertion of a temporary prosthetic tissue expander which requires subsequent removal, including all attendances for subsequent expansion injections, other than a service for breast or post-mastectomy tissue expansion (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1249.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45567\",\n            \"Description\": \"Free transfer of tissue (reconstructive surgery) for the repair of major tissue defect of the head and neck or other non-breast defect, using microvascular techniques, all necessary elements of the operation including (but not limited to):(a) anastomoses of all required vessels; and(b) raising of tissue on a vascular pedicle; and(c) preparation of recipient vessels; and(d) transfer of tissue; and(e) insetting of tissue at recipient site; and(f) direct repair of secondary cutaneous defect, if performed;other than a service associated with a service to which item 30166, 30169, 30175, 30176, 30177, 30179, 45501, 45502, 45504, 45505, 45507, 45562, 45564 or 45565 applies—single surgeon (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3426.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"45568\",\n            \"Description\": \"Tissue expander, removal of, including complete excision of fibrous capsule if performed (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"517.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2003-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45571\",\n            \"Description\": \"Closure of abdomen with reconstruction of umbilicus, with or without lipectomy, to be used following the harvest of an autologous flap, being a service associated with a service to which item 45530, 45531, 45562, 45564, 45565, 45567, 46080, 46082, 46084, 46086, 46088 or 46090 applies, including repair of the musculoaponeurotic layer of the abdomen (including insertion of prosthetic mesh if used) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1207.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"45572\",\n            \"Description\": \"Intra-operative tissue expansion using a prosthetic tissue expander, performed under general anaesthetic or intravenous sedation during an operation, if combined with a service to which another item in Group T8 applies (including expansion injections), not to be used for breast tissue expansion (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"340.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45575\",\n            \"Description\": \"Facial nerve paralysis, free fascia graft for (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"840.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45578\",\n            \"Description\": \"FACIAL NERVE PARALYSIS, muscle transfer for (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"973.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45581\",\n            \"Description\": \"Facial nerve paralysis, excision of tissue for (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"322.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45584\",\n            \"Description\": \"Liposuction (suction assisted lipolysis) to one regional area (one limb or trunk), for treatment of post traumatic pseudolipoma, if photographic and/or diagnostic imaging evidence demonstrating the clinical need for this service is documented in the patient notes (Anaes.)\\n\",\n            \"ScheduleFee\": \"736.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45585\",\n            \"Description\": \"Liposuction (suction assisted lipolysis) to one regional area (one limb or trunk), other than a service associated with a service to which item 31525 or 31526 applies, if: (a) the liposuction is for: (i) the treatment of Barraquer-Simons syndrome, lymphoedema or macrodystrophia lipomatosa; or (ii) the reduction of a buffalo hump that is secondary to an endocrine disorder or pharmacological treatment of a medical condition; and (b) photographic and/or diagnostic imaging evidence demonstrating the clinical need for this service is documented in the patient notes (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"736.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1997-06-19\"\n        },\n        {\n            \"ItemNumber\": \"45587\",\n            \"Description\": \"Meloplasty for correction of facial asymmetry if: (a) the asymmetry is secondary to trauma (including previous surgery), a congenital condition or a medical condition (such as facial nerve palsy); and (b) the meloplasty is limited to one side of the face (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1039.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45588\",\n            \"Description\": \"Meloplasty (excluding browlifts and chinlift platysmaplasties), bilateral, if: (a) surgery is indicated to correct a functional impairment due to a congenital condition, disease (excluding post-acne scarring) or trauma (other than trauma resulting from previous elective cosmetic surgery); and (b) photographic and/or diagnostic imaging evidence demonstrating the clinical need for this service is documented in the patient notes (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1559.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1997-06-19\"\n        },\n        {\n            \"ItemNumber\": \"45589\",\n            \"Description\": \"Autologous fat grafting (harvesting, preparation and injection of adipocytes) if: (a) the autologous fat grafting is for either or both of the following purposes: (i) the correction of asymmetry arising from volume and contour defects in craniofacial disorders—up to a total of 4 services if each service is provided at least 3 months after the previous service; (ii) the treatment of burn scar or associated skin graft in the context of scar contracture, contour deformity or neuropathic pain, for patients who have undergone a minimum of 3 months of topical therapies, including silicone and pressure therapy, with an unsatisfactory or minimal level of improvement—up to a total of 4 services per region of the body (upper or lower limbs, trunk, neck or face) if each service provided per region of the body is provided at least 3 months after the previous such service; and (b) both: (i) photographic and/or diagnostic imaging evidence demonstrating the clinical need for this service is documented in the patient notes; and (ii) for craniofacial disorders, evidence of diagnosis of the qualifying craniofacial disorder is documented in the patient notes (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"736.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45590\",\n            \"Description\": \"Orbital cavity, reconstruction of wall or floor, with or without bone graft, cartilage graft or foreign implant, other than a service associated with a service to which item 42530 or 45594 applies on the same side (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"563.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45592\",\n            \"Description\": \"Orbital cavity, reconstruction of wall and floor with bone graft, cartilage graft or foreign implant, other than a service associated with a service to which item 45594 applies on the same side (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"992.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"45594\",\n            \"Description\": \"Orbital cavity, exploration of wall or floor without bone graft, cartilage graft or foreign implant, other than a service associated with a service to which item 42530, 45590 or 45592 applies on the same side (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"465.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"45596\",\n            \"Description\": \"Hemimaxillectomy (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1050.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45597\",\n            \"Description\": \"Total maxillectomy (bilateral) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1406.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-04-01\"\n        },\n        {\n            \"ItemNumber\": \"45599\",\n            \"Description\": \"Mandible, total resection of, other than a service associated with a service to which item 45608 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1092.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45602\",\n            \"Description\": \"MANDIBLE, including lower border, OR MAXILLA, sub-total resection of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"815.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45605\",\n            \"Description\": \"MANDIBLE OR MAXILLA, segmental resection of, for tumours or cysts (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"685.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45608\",\n            \"Description\": \"Mandible, segmental mandibular or maxilla reconstruction with bone graft, not being a service associated with a service to which item 45599 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"965.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45609\",\n            \"Description\": \"Mandible, maxilla or skull base, reconstruction of, using bony free flap, all osteotomies, shaping, inset and fixation by any means, including all necessary 3 dimensional planning, if performed in conjunction with one or more services covered by items 46060 to 46068 (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"965.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"45611\",\n            \"Description\": \"Mandible, condylectomy of (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"552.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45614\",\n            \"Description\": \"Eyelid, reconstruction of a defect (greater than one quarter of the length of the lid) involving all 3 layers of the eyelid, if unable to be closed by direct suture or wedge excision, including all flaps and grafts that may be required (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"973.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45617\",\n            \"Description\": \"Upper eyelid, reduction of, if: (a) the reduction is for any of the following: (i) history of a demonstrated visual impairment; (ii) intertriginous inflammation of the eyelid; (iii) herniation of orbital fat in exophthalmos; (iv) facial nerve palsy; (v) post‑traumatic scarring; (vi) the restoration of symmetry of contralateral upper eyelid in respect of one of the conditions mentioned in subparagraphs (i) to (v); and (b) photographic and/or diagnostic imaging evidence demonstrating the clinical need for this service is documented in the patient notes (Anaes.)\\n\",\n            \"ScheduleFee\": \"274.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45620\",\n            \"Description\": \"Lower eyelid, reduction of, if: (a) the reduction is for: (i) herniation of orbital fat in exophthalmos, facial nerve palsy or post-traumatic scarring; or (ii) the restoration of symmetry of the contralateral lower eyelid in respect of one of these conditions; and (b) photographic and/or diagnostic imaging evidence demonstrating the clinical need for this service is documented in the patient notes (Anaes.)\\n\",\n            \"ScheduleFee\": \"380.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45623\",\n            \"Description\": \"Ptosis of upper eyelid (unilateral), correction of, by: (a) sutured elevation of the tarsal plate on the eyelid retractors (Muller’s or levator muscle or levator aponeurosis); or (b) sutured suspension to the brow/frontalis muscle; Not applicable to a service for repair of mechanical ptosis to which item 45617 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"843.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45624\",\n            \"Description\": \"Ptosis of upper eyelid, correction of, by: (a) sutured elevation of the tarsal plate on the eyelid retractors (Muller’s or levator muscle or levator aponeurosis); or (b) sutured suspension to the brow/frontalis muscle; if a previous ptosis surgery has been performed on that side (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1093.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-07-01\"\n        },\n        {\n            \"ItemNumber\": \"45625\",\n            \"Description\": \"PTOSIS of eyelid, correction of eyelid height by revision of levator sutures within one week of primary repair by levator resection or advancement, performed in the operating theatre of a hospital (Anaes.)\\n\",\n            \"ScheduleFee\": \"218.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1998-07-01\"\n        },\n        {\n            \"ItemNumber\": \"45626\",\n            \"Description\": \"Ectropion or entropion, not caused by trachoma, correction of (unilateral) (Anaes.)\\n\",\n            \"ScheduleFee\": \"380.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45627\",\n            \"Description\": \"Ectropion or entropion, caused by trachoma, correction of (unilateral) (Anaes.)\\n\",\n            \"ScheduleFee\": \"380.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45629\",\n            \"Description\": \"Symblepharon, grafting for (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"552.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45632\",\n            \"Description\": \"Rhinoplasty, partial, involving correction of one or both lateral cartilages, one or both alar cartilages or one or both lateral cartilages and alar cartilages, if: (a) the indication for surgery is: (i) airway obstruction and the patient has a self-reported NOSE Scale score of greater than 45; or (ii) significant acquired, congenital or developmental deformity; and (b) photographic and/or NOSE Scale evidence demonstrating the clinical need for this service is documented in the patient notes (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"597.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45635\",\n            \"Description\": \"Rhinoplasty, partial, involving correction of bony vault only, if: (a) the indication for surgery is: (i) airway obstruction and the patient has a self‑reported NOSE Scale score of greater than 45; or (ii) significant acquired, congenital or developmental deformity; and (b) photographic and/or NOSE Scale evidence demonstrating the clinical need for this service is documented in the patient notes (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"685.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45641\",\n            \"Description\": \"Rhinoplasty, total, including correction of all bony and cartilaginous elements of the external nose, with or without autogenous cartilage or bone graft from a local site (nasal), if: (a) the indication for surgery is: (i) airway obstruction and the patient has a self‑reported NOSE Scale score of greater than 45; or (ii) significant acquired, congenital or developmental deformity; and (b) photographic and/or NOSE Scale evidence demonstrating the clinical need for this service is documented in the patient notes (Anaes.)\\n\",\n            \"ScheduleFee\": \"1243.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45644\",\n            \"Description\": \"Rhinoplasty, total, including correction of all bony and cartilaginous elements of the external nose involving autogenous bone or cartilage graft obtained from distant donor site, including obtaining of graft, if: (a) the indication for surgery is: (i) airway obstruction and the patient has a self‑reported NOSE Scale score of greater than 45; or (ii) significant acquired, congenital or developmental deformity; and (b) photographic and/or NOSE Scale evidence demonstrating the clinical need for this service is documented in the patient notes; other than a service associated with a service to which item 45718 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1492.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45645\",\n            \"Description\": \"CHOANAL ATRESIA, repair of by puncture and dilatation (Anaes.)\\n\",\n            \"ScheduleFee\": \"260.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45646\",\n            \"Description\": \"Choanal atresia, correction by open operation with bone removal (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1050.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45650\",\n            \"Description\": \"Rhinoplasty, revision of, if: (a) the indication for surgery is: (i) airway obstruction and the patient has a self‑reported NOSE Scale score of greater than 45; or (ii) significant acquired, congenital or developmental deformity; and (b) photographic and/or NOSE Scale evidence demonstrating the clinical need for this service is documented in the patient notes (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"172.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45652\",\n            \"Description\": \"Rhinophyma of a moderate or severe degree, carbon dioxide laser or erbium laser excision - ablation of (Anaes.)\\n\",\n            \"ScheduleFee\": \"415.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1995-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45653\",\n            \"Description\": \"RHINOPHYMA, shaving of (Anaes.)\\n\",\n            \"ScheduleFee\": \"415.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45656\",\n            \"Description\": \"COMPOSITE GRAFT (Chondrocutaneous or chondromucosal) to nose, ear or eyelid (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"585.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45658\",\n            \"Description\": \"Correction of a congenital deformity of the ear if: (a) the congenital deformity is not related to a prominent ear; and (b) the deformity has been clinically diagnosed as a constricted ear, Stahl's ear, or a similar congenital deformity; and (c) photographic evidence demonstrating the clinical need for this service is documented in the patient notes. (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"608.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-03-01\"\n        },\n        {\n            \"ItemNumber\": \"45659\",\n            \"Description\": \"Correction of a congenital deformity of the ear if: (a) the patient is less than 18 years of age; and (b) the deformity is characterised by an absence of the antihelical fold and/or large scapha and/or large concha; and (c) photographic evidence demonstrating the clinical need for this service is documented in the patient notes (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"608.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"EligibleAgeRange\": \"younger than 18 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45660\",\n            \"Description\": \"External ear, complex total reconstruction of, using costal cartilage grafts to form a framework, including the harvesting and sculpturing of the cartilage and its insertion, for congenital absence, microtia or post-traumatic loss of entire or substantial portion of pinna (first stage) - performed by a specialist in the practice of the specialist’s specialty (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3358.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45661\",\n            \"Description\": \"External ear, complex total reconstruction of, elevation of costal cartilage framework using cartilage previously stored in abdominal wall, including the use of local skin and fascia flaps and skin graft to cover cartilage (second stage) - performed by a specialist in the practice of the specialist’s specialty (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1492.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45665\",\n            \"Description\": \"Lip, eyelid or ear, full thickness wedge excision of, with repair by direct sutures, excluding eyelid wedge when performed in conjunction with a cosmetic eyelid procedure (Anaes.)\\n\",\n            \"ScheduleFee\": \"380.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45668\",\n            \"Description\": \"VERMILIONECTOMY, by surgical excision (Anaes.)\\n\",\n            \"ScheduleFee\": \"380.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45669\",\n            \"Description\": \"Vermilionectomy for biopsy-confirmed cellular atypia, using carbon dioxide laser or erbium laser excision - ablation (Anaes.)\\n\",\n            \"ScheduleFee\": \"380.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1995-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45671\",\n            \"Description\": \"Lip or eyelid reconstruction, single stage or first stage of a two-stage flap reconstruction of a defect involving all 3 layers of tissue, if the flap is switched from the opposing lip or eyelid respectively (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"973.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45674\",\n            \"Description\": \"Lip or eyelid reconstruction, second stage of a two-stage flap reconstruction, division of the pedicle and inset of flap and closure of the donor (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"283.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45675\",\n            \"Description\": \"MACROCHEILIA or macroglossia, operation for (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"563.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45676\",\n            \"Description\": \"MACROSTOMIA, operation for (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"671.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45677\",\n            \"Description\": \"Cleft lip, unilateral—primary repair of nasolabial complex, one stage, without anterior palate repair (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"666.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45680\",\n            \"Description\": \"Cleft lip, unilateral—primary repair of nasolabial complex, one stage, with anterior palate repair (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"868.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45683\",\n            \"Description\": \"Cleft lip, bilateral—primary repair of nasolabial complex, one stage, without anterior palate repair (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"964.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45686\",\n            \"Description\": \"Cleft lip, bilateral—primary repair of nasolabial complex, one stage, with anterior palate repair (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1138.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45689\",\n            \"Description\": \"CLEFT LIP, lip adhesion procedure, unilateral or bilateral (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"305.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45692\",\n            \"Description\": \"Cleft lip, partial revision, including minor flap revision alignment and adjustment, including revision of minor whistle deformity if performed (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"350.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45695\",\n            \"Description\": \"CLEFT LIP, total revision, including major flap revision, muscle reconstruction and revision of major whistle deformity (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"570.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45698\",\n            \"Description\": \"CLEFT LIP, primary columella lengthening procedure, bilateral (Anaes.)\\n\",\n            \"ScheduleFee\": \"535.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45701\",\n            \"Description\": \"CLEFT LIP RECONSTRUCTION using full thickness flap (Abbe or similar), first stage (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"965.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45704\",\n            \"Description\": \"Cleft lip reconstruction using full thickness flap (Abbe or similar), second stage (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"350.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45707\",\n            \"Description\": \"CLEFT PALATE, primary repair (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"912.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45710\",\n            \"Description\": \"CLEFT PALATE, secondary repair, closure of fistula using local flaps (Anaes.)\\n\",\n            \"ScheduleFee\": \"570.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45713\",\n            \"Description\": \"CLEFT PALATE, secondary repair, lengthening procedure (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"649.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45714\",\n            \"Description\": \"Oro-nasal fistula, repair of, including a local flap for closure (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"912.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45716\",\n            \"Description\": \"VELO-PHARYNGEAL INCOMPETENCE, pharyngeal flap for, or pharyngoplasty for (Anaes.)\\n\",\n            \"ScheduleFee\": \"912.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45717\",\n            \"Description\": \"Alveolar cleft (congenital), unilateral, bone grafting of, including local flap closure of associated oro-nasal fistulae and ridge augmentation, other than a service associated with a service to which item 45718 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1371.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"45718\",\n            \"Description\": \"Face, contour restoration of one region, for the correction of deformity using autogenous bone or cartilage, if the deformity:(a) is secondary to congenital absence of tissue; or(b) has arisen from:(i) trauma (other than from previous cosmetic surgery); or(ii) a diagnosed pathological process;other than a service associated with a service to which item 45644 or 45717 (alveolar bone grafting) applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1492.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"45761\",\n            \"Description\": \"Genioplasty, including transposition of nerves and vessels and bone grafts taken from the same site, if:(a) the deformity: (i) is secondary to congenital absence of tissue; or(ii) has arisen from trauma (other than from previous cosmetic surgery) or a diagnosed pathological process; and (b) the service is required for maintaining lip competency; and(c) sufficient photographic evidence demonstrating the clinical need for the service is included in patient notes(H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"873.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45767\",\n            \"Description\": \"Hypertelorism, correction of, using intracranial approach (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2930.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45773\",\n            \"Description\": \"Syndromic orbital dystopia, such as Treacher Collins Syndrome, bilateral facial or periorbital reconstruction, with bone grafts from a distant site (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2045.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45776\",\n            \"Description\": \"ORBITAL DYSTOPIA (UNILATERAL), CORRECTION OF, with total repositioning of 1 orbit, intracranial (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2045.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45779\",\n            \"Description\": \"ORBITAL DYSTOPIA (UNILATERAL), CORRECTION OF, with total repositioning of 1 orbit, extracranial (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1503.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45782\",\n            \"Description\": \"Fronto-orbital advancement (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1149.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45785\",\n            \"Description\": \"Cranial vault reconstruction for single suture synostosis (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1945.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45788\",\n            \"Description\": \"Glenoid fossa, construction of, from bone and cartilage graft, and creation of condyle and ascending ramus of mandible, in hemifacial microsomia, not including harvesting of graft material (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1923.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45791\",\n            \"Description\": \"Absent condyle and ascending ramus in craniofacial microsomia, construction of, not including harvesting of graft material (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1039.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45794\",\n            \"Description\": \"Osseo‑integration procedure, first stage, implantation of fixture, following congenital absence, tumour or trauma, other than a service associated with a service to which item 41603 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"587.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45797\",\n            \"Description\": \"Osseo‑integration procedure, second stage, fixation of transcutaneous abutment, following congenital absence, tumour or trauma, other than a service associated with a service to which item 41603 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"217.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"45801\",\n            \"Description\": \"Tumour, cyst, ulcer or scar (other than a scar removed during the surgical approach at an operation), in the oral cavity, removal from mucosa or submucosal tissues, if the removal is by surgical excision and suture (Anaes.)\\n\",\n            \"ScheduleFee\": \"157.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45807\",\n            \"Description\": \"TUMOUR, CYST (other than a cyst associated with a tooth or tooth fragment unless it has been established by radiological examination that there is a minimum of 5mm separation between the cyst lining and tooth structure or where a tumour or cyst has been proven by positive histopathology), ULCER OR SCAR (other than a scar removed during the surgical approach at an operation), in the oral and maxillofacial region, removal of, not being a service to which another item in this Subgroup applies, involving muscle, bone, or other deep tissue (Anaes.)\\n\",\n            \"ScheduleFee\": \"287.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45809\",\n            \"Description\": \"Tumour or deep cyst (other than a cyst associated with a tooth or tooth fragment unless it has been established by radiological examination that there is a minimum of 5mm separation between the cyst lining and tooth structure or if a tumour or cyst has been proven by positive histopathology), in the oral and maxillofacial region, removal of, requiring wide excision, other than a service to which another item in this Subgroup applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"433.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2004-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45811\",\n            \"Description\": \"Tumour, in the oral and maxillofacial region, removal of, from soft tissue (including muscle, fascia and connective tissue), extensive excision of, without skin or mucosal graft (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"585.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2004-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45813\",\n            \"Description\": \"Tumour, in the oral and maxillofacial region, removal of, from soft tissue (including muscle, fascia and connective tissue), extensive excision of, with skin or mucosal graft (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"685.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2004-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45815\",\n            \"Description\": \"Operation on:(a) mandible or maxilla (other than alveolar margins) for chronic osteomyelitis with radiological and laboratory evidence of osteomyelitis; or(b) mandible or maxilla for necrosis of the jaw from any cause including medication or radiation that requires debridement of the alveolar bone or beyond (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"415.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45823\",\n            \"Description\": \"Arch bars or similar, one or more, that were inserted for dental fixation purposes to the maxilla or mandible, removal of, requiring general anaesthesia, if the service is undertaken in the operating theatre of a hospital (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"127.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2004-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45825\",\n            \"Description\": \"MANDIBULAR OR PALATAL EXOSTOSIS, excision of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"394.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45827\",\n            \"Description\": \"Mylohyoid ridge, reduction of (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"377.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2004-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45829\",\n            \"Description\": \"MAXILLARY TUBEROSITY, reduction of (Anaes.)\\n\",\n            \"ScheduleFee\": \"287.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45831\",\n            \"Description\": \"Papillary hyperplasia of the palate, surgical reduction of—cannot be claimed more than once per occasion of service (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"377.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2004-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45837\",\n            \"Description\": \"VESTIBULOPLASTY, submucosal or open, including excision of muscle and skin or mucosal graft when performed - unilateral or bilateral (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"684.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45841\",\n            \"Description\": \"ALVEOLAR RIDGE AUGMENTATION with bone or alloplast or both - unilateral (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"552.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45845\",\n            \"Description\": \"Osseo-integration procedure, intra-oral implantation of titanium or similar fixture to facilitate restoration of the dentition following:(a) resection of part of the maxilla or mandible for a benign or a malignant tumour; or(b) segmental loss from trauma or congenital absence of a segment of the maxilla or mandible (multiple adjacent teeth)Fixture must be placed at site of the missing segment following appropriate reconstructive procedures (Anaes.)\\n\",\n            \"ScheduleFee\": \"587.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45847\",\n            \"Description\": \"Osseo-integration procedure, fixation of transmucosal abutment to fixtures that are placed following:(a) resection of part of the maxilla or mandible for a benign or a malignant tumour; or(b) segmental loss from trauma or congenital absence of a segment of the maxilla or mandible (multiple adjacent teeth)Fixture must be placed at site of the missing segment following appropriate reconstructive procedures (Anaes.)\\n\",\n            \"ScheduleFee\": \"217.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45849\",\n            \"Description\": \"Maxillary sinus, allograft, bone graft or both, to floor of maxillary sinus following elevation of mucosal lining (sinus lift procedure), unilateral (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"677.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2004-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45851\",\n            \"Description\": \"Temporomandibular joint, manipulation of, as an independent procedure performed in the operating theatre of a hospital, other than a service associated with a service to which any other item in this Group applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"166.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2004-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45855\",\n            \"Description\": \"Temporomandibular joint, arthroscopy of, with or without biopsy, other than a service associated with another arthroscopic procedure of that joint (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"338.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2004-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45857\",\n            \"Description\": \"Temporomandibular joint, arthroscopy of, removal of loose bodies, debridement, or lysis and lavage or biopsy (including repositioning of meniscus where indicated)—one or more such procedures of that joint, other than a service associated with any other arthroscopic or open procedure of the temporomandibular joint (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"762.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2004-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45865\",\n            \"Description\": \"ARTHROCENTESIS, irrigation of temporomandibular joint after insertion of 2 cannuli into the appropriate joint space(s) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"338.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45871\",\n            \"Description\": \"Temporomandibular joint, open surgical exploration of, with meniscus, capsular and condylar head surgery, with or without microsurgical techniques (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1561.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2004-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45873\",\n            \"Description\": \"Temporomandibular joint, surgery of, involving procedures to which item 45871 applies and also involving the use of tissue flaps, or cartilage graft, or allograft implants, with or without microsurgical techniques (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1754.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2004-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45874\",\n            \"Description\": \"Temporomandibular joint, including condylar head and glenoid fossa, total alloplastic replacement (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1537.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"45882\",\n            \"Description\": \"The treatment of a premalignant lesion of the oral mucosa by a treatment using cryotherapy, diathermy or carbon dioxide laser.\\n\",\n            \"ScheduleFee\": \"50.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45888\",\n            \"Description\": \"Removal of a deep foreign body using interventional imaging techniques (H)\\n\",\n            \"ScheduleFee\": \"482.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2007-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45891\",\n            \"Description\": \"SINGLE-STAGE LOCAL FLAP where indicated, repair to 1 defect, using temporalis muscle (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"702.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45894\",\n            \"Description\": \"Grafting (mucosa or split skin), in the oral cavity of a mucosal defect (Anaes.)\\n\",\n            \"ScheduleFee\": \"238.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-11-01\"\n        },\n        {\n            \"ItemNumber\": \"45939\",\n            \"Description\": \"Cryosurgery of the peripheral branches of the trigeminal nerve for pain relief (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"521.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2007-11-01\"\n        },\n        {\n            \"ItemNumber\": \"46050\",\n            \"Description\": \"Perforator flap, raising on a named source vessel, for pedicled transfer for head or neck or other non-breast reconstruction (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"917.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46052\",\n            \"Description\": \"Perforator Flap, such as anterolateral thigh flap or similar, raising in preparation for microsurgical transfer of a free flap for head or neck or other non-breast reconstruction (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"289.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46060\",\n            \"Description\": \"Free transfer of tissue with a vascularised bone component (including chimeric/composite flap), for the repair of major defect of the head or neck or other non-breast defect, all necessary elements of the operation, including (but not limited to):(a) anastomoses of all required vessels using microvascular techniques; and(b) harvesting of flap (including osteotomies); and(c) raising of tissue on a vascular pedicle; and(d) preparation of recipient vessels; and(e) transfer of tissue, including fixation of bony element and inset of tissue at recipient site; and(f) direct repair of secondary cutaneous defect, if performed;other than the following:(g) bony reshaping for purposes of reconstruction of maxilla, mandible or skull base;(h) a service associated with a service to which item 30166, 30169, 30175, 30176, 30177, 30179, 45501, 45502, 45504, 45505 or 45562 appliesSingle surgeon (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3105.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46062\",\n            \"Description\": \"Free transfer of tissue with a vascularised bone component (including chimeric/composite flap), for the repair of major defect of the head or neck or other non-breast defect, all necessary elements of the operation, including (but not limited to):(a) anastomoses of all required vessels using microvascular techniques; and(b) harvesting of flap (including osteotomies); and(c) raising of tissue on a vascular pedicle; and(d) preparation of recipient vessels; and(e) transfer of tissue, including fixation of bony element and inset of tissue at recipient site; and(f) direct repair of secondary cutaneous defect, if performed;other than the following:(g) bony reshaping for purposes of reconstruction of maxilla, mandible or skull base;(h) a service associated with a service to which item 30166, 30169, 30175, 30176, 30177, 30179, 45501, 45502, 45504, 45505 or 45562 appliesConjoint surgery, principal specialist surgeon (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2970.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46064\",\n            \"Description\": \"Free transfer of tissue with a vascularised bone component (including chimeric/composite flap), for the repair of major defect of the head or neck or other non-breast defect, all necessary elements of the operation, including (but not limited to):(a) anastomoses of all required vessels using microvascular techniques; and(b) harvesting of flap (including osteotomies); and(c) raising of tissue on a vascular pedicle; and(d) preparation of recipient vessels; and(e) transfer of tissue, including fixation of bony element and inset of tissue at recipient site; and(f) direct repair of secondary cutaneous defect, if performed;other than the following:(g) bony reshaping for purposes of reconstruction of maxilla, mandible or skull base;(h) a service associated with a service to which item 30166, 30169, 30175, 30176, 30177, 30179, 45501, 45502, 45504, 45505 or 45562 appliesConjoint surgery, conjoint specialist surgeon (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2227.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46066\",\n            \"Description\": \"Double free flap, including one free transfer of tissue with a vascularized bone component, for the repair of major defect of the head or neck or other non-breast defect, all necessary elements of the operation, including (but not limited to):(a) anastomoses of all required vessels using microvascular techniques; and(b) harvesting of flap (including osteotomies); and(c) raising of tissue on a vascular pedicle; and(d) preparation of recipient vessels; and(e) transfer of tissue, including fixation of bony element and inset of tissue at recipient site; and(f) direct repair of secondary cutaneous defect, if performed;other than the following:(g) bony reshaping for purposes of reconstruction of maxilla, mandible or skull base;(h) a service associated with a service to which item 30166, 30169, 30175, 30176, 30177, 30179, 45501, 45502, 45504, 45505 or 45562 appliesConjoint surgery, principal specialist surgeon (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"4455.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46068\",\n            \"Description\": \"Double free flap, including one free transfer of tissue with a vascularized bone component, for the repair of major defect of the head or neck or other non-breast defect, all necessary elements of the operation, including (but not limited to):(a) anastomoses of all required vessels using microvascular techniques; and(b) harvesting of flap (including osteotomies); and(c) raising of tissue on a vascular pedicle; and(d) preparation of recipient vessels; and(e) transfer of tissue, including fixation of bony element and inset of tissue at recipient site; and(f) direct repair of secondary cutaneous defect, if performed;other than the following:(g) bony reshaping for purposes of reconstruction of maxilla, mandible or skull base;(h) a service associated with a service to which item 30166, 30169, 30175, 30176, 30177, 30179, 45501, 45502, 45504, 45505 or 45562 appliesConjoint surgery, conjoint specialist surgeon (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3341.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46070\",\n            \"Description\": \"Double free flap, including 2 free transfers of tissue (reconstructive surgery) for the repair of major tissue defect, involving anastomoses of all required vessels using microvascular techniques, all necessary elements of the operation, including (but not limited to):(a) raising each flap of tissue on a separate vascular pedicle; and(b) preparation of recipient vessels; and(c) transfer of tissue; and(d) inset of tissue at recipient site; and(e) direct repair of secondary cutaneous defect, if performed;other than a service:(f) performed in the context of breast reconstruction; or(g) associated with a service to which item 30166, 30169, 30175, 30176, 30177, 30179, 45501, 45502, 45504, 45505 or 45562 appliesConjoint surgery, principal specialist surgeon (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"4455.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46072\",\n            \"Description\": \"Double free flap, including 2 free transfers of tissue (reconstructive surgery) for the repair of major tissue defect, involving anastomoses of all required vessels using microvascular techniques, all necessary elements of the operation including (but not limited to):(a) raising each flap of tissue on a separate vascular pedicle; and(b) preparation of recipient vessels; and(c) transfer of tissue; and(d) inset of tissue at recipient site; and(e) direct repair of secondary cutaneous defect, if performed;other than a service:(f) performed in the context of breast reconstruction; or(g) associated with a service to which item 30166, 30169, 30175, 30176, 30177, 30179, 45501, 45502, 45504, 45505 or 45562 appliesConjoint surgery, conjoint specialist surgeon (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3341.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46080\",\n            \"Description\": \"Post-mastectomy breast reconstruction, autologous, single surgeon (unilateral) using a myocutaneous or perforator flap, by microsurgical transfer:(a) including anastomosis of artery and one or more veins (including repair of secondary skin defect); but(b) excluding repair of muscular aponeurotic layer;other than a service associated with a service to which item 30166, 30169, 30175, 30177 or 30179 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3426.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46082\",\n            \"Description\": \"Post-mastectomy breast reconstruction, autologous, single surgeon (bilateral) using a myocutaneous or perforator flap, by microsurgical transfer:(a) including anastomoses of arteries and veins (including repair of secondary skin defect); but(b) excluding repair of muscular aponeurotic layer;other than a service associated with a service to which item 30166, 30169, 30175, 30177 or 30179 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"5995.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46084\",\n            \"Description\": \"Post-mastectomy breast reconstruction, autologous, conjoint surgery (unilateral) using a myocutaneous or perforator flap, by microsurgical transfer:(a) including anastomosis of artery and one or more veins (including repair of secondary skin defect); but(b) excluding repair of muscular aponeurotic layer;other than a service associated with a service to which item 30166, 30169, 30175, 30177 or 30179 applies—conjoint surgery, principal specialist surgeon (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2970.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46086\",\n            \"Description\": \"Post-mastectomy breast reconstruction, autologous, conjoint surgery (unilateral) using a myocutaneous or perforator flap, by microsurgical transfer:(a) including anastomosis of artery and one or more veins (including repair of secondary skin defect); but(b) excluding repair of muscular aponeurotic layer;other than a service associated with a service to which item 30166, 30169, 30175, 30177 or 30179 applies—conjoint surgery, conjoint specialist surgeon (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2227.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46088\",\n            \"Description\": \"Post-mastectomy breast reconstruction, autologous, conjoint surgery (bilateral) using a myocutaneous or perforator flap, by microsurgical transfer:(a) including anastomosis of artery and one or more veins (including repair of secondary skin defect); but(b) excluding repair of muscular aponeurotic layer;other than a service associated with a service to which item 30166, 30169, 30175, 30177 or 30179 applies—conjoint surgery, principal specialist surgeon (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"5198.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46090\",\n            \"Description\": \"Post-mastectomy breast reconstruction, autologous, conjoint surgery (bilateral) using a myocutaneous or perforator flap, by microsurgical transfer:(a) including anastomoses of arteries and veins (including repair of secondary skin defect); but(b) excluding repair of muscular aponeurotic layer;other than a service associated with a service to which item 30166, 30169, 30175, 30177 or 30179 applies—conjoint surgery, conjoint specialist surgeon (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3898.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46092\",\n            \"Description\": \"Lower pole coverage of reconstructive breast prosthesis, following mastectomy, using muscle or fascia turnover flap or autologous dermal flaps, if the service is performed in combination with a service to which item 31522, 31523, 31528, 31529, 45527, 45539 or 45542 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"473.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46094\",\n            \"Description\": \"Lower pole coverage or complete implant coverage of reconstructive breast prosthesis, following mastectomy, using allograft or synthetic products (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"349.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46100\",\n            \"Description\": \"Excision of burnt tissue, or definitive burn wound closure, if:(a) the area of burn excised involves more than 1% of hands, face or anterior neck; and(b) the service is performed in conjunction with a service (the co-claimed service) to which any of items 46101 to 46135 (other than item 46112 or 46124) apply;other than a service to which item 46136 applies\\n\",\n            \"DerivedFee\": \"40% of the fee for the co-claimed service - performed in conjunction with a service (the co-claimed service) to which any of items 46101 to 46135 (other than item 46112 or 46124) apply.\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46101\",\n            \"Description\": \"Excision of burnt tissue, if the area of burn excised involves not more than 1% of the total body surface (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"393.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46102\",\n            \"Description\": \"Excision of burnt tissue, if the area of burn excised involves more than 1% but less than 3% of the total body surface (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"625.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46103\",\n            \"Description\": \"Excision of burnt tissue, if the area of burn excised involves 3% or more but less than 10% of the total body surface (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"685.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46104\",\n            \"Description\": \"Excision of burnt tissue, if the area of burn excised involves 10% or more but less than 20% of the total body surface, excluding aftercare (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1045.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46105\",\n            \"Description\": \"Excision of burnt tissue, if the area of burn excised involves 20% or more but less than 30% of total body surface, excluding aftercare (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1406.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46106\",\n            \"Description\": \"Excision of burnt tissue, if the area of burn excised involves 30% or more but less than 40% of total body surface, excluding aftercare (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1767.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46107\",\n            \"Description\": \"Excision of burnt tissue, if the area of burn excised involves 40% or more but less than 50% of total body surface, excluding aftercare (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2128.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46108\",\n            \"Description\": \"Excision of burnt tissue, if the area of burn excised involves 50% or more but less than 60% of total body surface, excluding aftercare (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2488.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46109\",\n            \"Description\": \"Excision of burnt tissue, if the area of burn excised involves 60% or more but less than 70% of total body surface, excluding aftercare (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2849.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46110\",\n            \"Description\": \"Excision of burnt tissue, if the area of burn excised involves 70% or more but less than 80% of total body surface, excluding aftercare (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3246.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46111\",\n            \"Description\": \"Excision of burnt tissue, if the area of burn excised involves 80% or more of total body surface, excluding aftercare (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3635.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46112\",\n            \"Description\": \"Excision of burnt tissue, if the area of burn excised involves whole of face (excluding ears)—may be claimed with any one of items 46101 to 46111, based on the percentage total body surface (excluding the face), other than a service associated with a service to which item 46100 applies and excluding aftercare (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2007.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46113\",\n            \"Description\": \"Excised burn wound closure, or closure of skin defect secondary to burns contracture release, if the defect area is not more than 1% of total body surface and if the service: (a) is performed at the same time as the procedure for the primary burn wound excision or contracture release; and (b) involves: (i) autologous skin grafting for definitive closure; or (ii) allogenic skin grafting, or biosynthetic skin substitutes, to temporize the excised wound (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"393.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46114\",\n            \"Description\": \"Excised burn wound closure, or closure of skin defect secondary to burns contracture release, if the defect area is more than 1% but not more than 3% of total body surface and if the service:(a) is performed at the same time as the procedure for the primary burn wound excision or contracture release; and(b) involves: (i) autologous skin grafting for definitive closure; or(ii) allogenic skin grafting, or biosynthetic skin substitutes, to temporize the excised wound (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"625.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46115\",\n            \"Description\": \"Excised burn wound closure or closure of skin defect secondary to burns contracture release, if the defect area is more than 3% but not more than 10% of total body surface and if the service:(a) is performed at the same time as the procedure for the primary burn wound excision or contracture release; and(b) involves: (i) autologous skin grafting for definitive closure; or(ii) allogenic skin grafting, or biosynthetic skin substitutes, to temporize the excised wound (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"685.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46116\",\n            \"Description\": \"Excised burn wound closure or closure of skin defect secondary to burns contracture release, if the defect area is more than 10% but less than 20% of total body surface and if the service:(a) is performed at the same time as the procedure for the primary burn wound excision or contracture release; and(b) involves: (i) autologous skin grafting for definitive closure; or(ii) allogenic skin grafting, or biosynthetic skin substitutes, to temporize the excised wound; excluding aftercare (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1045.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46117\",\n            \"Description\": \"Excised burn wound closure, if the defect area is 20% or more but less than 30% of total body surface and if the service:(a) is performed at the same time as the procedure for the primary burn wound excision; and(b) involves: (i) autologous skin grafting for definitive closure; or(ii) allogenic skin grafting, or biosynthetic skin substitutes, to temporize the excised wound; excluding aftercare (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1406.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46118\",\n            \"Description\": \"Excised burn wound closure, if the defect area is 30% or more but less than 40% of total body surface and if the service:(a) is performed at the same time as the procedure for the primary burn wound excision; and(b) involves: (i) autologous skin grafting for definitive closure; or(ii) allogenic skin grafting, or biosynthetic skin substitutes, to temporize the excised wound; excluding aftercare (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1767.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46119\",\n            \"Description\": \"Excised burn wound closure, if the defect area is 40% or more but less than 50% of total body surface and if the service:(a) is performed at the same time as the procedure for the primary burn wound excision; and(b) involves: (i) autologous skin grafting for definitive closure; or(ii) allogenic skin grafting, or biosynthetic skin substitutes, to temporize the excised wound; excluding aftercare (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2128.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46120\",\n            \"Description\": \"Excised burn wound closure, if the defect area is 50% or more but less than 60% of total body surface and if the service: (a) is performed at the same time as the procedure for the primary burn wound excision; and (b) involves: (i) autologous skin grafting for definitive closure; or (ii) allogenic skin grafting, or biosynthetic skin substitutes, to temporize the excised wound; excluding aftercare (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2488.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46121\",\n            \"Description\": \"Excised burn wound closure, if the defect area is 60% or more but less than 70% of total body surface and if the service:(a) is performed at the same time as the procedure for the primary burn wound excision; and(b) involves: (i) autologous skin grafting for definitive closure; or(ii) allogenic skin grafting, or biosynthetic skin substitutes, to temporize the excised wound; excluding aftercare (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2849.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46122\",\n            \"Description\": \"Excised burn wound closure, if the defect area is 70% or more but less than 80% of total body surface and if the service: (a) is performed at the same time as the procedure for the primary burn wound excision; and (b) involves: (i) autologous skin grafting for definitive closure; or (ii) allogenic skin grafting, or biosynthetic skin substitutes, to temporize the excised wound; excluding aftercare (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3246.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46123\",\n            \"Description\": \"Excised burn wound closure, if the defect area is 80% or more of total body surface and if the service:(a) is performed at the same time as the procedure for the primary burn wound excision; and(b) involves: (i) autologous skin grafting for definitive closure; or(ii) allogenic skin grafting, or biosynthetic skin substitutes, to temporize the excised wound; excluding aftercare (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3635.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46124\",\n            \"Description\": \"Excised burn wound closure of whole of face, if the service:(a) is performed at the same time as the procedure for the primary burn wound excision; and(b) involves: (i) autologous skin grafting for definitive closure; or(ii) allogenic skin grafting, or biosynthetic skin substitutes, to temporize the excised wound; excluding aftercare, other than a service associated with a service to which item 46100 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2007.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46125\",\n            \"Description\": \"Non-excisional debridement of superficial or mid-dermal partial thickness burns, if the area of burn involves less than 1% of total body surface, and application of skin substitute (skin allograft or biosynthetic epidermal replacements) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"393.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46126\",\n            \"Description\": \"Non‑excisional debridement of superficial or mid‑dermal partial thickness burns, if the area of burn involves 1% or more but less than 3% of total body surface, and application of skin substitute (skin allograft or biosynthetic epidermal replacements) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"625.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46127\",\n            \"Description\": \"Non-excisional debridement of superficial or mid-dermal partial thickness burns, if the area of burn involves 3% or more but less than 10% of total body surface, and application of skin substitute (skin allograft or biosynthetic epidermal replacements) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"865.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46128\",\n            \"Description\": \"Non-excisional debridement of superficial or mid-dermal partial thickness burns, if the area of burn involves 10% or more but less than 30% of total body surface, and application of skin substitute (skin allograft or biosynthetic epidermal replacements), excluding aftercare (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1587.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46129\",\n            \"Description\": \"Non-excisional debridement of superficial or mid-dermal partial thickness burns, if the area of burn involves 30% or more of total body surface, and application of skin substitute (skin allograft or biosynthetic epidermal replacements), excluding aftercare (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2904.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46130\",\n            \"Description\": \"Definitive burn wound closure, or closure of skin defect secondary to necrotising fasciitis or secondary to release of burns scar contracture, if the defect area involves less than 1% of total body surface, using autologous tissue (split skin graft or other) following previous procedure using non‑autologous temporary wound closure or simple dressings (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"393.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46131\",\n            \"Description\": \"Definitive burn wound closure, or closure of skin defect secondary to necrotising fasciitis or secondary to release of burns scar contracture, if the defect area involves 1% or more but less than 3% of total body surface, using autologous tissue (split skin graft or other) following previous procedure using non-autologous temporary wound closure or simple dressings (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"625.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46132\",\n            \"Description\": \"Definitive burn wound closure, or closure of skin defect secondary to necrotising fasciitis or secondary to release of burns scar contracture, if the defect area involves 3% or more but less than 10% of total body surface, using autologous tissue (split skin graft or other) following previous procedure using non-autologous temporary wound closure or simple dressings (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"685.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46133\",\n            \"Description\": \"Definitive burn wound closure, or closure of skin defect secondary to necrotising fasciitis or secondary to release of burns scar contracture, if the defect area involves 10% or more but less than 20% of total body surface, using autologous tissue (split skin graft or other) following previous procedure using non-autologous temporary wound closure or simple dressings, excluding aftercare (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1045.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46134\",\n            \"Description\": \"Definitive burn wound closure, or closure of skin defect secondary to necrotising fasciitis, if the defect area involves 20% or more but less than 30% of total body surface, using autologous tissue (split skin graft or other) following previous procedure using non-autologous temporary wound closure, excluding aftercare (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2314.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46135\",\n            \"Description\": \"Definitive burn wound closure, or closure of skin defect secondary to necrotising fasciitis, if the defect area involves 30% or more of total body surface, using autologous tissue (split skin graft or other) following previous procedure using non-autologous temporary wound closure, excluding aftercare (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3635.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46136\",\n            \"Description\": \"Definitive burn wound closure, or closure of skin defect secondary to necrotising fasciitis, of whole of face, using autologous tissue (split skin graft or other) following previous procedure using non-autologous temporary wound closure, excluding aftercare, other than a service associated with a service to which item 46100 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2007.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46140\",\n            \"Description\": \"Burns contracture, release of, by excision or incision of scar, if the defect resulting from surgery is less than 1% of total body surface, including direct repair if performed (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"300.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46141\",\n            \"Description\": \"Burns contracture, release of, by excision or incision of scar, if the defect resulting from surgery is 1% or more but less than 3% of total body surface (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"450.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46142\",\n            \"Description\": \"Burns contracture, release of, by excision or incision of scar, if the defect resulting from surgery is 3% or more but less than 10% of total body surface (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"540.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46143\",\n            \"Description\": \"Burns contracture, release of, by excision or incision of scar, if the defect resulting from surgery is 10% or more but less than 20% of total body surface (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"700.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46150\",\n            \"Description\": \"Mandible or maxilla, procedure for advancement, retrusion or alteration of tilt, by osteotomy in standard planes, including fixation by any means (including application of distractors if used)—one service per patient on the same occasion (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1551.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46151\",\n            \"Description\": \"Mandible and maxilla (bimaxillary), procedure for advancement, retrusion or alteration of tilt, or combination of these, by osteotomies in standard planes, including fixation by any means (including application of distractors if used)—conjoint surgery, principal specialist surgeon, one service per patient on the same occasion (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1691.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46152\",\n            \"Description\": \"Mandible and maxilla (bimaxillary), procedure for advancement, retrusion or alteration of tilt, or combination of these, by osteotomies in standard planes, including fixation by any means (including application of distractors if used)—conjoint surgery, conjoint specialist surgeon, one service per patient on the same occasion (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1268.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46153\",\n            \"Description\": \"Mandible and maxilla (bimaxillary), procedure for advancement, retrusion or alteration of tilt, or combination of these, by osteotomies in standard planes, including fixation by any means (including application of distractors if used)—single surgeon, one service per patient on the same occasion (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2114.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46154\",\n            \"Description\": \"Maxilla, procedure for reshaping arch of, by complex segmental osteotomies, including fixation by any means (including application of distractors if used), one service per patient on the same occasion (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1770.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46155\",\n            \"Description\": \"Mandible, procedure for reshaping arch of, by complex segmental osteotomies, including genioplasty (if performed) and fixation by any means (including application of distractors if used), one service per patient on the same occasion (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1770.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46156\",\n            \"Description\": \"Mandible and maxilla (bimaxillary), procedure for any combination of arch reshaping, advancement, retrusion or tilting of, involving complex segmental osteotomies, with or without standard osteotomies, including genioplasty (if performed) and fixation by any means (including application of distractors if used)—conjoint surgery, principal specialist surgeon, one service per patient on the same occasion (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2021.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46157\",\n            \"Description\": \"Mandible and maxilla (bimaxillary), procedure for any combination of arch reshaping, advancement, retrusion or tilting of, involving complex segmental osteotomies, with or without standard osteotomies, including genioplasty (if performed) and fixation by any means (including application of distractors if used)—conjoint surgery, conjoint specialist surgeon, one service per patient on the same occasion (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1515.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46158\",\n            \"Description\": \"Mandible and maxilla (bimaxillary), procedure for any combination of arch reshaping, advancement, retrusion or tilting of, involving complex segmental osteotomies, with or without standard osteotomies, including genioplasty (if performed) and fixation by any means (including application of distractors if used)—single surgeon, one service per patient on the same occasion (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2526.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46159\",\n            \"Description\": \"Midfacial osteotomies, Le Fort II or Le Fort III—conjoint surgery, principal specialist surgeon (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2235.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46160\",\n            \"Description\": \"Midfacial osteotomies, Le Fort II or Le Fort III—conjoint surgery, conjoint specialist surgeon (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1676.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46161\",\n            \"Description\": \"Midfacial osteotomies, Le Fort II or Le Fort III—single surgeon (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2794.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46170\",\n            \"Description\": \"Decompression of thoracic outlet, primary, for thoracic outlet syndrome, using any approach, including (if performed) division of scalene muscles, cervical rib and/or first rib resection (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1166.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46171\",\n            \"Description\": \"Decompression of thoracic outlet, repeat (revision) procedure, for thoracic outlet syndrome, using any approach, including (if performed) division of scalene muscles, cervical rib and/or first rib resection (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1983.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46172\",\n            \"Description\": \"Removal or debulking of brachial plexus tumour, involving intraneural dissection, either supraclavicular or infraclavicular dissection (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2916.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46173\",\n            \"Description\": \"Removal or debulking of brachial plexus tumour, involving intraneural dissection, both supraclavicular and infraclavicular dissection (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"4083.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46174\",\n            \"Description\": \"Exploration of the brachial plexus, either supraclavicular or infraclavicular, including any neurolyses performed and intraoperative neurophysiological recordings, but excluding reconstruction of elements(H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2916.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46175\",\n            \"Description\": \"Exploration of the brachial plexus, both supraclavicular and infraclavicular, including any neurolyses performed and intraoperative neurophysiological recordings, but excluding reconstruction of elements(H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"4666.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46176\",\n            \"Description\": \"Exploration of the brachial plexus, posterior subscapular approach, all necessary elements of the operation including (but not limited to):(a) resection of the first rib and/or second rib; and(b) vertebral laminectomies or facetectomies, if performed; and(c) any neurolyses performed; and(d) intraoperative neurophysiological recordings;excluding the following:(e) reconstruction of elements of the plexus;(f) spinal instrumentation(H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1166.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46177\",\n            \"Description\": \"Reconstruction of deficit of the brachial plexus, single cord or trunk, by any appropriate method, single surgeon (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1983.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46178\",\n            \"Description\": \"Reconstruction of deficit of the brachial plexus, single cord or trunk, by any appropriate method, conjoint surgery, principal surgeon (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1983.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46179\",\n            \"Description\": \"Reconstruction of deficit of the brachial plexus, single cord or trunk, by any appropriate method, conjoint surgery, conjoint surgeon (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1650.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46180\",\n            \"Description\": \"Reconstruction of deficit of the brachial plexus, more than a single cord or trunk, but less than the whole plexus, by any appropriate method, single surgeon (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2916.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46181\",\n            \"Description\": \"Reconstruction of deficit of the brachial plexus, more than a single cord or trunk, but less than the whole plexus, by any appropriate method, conjoint surgery, principal surgeon (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2916.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46182\",\n            \"Description\": \"Reconstruction of deficit of the brachial plexus, more than a single cord or trunk, but less than the whole plexus, by any appropriate method, conjoint surgery, conjoint surgeon (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2432.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46183\",\n            \"Description\": \"Reconstruction of deficit of the brachial plexus, whole plexus, by any appropriate method, single surgeon (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3499.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46184\",\n            \"Description\": \"Reconstruction of deficit of the brachial plexus, whole plexus, by any appropriate method, conjoint surgery, principal surgeon (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3499.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46185\",\n            \"Description\": \"Reconstruction of deficit of the brachial plexus, whole plexus, by any appropriate method, conjoint surgery, conjoint surgeon (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2916.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46300\",\n            \"Description\": \"Arthrodesis of interphalangeal or metacarpophalangeal joint of hand, including either or both of the following (if performed): (a) joint debridement; (b) synovectomy —one joint (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"473.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46303\",\n            \"Description\": \"Arthrodesis of carpometacarpal joint of hand, including either or both of the following (if performed): (a) joint debridement; (b) synovectomy —one joint (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"614.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46308\",\n            \"Description\": \"Volar plate or soft tissue interposition arthroplasty of interphalangeal or metacarpophalangeal joint of hand, including either or both of the following (if performed): (a) realignment procedures; (b) tendon transfer; —one joint (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"614.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46309\",\n            \"Description\": \"Prosthetic replacement arthroplasty or hemiarthroplasty of interphalangeal or metacarpophalangeal joint of hand, including any of the following (if performed): (a) ligament reconstruction; (b) ligament realignment; (c) synovectomy; (d) tendon transfer —one joint (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"614.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46312\",\n            \"Description\": \"Prosthetic replacement arthroplasty or hemiarthroplasty of interphalangeal or metacarpophalangeal joint of hand, including any of the following (if performed): (a) ligament reconstruction; (b) ligament realignment; (c) synovectomy; (d) tendon transfer —2 joints of one hand (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"789.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46315\",\n            \"Description\": \"Prosthetic replacement arthroplasty or hemiarthroplasty of interphalangeal or metacarpophalangeal joint of hand, including any of the following (if performed): (a) ligament reconstruction; (b) ligament realignment; (c) synovectomy; (d) tendon transfer —3 joints of one hand (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1052.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46318\",\n            \"Description\": \"Prosthetic replacement arthroplasty or hemiarthroplasty of interphalangeal or metacarpophalangeal joint of hand, including any of the following (if performed): (a) ligament reconstruction; (b) ligament realignment; (c) synovectomy; (d) tendon transfer —4 joints of one hand (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1316.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46321\",\n            \"Description\": \"Prosthetic replacement arthroplasty or hemiarthroplasty of interphalangeal or metacarpophalangeal joint of hand, including any of the following (if performed): (a) ligament reconstruction; (b) ligament realignment; (c) synovectomy; (d) tendon transfer; —5 joints of one hand (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1579.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46322\",\n            \"Description\": \"Revision of prosthetic replacement arthroplasty or hemiarthroplasty of interphalangeal or metacarpal joint of hand, including any of the following (if performed): (a) bone grafting; (b) ligament reconstruction; (c) ligament realignment; (d) synovectomy; (e) tendon or ligament reconstruction; (f) tendon transfer; —one joint (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"921.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46324\",\n            \"Description\": \"Prosthetic interpositional replacement of carpometacarpal joint, including either or both of the following (if performed): (a) ligament and tendon transfers; (b) rebalancing procedures (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1074.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46325\",\n            \"Description\": \"Excisional arthroplasty of carpometacarpal joint, including any of the following (if performed): (a) ligament and tendon transfers; (b) realignment procedures; (c) excision of adjacent trapezoid (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1074.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"46330\",\n            \"Description\": \"Ligamentous or capsular repair or reconstruction of interphalangeal or metacarpophalangeal joint of hand, including any of the following (if performed): (a) arthrotomy; (b) joint stabilisation; (c) synovectomy; —one joint (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"403.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46333\",\n            \"Description\": \"Ligamentous or capsular repair or reconstruction of interphalangeal or metacarpophalangeal joint of hand with graft, using graft or implant, including any of the following (if performed): (a) arthrotomy; (b) harvest of graft; (c) joint stabilisation; (d) synovectomy; other than a service associated with a service to which item 48245, 48248, 48251, 48254 or 48257 apply—one joint (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"658.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46335\",\n            \"Description\": \"Synovectomy of digital extensor tendons of hand, distal to wrist, for diagnosed inflammatory arthritis, including any of the following (if performed): (a) reconstruction of extensor retinaculum; (b) removal of tendon nodules; (c) tenolysis; (d) tenoplasty; other than a service associated with: (e) a service to which item 39330 applies; or (f) a service to which item 30023 applies that is performed at the same site Applicable once per hand per occasion on which the service is performed (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"543.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46336\",\n            \"Description\": \"Synovectomy of interphalangeal, metacarpophalangeal or carpometacarpal joint of hand, including any of the following (if performed): (a) capsulectomy; (b) debridement; (c) ligament or tendon realignment (or both); other than a service combined with a service to which item 46495 applies—one joint (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"307.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46339\",\n            \"Description\": \"Synovectomy of digital flexor tendons at wrist level, for diagnosed inflammatory arthritis, including either or both of the following (if performed): (a) tenolysis; (b) release of median nerve and carpal tunnel; other than a service associated with: (c) a service to which item 39330 or 39331 applies; or (d) a service to which item 30023 applies that is performed at the same site Applicable once per wrist per occasion on which the service is performed (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"543.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46340\",\n            \"Description\": \"Synovectomy of wrist flexor or extensor tendons of hand or wrist, for diagnosed inflammatory tenosynovitis, including any of the following (if performed): (a) reconstruction of flexor or extensor retinaculum; (b) removal of tendon nodules; (c) tenolysis; (d) tenoplasty; other than a service associated with: (e) a service to which item 39330 applies; or (f) if this service is performed on the wrist flexor tendons—a service to which item 39331 applies; or (g) a service to which item 30023 applies that is performed at the same site —one or more compartments per limb (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"462.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46341\",\n            \"Description\": \"Synovectomy of wrist flexor or extensor tendons of hand or wrist, for non-inflammatory tenosynovitis or post traumatic synovitis, including any of the following (if performed): (a) reconstruction of flexor or extensor retinaculum; (b) removal of tendon nodules; (c) tenolysis; (d) tenoplasty; other than a service associated with: (e) a service to which item 39330 applies; or (f) if this service is performed on the wrist flexor tendons—a service to which item 39331 applies; or (g) a service to which item 30023 applies that is performed at the same site —one or more compartments per limb (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"296.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46342\",\n            \"Description\": \"Synovectomy of distal radioulnar or carpometacarpal joint of hand—one or more joints (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"543.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46345\",\n            \"Description\": \"Resection arthroplasty of distal radioulnar joint of hand, partial or complete, including any of the following (if performed): (a) ligament or tendon reconstruction; (b) joint stabilisation; (c) synovectomy (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"658.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46348\",\n            \"Description\": \"Flexor tenosynovectomy of hand, distal to lumbrical origin, including any of the following (if performed): (a) removal of intratendinous nodules; (b) tenolysis; (c) tenoplasty; other than a service associated with: (d) a service to which item 30023 applies that is performed at the same site; or (e) a service to which item 46363 applies that is performed on the same ray —one ray (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"285.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46351\",\n            \"Description\": \"Flexor tenosynovectomy of hand, distal to lumbrical origin, including any of the following (if performed): (a) removal of intratendinous nodules; (b) tenolysis; (c) tenoplasty; other than a service associated with: (d) a service to which item 30023 applies that is performed at the same site; or (e) a service to which item 46363 applies that is performed on one of the same rays —2 rays of one hand (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"425.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46354\",\n            \"Description\": \"Flexor tenosynovectomy of hand, distal to lumbrical origin, including any of the following (if performed): (a) removal of intratendinous nodules; (b) tenolysis; (c) tenoplasty; other than a service associated with: (d) a service to which item 30023 applies that is performed at the same site; or (e) a service to which item 46363 applies that is performed on one of the same rays —3 rays of one hand (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"570.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46357\",\n            \"Description\": \"Flexor tenosynovectomy of hand, distal to lumbrical origin, including any of the following (if performed): (a) removal of intratendinous nodules; (b) tenolysis; (c) tenoplasty; other than a service associated with: (d) a service to which item 30023 applies that is performed at the same site; or (e) a service to which item 46363 applies that is performed on one of the same rays —4 rays of one hand (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"710.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46360\",\n            \"Description\": \"Flexor tenosynovectomy of hand, distal to lumbrical origin, including any of the following (if performed): (a) removal of intratendinous nodules; (b) tenolysis; (c) tenoplasty; other than a service associated with: (d) a service to which item 30023 applies that is performed at the same site; or (e) a service to which item 46363 applies that is performed on one of the same rays —5 rays of one hand (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"855.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46363\",\n            \"Description\": \"Trigger finger release, for stenosing tenosynovitis, including either or both of the following (if performed): (a) synovectomy; (b) synovial biopsy; —one ray (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"245.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46364\",\n            \"Description\": \"Digital sympathectomy of hand, using microsurgical techniques, other than a service associated with: (a) a service to which item 46363 applies; or (b) a service to which item 30023 applies that is performed at the same site —one digit or palmer arch (or both) or radial or ulnar artery (or both) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"543.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46365\",\n            \"Description\": \"Excision of rheumatoid nodules of hand —one lesion (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"307.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46367\",\n            \"Description\": \"De Quervain's release, including any of the following (if performed): (a) synovectomy of extensor pollicis brevis; (b) synovectomy of abductor pollicis longus tendons; (c) retinaculum reconstruction; other than a service associated with a service to which item 46339 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"463.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46370\",\n            \"Description\": \"Percutaneous fasciotomy for Dupuytren’s contracture, by needle or chemical method, including either or both of the following (if performed): (a) immediate or delayed manipulation; (b) local or regional nerve block; —one ray (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"149.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46372\",\n            \"Description\": \"Fasciectomy for Dupuytren’s contracture, including dissection of nerves (if performed)—one ray (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"499.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46375\",\n            \"Description\": \"Fasciectomy for Dupuytren’s contracture, including dissection of nerves (if performed)—2 rays (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"592.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46378\",\n            \"Description\": \"Fasciectomy for Dupuytren’s contracture, including dissection of nerves (if performed)—3 rays (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"789.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46379\",\n            \"Description\": \"Fasciectomy for Dupuytren’s contracture, including dissection of nerves (if performed)—4 rays (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"994.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46380\",\n            \"Description\": \"Fasciectomy for Dupuytren’s contracture, including dissection of nerves (if performed)—5 rays (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1253.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46381\",\n            \"Description\": \"Release of interphalangeal joint of hand, by open procedure, when performed in conjunction with an operation for Dupuytren’s contracture—one joint (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"350.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46384\",\n            \"Description\": \"Z-plasty or similar local flap procedure, when performed in conjunction with an operation for Dupuytren’s contracture, including raising, transfer in-setting and suturing of both components (flaps)—one Z-plasty or local flap procedure (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"350.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46387\",\n            \"Description\": \"Fasciectomy for recurrence of Dupuytren’s contracture, including either or both of the following (if performed): (a) dissection of nerves; (b) neurolysis; other than a service associated with a service to which item 30023 applies that is performed at the same site—one ray (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"723.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46390\",\n            \"Description\": \"Fasciectomy for recurrence of Dupuytren’s contracture, including either or both of the following (if performed): (a) dissection of nerves; (b) neurolysis; other than a service associated with a service to which item 30023 applies that is performed at the same site—2 rays (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"965.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46393\",\n            \"Description\": \"Fasciectomy for recurrence of Dupuytren’s contracture, including either or both of the following (if performed): (a) dissection of nerves; (b) neurolysis; other than a service associated with a service to which item 30023 applies that is performed at the same site—3 rays (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1118.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46394\",\n            \"Description\": \"Fasciectomy for recurrence of Dupuytren’s contracture, including either or both of the following (if performed): (a) dissection of nerves; (b) neurolysis; other than a service associated with a service to which item 30023 applies that is performed at the same site—4 rays (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1394.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46395\",\n            \"Description\": \"Fasciectomy for recurrence of Dupuytren’s contracture, including either or both of the following (if performed): (a) dissection of nerves; (b) neurolysis; other than a service associated with a service to which item 30023 applies that is performed at the same site—5 rays (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1737.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46399\",\n            \"Description\": \"Osteotomy of phalanx or metacarpal of hand, with internal fixation—one bone (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"604.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46401\",\n            \"Description\": \"Operative treatment of non-union of phalanx or metacarpal of hand, including internal fixation (if performed) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"484.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46408\",\n            \"Description\": \"Reconstruction of tendon of hand or wrist, by tendon graft, including either or both of the following (if performed): (a) harvest of graft; (b) tenolysis; other than a service associated with a service to which item 30023 applies that is performed at the same site (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"807.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46411\",\n            \"Description\": \"Reconstruction of complete flexor tendon pulley of hand or wrist, with graft, including harvest of graft (if performed)—one pulley (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"473.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46414\",\n            \"Description\": \"Insertion of artificial tendon prosthesis in preparation for grafting of tendon of hand or wrist, including tenolysis (if performed), other than a service associated with a service to which item 30023 applies that is performed at the same site (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"614.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46417\",\n            \"Description\": \"Transfer of tendon of hand or wrist, for restoration of hand or digit motion, including harvest of donor motor unit (if performed)—one transfer (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"570.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46420\",\n            \"Description\": \"Primary repair of extensor tendon of hand or wrist—one tendon (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"238.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46423\",\n            \"Description\": \"Delayed repair of extensor tendon of hand or wrist, including tenolysis (if performed), other than a service associated with a service to which item 30023 applies that is performed at the same site (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"381.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46426\",\n            \"Description\": \"Primary repair of flexor tendon of hand or wrist, proximal to A1 pulley—one tendon (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"394.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46432\",\n            \"Description\": \"Primary repair of flexor tendon of hand, distal to A1 pulley, other than a service to repair a tendon of a digit if 2 tendons of the same digit have been repaired during the same procedure—one tendon (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"658.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46434\",\n            \"Description\": \"Delayed repair of flexor tendon of hand or wrist, including tenolysis (if performed), other than a service associated with a service to which item 30023 applies that is performed at the same site (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"567.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46438\",\n            \"Description\": \"Closed pin fixation of mallet finger (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"157.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46441\",\n            \"Description\": \"Open reduction of mallet finger, including any of the following (if performed): (a) joint release; (b) pin fixation; (c) tenolysis (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"381.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46442\",\n            \"Description\": \"MALLET FINGER with intra articular fracture involving more than one third of base of terminal phalanx - open reduction (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"327.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"46444\",\n            \"Description\": \"Reconstruction of Boutonniere or swan neck deformity of hand, including either or both of the following (if performed): (a) tendon graft harvest; (b) tendon transfer —one joint (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"570.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46450\",\n            \"Description\": \"Tenolysis of extensor tendon of hand or wrist, following tendon injury or graft, other than a service: (a) for acute, traumatic injury; or (b) associated with a service to which item 30023 applies that is performed at the same site; —one ray (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"263.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46453\",\n            \"Description\": \"Tenolysis of flexor tendon of hand or wrist, following tendon injury, repair or graft, other than a service: (a) for acute, traumatic injury; or (b) associated with a service to which item 30023 applies that is performed at the same site (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"438.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46456\",\n            \"Description\": \"Percutaneous tenotomy of digit of hand (Anaes.)\\n\",\n            \"ScheduleFee\": \"114.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46464\",\n            \"Description\": \"Amputation of a supernumerary complete digit of hand (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"263.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"46465\",\n            \"Description\": \"Amputation of digit of hand, distal to metacarpal head, including any of the following (if performed): (a) excision of neuroma; (b) resection of bone; (c) skin cover with local flaps —one ray (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"263.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46468\",\n            \"Description\": \"Amputation of digit of hand, distal to metacarpal head, including any of the following (if performed): (a) excision of neuroma; (b) resection of bone; (c) skin cover with local flaps —2 rays (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"460.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46471\",\n            \"Description\": \"Amputation of digit of hand, distal to metacarpal head, including any of the following (if performed): (a) excision of neuroma; (b) resection of bone; (c) skin cover with local flaps —3 rays (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"658.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46474\",\n            \"Description\": \"Amputation of digit of hand, distal to metacarpal head, including any of the following (if performed): (a) excision of neuroma; (b) resection of bone; (c) skin cover with local flaps —4 rays (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"855.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46477\",\n            \"Description\": \"Amputation of digit of hand, distal to metacarpal head, including any of the following (if performed): (a) excision of neuroma; (b) resection of bone; (c) skin cover with local flaps —5 rays (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1052.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46480\",\n            \"Description\": \"Amputation of ray of hand, proximal to metacarpal head, including any of the following (if performed): (a) excision of neuroma; (b) recontouring; (c) resection of bone; (d) skin cover with local flaps —one ray (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"438.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46483\",\n            \"Description\": \"Revision of amputation stump of hand to provide adequate cover, including any of the following (if performed): (a) bone shortening; (b) excision of nail bed remnants; (c) excision of neuroma (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"350.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46486\",\n            \"Description\": \"Accurate reconstruction of acute nail bed laceration using magnification (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"263.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46489\",\n            \"Description\": \"Secondary reconstruction of nail bed deformity using magnification, including removal of nail (if performed), other than a service associated with a service to which item 46513 or 45451 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"307.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46492\",\n            \"Description\": \"Surgical correction of contracture of joint of hand, flexor or extensor tendon, involving tissues deeper than skin and subcutaneous tissue—one joint (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"421.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46493\",\n            \"Description\": \"Resection of boss of metacarpal base of hand, including either or both of the following (if performed): (a) excision of ganglion; (b) synovectomy (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"384.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"46495\",\n            \"Description\": \"Complete excision of one or more ganglia or mucous cysts of interphalangeal, metacarpophalangeal or carpometacarpal joint of hand, including any of the following (if performed): (a) arthrotomy; (b) osteophyte resections (c) synovectomy other than a service associated with a service to which item 30107 or 46336 applies—one joint (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"237.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46498\",\n            \"Description\": \"Excision of ganglion of flexor tendon sheath of hand, including any of the following (if performed): (a) flexor tenosynovectomy; (b) sheath excision; (c) skin closure by any method; other than a service associated with: (d) a service to which item 30107 applies; or (e) a service to which item 46363 applies that is performed on the same ray (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"256.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46500\",\n            \"Description\": \"Excision of ganglion of dorsal wrist joint of hand, including any of the following (if performed): (a) arthrotomy; (b) capsular or ligament repair (or both); (c) synovectomy other than a service associated with a service to which item 30107 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"307.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"46501\",\n            \"Description\": \"Excision of ganglion of volar wrist joint of hand, including any of the following (if performed): (a) arthrotomy; (b) capsular or ligament repair (or both); (c) synovectomy; other than a service associated with a service to which item 30107 or 46325 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"384.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46502\",\n            \"Description\": \"Excision of recurrent ganglion of dorsal wrist joint of hand, including any of the following (if performed): (a) arthrotomy; (b) capsular or ligament repair (or both); (c) synovectomy (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"460.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"46503\",\n            \"Description\": \"Excision of recurrent ganglion of volar wrist joint of hand, including any of the following (if performed): (a) arthrotomy; (b) capsular or ligament repair (or both); (c) synovectomy; other than a service associated with a service to which item 30107 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"441.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"46504\",\n            \"Description\": \"Neurovascular island flap, heterodigital, for pulp re-innervation and soft tissue cover (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1289.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46507\",\n            \"Description\": \"Transposition or transfer of digit or ray on vascular pedicle of hand, including any of the following (if performed): (a) nerve transfer; (b) skin closure, by any means; (c) rebalancing procedures (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1749.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46510\",\n            \"Description\": \"Surgical reduction of enlarged elements resulting from macrodactyly, including any of the following (if performed): (a) nerve transfer; (b) skin closure, by any means; (c) rebalancing procedures —one digit (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"409.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"46513\",\n            \"Description\": \"Removal of nail of finger or thumb—one nail (Anaes.)\\n\",\n            \"ScheduleFee\": \"65.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"46519\",\n            \"Description\": \"Drainage of midpalmar, thenar or hypothenar spaces or dorsum of hand, excluding aftercare (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"164.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"46522\",\n            \"Description\": \"Open operation and drainage of infection for flexor tendon sheath of finger or thumb, including either or both of the following (if performed): (a) synovectomy; (b) tenolysis; other than a service associated with a service to which item 30023 applies that is performed at the same site—one digit (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"491.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"46525\",\n            \"Description\": \"Incision for pulp space infection of hand: (a) other than a service: (i) to which another item in this Group applies; or (ii) associated with a service to which item 30023 applies that is performed at the same site; and (b) excluding aftercare (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"65.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"46528\",\n            \"Description\": \"Wedge resection for ingrowing nail of finger or thumb: (a) including each of the following: (i) excision and partial ablation of germinal matrix; (ii) removal of segment of nail; (iii) removal of ungual fold; and (b) including phenolisation (if performed) (Anaes.)\\n\",\n            \"ScheduleFee\": \"197.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"46531\",\n            \"Description\": \"Partial resection of ingrowing nail of finger or thumb, including phenolisation (Anaes.)\\n\",\n            \"ScheduleFee\": \"99.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"46534\",\n            \"Description\": \"Complete ablation of nail germinal matrix (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"274.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"14\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-11-01\"\n        },\n        {\n            \"ItemNumber\": \"47000\",\n            \"Description\": \"Mandible, treatment of dislocation of, by closed reduction, requiring general anaesthesia or intravenous sedation, if performed in the operating theatre of a hospital (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"82.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47003\",\n            \"Description\": \"Treatment of dislocation of clavicle, by closed reduction (Anaes.)\\n\",\n            \"ScheduleFee\": \"98.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47007\",\n            \"Description\": \"Repair of acromioclavicular or sternoclavicular joint dislocation (acute or chronic), by open, mini-open or arthroscopic technique, including either or both of the following (if performed): (a) ligament augmentation; (b) tendon transfers (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"411.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"47009\",\n            \"Description\": \"Treatment of dislocation of shoulder, requiring general anaesthesia, other than a service to which item 47012 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"197.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47012\",\n            \"Description\": \"Treatment of dislocation of shoulder, requiring general anaesthesia, by open reduction (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"395.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47015\",\n            \"Description\": \"Treatment of dislocation of shoulder, not requiring general anaesthesia\\n\",\n            \"ScheduleFee\": \"98.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47018\",\n            \"Description\": \"Treatment of dislocation of elbow, by closed reduction (Anaes.)\\n\",\n            \"ScheduleFee\": \"230.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47021\",\n            \"Description\": \"Treatment of dislocation of elbow, by open reduction (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"307.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47024\",\n            \"Description\": \"Treatment of dislocation of distal or proximal radioulnar joint, by closed reduction, other than a service associated with a service to which another item in this Schedule applies if the service described in the other item is for the purpose of treating fracture or dislocation in the same region (Anaes.)\\n\",\n            \"ScheduleFee\": \"230.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47027\",\n            \"Description\": \"Treatment of dislocation of distal or proximal radioulnar joint, by open reduction, including either or both of the following (if performed): (a) styloid fracture; (b) triangular fibrocartilage complex repair; other than a service associated with a service to which another item in this Schedule applies if the service described in the other item is for the purpose of treating fracture or dislocation in the same region (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"757.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47030\",\n            \"Description\": \"Treatment of dislocation of carpus, carpus on radius and ulna or carpometacarpal joint, by closed reduction (Anaes.)\\n\",\n            \"ScheduleFee\": \"230.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47033\",\n            \"Description\": \"Treatment of dislocation of carpus, carpus on radius and ulna or carpometacarpal joint, by open reduction, including ligament repair (if performed) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"757.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47042\",\n            \"Description\": \"Treatment of dislocation of interphalangeal or metacarpophalangeal joint, by closed reduction (Anaes.)\\n\",\n            \"ScheduleFee\": \"131.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47045\",\n            \"Description\": \"Treatment of dislocation of interphalangeal or metacarpophalangeal joint, by open reduction, including any of the following (if performed): (a) arthrotomy; (b) capsule repair; (c) ligament repair; (d) volar plate repair (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"491.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47047\",\n            \"Description\": \"Treatment of dislocation of prosthetic hip, by closed reduction (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"378.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"47049\",\n            \"Description\": \"Treatment of dislocation of prosthetic hip, by open reduction (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"505.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"47052\",\n            \"Description\": \"Treatment of dislocation of native hip, by closed reduction (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"492.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"47053\",\n            \"Description\": \"Treatment of dislocation of native hip, by open reduction, with internal fixation (if performed) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"656.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"47054\",\n            \"Description\": \"Treatment of dislocation of knee, by closed reduction, including application of external fixator (if performed) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"378.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47057\",\n            \"Description\": \"Treatment of dislocation of patella, by closed reduction (Anaes.)\\n\",\n            \"ScheduleFee\": \"148.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47060\",\n            \"Description\": \"Treatment of dislocation of patella, by open reduction (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"197.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47063\",\n            \"Description\": \"Treatment of dislocation of ankle or tarsus, by closed reduction (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"296.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47066\",\n            \"Description\": \"Treatment of dislocation of ankle or tarsus, by open reduction, including any of the following (if performed): (a) arthrotomy; (b) capsule repair; (c) removal of loose fragments or intervening soft tissue; (d) washout of joint (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"395.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47069\",\n            \"Description\": \"Treatment of dislocation of toe, by closed reduction—one toe (Anaes.)\\n\",\n            \"ScheduleFee\": \"82.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47301\",\n            \"Description\": \"Treatment of fracture of middle or proximal phalanx, by closed reduction, requiring anaesthesia—one bone (Anaes.)\\n\",\n            \"ScheduleFee\": \"101.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-05-01\"\n        },\n        {\n            \"ItemNumber\": \"47304\",\n            \"Description\": \"Treatment of fracture of metacarpal, by closed reduction, requiring anaesthesia—one bone (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"115.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2016-05-01\"\n        },\n        {\n            \"ItemNumber\": \"47307\",\n            \"Description\": \"Treatment of fracture of phalanx or metacarpal, by closed reduction, including percutaneous K‑wire fixation (if performed)—one bone (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"233.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2016-05-01\"\n        },\n        {\n            \"ItemNumber\": \"47310\",\n            \"Description\": \"Treatment of fracture of phalanx or metacarpal, by open reduction, with internal fixation (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"384.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2016-05-01\"\n        },\n        {\n            \"ItemNumber\": \"47313\",\n            \"Description\": \"Treatment of intra-articular fracture of phalanx or metacarpal, by closed reduction, including: (a) percutaneous K-wire fixation; and (b) external or dynamic fixation (if performed) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"373.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2016-05-01\"\n        },\n        {\n            \"ItemNumber\": \"47316\",\n            \"Description\": \"Treatment of intra‑articular fracture of phalanx or metacarpal, by open reduction with fixation, other than a service provided on the same occasion as a service to which item 47319 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"740.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2016-05-01\"\n        },\n        {\n            \"ItemNumber\": \"47319\",\n            \"Description\": \"Treatment of intra-articular fracture of proximal end of middle phalanx, by open reduction, with fixation, other than a service provided on the same occasion as a service to which item 47316 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"758.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2016-05-01\"\n        },\n        {\n            \"ItemNumber\": \"47348\",\n            \"Description\": \"Treatment of fracture of carpus (excluding scaphoid), by cast immobilisation, other than a service associated with a service to which item 47351 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"109.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47351\",\n            \"Description\": \"Treatment of fracture of carpus (excluding scaphoid), by open reduction, with internal fixation (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"274.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47354\",\n            \"Description\": \"Treatment of fracture of carpal scaphoid, by cast immobilisation, other than a service associated with a service to which item 47357 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"197.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47357\",\n            \"Description\": \"Treatment of fracture of carpal scaphoid, by reduction, with fixation by any means (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"439.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47361\",\n            \"Description\": \"Treatment of fracture of distal end of radius or ulna (or both), by cast immobilisation, other than a service associated with a service to which item 47362, 47364, 47367, 47370 or 47373 applies\\n\",\n            \"ScheduleFee\": \"153.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-05-01\"\n        },\n        {\n            \"ItemNumber\": \"47362\",\n            \"Description\": \"Treatment of fracture of distal end of radius or ulna (or both), by closed reduction, requiring general or major regional anaesthesia, but excluding local infiltration, other than a service associated with a service to which item 47361, 47364, 47367, 47370 or 47373 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"230.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-05-01\"\n        },\n        {\n            \"ItemNumber\": \"47364\",\n            \"Description\": \"Treatment of fracture of distal end of radius or ulna (not involving joint surface), by open reduction with fixation, other than a service associated with a service to which item 47361 or 47362 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"326.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2016-05-01\"\n        },\n        {\n            \"ItemNumber\": \"47367\",\n            \"Description\": \"Treatment of fracture of distal end of radius, by closed reduction with percutaneous fixation, other than a service associated with a service to which item 47361 or 47362 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"260.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2016-05-01\"\n        },\n        {\n            \"ItemNumber\": \"47370\",\n            \"Description\": \"Treatment of intra‑articular fracture of distal end of radius, by open reduction with fixation, other than a service associated with a service to which item 47361 or 47362 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"473.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2016-05-01\"\n        },\n        {\n            \"ItemNumber\": \"47373\",\n            \"Description\": \"Treatment of intra‑articular fracture of distal end of ulna, by open reduction with fixation, other than a service associated with a service to which item 47361 or 47362 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"338.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2016-05-01\"\n        },\n        {\n            \"ItemNumber\": \"47381\",\n            \"Description\": \"Treatment of fracture of shaft of radius or ulna, by closed reduction (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"296.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47384\",\n            \"Description\": \"Treatment of fracture of shaft of radius or ulna, by open reduction with internal fixation (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"395.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47385\",\n            \"Description\": \"Treatment of: (a) fracture of shaft of radius or ulna; and (b) dislocation of distal radio-ulnar joint or proximal radio-humeral joint (Galeazzi or Monteggia injury); by closed reduction (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"340.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47386\",\n            \"Description\": \"Treatment of: (a) fracture of shaft of radius or ulna; and (b) dislocation of distal radio-ulnar joint or proximal radio-humeral joint (Galeazzi or Monteggia injury); by open reduction, with internal fixation, including reduction of dislocation (if performed) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"549.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47387\",\n            \"Description\": \"Treatment of fracture of distal or shaft of radius or ulna (or both), by cast immobilisation, other than a service to which item 47390 or 47393 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"318.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47390\",\n            \"Description\": \"Treatment of fracture of shafts of radius and ulna, by closed reduction (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"477.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47393\",\n            \"Description\": \"Treatment of fracture of shafts of radius and ulna, by open reduction, with internal fixation (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"637.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47396\",\n            \"Description\": \"Treatment of fracture of olecranon, by closed reduction (Anaes.)\\n\",\n            \"ScheduleFee\": \"219.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47399\",\n            \"Description\": \"Treatment of fracture of olecranon, by open reduction (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"439.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47402\",\n            \"Description\": \"Treatment of fracture of olecranon, with excision of olecranon fragment and reimplantation of tendon (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"329.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47405\",\n            \"Description\": \"Treatment of fracture of head or neck of radius, by closed reduction (Anaes.)\\n\",\n            \"ScheduleFee\": \"219.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47408\",\n            \"Description\": \"Treatment of fracture of head or neck of radius, by open reduction, including internal fixation and excision (if performed) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"439.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47411\",\n            \"Description\": \"Treatment of fracture of tuberosity of humerus, other than a service to which item 47417 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"131.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47414\",\n            \"Description\": \"Treatment of fracture of tuberosity of humerus, by open reduction (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"263.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47417\",\n            \"Description\": \"Treatment of fracture of tuberosity of humerus and associated dislocation of shoulder, by closed reduction (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"307.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47420\",\n            \"Description\": \"Treatment of fracture of tuberosity of humerus and associated dislocation of shoulder, by open reduction (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"604.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47423\",\n            \"Description\": \"Humerus, proximal, treatment of fracture of, other than a service to which item 47426, 47429 or 47432 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"252.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47426\",\n            \"Description\": \"Humerus, proximal, treatment of fracture of, by closed reduction (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"378.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47429\",\n            \"Description\": \"Humerus, proximal, treatment of fracture of, by open reduction (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"505.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47432\",\n            \"Description\": \"Humerus, proximal, treatment of intra‑articular fracture of, by open reduction (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"631.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47435\",\n            \"Description\": \"Humerus, proximal, treatment of fracture of, and associated dislocation of shoulder, by closed reduction (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"483.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47438\",\n            \"Description\": \"Humerus, proximal, treatment of fracture of, and associated dislocation of shoulder, by open reduction (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"768.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47441\",\n            \"Description\": \"Humerus, proximal, treatment of intra-articular fracture of, and associated dislocation of shoulder, by open reduction (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"960.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47444\",\n            \"Description\": \"Humerus, shaft of, treatment of fracture of, other than a service to which item 47447 or 47450 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"263.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47447\",\n            \"Description\": \"Humerus, shaft of, treatment of fracture of, by closed reduction (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"395.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47450\",\n            \"Description\": \"Humerus, shaft of, treatment of fracture of, by internal or external fixation (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"527.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47451\",\n            \"Description\": \"Humerus, shaft of, treatment of fracture of, by intramedullary fixation (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"635.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"47453\",\n            \"Description\": \"Humerus, distal, (supracondylar or condylar), treatment of fracture of, other than a service to which item 47456 or 47459 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"307.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47456\",\n            \"Description\": \"Humerus, distal (supracondylar or condylar), treatment of fracture of, by closed reduction (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"461.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47459\",\n            \"Description\": \"Humerus, distal (supracondylar or condylar), treatment of fracture of, by open reduction (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"615.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47462\",\n            \"Description\": \"Clavicle, treatment of fracture of, other than a service to which item 47465 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"131.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47465\",\n            \"Description\": \"Clavicle, treatment of fracture of, by open reduction (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"604.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47466\",\n            \"Description\": \"Sternum, treatment of fracture of, other than a service to which item 47467 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"131.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47467\",\n            \"Description\": \"Sternum, treatment of fracture of, by open reduction (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"263.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47468\",\n            \"Description\": \"Scapula, neck or glenoid region of, treatment of fracture of, by open reduction (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"505.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47471\",\n            \"Description\": \"RIBS (one or more), treatment of fracture of - each attendance\\n\",\n            \"ScheduleFee\": \"50.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47474\",\n            \"Description\": \"PELVIC RING, treatment of fracture of, not involving disruption of pelvic ring or acetabulum\\n\",\n            \"ScheduleFee\": \"219.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47477\",\n            \"Description\": \"Pelvic ring, treatment of fracture of, with disruption of pelvic ring or acetabulum (H)\\n\",\n            \"ScheduleFee\": \"274.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47480\",\n            \"Description\": \"PELVIC RING, treatment of fracture of, requiring traction (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"549.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47483\",\n            \"Description\": \"PELVIC RING, treatment of fracture of, requiring control by external fixation (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"658.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47486\",\n            \"Description\": \"Treatment of fracture of anterior pelvic ring or sacroiliac joint disruption (or both), by open reduction, with internal fixation (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1098.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47489\",\n            \"Description\": \"Treatment of fracture of posterior pelvic ring or sacroiliac joint disruption (or both), by open reduction, with internal fixation (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1647.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47491\",\n            \"Description\": \"Combined anterior and posterior pelvic ring disruption, including sacroiliac joint disruption, treatment of fracture by open reduction and internal fixation of both anterior and posterior ring segments (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1812.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"47495\",\n            \"Description\": \"Treatment of fracture of acetabulum and associated dislocation of hip, including the application and management of traction (if performed), excluding aftercare (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"549.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47498\",\n            \"Description\": \"Treatment of isolated posterior wall fracture of acetabulum and associated dislocation of hip, by open reduction, with internal fixation, including the application and management of traction (if performed) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"823.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47501\",\n            \"Description\": \"Treatment of anterior or posterior column fracture of acetabulum, by open reduction, with internal fixation, including any of the following (if performed): (a) capsular stabilisation; (b) capsulotomy; (c) osteotomy (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1098.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47511\",\n            \"Description\": \"Treatment of combined column T-Type, transverse, anterior column or posterior hemitransverse fractures of acetabulum, by open reduction, with internal fixation, performed through single or dual approach (including fixation of the posterior wall fracture), including any of the following (if performed): (a) capsular stabilisation; (b) capsulotomy; (c) osteotomy (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1647.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"47514\",\n            \"Description\": \"Treatment of posterior wall fracture of acetabulum and associated femoral head fracture, by open reduction, with internal fixation (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"960.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"47516\",\n            \"Description\": \"FEMUR, treatment of fracture of, by closed reduction or traction (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"505.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47519\",\n            \"Description\": \"FEMUR, treatment of trochanteric or subcapital fracture of, by internal fixation (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1010.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47528\",\n            \"Description\": \"FEMUR, treatment of fracture of, by internal fixation or external fixation (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"878.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47531\",\n            \"Description\": \"FEMUR, treatment of fracture of shaft, by intramedullary fixation and cross fixation (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1120.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47534\",\n            \"Description\": \"Femur, condylar region of, treatment of intra‑articular (T‑shaped condylar) fracture of, requiring internal fixation, with or without internal fixation of one or more osteochondral fragments (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1263.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47537\",\n            \"Description\": \"Femur, condylar region of, treatment of fracture of, requiring internal fixation of one or more osteochondral fragments, other than a service associated with a service to which item 47534 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"505.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47540\",\n            \"Description\": \"Hip spica or shoulder spica, application of, as an independent procedure (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"252.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47543\",\n            \"Description\": \"Tibia, plateau of, treatment of medial or lateral fracture of, other than a service to which item 47546 or 47549 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"263.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47546\",\n            \"Description\": \"Tibia, plateau of, treatment of medial or lateral fracture of, by closed reduction (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"395.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47549\",\n            \"Description\": \"Treatment of medial or lateral fracture of plateau of tibia, by open reduction, with internal fixation, including any of the following (if performed): (a) arthroscopy; (b) arthrotomy; (c) meniscal repair (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"627.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47552\",\n            \"Description\": \"Tibia, plateau of, treatment of both medial and lateral fractures of, other than a service to which item 47555 or 47558 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"439.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47555\",\n            \"Description\": \"Tibia, plateau of, treatment of both medial and lateral fractures of, by closed reduction (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"658.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47558\",\n            \"Description\": \"Treatment of medial and lateral fractures of tibia, by open reduction, with internal fixation, including any of the following (if performed): (a) arthroscopy; (b) arthrotomy; (c) meniscal repair (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1164.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47559\",\n            \"Description\": \"Treatment of medial or lateral (or both) fracture of plateau of tibia, with application of a bridging external fixator to the plateau (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"891.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"47561\",\n            \"Description\": \"Treatment of fracture of shaft of tibia, by cast immobilisation, other than a service to which item 47570 or 47573 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"318.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47565\",\n            \"Description\": \"Tibia, shaft of, treatment of fracture of, by internal fixation or external fixation (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"831.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-05-01\"\n        },\n        {\n            \"ItemNumber\": \"47566\",\n            \"Description\": \"Tibia, shaft of, treatment of fracture of, by intramedullary fixation and cross fixation (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1059.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-05-01\"\n        },\n        {\n            \"ItemNumber\": \"47568\",\n            \"Description\": \"Closed reduction of proximal tibia, distal tibia or shaft of tibia, with or without treatment of fibular fracture (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"477.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"47570\",\n            \"Description\": \"Tibia, shaft of, treatment of fracture of, by open reduction, with or without treatment of fibular fracture (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"637.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47573\",\n            \"Description\": \"Treatment of proximal or distal intra-articular fracture of shaft of tibia, by open reduction, with or without treatment of fibular fracture, including any of the following (if performed): (a) arthroscopy; (b) arthrotomy; (c) capsule repair; (d) removal of intervening soft tissue; (e) removal of loose fragments; (f) washout of joint; other than a service associated with a service to which another item in this Schedule applies if the service described in the other item is for the purpose of treating a medial malleolus fracture of the distal tibia (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"796.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47577\",\n            \"Description\": \"Treatment of fracture of fibula proximal to ankle, by open reduction, with internal fixation, including any of the following (if performed): (a) internal fixation; (b) arthrotomy; (c) capsule repair; (d) removal of loose fragments or intervening soft tissue; (e) washout of joint (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"658.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"47579\",\n            \"Description\": \"Treatment of fracture of patella, other than a service to which item 47582 or 47585 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"186.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47582\",\n            \"Description\": \"Treatment of fracture of patella, with internal fixation, including bone grafting (if performed), other than a service associated with a service to which item 47579 or 47585 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"494.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47585\",\n            \"Description\": \"Treatment of proximal or distal fracture of patella, by open reduction, with internal fixation, including any of the following (if performed): (a) arthrotomy; (b) excision of patellar pole, with reattachment of tendon; (c) removal of loose fragments; (d) repair of quadriceps or patellar tendon (or both); (e) stabilisation of patello-femoral joint (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"511.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47588\",\n            \"Description\": \"Knee joint, treatment of fracture of, by internal fixation of intra‑articular fractures of femoral condylar or tibial articular surfaces and requiring repair or reconstruction of one or more ligaments (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1537.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47591\",\n            \"Description\": \"Knee joint, treatment of fracture of, by internal fixation of intra‑articular fractures of femoral condylar and tibial articular surfaces and requiring repair or reconstruction of one or more ligaments (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1867.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47592\",\n            \"Description\": \"Repair or reconstruction (or both) of acute traumatic chondral injury to the distal femoral or proximal tibial articular surfaces of the knee, when chondral or osteochondral implants or transfers are utilised (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"380.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"47593\",\n            \"Description\": \"Repair or reconstruction (or both) of acute traumatic chondral injury to the distal femoral and proximal tibial articular surfaces of the knee, using chondral or osteochondral implants or transfers (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"930.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"47595\",\n            \"Description\": \"Treatment of fracture of ankle joint, hindfoot, midfoot, metatarsals or toes, by non-surgical management—one leg (Anaes.)\\n\",\n            \"ScheduleFee\": \"187.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"47597\",\n            \"Description\": \"Treatment of fracture of ankle joint, by closed reduction (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"378.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47600\",\n            \"Description\": \"Treatment of fracture of ankle joint: (a) by internal fixation of the malleolus, fibula or diastasis; and (b) including any of the following (if performed): (i) arthrotomy; (ii) capsule repair; (iii) removal of loose fragments or intervening soft tissue; (iv) washout of joint (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"658.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47603\",\n            \"Description\": \"Treatment of fracture of ankle joint: (a) by internal fixation of 2 or more of the malleolus, fibula, diastasis and medial tissue interposition; and (b) including any of the following (if performed): (i) arthrotomy; (ii) capsule repair; (iii) removal of loose fragments or intervening soft tissue; (iv) washout of joint (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"831.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47612\",\n            \"Description\": \"Treatment of intra-articular fracture of hindfoot, by closed reduction, with or without dislocation—one foot (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"477.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47615\",\n            \"Description\": \"Treatment of fracture of hindfoot, by open reduction, with or without dislocation, including any of the following (if performed): (a) arthrotomy; (b) capsule repair; (c) removal of loose fragments or intervening soft tissue; (d) washout of joint; —one hindfoot bone (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"549.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47618\",\n            \"Description\": \"Treatment of intra-articular fracture of hindfoot, by open reduction, with or without dislocation, including any of the following (if performed): (a) arthrotomy; (b) capsule repair; (c) removal of loose fragments or intervening soft tissue; (d) washout of joint —one hindfoot bone (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"686.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47621\",\n            \"Description\": \"Treatment of intra-articular fracture of midfoot, by closed reduction, with or without dislocation—one foot (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"477.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47624\",\n            \"Description\": \"Treatment of fracture of tarso-metatarsal, by open reduction, with or without dislocation, including any of the following (if performed): (a) arthrotomy; (b) capsule or ligament repair; (c) removal of loose fragments or intervening soft tissue; (d) washout of joint —one joint (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"658.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47630\",\n            \"Description\": \"Treatment of fracture of cuneiform, by open reduction, with or without dislocation, including any of the following (if performed): (a) arthrotomy; (b) capsule or ligament repair; (c) removal of loose fragments or intervening soft tissue; (d) washout of joint; —one bone (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"395.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47637\",\n            \"Description\": \"Treatment of fractures of metatarsal, by closed reduction—one or more metatarsals of one foot (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"223.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"47639\",\n            \"Description\": \"Treatment of fracture of metatarsal, by open reduction, including removal of loose fragments or intervening soft tissue (if performed)—one metatarsal of one foot (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"263.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47648\",\n            \"Description\": \"Treatment of fracture of metatarsal, by open reduction, including removal of loose fragments or intervening soft tissue (if performed)—2 metatarsals of one foot (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"351.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47657\",\n            \"Description\": \"Treatment of fracture of metatarsal, by open reduction, including removal of loose fragments or intervening soft tissue (if performed)—3 or more metatarsals of one foot (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"549.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47663\",\n            \"Description\": \"Treatment of fracture of phalanx of toe, by closed reduction—one toe (Anaes.)\\n\",\n            \"ScheduleFee\": \"164.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47666\",\n            \"Description\": \"Treatment of fracture or dislocation of phalanx of great toe, by open reduction, including any of the following (if performed): (a) arthrotomy; (b) capsule repair; (c) removal of loose fragments; (d) removal of intervening soft tissue; (e) washout of joint; — one great toe (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"274.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47672\",\n            \"Description\": \"Treatment of fracture or dislocation of phalanx of toe, by open reduction, including any of the following (if performed): (a) arthrotomy; (b) capsule repair; (c) removal of loose fragments; (d) removal of intervening soft tissue; (e) washout of joint; —one toe (other than great toe) of one foot (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"131.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47678\",\n            \"Description\": \"Treatment of fracture or dislocation of phalanx of toe, by open reduction, including any of the following (if performed): (a) arthrotomy; (b) capsule repair; (c) removal of loose fragments; (d) removal of intervening soft tissue; (e) washout of joint; —2 or more toes (other than great toe) of one foot (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"197.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47735\",\n            \"Description\": \"Nasal bones, treatment of fracture of, other than a service to which item 47738 or 47741 applies—each attendance\\n\",\n            \"ScheduleFee\": \"50.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47738\",\n            \"Description\": \"Nasal bones, treatment of fracture of, by reduction (Anaes.)\\n\",\n            \"ScheduleFee\": \"274.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47741\",\n            \"Description\": \"Nasal bones, treatment of fracture of, by open reduction involving osteotomies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"560.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47753\",\n            \"Description\": \"Maxilla or mandible, treatment of fracture of, requiring splinting, wiring of teeth, circumosseous fixation or external fixation (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"474.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47762\",\n            \"Description\": \"Zygomatic arch, treatment of fracture of, requiring surgical reduction by a temporal, intra-oral or other approach, other than a service associated with a service to which another item in this Group applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"278.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47765\",\n            \"Description\": \"Zygomaticomaxillary complex/malar, treatment of fracture of, requiring surgical reduction and involving internal or external fixation at one or more sites (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"524.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47766\",\n            \"Description\": \"Naso-orbital-ethmoidal complex, treatment of fracture of, requiring surgical reduction and involving internal or external fixation at one or more sites (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"701.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"47786\",\n            \"Description\": \"Maxilla, treatment of fracture of, requiring open reduction and internal fixation involving one or more plates (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"838.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-03-01\"\n        },\n        {\n            \"ItemNumber\": \"47789\",\n            \"Description\": \"Mandible, treatment of fracture of, requiring open reduction and internal fixation involving one or more plates (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"838.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47790\",\n            \"Description\": \"Tendon, large, lengthening of, as an independent procedure (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"329.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2022-11-01\"\n        },\n        {\n            \"ItemNumber\": \"47791\",\n            \"Description\": \"Tenosynovectomy, not being a service associated with a service to which another item in this Group applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"307.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2022-11-01\"\n        },\n        {\n            \"ItemNumber\": \"47792\",\n            \"Description\": \"Joint stabilisation procedure of acromioclavicular joint or sternoclavicular joint, including any of the following (if performed): (a) arthrotomy; (b) osteotomy, with or without fixation; (c) local tendon transfer; (d) local tendon lengthening or release; (e) ligament repair; (f) joint debridement; not being a service associated with a service to which another item in this Group applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"549.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2022-11-01\"\n        },\n        {\n            \"ItemNumber\": \"47795\",\n            \"Description\": \"Joint stabilisation procedure of scapulothoracic joint, other than a service associated with a service to which another item in this Group (other than item 38828 or 48406) applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"549.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"47900\",\n            \"Description\": \"Injection into, or aspiration of, unicameral bone cyst (Anaes.)\\n\",\n            \"ScheduleFee\": \"197.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47903\",\n            \"Description\": \"Epicondylitis, open operation for (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"274.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47904\",\n            \"Description\": \"Digital nail of toe, removal of, not being a service to which item 47906 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"65.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47906\",\n            \"Description\": \"Digital nail of toe, removal of, in the operating theatre of a hospital (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"131.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47915\",\n            \"Description\": \"Wedge resection for ingrowing nail of toe: (a) including each of the following: (i) removal of segment of nail; (ii) removal of ungual fold; (iii) excision and partial ablation of germinal matrix and portion of nail bed; and (b) including phenolisation (if performed) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"197.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47916\",\n            \"Description\": \"Partial resection for ingrowing nail of toe, including phenolisation (Anaes.)\\n\",\n            \"ScheduleFee\": \"99.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-07-01\"\n        },\n        {\n            \"ItemNumber\": \"47918\",\n            \"Description\": \"Complete ablation of nail germinal matrix: (a) including each of the following: (i) removal of segment of nail; (ii) removal of ungual fold; (iii) excision and ablation of germinal matrix and portion of nail bed; and (b) including phenolisation (if performed) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"274.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47921\",\n            \"Description\": \"Orthopaedic pin or wire, insertion of, as an independent procedure (Anaes.)\\n\",\n            \"ScheduleFee\": \"131.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47924\",\n            \"Description\": \"Removal of one or more buried wires, pins or screws (inserted for internal fixation purposes), with incision, other than a service associated with a service to which item 47927 or 47929 applies—one bone (Anaes.)\\n\",\n            \"ScheduleFee\": \"43.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47927\",\n            \"Description\": \"Removal of one or more buried wires, pins or screws (inserted for internal fixation purposes)—one bone (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"164.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47929\",\n            \"Description\": \"Removal of fixation elements (including plate, rod or nail and associated wires, pins, screws or external fixation), other than a service associated with a service to which item 47924 or 47927 applies—one bone (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"439.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"47953\",\n            \"Description\": \"Repair of distal biceps brachii tendon, by any method, performed as an independent procedure (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"505.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"47954\",\n            \"Description\": \"Repair of traumatic tear or rupture of tendon, other than a service associated with: (a) a service to which item 39330 applies; or (b) a service to which another item in this Schedule applies if the service described in the other item is for the purpose of repairing peripheral nerve items in the same region (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"439.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47955\",\n            \"Description\": \"Repair of gluteal or rectus femoris tendon, by open or arthroscopic means, when performed as an independent procedure, including either or both of the following (if performed): (a) bursectomy; (b) preparation of greater trochanter; other than a service associated with a service to which another item in this Schedule applies if the service described in the other item is for the purpose of performing a procedure on the hip (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"760.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"47956\",\n            \"Description\": \"Repair of proximal hamstring tendon, performed as an independent procedure, other than a service associated with a service to which another item in this Schedule applies if the service described in the other item is for the purpose of performing a procedure on the hip (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1140.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"47960\",\n            \"Description\": \"TENOTOMY, SUBCUTANEOUS, not being a service to which another item in this Group applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"153.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"47964\",\n            \"Description\": \"Iliopsoas tenotomy, by open or arthroscopic means, when performed as an independent procedure, other than a service associated with a service to which another item in this Schedule applies if the service described in the other item is for the purpose of performing a procedure on the hip (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"252.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"47967\",\n            \"Description\": \"Restoration of shoulder or elbow function by major muscle tendon transfer, including associated dissection of neurovascular pedicle, excluding micro-anastomosis and biceps tenodesis—one transfer (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"505.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"47968\",\n            \"Description\": \"Open tenotomy of one or more tendons of shoulder, with or without tenoplasty, to restore shoulder function, other than a service to which another item in this Group applies—applicable once per joint per occasion on which this service is performed (Anaes.)\\n\",\n            \"ScheduleFee\": \"252.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"47970\",\n            \"Description\": \"Open tenotomy of one or more tendons of scapula, with or without tenoplasty, to restore scapula function, other than a service to which another item in this Group applies—applicable once per joint per occasion on which this service is performed (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"252.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"47973\",\n            \"Description\": \"Open tenotomy of one or more tendons of elbow, with or without tenoplasty, to restore elbow function, other than a service to which another item in this Group applies—applicable once per joint per occasion on which this service is performed (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"252.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"47975\",\n            \"Description\": \"Forearm or calf, decompression fasciotomy of, for acute compartment syndrome, requiring excision of muscle and deep tissue (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"430.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1993-07-01\"\n        },\n        {\n            \"ItemNumber\": \"47978\",\n            \"Description\": \"Forearm or calf, decompression fasciotomy of, for chronic compartment syndrome, requiring excision of muscle and deep tissue (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"261.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1993-07-01\"\n        },\n        {\n            \"ItemNumber\": \"47981\",\n            \"Description\": \"Forearm, calf or interosseous muscle space of hand, decompression fasciotomy of, other than a service to which another item in this Group applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"175.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-07-01\"\n        },\n        {\n            \"ItemNumber\": \"47982\",\n            \"Description\": \"Forage (Drill decompression), of neck or head of femur, or both (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"425.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1997-05-01\"\n        },\n        {\n            \"ItemNumber\": \"47983\",\n            \"Description\": \"Stabilisation of slipped capital femoral epiphysis, by internal fixation (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1010.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"47984\",\n            \"Description\": \"Open subcapital realignment of slipped capital femoral epiphysis, other than a service associated with a service to which item 48427 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1010.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"48245\",\n            \"Description\": \"Harvesting and insertion of bone graft (autograft) via separate incisions and at separate surgical fields (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"364.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"48248\",\n            \"Description\": \"Harvesting and insertion of bone graft (autograft) via separate incisions, including internal fixation of the graft or fusion fixation (or both) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"565.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"48251\",\n            \"Description\": \"Harvesting and insertion of osteochondral graft (autograft) via separate incisions at the same joint or joint complex (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"465.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"48254\",\n            \"Description\": \"Harvesting and insertion of pedicled bone flap (autograft), including internal fixation of the bone flap (if performed), other than a service associated with a service to which item 45562, 45504 or 45505 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1065.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"48257\",\n            \"Description\": \"Preparation and insertion of metallic, cortical or other graft substitute (allograft), where substitute is structural cortico-cancellous bone or structural bone (or both), including internal fixation (if performed) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"465.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"48400\",\n            \"Description\": \"Operation on foot: (a) with either or both of the following: (i) osteotomy of phalanx or metatarsal for correction of deformity; (ii) excision of accessory bone or sesamoid bone; and (b) including any of the following (if performed): (i) removal of bone; (ii) excision of surrounding osteophytes; (iii) synovectomy; (iv) joint release; —one bone (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"384.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"48403\",\n            \"Description\": \"Osteotomy of phalanx of first toe or metatarsal, for correction of deformity, with internal fixation, including any of the following (if performed): (a) removal of bone; (b) excision of surrounding osteophytes; (c) synovectomy; (d) joint release; —one bone (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"604.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"48406\",\n            \"Description\": \"Osteotomy of fibula, radius, ulna, clavicle, scapula (other than acromion), rib, tarsus or carpus, for correction of deformity, including any of the following (if performed): (a) removal of bone; (b) excision of surrounding osteophytes; (c) synovectomy; (d) joint release; other than a service to which item 38365, 38467, 38477, 38484, 38485, 38490, 38493, 38499, 38502, 38510, 38512, 38513, 38515, 38516, 38517, 38519, 38550, 38553, 38554, 38555, 38557, 38670, 38703, 38742 or 38764 applies—one bone (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"384.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"48409\",\n            \"Description\": \"Osteotomy of fibula, radius, ulna, clavicle, scapula (other than acromion), rib, tarsus or carpus, for correction of deformity, with internal fixation, including any of the following (if performed): (a) removal of bone; (b) excision of surrounding osteophytes; (c) synovectomy; (d) joint release; other than a service to which item 38365, 38467, 38477, 38484, 38485, 38490, 38493, 38499, 38502, 38510, 38512, 38513, 38515, 38516, 38517, 38519, 38550, 38553, 38554, 38555, 38557, 38670, 38703, 38742 or 38764 applies—one bone (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"604.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"48412\",\n            \"Description\": \"Osteotomy of humerus, without internal fixation (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"735.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"48415\",\n            \"Description\": \"Osteotomy of humerus, with internal fixation (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"933.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"48419\",\n            \"Description\": \"Osteotomy of distal tibia, for correction of deformity, without internal or external fixation, including any of the following (if performed): (a) excision of surrounding osteophytes; (b) release of joint; (c) removal of bone; (d) synovectomy; —one bone (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"735.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"48420\",\n            \"Description\": \"Osteotomy of distal tibia, for correction of deformity, with internal or external fixation by any method, including any of the following (if performed): (a) excision of surrounding osteophytes; (b) release of joint; (c) removal of bone; (d) synovectomy; —one bone (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"933.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"48421\",\n            \"Description\": \"Osteotomy of proximal tibia, to alter lower limb alignment or rotation (or both), with internal or external fixation (or both) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1072.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"48422\",\n            \"Description\": \"Osteotomy of distal femur, to alter lower limb alignment or rotation (or both), with internal or external fixation (or both) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1065.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"48423\",\n            \"Description\": \"Osteotomy of pelvis, in a patient aged 18 years or over, including any of the following (if performed): (a) associated intra-articular procedures; (b) bone grafting; (c) internal fixation (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"878.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"EligibleAgeRange\": \"18 years or older\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"48424\",\n            \"Description\": \"Osteotomy of pelvis, in a patient aged less than 18 years, with application of hip spica, including internal fixation (if performed), other than a service to which item 48245, 48248, 48251, 48254 or 48257 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"878.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"EligibleAgeRange\": \"younger than 18 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"48426\",\n            \"Description\": \"Osteotomy of femur, in a patient aged 18 years or over, including either or both of the following (if performed): (a) bone grafting; (b) internal fixation (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1065.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"EligibleAgeRange\": \"18 years or older\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"48427\",\n            \"Description\": \"Osteotomy of femur, in a patient aged less than 18 years, including internal fixation (if performed), other than a service associated with a service to which item 48245, 48248, 48251, 48254 or 48257 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1065.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"EligibleAgeRange\": \"younger than 18 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"48430\",\n            \"Description\": \"Excision of one or more osteophytes of the foot or ankle, or simple removal of bunion, including any of the following (if performed): (a) capsulotomy; (b) excision of surrounding osteophytes; (c) release of ligaments; (d) removal of one or more associated bursae or ganglia; (e) removal of bone; (f) synovectomy; —each incision (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"313.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"48433\",\n            \"Description\": \"Treatment of non-union or malunion, with preservation of the joint, for ankle or hindfoot fracture, with internal or external fixation by any method, including any of the following (if performed): (a) arthrotomy; (b) debridement; (c) excision of surrounding osteophytes; (d) osteotomy; (e) release of joint; (f) removal of bone; (g) removal of hardware; (h) synovectomy; —one bone (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1246.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"48435\",\n            \"Description\": \"Treatment of non-union or malunion, with preservation of the joint, for midfoot or forefoot fracture, with internal or external fixation by any method, including any of the following (if performed): (a) arthrotomy; (b) debridement; (c) excision of surrounding osteophytes; (d) osteotomy; (e) release of joint; (f) removal of bone; (g) removal of hardware; (h) synovectomy; —one bone (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"658.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"48436\",\n            \"Description\": \"Excision of one or more exostoses of the hand, distal to the wrist, including any of the following (if performed): (a) excision of surrounding osteophytes; (b) release of ligaments; (c) removal of one or more associated bursae or ganglia; (d) removal of bone; (e) synovectomy; other than a service associated with a service to which another item in this Schedule applies that: (f) is an arthroscopic procedure, arthrodesis, arthroplasty or osteotomy, or involves the removal of hardware; and (g) is performed on the same joint or bone; —each incision (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"313.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"48438\",\n            \"Description\": \"Excision of one or more exostoses in the wrist including any of the following (if performed): (a) capsulotomy; (b) excision of surrounding osteophytes; (c) release of ligaments; (d) removal of one or more associated bursae or ganglia; (e) removal of bone; (f) synovectomy; other than: (g) a service to which 48436 applies; or (h) a service associated with a service to which another item in this Schedule applies that: (i) is an arthroscopic procedure, arthrodesis, arthroplasty or osteotomy, or involves the removal of hardware; and (ii) is performed on the same joint or bone; —each incision (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"313.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"48440\",\n            \"Description\": \"Excision of one or more exostoses in the arm or shoulder, including the radius, ulna, humerus, acromion, clavicle, or scapula, including any of the following (if performed): (a) capsulotomy; (b) excision of surrounding osteophytes; (c) release of ligaments; (d) removal of one or more associated bursae or ganglia; (e) removal of bone; (f) synovectomy; other than: (g) a service to which 48438 applies; or (h) a service associated with a service to which another item in this Schedule applies that: (i) is an arthroscopic procedure, arthrodesis, arthroplasty or osteotomy, or involves the removal of hardware; and (ii) is performed on the same joint or bone; —each incision (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"313.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"48442\",\n            \"Description\": \"Excision of one or more exostoses in the hip, including pelvis and femur, including any of following (if performed): (a) capsulotomy; (b) excision of surrounding osteophytes; (c) release of ligaments; (d) removal of one or more associated bursae or ganglia; (e) removal of bone; (f) synovectomy; other than: (g) a service to which 48444 applies; or (h) a service associated with a service to which another item in this Schedule applies that: (i) is an arthroscopic procedure, arthrodesis, arthroplasty or osteotomy, or involves the removal of hardware; and (ii) is performed on the same joint or bone; —each incision (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"313.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"48444\",\n            \"Description\": \"Excision of one or more exostoses in the knee, tibia or fibula, including any of following (if performed): (a) capsulotomy; (b) excision of surrounding osteophytes; (c) release of ligaments; (d) removal of one or more associated bursae or ganglia; (e) removal of bone; (f) synovectomy; other than: (g) a service to which item 48430 applies; or (h) a service associated with a service to which another item in this Schedule applies that: (i) is an arthroscopic procedure, arthrodesis, arthroplasty or osteotomy, or involves the removal of hardware; and (ii) is performed on the same joint or bone; —each incision (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"313.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"48446\",\n            \"Description\": \"Treatment of non-union or malunion of fracture of pelvis, including bone graft, and including any of the following (if performed): (a) arthrotomy; (b) debridement; (c) osteotomy; (d) removal of hardware; (e) internal fixation; other than a service associated with a service to which item 48245, 48248, 48251, 48254, 48257 or 47929 applies that is performed on the same bone —one bone (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1407.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"48448\",\n            \"Description\": \"Treatment of non-union or malunion of fracture of femur, including bone graft, and including any of the following (if performed): (a) arthrotomy; (b) debridement; (c) osteotomy; (d) removal of hardware; (e) internal fixation; other than a service associated with a service to which item 48245, 48248, 48251, 48254, 48257 or 47929 applies that is performed on the same bone —one bone (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1407.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"48450\",\n            \"Description\": \"Treatment of non-union or malunion of fracture of tibia or fibula, proximal to ankle, including bone graft, and including any of the following (if performed): (a) arthrotomy; (b) debridement; (c) osteotomy; (d) removal of hardware; (e) internal fixation; other than a service associated with a service to which item 48245, 48248, 48251, 48254, 48257 or 47929 applies that is performed on the same bone —one bone (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1275.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"48452\",\n            \"Description\": \"Treatment of non-union or malunion of fracture of humerus, including bone graft, and including any of the following (if performed): (a) arthrotomy; (b) debridement; (c) osteotomy; (d) removal of hardware; (e) internal fixation; other than a service associated with a service to which item 48245, 48248, 48251, 48254, 48257 or 47929 applies that is performed on the same bone —one bone (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1275.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"48454\",\n            \"Description\": \"Treatment of non-union or malunion of fracture of radius, ulna, or carpus including bone graft, and including any of the following (if performed): (a) arthrotomy; (b) debridement; (c) osteotomy; (d) removal of hardware; (e) internal fixation; other than a service associated with a service to which item 48245, 48248, 48251, 48254, 48257 or 47929 applies that is performed on the same bone —one bone (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"946.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"48456\",\n            \"Description\": \"Treatment of non-union or malunion of fracture of hand, distal to wrist, including bone graft, and including any of the following (if performed): (a) arthrotomy; (b) debridement; (c) osteotomy; (d) removal of hardware; (e) internal fixation; other than a service associated with a service to which item 48245, 48248, 48251, 48254, 48257 or 47929 applies that is performed on the same bone —one bone (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"946.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"48507\",\n            \"Description\": \"Epiphysiodesis of a long bone, in a patient less than 18 years of age (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"427.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"EligibleAgeRange\": \"younger than 18 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"48509\",\n            \"Description\": \"Hemiepiphysiodesis, partial growth plate arrest using internal fixation, in a patient less than 18 years of age (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"384.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"EligibleAgeRange\": \"younger than 18 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"48512\",\n            \"Description\": \"Epiphysiolysis, release of focal growth plate closure, in a patient less than 18 years of age (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1043.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"EligibleAgeRange\": \"younger than 18 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"48900\",\n            \"Description\": \"Shoulder, excision of coraco‑acromial ligament or removal of calcium deposit from cuff or both (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"329.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"48903\",\n            \"Description\": \"Shoulder, decompression of subacromial space by acromioplasty, excision of coraco‑acromial ligament and distal clavicle, or any combination (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"658.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"48906\",\n            \"Description\": \"Shoulder, repair of rotator cuff, including excision of coraco‑acromial ligament or removal of calcium deposit from cuff, or both—other than a service associated with a service to which item 48900 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"658.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"48909\",\n            \"Description\": \"Shoulder, repair of rotator cuff, including decompression of subacromial space by acromioplasty, excision of coraco‑acromial ligament and distal clavicle, or any combination, other than a service associated with a service to which item 48903 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"878.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"48915\",\n            \"Description\": \"Shoulder, hemi‑arthroplasty of (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"878.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"48918\",\n            \"Description\": \"Anatomic or reverse total shoulder replacement, including any of the following (if performed): (a) associated rotator cuff repair; (b) biceps tenodesis; (c) tuberosity osteotomy; other than a service associated with a service to which another item in this Schedule applies if the service described in the other item is for the purpose of performing a procedure on the shoulder region by open or arthroscopic means (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1757.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"48919\",\n            \"Description\": \"Anatomic or reverse total shoulder replacement with bone graft, including any of the following (if performed): (a) associated rotator cuff repair; (b) biceps tenodesis; (c) tuberosity osteotomy; other than a service associated with: (d) a service to which another item in this Schedule applies that is performed on the shoulder region by open or arthroscopic means; or (e) a service to which item 48245, 48248, 48251, 48254 or 48257 applies that is performed on the same joint (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1989.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"48921\",\n            \"Description\": \"Shoulder, total replacement arthroplasty, revision of (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1812.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"48924\",\n            \"Description\": \"Revision of total shoulder replacement, including either or both of the following (if performed): (a) bone graft to humerus; (b) bone graft to scapula (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2086.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"48925\",\n            \"Description\": \"Arthroplasty of shoulder, other than: (a) a service to which another item applies; or (b) a service associated with a service to which any of items 48900 to 48909, 48948, 48951, or 48960 applies that is performed on the same joint (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"819.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"48927\",\n            \"Description\": \"Shoulder prosthesis, removal of (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"428.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"48932\",\n            \"Description\": \"Arthroplasty of acromioclavicular joint or sternoclavicular joint, other than: (a) a service to which another item applies; or (b) a service associated with a service to which another item in this Schedule applies that is performed on the same joint by arthroscopic means —one joint (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"819.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"48939\",\n            \"Description\": \"Shoulder, arthrodesis of, with synovectomy if performed (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1263.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"48942\",\n            \"Description\": \"Arthrodesis of shoulder, with bone grafting or internal fixation, including either or both of the following (if performed): (a) removal of prosthesis; (b) synovectomy; other than a service associated with a service to which item 48245, 48248, 48251, 48254 or 48257 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1647.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"48943\",\n            \"Description\": \"Arthrodesis of acromioclavicular or sternoclavicular joint, including either or both of the following (if performed): (a) joint debridement; (b) synovectomy; —one joint (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"549.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"48944\",\n            \"Description\": \"Arthrodesis of scapulothoracic joint, including either or both of the following (if performed): (a) joint debridement; (b) synovectomy; —one joint (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"549.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"48945\",\n            \"Description\": \"SHOULDER, diagnostic arthroscopy of (including biopsy) - not being a service associated with any other arthroscopic procedure of the shoulder region (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"318.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"48948\",\n            \"Description\": \"SHOULDER, arthroscopic surgery of, involving any 1 or more of: removal of loose bodies; decompression of calcium deposit; debridement of labrum, synovium or rotator cuff; or chondroplasty - not being a service associated with any other arthroscopic procedure of the shoulder region (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"713.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"48951\",\n            \"Description\": \"SHOULDER, arthroscopic division of coraco-acromial ligament including acromioplasty - not being a service associated with any other arthroscopic procedure of the shoulder region (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1043.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"48952\",\n            \"Description\": \"Surgery of acromioclavicular joint or sternoclavicular joint, by arthroscopic means, including any of the following (if performed): (a) cartilage treatment; (b) removal of loose bodies; (c) synovectomy; (d) excision of joint osteophytes; other than a service associated with a service to which another item in this Group applies that is performed on the same joint by arthroscopic means (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"713.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"48953\",\n            \"Description\": \"Surgery of scapulothoracic joint, by arthroscopic means, including any of the following (if performed): (a) cartilage treatment; (b) removal of loose bodies; (c) synovectomy; (d) excision of joint osteophytes; other than a service associated with a service to which another item in this Group applies that is performed on the same joint by arthroscopic means (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"713.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"48954\",\n            \"Description\": \"Synovectomy of shoulder, performed as an independent procedure, including release of contracture (if performed), other than a service associated with a service to which another item in this Schedule applies if the service described in the other item is for the purpose of performing a procedure on the shoulder region by arthroscopic means (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1098.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"48958\",\n            \"Description\": \"Joint stabilisation procedure for multi-directional instability of shoulder, anterior or posterior repair, by open or arthroscopic means, including labral repair or reattachment (if performed), excluding bone grafting and removal of hardware, other than a service associated with a service to which another item in this Schedule applies if the service described in the other item is for the purpose of performing a procedure on the shoulder region by arthroscopic means (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1263.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"48959\",\n            \"Description\": \"Latarjet procedure by open or arthroscopic means, including any of the following (if performed) but excluding removal of hardware: (a) labral repair or reattachment; (b) bone grafting; (c) tendon transfer; other than a service associated with a service to which another item in this Schedule applies that is performed on the shoulder region by arthroscopic means (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1763.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"48960\",\n            \"Description\": \"SHOULDER, reconstruction or repair of, including repair of rotator cuff by arthroscopic, arthroscopic assisted or mini open means; arthroscopic acromioplasty; or resection of acromioclavicular joint by separate approach when performed - not being a service associated with any other procedure of the shoulder region (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1098.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"48972\",\n            \"Description\": \"Tenodesis of biceps, by open or arthroscopic means, performed as an independent procedure (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"505.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"48980\",\n            \"Description\": \"Excision of heterotopic ossification, myositis ossificans or post-traumatic ossification in the shoulder girdle (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"933.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"48983\",\n            \"Description\": \"Excision of heterotopic ossification, myositis ossificans or post-traumatic ossification in the elbow (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"684.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"48986\",\n            \"Description\": \"Excision of heterotopic ossification, myositis ossificans or post-traumatic ossification in the forearm (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"933.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49100\",\n            \"Description\": \"ELBOW, arthrotomy of, involving 1 or more of lavage, removal of loose body or division of contracture (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"384.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49104\",\n            \"Description\": \"Repair of one or more ligaments of the elbow, for acute instability—within 6 weeks after the time of injury (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"617.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49105\",\n            \"Description\": \"Stabilisation of one or more ligaments of the elbow, for chronic instability, including harvesting of tendon graft—6 weeks or more after the time of injury (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"906.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49106\",\n            \"Description\": \"Elbow, arthrodesis of, with synovectomy if performed (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1098.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49109\",\n            \"Description\": \"ELBOW, total synovectomy of (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"823.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49112\",\n            \"Description\": \"Radial head replacement of elbow, other than a service associated with a service to which item 49115 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"823.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49113\",\n            \"Description\": \"Removal of radial head prosthesis (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"819.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"49114\",\n            \"Description\": \"Revision of radial head replacement (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"819.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"49115\",\n            \"Description\": \"Total or hemi humeral arthroplasty of elbow, excluding isolated radial head replacement and ligament stabilisation procedures, other than a service associated with a service to which item 49112 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1317.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49116\",\n            \"Description\": \"ELBOW, total replacement arthroplasty of, revision procedure, including removal of prosthesis (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1739.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"49117\",\n            \"Description\": \"Revision of total replacement arthroplasty of elbow, including bone grafting and removal of prosthesis (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2087.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"49118\",\n            \"Description\": \"ELBOW, diagnostic arthroscopy of, including biopsy and lavage, not being a service associated with any other arthroscopic procedure of the elbow (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"318.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49121\",\n            \"Description\": \"Surgery of the elbow, by arthroscopic means, including any of the following (if performed): (a) chondroplasty; (b) drilling of defect; (c) osteoplasty; (d) removal of loose bodies; (e) release of contracture or adhesions; (f) treatment of epicondylitis; other than a service associated with a service to which another item in this Schedule applies if the service described in the other item is for the purpose of an arthroscopic procedure of the elbow (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"713.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49124\",\n            \"Description\": \"Excision of olecranon bursa, including bony prominence, other than a service associated with a service to which another item in this Schedule applies if the service described in the other item is for the purpose of an arthroscopic procedure of the elbow (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"433.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49127\",\n            \"Description\": \"Elbow joint, arthroplasty of, other than a service to which another item applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"819.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"49200\",\n            \"Description\": \"Wrist, arthrodesis of, with synovectomy if performed, with or without internal fixation of the radiocarpal joint (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"955.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49203\",\n            \"Description\": \"Limited fusion of wrist, with or without bone graft, including each of the following: (a) ligament or tendon transfers; (b) partial or total excision of one or more carpal bones; (c) rebalancing procedures; (d) synovectomy (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"904.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49206\",\n            \"Description\": \"Proximal row carpectomy of wrist, including either or both of the following (if performed): (a) styloidectomy; (b) synovectomy (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"658.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49209\",\n            \"Description\": \"Prosthetic replacement of wrist or distal radioulnar joint, including either or both of the following (if performed): (a) ligament realignment; (b) tendon realignment (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"878.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49210\",\n            \"Description\": \"Revision of total replacement arthroplasty of wrist or distal radioulnar joint, including any of the following (if performed): (a) ligament rebalancing; (b) removal of prosthesis; (c) tendon rebalancing (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1159.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"49212\",\n            \"Description\": \"Arthrotomy of wrist or distal radioulnar joint, including any of the following (if performed): (a) joint debridement; (b) removal of loose bodies; (c) synovectomy (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"274.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49213\",\n            \"Description\": \"Sauve-Kapandji procedure of distal radioulnar joint, including any of the following (if performed): a) radioulnar fusion; b) osteotomy; c) soft tissue reconstruction (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"982.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49215\",\n            \"Description\": \"Reconstruction of single or multiple ligaments or capsules of wrist, including any of the following (if performed): (a) arthrotomy; (b) ligament harvesting and grafting; (c) synovectomy; (d) tendon harvesting and grafting; (e) insertion of synthetic ligament substitute (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"757.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49218\",\n            \"Description\": \"Wrist, diagnostic arthroscopy of, including radiocarpal or midcarpal joints, or both (including biopsy)—other than a service associated with another arthroscopic procedure of the wrist joint (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"318.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49219\",\n            \"Description\": \"Diagnosis of carpometacarpal joint of thumb or joint of digit, by arthroscopic means, including biopsy (if performed) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"318.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49220\",\n            \"Description\": \"Treatment of carpometacarpal joint of thumb or joint of digit, by arthroscopic means—one joint (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"713.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49221\",\n            \"Description\": \"Treatment of wrist, by arthroscopic means, including any of the following (if performed): (a) drilling of defect; (b) removal of loose bodies; (c) release of adhesions; (d) synovectomy; (e) debridement; (f) resection of dorsal or volar ganglia; other than a service associated with a service to which another item in this Schedule applies if the service described in the other item is for the purpose of performing an arthroscopic procedure of the wrist joint (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"713.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49224\",\n            \"Description\": \"Osteoplasty of wrist, by arthroscopic means, including either or both of the following (if performed): (a) excision of the distal ulna; (b) total synovectomy; other than a service associated with a service to which another item in this Schedule applies if the service described in the other item is for the purpose of performing an arthroscopic procedure of the wrist joint—2 or more distinct areas (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"823.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49227\",\n            \"Description\": \"Treatment of wrist by one of the following: (a) pinning of osteochondral fragment, by arthroscopic means; (b) stabilisation procedure for ligamentous disruption; (c) partial wrist fusion or carpectomy, by arthroscopic means; (d) fracture management; other than a service associated with a service to which another item in this Schedule applies if the service described in the other item is for the purpose of performing an arthroscopic procedure of the wrist joint (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"823.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49230\",\n            \"Description\": \"Total, hemi or interpositional prosthetic replacement of carpal bone of wrist, including any of the following (if performed): (a) ligament and tendon rebalancing procedures; (b) limited wrist fusions; (c) limited bone grafting (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1074.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49233\",\n            \"Description\": \"Excisional arthroplasty of single (or part of) carpal bone of wrist, when transfers of ligaments or tendons, or rebalancing procedures, are not required, including any of the following (if performed): (a) radial styloidectomy; (b) ulnar styloidectomy; (c) proximal hamate; (d) partial scaphoid; other than a service associated with a service to which another item in this Schedule applies if the service described in the other item is for the purpose of performing a distal radioulnar joint reconstruction, a proximal row carpectomy or a limited wrist fusion—applicable once for a single operation (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"452.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49236\",\n            \"Description\": \"Stabilisation of soft tissue of distal radioulnar joint, with or without ligament or tendon grafting, including either or both of the following (if performed): (a) graft harvest; (b) triangular fibrocartilage complex repair or reconstruction (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"682.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49239\",\n            \"Description\": \"Excision of pisiform or hook of hamate or sesamoid bone of hand, including release of ulnar nerve (if performed) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"339.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49300\",\n            \"Description\": \"Sacro-iliac joint—arthrodesis of (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"608.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49303\",\n            \"Description\": \"Arthrotomy of hip, by open procedure, including any of the following (if performed): (a) lavage; (b) drainage; (c) biopsy (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"637.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49306\",\n            \"Description\": \"Hip, arthrodesis of, with synovectomy if performed (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1263.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49309\",\n            \"Description\": \"Arthrectomy or excision arthroplasty (Girdlestone) of hip, other than a service performed: (a) for the purpose of implant removal; or (b) as stage 1 of a 2-stage procedure (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"878.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49315\",\n            \"Description\": \"Hip, arthroplasty of, unipolar or bipolar (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"988.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49318\",\n            \"Description\": \"Total arthroplasty of hip, including minor bone grafting (if performed), other than a service associated with a service to which item 48245, 48248, 48251, 48254 or 48257 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1537.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49319\",\n            \"Description\": \"Bilateral total arthroplasty of hip, including minor bone grafting (if performed), other than a service associated with a service to which item 48245, 48248, 48251, 48254 or 48257 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2701.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"49321\",\n            \"Description\": \"Complex primary arthroplasty of hip, with internal fixation, including either or both of the following (if performed): (a) structural bone graft; (b) insertion of synthetic substitutes or metal augments; other than a service associated with a service to which item 48245, 48248, 48251, 48254 or 48257 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1867.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49360\",\n            \"Description\": \"Diagnostic arthroscopy of hip, other than a service associated with a service to which another item in this Schedule applies if the service described in the other item is for the purpose of performing a procedure of the hip joint by arthroscopic means (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"401.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-05-01\"\n        },\n        {\n            \"ItemNumber\": \"49363\",\n            \"Description\": \"Diagnostic arthroscopy of hip, with synovial biopsy, other than a service associated with a service to which another item in this Schedule applies that is performed on the hip joint by arthroscopic means (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"483.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-05-01\"\n        },\n        {\n            \"ItemNumber\": \"49366\",\n            \"Description\": \"Treatment of hip, by arthroscopic means, including any procedures to treat bone or soft tissue in the same area (if performed), other than a service associated with a service to which another item in this Schedule applies if the service described in the other item is for the purpose of performing: (a) a procedure of the hip joint by arthroscopic means; or (b) surgery for femoroacetabular impingement (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"713.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-05-01\"\n        },\n        {\n            \"ItemNumber\": \"49372\",\n            \"Description\": \"Revision arthroplasty of hip, with exchange of head or liner (or both) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1076.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49374\",\n            \"Description\": \"Revision arthroplasty of hip, with exchange of head and acetabular shell or cup, including minor bone grafting (if performed) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1998.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49376\",\n            \"Description\": \"Revision arthroplasty of hip, with exchange of head and acetabular shell or cup, including major bone grafting (if performed) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2459.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49378\",\n            \"Description\": \"Revision arthroplasty of hip, with revision of femoral component (if there is no requirement for femoral osteotomy), including minor bone grafting (if performed) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2152.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49380\",\n            \"Description\": \"Revision arthroplasty of hip, with revision of femoral and acetabular components (if femoral osteotomy is not required), including minor bone grafting (if performed) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2613.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49382\",\n            \"Description\": \"Revision arthroplasty of hip, with revision of femoral and acetabular components (if femoral osteotomy is not required), including major bone grafting (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3382.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49384\",\n            \"Description\": \"Revision arthroplasty of hip, for pelvic discontinuity, with revision of acetabular component (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3997.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49386\",\n            \"Description\": \"Revision arthroplasty of hip, with revision of femoral component with femoral osteotomy, including minor bone grafting (if performed) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2767.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49388\",\n            \"Description\": \"Revision arthroplasty of hip, including: (a) revision of both of the following: (i) femoral component with femoral osteotomy; (ii) acetabular component; and (b) minor bone grafting (if performed) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3228.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49390\",\n            \"Description\": \"Revision arthroplasty of hip, including: (a) revision of both of the following: (i) femoral component with femoral osteotomy; (ii) acetabular component; and (b) major bone grafting (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3843.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49392\",\n            \"Description\": \"Revision arthroplasty of hip, including: (a) either: (i) revision of femoral component with femoral osteotomy; or (ii) proximal femoral replacement; and (b) revision of acetabular component for pelvic discontinuity (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"5380.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49394\",\n            \"Description\": \"Revision arthroplasty of hip, including: (a) replacement of proximal femur; and (b) revision of the acetabular component; and (c) bone grafting (if performed) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"4611.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49396\",\n            \"Description\": \"Revision arthroplasty of hip, including: (a) removal of prosthesis as stage 1 of a 2-stage revision arthroplasty or as a definitive stage procedure; and (b) insertion of temporary prosthesis (if performed) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3074.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49398\",\n            \"Description\": \"Revision arthroplasty of hip, including: (a) revision of femoral component for periprosthetic fracture; and (b) internal fixation; and (c) bone grafting (if performed) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2306.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49500\",\n            \"Description\": \"Knee, arthrotomy of, involving one or more of capsular release, biopsy or lavage, or removal of loose body or foreign body (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"439.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49503\",\n            \"Description\": \"Arthrotomy of knee, including one of the following: (a) meniscal surgery; (b) repair of collateral or cruciate ligament; (c) patellectomy; (d) single transfer of ligament or tendon; (e) repair or replacement of chondral or osteochondral surface (excluding prosthetic replacement); other than a service associated with a service to which another item in this Group applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"571.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49506\",\n            \"Description\": \"Arthrotomy of knee, including 2 or more of the following: (a) meniscal surgery; (b) repair of collateral or cruciate ligament; (c) patellectomy; (d) single transfer of ligament or tendon; (e) repair or replacement of chondral or osteochondral surface (excluding prosthetic replacement); other than a service associated with a service to which another item in this Group applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"856.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49509\",\n            \"Description\": \"Total synovectomy of knee, by open procedure, other than a service performed in association with a service to which another item in this Schedule applies if the service described in the other item is for the purpose of performing an arthroplasty (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"878.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49512\",\n            \"Description\": \"Primary or revision arthrodesis of knee, including arthrodesis (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1537.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49515\",\n            \"Description\": \"Removal of cemented or uncemented knee prosthesis, performed as the first stage of a 2-stage procedure; including: (a) removal of associated cement; and (b) insertion of spacer (if required) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"988.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49516\",\n            \"Description\": \"Bilateral unicompartmental arthroplasty of femur and proximal tibia of knee (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2462.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49517\",\n            \"Description\": \"Unicompartmental arthroplasty of femur and proximal tibia of knee (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1407.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1993-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49518\",\n            \"Description\": \"Total arthroplasty of knee, including either or both of the following (if performed): (a) revision of patello-femoral joint replacement to total knee replacement; (b) patellar resurfacing; other than a service associated with a service to which item 48245, 48248, 48251, 48254 or 48257 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1537.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49519\",\n            \"Description\": \"Bilateral total arthroplasty of knee, including patellar resurfacing, other than a service associated with a service to which item 48245, 48248, 48251, 48254 or 48257 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2701.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"49521\",\n            \"Description\": \"Complex primary arthroplasty of knee, using revision femoral or tibial components, including either or both of the following (if performed): (a) ligament reconstruction; (b) patellar resurfacing; other than a service associated with a service to which item 48245, 48248, 48251, 48254 or 48257 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1867.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49524\",\n            \"Description\": \"Complex primary arthroplasty of knee: (a) using revision femoral and tibial components; or (b) using revision femoral or tibial components including anatomic specific allograft of femur or tibia; including either or both of the following (if performed): (c) ligament reconstruction; (d) patellar resurfacing; other than a service associated with a service to which item 48245, 48248, 48251, 48254 or 48257 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2196.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49525\",\n            \"Description\": \"Revision of uni-compartmental arthroplasty of the knee, with femoral or tibial components (or both) with uni-compartmental implants, other than a service associated with a service to which: (a) item 48245, 48248, 48251, 48254 or 48257 applies; or (b) another item in this Group applies if the service described in the other item is for the purpose of performing surgery on a knee (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1867.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49527\",\n            \"Description\": \"Minor revision of total or partial arthroplasty of knee, including either or both of the following: (a) exchange of polyethylene component (including uni); (b) insertion of patellar component; other than a service associated with a service to which item 48245, 48248, 48251, 48254 or 48257 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1537.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49530\",\n            \"Description\": \"Revision of total or partial arthroplasty of knee, with exchange of femoral or tibial component: (a) excluding revision of unicompartmental with unicompartmental implants; and (b) including patellar resurfacing (if performed); other than a service associated with a service to which item 48245, 48248, 48251, 48254 or 48257 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2306.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49533\",\n            \"Description\": \"Revision of total or partial arthroplasty of knee, with exchange of femoral and tibial components, excluding revision of unicompartmental with unicompartmental implants, including patellar resurfacing (if performed), other than a service associated with a service to which item 48245, 48248, 48251, 48254 or 48257 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2966.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49534\",\n            \"Description\": \"Arthroplasty of patella and trochlea of patello-femoral joint of knee, performed as a primary procedure (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"848.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"49536\",\n            \"Description\": \"Either: (a) repair of cruciate ligaments of knee; or (b) repair or reconstruction of collateral ligaments of knee; by open or arthroscopic means, including either or both of the following (if performed): (c) graft harvest; (d) intraarticular knee surgery; other than a service associated with a service to which another item of this Schedule applies if the service described in the other item is for the purpose of performing a procedure on the knee by arthroscopic means (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1098.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49542\",\n            \"Description\": \"Reconstruction of anterior or posterior cruciate ligament of knee, by open or arthroscopic means, including any of the following (if performed): (a) graft harvest; (b) donor site repair; (c) meniscal repair; (d) collateral ligament repair; (e) extra-articular tenodesis; (f) any other associated intra-articular surgery; other than a service associated with a service to which another item of this Schedule applies if the service described in the other item is for the purpose of performing a procedure on the knee by arthroscopic means (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1537.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49544\",\n            \"Description\": \"Reconstruction of 2 or more cruciate or collateral ligaments of knee, by open or arthroscopic means, including any of the following (if performed): (a) ligament repair; (b) graft harvest donor site repair; (c) meniscal repair; (d) any other associated intra-articular surgery; other than a service associated with a service to which another item of this Schedule applies if the service described in the other item is for the purpose of performing a procedure on the knee by arthroscopic means (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1789.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49548\",\n            \"Description\": \"Knee, revision of patello-femoral stabilisation (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1098.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49551\",\n            \"Description\": \"Knee, revision of procedures to which item 49536 or 49542 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1537.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49554\",\n            \"Description\": \"Revision of total replacement of knee, by anatomic specific allograft of tibia or femur, other than a service to which item 48245, 48248, 48251, 48254 or 48257 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2196.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49564\",\n            \"Description\": \"Stabilisation of patellofemoral joint of knee, by combined open and arthroscopic means, including either or both of the following (if performed): (a) medial soft tissue reconstruction and tendon transfer; (b) tibial tuberosity transfer with bone graft and internal fixation; other than a service associated with a service to which another item of this Schedule applies if the service described in the other item is for the purpose of performing a procedure on the knee by arthroscopic means (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1072.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-05-01\"\n        },\n        {\n            \"ItemNumber\": \"49565\",\n            \"Description\": \"Reconstruction of patellofemoral joint of knee, by combined open and arthroscopic means, including: (a) both of the following: (i) medial soft tissue reconstruction; (ii) tibial tuberosity transfer; and (b) any of the following (if performed): (i) bone graft; (ii) internal fixation; (iii) trochleoplasty; other than a service associated with a service to which another item of this Schedule applies if the service described in the other item is for the purpose of performing a procedure on the knee by arthroscopic means (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1538.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49569\",\n            \"Description\": \"Knee, mobilisation for post-traumatic stiffness, by multiple muscle or tendon release (quadricepsplasty) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"878.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1994-05-01\"\n        },\n        {\n            \"ItemNumber\": \"49570\",\n            \"Description\": \"Diagnosis of knee, by arthroscopic means, when the pre-procedure diagnosis is undetermined, including either or both of the following (if performed): (a) biopsy; (b) lavage (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"318.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49572\",\n            \"Description\": \"Partial meniscectomy of knee, by arthroscopic means, for atraumatic meniscus tear, other than a service to which another item of this Schedule applies if the service described in the other item is for the purpose of treating osteoarthritis (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"774.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49574\",\n            \"Description\": \"Removal of loose bodies of knee, by arthroscopic means—one or more bodies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"774.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49576\",\n            \"Description\": \"Repair of chondral lesion of knee, by arthroscopic means, including either or both of the following (if performed): (a) microfracture; (b) microdrilling; other than a service performed in combination with a service to which another item of this Schedule applies if the service described in the other item is for the purpose of performing chondral or osteochondral grafts (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"774.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49578\",\n            \"Description\": \"Release of soft tissue, lateral release or osteoplasty of knee, by arthroscopic means, other than a service performed in combination with a service to which another item of this Schedule applies if the service described in the other item is for the purpose of stabilising the patellofemoral joint of the knee (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"774.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49580\",\n            \"Description\": \"Partial meniscectomy of knee, by arthroscopic means, for traumatic meniscus tear (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"774.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49582\",\n            \"Description\": \"Meniscal repair of knee, by arthroscopic means (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"904.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49584\",\n            \"Description\": \"Chondral, osteochondral or meniscal graft of knee, by arthroscopic means (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"904.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49586\",\n            \"Description\": \"Synovectomy of knee, by arthroscopic means, for neoplasia or inflammatory arthropathy, other than a service to which another item of this Schedule applies if the service described in the other item is for the purpose of treating uncomplicated osteoarthritis (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"904.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49590\",\n            \"Description\": \"Excision of ganglion, cyst or bursa of knee, by open or arthroscopic means, performed as an independent procedure, other than a service associated with a service to which another item in this Group applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"433.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49592\",\n            \"Description\": \"Excision of heterotopic ossification, myositis ossificans or post-traumatic ossification in the hip, including pelvis and proximal femur (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1331.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"49594\",\n            \"Description\": \"Excision of heterotopic ossification, myositis ossificans or post-traumatic ossification in the knee, including distal femur, proximal fibula and proximal tibia (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1065.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"49596\",\n            \"Description\": \"Excision of heterotopic ossification, myositis ossificans or post-traumatic ossification in the lower leg, other than a service to which item 49594 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"799.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"49703\",\n            \"Description\": \"Surgery of ankle joint, by arthroscopic means, including any of the following (if performed): (a) cartilage treatment; (b) removal of loose bodies; (c) synovectomy; (d) excision of joint osteophytes; other than a service associated with a service to which another item in this Group applies if the service described in the other item is for the purpose of performing a procedure on the ankle by arthroscopic means (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"713.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49706\",\n            \"Description\": \"Arthrotomy of joint of ankle, including removal of loose bodies and joint debridement, including release of joint contracture (if performed) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"384.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49709\",\n            \"Description\": \"Stabilisation of ligament of ankle or subtalar joint (or both), including any of the following (if performed): (a) capsulotomy; (b) joint release; (c) synovectomy; (d) joint debridement; —one ligament complex, each incision (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"823.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49712\",\n            \"Description\": \"Arthrodesis of ankle, by open or arthroscopic means, with internal or external fixation by any method, including any of the following (if performed): (a) capsulotomy; (b) joint release; (c) synovectomy; (d) removal of osteophytes at joint (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1098.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49715\",\n            \"Description\": \"Total replacement of ankle, with prosthetic replacement of ankle joint, including any of the following (if performed): (a) capsulotomy; (b) joint release; (c) synovectomy; (d) removal of osteophytes at joint (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1317.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49716\",\n            \"Description\": \"Revision of total ankle replacement: (a) including either: (i) exchange of tibial or talar components (or both) or plastic inserts; or (ii) removal of tibial or talar components (or both) and plastic inserts; and (b) including any of the following (if performed): (i) insertion of cement spacer for infection; (ii) capsulotomy; (iii) joint release; (iv) neurolysis; (v) debridement of cysts; (vi) synovectomy; (vii) joint debridement other than a service associated with a service to which item 30023 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1739.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"49717\",\n            \"Description\": \"Revision of total ankle replacement: (a) including either: (i) exchange of tibial and talar components; or (ii) removal of tibial and talar components and conversion to ankle arthrodesis; and (b) including both of the following (iii) internal or external fixation, by any means; (iv) major bone grafting; and (c) including any of the following (if performed): (i) capsulotomy; (ii) joint release; (iii) neurolysis; (iv) debridement and extensive grafting of cysts; (v) synovectomy; (vi) joint debridement; other than a service associated with a service to which item 30023, 48245, 48248, 48251, 48254 or 48257 applies that is performed at the same site (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2087.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"49718\",\n            \"Description\": \"Primary repair of major tendon of ankle, by any method, including either or both of the following (if performed): (a) synovial biopsy; (b) synovectomy —one tendon (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"439.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49724\",\n            \"Description\": \"Reconstruction of major tendon of ankle, by any method, including any of the following (if performed): (a) synovial biopsy; (b) synovectomy; (c) adjacent tendon transfer; (d) turn down flaps; other than a service associated with a service to which item 49718 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"768.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49727\",\n            \"Description\": \"Lengthening of major tendon of ankle, including either or both of the following (if performed): (a) synovial biopsy; (b) synovectomy (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"329.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49728\",\n            \"Description\": \"Lengthening of Achilles’ tendon, by any method, with gastro-soleus lengthening for the correction of equinous deformity, including either or both of the following (if performed): (a) synovial biopsy; (b) synovectomy; other than a service associated with a service to which item 49727 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"658.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"49730\",\n            \"Description\": \"Surgery of joint of hindfoot (other than ankle) or first metatarsophalangeal joint, by arthroscopic means, including any of the following (if performed): (a) cartilage treatment; (b) removal of loose bodies; (c) synovectomy; (d) excision of joint osteophytes; other than a service associated with a service to which another item of this Schedule applies if the service described in the other item is for the purpose of performing a procedure on the ankle by arthroscopic means—one joint (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"713.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49732\",\n            \"Description\": \"Endoscopy of large tendons of foot, including any of the following (if performed): (a) debridement of tendon and sheath; (b) removal of loose bodies; (c) synovectomy; (d) excision of tendon impingement; other than a service associated with a service to which item 49718 or 49724 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"713.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49734\",\n            \"Description\": \"Arthrotomy of hindfoot, midfoot or metatarsophalangeal joint, including: (a) removal of loose bodies; and (b) either or both of the following: (i) joint debridement; (ii) release of joint contracture; —each incision (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"384.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49736\",\n            \"Description\": \"Transfer of major tendon of foot and ankle, including: (a) split or whole transfer to contralateral side of foot; and (b) passage of posterior or anterior tendon to, or through, interosseous membrane; and (c) any of the following (if performed): (i) synovial biopsy; (ii) synovectomy; (iii) tendon lengthening; (iv) insetting of tendon (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"768.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49738\",\n            \"Description\": \"Stabilisation of ligament of talonavicular or metatarsophalangeal joint, including any of the following (if performed): (a) capsulotomy; (b) joint release; (c) synovectomy; (d) local tendon transfer; (e) joint debridement (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"549.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49740\",\n            \"Description\": \"Revision of arthrodesis of ankle, by open or arthroscopic means, with internal or external fixation by any method, including any of the following (if performed): (a) capsulotomy; (b) joint release; (c) synovectomy; (d) removal of osteophytes at joint; (e) removal of hardware; (f) neurolysis; (g) osteotomy of non-union or malunion; other than a service associated with a service to which item 30023 applies that is performed at the same site (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1647.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49742\",\n            \"Description\": \"Arthrodesis of extended ankle and hindfoot, by open or arthroscopic means, with internal or external fixation by any method, including any of the following (if performed): (a) capsulotomy; (b) joint release; (c) synovectomy; (d) removal of osteophytes at joint (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1555.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49744\",\n            \"Description\": \"Revision of arthrodesis of extended ankle and hindfoot, by open or arthroscopic means, with internal or external fixation by any method, including any of the following (if performed): (a) capsulotomy; (b) joint release; (c) synovectomy; (d) removal of osteophytes at joint; (e) removal of hardware; (f) neurolysis; (g) osteotomy of non-union or malunion; other than a service associated with a service to which item 30023 applies that is performed at the same site (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2332.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49760\",\n            \"Description\": \"Arthroereisis of subtalar joint, including any of the following (if performed): (a) capsulotomy; (b) synovectomy; (c) joint debridement (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"411.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49761\",\n            \"Description\": \"Stabilisation of metatarsophalangeal joint at metatarsal, including any of the following (if performed): (a) capsulotomy; (b) joint release; (c) synovectomy; (d) osteotomy, with or without fixation; (e) local tendon transfer; (f) local tendon lengthening or release; (g) ligament repair; (h) joint debridement; —one metatarsal (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"604.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49762\",\n            \"Description\": \"Stabilisation of metatarsophalangeal joint at metatarsals, including any of the following (if performed): (a) capsulotomy; (b) joint release; (c) synovectomy; (d) osteotomy, with or without fixation; (e) local tendon transfer; (f) local tendon lengthening or release; (g) ligament repair; (h) joint debridement; —2 metatarsals (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"906.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49763\",\n            \"Description\": \"Stabilisation of metatarsophalangeal joint at metatarsals, including any of the following (if performed): (a) capsulotomy; (b) joint release; (c) synovectomy; (d) osteotomy, with or without fixation; (e) local tendon transfer; (f) local tendon lengthening or release; (g) ligament repair; (h) joint debridement; —3 metatarsals (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1057.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49764\",\n            \"Description\": \"Stabilisation of metatarsophalangeal joint at metatarsals, including any of the following (if performed): (a) capsulotomy; (b) joint release; (c) synovectomy; (d) osteotomy, with or without fixation; (e) local tendon transfer; (f) local tendon lengthening or release; (g) ligament repair; (h) joint debridement; —4 metatarsals (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1208.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49765\",\n            \"Description\": \"Stabilisation of metatarsophalangeal joint at metatarsals, including any of the following (if performed): (a) capsulotomy; (b) joint release; (c) synovectomy; (d) osteotomy, with or without fixation; (e) local tendon transfer; (f) local tendon lengthening or release; (g) ligament repair; (h) joint debridement; —5 metatarsals (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1359.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49766\",\n            \"Description\": \"Stabilisation of metatarsophalangeal joint at metatarsals, including any of the following (if performed): (a) capsulotomy; (b) joint release; (c) synovectomy; (d) osteotomy, with or without fixation; (e) local tendon transfer; (f) local tendon lengthening or release; (g) ligament repair; (h) joint debridement; —6 metatarsals (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1510.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49767\",\n            \"Description\": \"Stabilisation of metatarsophalangeal joint at metatarsals, including any of the following (if performed): (a) capsulotomy; (b) joint release; (c) synovectomy; (d) osteotomy, with or without fixation; (e) local tendon transfer; (f) local tendon lengthening or release; (g) ligament repair; (h) joint debridement; —7 metatarsals (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1661.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49768\",\n            \"Description\": \"Stabilisation of metatarsophalangeal joint at metatarsals, including any of the following (if performed): (a) capsulotomy; (b) joint release; (c) synovectomy; (d) osteotomy, with or without fixation; (e) local tendon transfer; (f) local tendon lengthening or release; (g) ligament repair; (h) joint debridement; —8 metatarsals (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1812.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49769\",\n            \"Description\": \"Unilateral correction of hallux valgus or varus deformity, by osteotomy of first metatarsal and proximal phalanx of first toe, with internal fixation of both bones, including any of the following (if performed): (a) exostectomy; (b) removal of bursae; (c) synovectomy; (d) capsule repair; (e) capsule or tendon release or transfer (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1057.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49770\",\n            \"Description\": \"Bilateral correction of hallux valgus or varus deformity, by osteotomy of first metatarsal and proximal phalanx of first toe, with internal fixation of both bones, including any of the following (if performed): (a) exostectomy; (b) removal of bursae; (c) synovectomy; (d) capsule repair; (e) capsule or tendon release or transfer (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1757.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49771\",\n            \"Description\": \"Synovectomy of major tendon of ankle, for extensive synovitis by any method, including any of the following (if performed): (a) tenolysis; (b) debridement of ligament or tendon (or both); (c) release of ligament or tendon (or both); (d) excision of tubercule or osteophyte; (e) reconstruction of tendon retinaculum; (f) neurolysis; other than a service associated with a service to which item 30023 applies that is performed at the same site—each incision (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"433.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49772\",\n            \"Description\": \"Excision of rheumatoid nodules or gouty tophi, excluding aftercare, including any of the following (if performed): (a) capsulotomy; (b) debridement of ligament or tendon (or both); (c) release of ligament or tendon (or both); (d) excision of tubercle or osteophyte; —each incision (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"382.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49773\",\n            \"Description\": \"Revision of excision of intermetatarsal or digital neuroma, including any of the following (if performed): (a) release of tissues; (b) excision of bursae; (c) neurolysis; other than a service associated with a service to which item 30023 applies that is performed at the same site—one web space (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"474.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49774\",\n            \"Description\": \"Release of tarsal tunnel, including any of the following (if performed): (a) release of ligaments; (b) synovectomy; (c) neurolysis; other than a service associated with a service to which item 30023 applies that is performed at the same site—one foot (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"322.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49775\",\n            \"Description\": \"Revision of release of tarsal tunnel, including any of the following (if performed): (a) release of ligaments; (b) synovectomy; (c) neurolysis; other than a service associated with a service to which item 30023 applies that is performed at the same site—one foot (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"435.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49776\",\n            \"Description\": \"Revision of arthrodesis of joint of hindfoot, by open or arthroscopic means, with internal or external fixation by any method, including any of the following (if performed): (a) capsulotomy; (b) joint release; (c) synovectomy; (d) removal of osteophytes at joint; (e) removal of hardware; (f) neurolysis; (g) osteotomy of non‑union or malunion; other than a service associated with a service to which item 30023 applies that is performed at the same site—may only be claimed once per joint (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1371.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49777\",\n            \"Description\": \"Arthrodesis of joint of midfoot, by open or arthroscopic means, with internal or external fixation by any method, including any of the following (if performed): (a) capsulotomy; (b) joint release; (c) synovectomy; (d) removal of osteophytes at joint; —one joint (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"811.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49778\",\n            \"Description\": \"Arthrodesis of joints of midfoot, by open or arthroscopic means, with internal or external fixation by any method, including any of the following (if performed): (a) capsulotomy; (b) joint release; (c) synovectomy; (d) removal of osteophytes at joints; —2 joints (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1217.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49779\",\n            \"Description\": \"Arthrodesis of joints of midfoot, by open or arthroscopic means, with internal or external fixation by any method, including any of the following (if performed): (a) capsulotomy; (b) joint release; (c) synovectomy; (d) removal of osteophytes at joints; —3 joints (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1420.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49780\",\n            \"Description\": \"Arthrodesis of joints of midfoot, by open or arthroscopic means, with internal or external fixation by any method, including any of the following (if performed): (a) capsulotomy; (b) joint release; (c) synovectomy; (d) removal of osteophytes at joints; —4 joints (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1623.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49781\",\n            \"Description\": \"Revision of arthrodesis of joint of midfoot, with internal or external fixation by any method, including any of the following (if performed): (a) capsulotomy; (b) joint release; (c) synovectomy; (d) removal of ostephytes at joint; (e) removal of hardware; (f) osteotomy of non-union or malunion; —one joint (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1217.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49782\",\n            \"Description\": \"Revision of total ankle replacement, including: (a) bone grafting of perioperative cysts to the tibia or talus (or both); and (b) retention of implants; and (c) any of the following (if performed): (i) capsulotomy; (ii) joint release; (iii) neurolysis; (iv) debridement and grafting of cysts; (v) synovectomy; (vi) joint debridement; other than a service associated with a service to which item 30023 applies that is performed at the same site (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"659.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49783\",\n            \"Description\": \"Excisional or interpositional arthroplasty of metatarsophalangeal or tarsometatarsal joints, including any of the following (if performed): (a) capsulotomy; (b) joint release; (c) synovectomy; (d) local tendon transfer; (e) joint debridement; —3 joints (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"884.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49784\",\n            \"Description\": \"Excisional or interpositional arthroplasty of metatarsophalangeal or tarsometatarsal joints, including any of the following (if performed): (a) capsulotomy; (b) joint release; (c) synovectomy; (d) local tendon transfer; (e) joint debridement; —4 joints (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1010.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49785\",\n            \"Description\": \"Excisional or interpositional arthroplasty of metatarsophalangeal or tarsometatarsal joints, including any of the following (if performed): (a) capsulotomy; (b) joint release; (c) synovectomy; (d) local tendon transfer; (e) joint debridement; —5 joints (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1137.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49786\",\n            \"Description\": \"Excisional or interpositional arthroplasty of metatarsophalangeal or tarsometatarsal joints, including any of the following (if performed): (a) capsulotomy; (b) joint release; (c) synovectomy; (d) local tendon transfer; (e) joint debridement; —6 joints (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1263.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49787\",\n            \"Description\": \"Excisional or interpositional arthroplasty of metatarsophalangeal or tarsometatarsal joints, including any of the following (if performed): (a) capsulotomy; (b) joint release; (c) synovectomy; (d) local tendon transfer; (e) joint debridement; —7 joints (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1389.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49788\",\n            \"Description\": \"Excisional or interpositional arthroplasty of metatarsophalangeal or tarsometatarsal joints, including any of the following (if performed): (a) capsulotomy; (b) joint release; (c) synovectomy; (d) local tendon transfer; (e) joint debridement; —8 joints (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1515.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49789\",\n            \"Description\": \"Bilateral arthrodesis of first metatarsophalangeal joint, by open or arthroscopic means, with internal or external fixation by any method, including any of the following (if performed): (a) capsulotomy; (b) joint release; (c) synovectomy; (d) removal of osteophytes at joint (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1303.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49790\",\n            \"Description\": \"Revision of arthrodesis of first metatarsophalangeal joint, including any of the following (if performed): (a) capsulotomy; (b) joint release; (c) synovectomy; (d) removal of exostosis at joint; (e) removal of hardware; (f) osteotomy of non-union or malunion (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1132.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49791\",\n            \"Description\": \"Arthrodesis of hallux interphalangeal or lesser metatarsophalangeal joint, with internal or external fixation by any method, including any of the following (if performed): (a) capsulotomy; (b) joint release; (c) synovectomy; (d) removal of osteophytes at joint (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"513.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49792\",\n            \"Description\": \"Arthrodesis, osteotomy or interpositional arthroplasty of proximal or distal joint (or both) of lesser toe, including any of the following (if performed): (a) internal fixation, by any method; (b) capsulotomy; (c) joint release; (d) synovectomy; (e) removal of osteophytes at joints; —one or 2 toes (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"576.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49793\",\n            \"Description\": \"Arthrodesis, osteotomy or interpositional arthroplasty of proximal or distal joint (or both) of lesser toe, including any of the following (if performed): (a) internal fixation, by any method; (b) capsulotomy; (c) joint release; (d) synovectomy; (e) removal of osteophytes at joints; —3 toes (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"672.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49794\",\n            \"Description\": \"Arthrodesis, osteotomy or interpositional arthroplasty of proximal or distal joint (or both) of lesser toe, including any of the following (if performed): (a) internal fixation, by any method; (b) capsulotomy; (c) joint release; (d) synovectomy; (e) removal of osteophytes at joints; —4 toes (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"768.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49795\",\n            \"Description\": \"Arthrodesis, osteotomy or interpositional arthroplasty of proximal or distal joint (or both) of lesser toe, including any of the following (if performed): (a) internal fixation, by any method; (b) capsulotomy; (c) joint release; (d) synovectomy; (e) removal of osteophytes at joints; —5 toes (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"865.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49796\",\n            \"Description\": \"Arthrodesis, osteotomy or interpositional arthroplasty of proximal or distal joint (or both) of lesser toe, including any of the following (if performed): (a) internal fixation, by any method; (b) capsulotomy; (c) joint release; (d) synovectomy; (e) removal of osteophytes at joints; —6 toes (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"961.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49797\",\n            \"Description\": \"Arthrodesis, osteotomy or interpositional arthroplasty of proximal or distal joint (or both) of lesser toe, including any of the following (if performed): (a) internal fixation, by any method; (b) capsulotomy; (c) joint release; (d) synovectomy; (e) removal of osteophytes at joints; —7 toes (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1057.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49798\",\n            \"Description\": \"Arthrodesis, osteotomy or interpositional arthroplasty of proximal or distal joint (or both) of lesser toe, including any of the following (if performed): (a) internal fixation, by any method; (b) capsulotomy; (c) joint release; (d) synovectomy; (e) removal of osteophytes at joints; —8 toes (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1153.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49800\",\n            \"Description\": \"Primary repair of flexor or extensor tendon of foot, including either or both of the following (if performed): (a) synovial biopsy; (b) synovectomy; —one toe (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"153.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49803\",\n            \"Description\": \"Secondary repair of flexor or extensor tendon of foot, including either or both of the following (if performed): (a) synovial biopsy; (b) synovectomy; —one toe (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"197.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49806\",\n            \"Description\": \"Subcutaneous tenotomy of foot, by small percutaneous incisions—one or more tendons (Anaes.)\\n\",\n            \"ScheduleFee\": \"153.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49809\",\n            \"Description\": \"Open tenotomy or lengthening of foot, by open incision, with or without tenoplasty, including either or both of the following (if performed): (a) synovial biopsy; (b) synovectomy; —one toe (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"252.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49812\",\n            \"Description\": \"Advancement of tendon or ligament transfer of foot, including: (a) side to side transfer, harvesting and transfer for ligament or minor foot tendon reconstruction; and (b) either or both of the following (if performed): (i) synovial biopsy; (ii) synovectomy; —one major tendon or toe (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"505.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49814\",\n            \"Description\": \"Reconstruction of major tendon of ankle, by any method, including: (a) osteotomy of hindfoot, with internal fixation; and (b) lengthening of major tendon of ankle; and (c) any of the following (if performed): (i) synovial biopsy; (ii) synovectomy; (iii) adjacent tendon transfer; (iv) turn down flaps; other than a service associated with a service to which item 49718 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1153.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49815\",\n            \"Description\": \"Triple arthrodesis of hindfoot joints, with internal or external fixation by any method, including any of the following (if performed): (a) capsulotomy; (b) joint release; (c) synovectomy; (d) removal of osteophytes at joints (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1599.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49818\",\n            \"Description\": \"Release of plantar fascia, including excision of calcaneal spur (if performed) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"318.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49821\",\n            \"Description\": \"Excisional or interpositional arthroplasty of metatarsophalangeal or tarsometatarsal joint, including any of the following (if performed): (a) capsulotomy; (b) joint release; (c) synovectomy; (d) local tendon transfer; (e) joint debridement —one joint (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"505.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49824\",\n            \"Description\": \"Excisional or interpositional arthroplasty of metatarsophalangeal or tarsometatarsal joint, including any of the following (if performed): (a) capsulotomy; (b) joint release; (c) synovectomy; (d) local tendon transfer; (e) joint debridement; —2 joints (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"884.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49827\",\n            \"Description\": \"Unilateral correction of hallux valgus or varus deformity of the foot, by local tendon transfer, including any of the following (if performed): (a) exostectomy; (b) removal of bursae; (c) synovectomy; (d) capsule repair; (e) capsule or tendon release or transfer (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"549.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49830\",\n            \"Description\": \"Bilateral correction of hallux valgus or varus deformity of the foot, by local tendon transfer, including any of the following (if performed): (a) exostectomy; (b) removal of bursae; (c) synovectomy; (d) capsule repair; (e) capsule or tendon release or transfer (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"960.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49833\",\n            \"Description\": \"Unilateral correction of hallux valgus or varus deformity of the foot, by osteotomy of first metatarsal, without internal fixation, including any of the following (if performed): (a) exostectomy; (b) removal of bursae; (c) synovectomy; (d) capsule repair; (e) capsule or tendon release or transfer (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"604.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49836\",\n            \"Description\": \"Bilateral correction of hallux valgus or varus deformity of the foot by osteotomy of first metatarsal, without internal fixation, including any of the following (if performed): (a) exostectomy; (b) removal of bursae; (c) synovectomy; (d) capsule repair; (e) capsule or tendon release or transfer (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1043.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49837\",\n            \"Description\": \"Unilateral correction of hallux valgus or varus deformity of the foot, by osteotomy of first metatarsal, with internal fixation, including any of the following (if performed): (a) exostectomy; (b) removal of bursae; (c) synovectomy; (d) capsule repair; (e) capsule or tendon release or transfer (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"755.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-05-01\"\n        },\n        {\n            \"ItemNumber\": \"49838\",\n            \"Description\": \"Bilateral correction of hallux valgus or varus deformity of the foot by osteotomy of first metatarsal, with internal fixation or arthrodesis of first metatarsophalangeal joint, including any of the following (if performed): (a) exostectomy; (b) removal of bursae; (c) synovectomy; (d) capsule repair; (e) capsule or tendon release or transfer (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1303.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-05-01\"\n        },\n        {\n            \"ItemNumber\": \"49839\",\n            \"Description\": \"Total replacement of first metatarsophalangeal joint, with replacement of both joint surfaces, including any of the following (if performed): (a) capsulotomy; (b) synovectomy; (c) joint debridement (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"604.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49845\",\n            \"Description\": \"Unilateral arthrodesis of first metatarsophalangeal joint, by open or arthroscopic means, with internal or external fixation by any method, including any of the following (if performed): (a) capsulotomy; (b) joint release; (c) synovectomy; (d) removal of osteophytes at joints (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"755.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49851\",\n            \"Description\": \"Arthrodesis, osteotomy or interpositional arthroplasty of proximal or distal (or both) joints of lesser toe, including any of the following (if performed): (a) internal fixation, by any method; (b) capsulotomy; (c) tendon lengthening; (d) joint release; (e) synovectomy; (f) removal of osteophytes at joints; —one toe (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"505.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49854\",\n            \"Description\": \"Radical plantar fasciotomy or fasciectomy, with extensive incision into foot and excision of fascia, including excision of calcaneal spur (if performed), other than a service associated with a service to which 49818 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"439.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49857\",\n            \"Description\": \"Hemi joint replacement of first or lesser metatarsophalangeal joint, including any of the following (if performed): (a) capsulotomy; (b) synovectomy; (c) joint debridement (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"406.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49860\",\n            \"Description\": \"Synovectomy of metatarsophalangeal joints, including any of the following (if performed): (a) capsulotomy; (b) debridement; (c) release of ligament or tendon (or both); —one or more joints on one foot (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"379.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49866\",\n            \"Description\": \"Excision of intermetatarsal or digital neuroma, including any of the following (if performed): (a) release of metatarsal or digital ligament; (b) excision of bursae; (c) neurolysis; other than a service associated with a service to which item 30023 applies that is performed at the same site—one web space (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"351.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49878\",\n            \"Description\": \"Talipes equinovarus, calcaneo valgus or metatarsus varus, treatment by cast, splint or manipulation—each attendance (Anaes.)\\n\",\n            \"ScheduleFee\": \"65.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"49881\",\n            \"Description\": \"Complete excision of one or more ganglia or bursae: (a) including excision of bony prominence or mucinous cyst of interphalangeal or metatarsophalangeal joint and surrounding tissues; and (b) including any of the following (if performed): (i) arthrotomy; (ii) synovectomy; (iii) osteophyte resections; (iv) neurolysis; (v) skin closure, by any local method; other than a service associated with a service to which item 30023 applies that is performed at the same site—each incision (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"256.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49884\",\n            \"Description\": \"Complete excision of one or more ganglia or bursae: (a) including excision of bony prominence or mucinous cyst of ankle, hindoot or midfoot joint and surrounding tissues; and (b) including any of the following (if performed): (i) arthrotomy; (ii) synovectomy; (iii) osteophyte resections; (iv) neurolysis; (v) capsular or ligament repair; (vi) skin closure, by any method; other than a service associated with a service to which item 30023 applies that is performed at the same site—each incision (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"433.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49887\",\n            \"Description\": \"Revision of complete excision of one or more ganglia or bursae: (a) including excision of bony prominence or mucinous cyst of interphalangeal or metatarsophalangeal joint and surrounding tissues; and (b) including any of the following (if performed): (i) arthrotomy; (ii) synovectomy; (iii) osteophyte resections; (iv) neurolysis; (v) skin closure, by any method; other than a service associated with: (c) a service to which item 49881 applies; or (d) a service to which item 30023 applies that is performed at the same site —each incision (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"346.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"49890\",\n            \"Description\": \"Revision of complete excision of one or more ganglia or bursae: (a) including excision of bony prominence or mucinous cyst of ankle, hindfoot or midfoot joint and surrounding tissues; and (b) including any of the following (if performed): (i) arthrotomy; (ii) synovectomy; (iii) osteophyte resections; (iv) neurolysis; (v) capsular or ligament repair; (vi) skin closure, by any method; other than a service associated with: (c) a service to which item 49884 applies; or (d) a service to which item 30023 applies that is performed at the same site —each incision (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"585.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"50107\",\n            \"Description\": \"Stabilisation of joint of hip, by open means, including any of the following (if performed): (a) repair of capsule; (b) labrum; (c) capsulorraphy; (d) repair of ligament; (e) internal fixation; other than a service associated with a service to which another item in this Group applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"549.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"50112\",\n            \"Description\": \"Cicatricial flexion or extension contraction of joint, correction of, involving tissues deeper than skin and subcutaneous tissue, other than a service to which another item in this Group applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"421.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"50115\",\n            \"Description\": \"Manipulation of one or more joints, excluding spine, other than a service associated with a service to which another item in this Group applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"166.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"50118\",\n            \"Description\": \"Arthrodesis of joint of hindfoot, by any method, with internal or external fixation by any method, including any of the following (if performed): (a) capsulotomy; (b) joint release; (c) synovectomy; (d) removal of osteophytes at joints; —one joint (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"914.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"50130\",\n            \"Description\": \"Joint or joints, application of external fixator to, other than for treatment of fractures (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"364.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1993-07-01\"\n        },\n        {\n            \"ItemNumber\": \"50200\",\n            \"Description\": \"Core needle biopsy of aggressive or potentially malignant bone or soft tissue tumour, excluding aftercare (Anaes.)\\n\",\n            \"ScheduleFee\": \"219.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"50201\",\n            \"Description\": \"Incisional biopsy of aggressive or potentially malignant bone or soft tissue tumour, excluding aftercare (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"384.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-11-01\"\n        },\n        {\n            \"ItemNumber\": \"50203\",\n            \"Description\": \"Intralesional or marginal excision of bone or soft tissue tumour (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"483.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"50206\",\n            \"Description\": \"Intralesional or marginal excision of bone tumour, with at least one of the following: (a) autograft; (b) allograft; (c) cementation (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"713.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"50209\",\n            \"Description\": \"Intralesional or marginal excision of bone tumour, with at least 2 of the following: (a) autograft; (b) allograft; (c) cementation (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"878.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"50212\",\n            \"Description\": \"Wide excision of malignant or aggressive bone or soft tissue tumour (or both), affecting a limb, trunk or scapula (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1921.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"50215\",\n            \"Description\": \"Wide excision of malignant or aggressive bone or soft tissue tumour (or both), with intercalary reconstruction of bone by prosthesis, allograft or autograft (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2416.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"50218\",\n            \"Description\": \"Wide excision of malignant or aggressive bone or soft tissue tumour (or both), with reconstruction, replacement or arthrodesis of adjacent joint, by prosthesis, allograft or autograft (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3185.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"50221\",\n            \"Description\": \"Wide excision of malignant or aggressive bone or soft tissue tumour (or both) of pelvis, sacrum or spine, without reconstruction (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2965.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"50224\",\n            \"Description\": \"Wide excision of malignant or aggressive bone or soft tissue tumour (or both) of pelvis, sacrum or spine, with reconstruction of bone defect, or one or more joints, by any technique (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3294.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"50233\",\n            \"Description\": \"Treatment of malignant or aggressive bone or soft tissue tumour (or both) by hindquarter or forequarter amputation (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2526.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"50236\",\n            \"Description\": \"Treatment of malignant or aggressive bone or soft tissue tumour (or both), by hip disarticulation, shoulder disarticulation or amputation through the proximal one third of the femur (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1976.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"50239\",\n            \"Description\": \"Treatment of malignant or aggressive bone or soft tissue tumour (or both), by amputation, other than a service associated with a service to which item 50233 or 50236 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1317.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"50242\",\n            \"Description\": \"Revision of endoprosthetic replacement, if item 50218 or 50224, or an item that describes a service substantially similar to either of those items, applied to the initial procedure: (a) including any of the following: (i) rebushing; (ii) patella resurfacing; (iii) polyethylene exchange or similar; and (b) excluding removal of prosthetic from bone (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"988.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"50245\",\n            \"Description\": \"Revision of reconstructive procedure, if item 50215, 50218 or 50224, or an item that describes a service substantially similar to any of those items, applied to the initial procedure, by any technique or combination of techniques (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2965.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"50300\",\n            \"Description\": \"Gradual correction of joint deformity, with application of external fixator (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1350.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"50303\",\n            \"Description\": \"Limb lengthening, by gradual distraction, with application of external fixator or intra-medullary device (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1843.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"50306\",\n            \"Description\": \"Bipolar limb lengthening: (a) with application of external fixator or intra-medullary device; and (b) by any of the following: (i) gradual distraction; (ii) bone transport; (iii) fixator extension, to correct for an adjacent joint deformity (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2878.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"50309\",\n            \"Description\": \"Ring fixator or similar device, adjustment of, with or without insertion or removal of fixation pins, performed under general anaesthesia, other than a service to which item 50303 or 50306 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"355.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"50310\",\n            \"Description\": \"Major adjustment of ring fixator or similar device, other than a service associated with a service to which item 50303, 50306, or 50309 applies\\n\",\n            \"ScheduleFee\": \"50.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"50312\",\n            \"Description\": \"Synovectomy or debridement, and microfracture, of ankle joint for osteochondral large defect greater than 1.5cm2, by arthroscopic or open means, including any of the following (if performed): (a) capsulotomy; (b) debridement or release of ligament; (c) debridement or release of tendon; other than a service associated with a service to which any of the following apply: (d) item 49703; (e) another item in this Schedule if the service described in the other item is for the purpose of performing an arthroscopic procedure of the ankle (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"877.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"50321\",\n            \"Description\": \"Release of soft tissue of talipes equinovarus, by open means (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1083.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"50324\",\n            \"Description\": \"Revision of release of soft tissue of talipes equinovarus, by open means (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1544.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"50330\",\n            \"Description\": \"Post‑operative manipulation, and change of plaster, of vertical, congenital talipes equinovarus or talus, other than a service to which item 50321 or 50324 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"266.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"50333\",\n            \"Description\": \"Excision of tarsal coalition, with interposition of muscle, fat graft or similar graft, including any of the following (if performed): (a) capsulotomy; (b) synovectomy; (c) excision of osteophytes; —one coalition (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"719.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"50335\",\n            \"Description\": \"Treatment of vertical, congenital talus, by percutaneous or open stabilisation of talonavicular joint and Achilles’ tenotomy (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"719.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"50336\",\n            \"Description\": \"Talus, vertical, congenital, combined anterior and posterior reconstruction (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1075.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"50339\",\n            \"Description\": \"Tibialis anterior or tibialis posterior tendon transfer (split or whole) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"688.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"50345\",\n            \"Description\": \"Hyperextension deformity of toe, release incorporating V‑Y plasty of skin, lengthening of extensor tendons and release of capsule contracture (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"404.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"50348\",\n            \"Description\": \"Knee, deformity of, post‑operative manipulation and change of plaster, performed under general anaesthesia (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"266.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"50351\",\n            \"Description\": \"Treatment of developmental dislocation of hip, by open reduction, including application of hip spica (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1863.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"50352\",\n            \"Description\": \"Treatment of developmental dysplasia of hip, including supervision of initial application of splint, harness or cast, other than a service to which another item in this Group applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"65.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-05-01\"\n        },\n        {\n            \"ItemNumber\": \"50354\",\n            \"Description\": \"Resection and fixation of congenital pseudarthrosis of tibia (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1528.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"50357\",\n            \"Description\": \"Transfer of tendon of rectus femoris or medial or lateral hamstring (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"655.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"50360\",\n            \"Description\": \"Combined medial and lateral hamstring tendon transfer (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"760.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"50369\",\n            \"Description\": \"Unilateral posterior release of knee contracture, with multiple tendon lengthening or tenotomies, including release of joint capsule (if performed), other than a service associated with a service to which another item of this Schedule applies if the service described in the other item is for the purpose of knee replacement (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"760.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"50372\",\n            \"Description\": \"Bilateral posterior release of knee contracture, with multiple tendon lengthening or tenotomies, including release of joint capsule (if performed), other than a service associated with a service to which another item of this Schedule applies if the service described in the other item is for the purpose of knee replacement (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1334.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"50375\",\n            \"Description\": \"Unilateral medial release of hip contracture, with lengthening or division of the adductors and psoas, including division of obturator nerve (if performed) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"582.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"50378\",\n            \"Description\": \"Bilateral medial release of hip contracture, with lengthening or division of adductors and psoas, including division of obturator nerve (if performed) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1019.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"50381\",\n            \"Description\": \"Unilateral anterior release of hip contracture, with lengthening or division of hip flexors and psoas, including division of joint capsule (if performed) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"760.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"50384\",\n            \"Description\": \"Bilateral anterior release of hip contracture, with lengthening or division of hip flexors and psoas, including division of joint capsule (if performed) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1334.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"50390\",\n            \"Description\": \"Application of cast under general anaesthesia, for patient with perthes, cerebral palsy, or other neuromuscular conditions, affecting hips or knees (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"266.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"50393\",\n            \"Description\": \"Acetabular shelf procedure, other than a service associated with a service to which another item of this Schedule applies if the service in the other item is for the purpose of performing arthroplasty on the hip (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"986.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"50394\",\n            \"Description\": \"Multiple peri-acetabular osteotomy, including internal fixation (if performed) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3240.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1998-07-01\"\n        },\n        {\n            \"ItemNumber\": \"50395\",\n            \"Description\": \"Osteotomy and distillation of greater trochanter, with internal fixation (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1065.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"50396\",\n            \"Description\": \"Amputation of congenital abnormalities or duplication of digits of the hand or foot, including any of the following (if performed): (a) splitting of phalanx or phalanges; (b) ligament reconstruction; (c) joint reconstruction (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"542.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"50399\",\n            \"Description\": \"Forearm, radial aplasia or dysplasia (radial club hand), centralisation or radialisation of (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1075.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"50411\",\n            \"Description\": \"Lower limb deficiency, treatment of congenital deficiency of the femur by resection of the distal femur and proximal tibia followed by knee fusion (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1528.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"50414\",\n            \"Description\": \"Lower limb deficiency, treatment of congenital deficiency of the femur by resection of the distal femur and proximal tibia followed by knee fusion and rotationplasty (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2062.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"50417\",\n            \"Description\": \"Lower limb deficiency, treatment of congenital deficiency of the tibia by reconstruction of the knee, involving transfer of fibula or tibia, and repair of quadriceps mechanism (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1528.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"50420\",\n            \"Description\": \"Patella, congenital dislocation of, reconstruction of the quadriceps (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1261.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"50423\",\n            \"Description\": \"Tibia, fibula or both, congenital deficiency of, transfer of the fibula to tibia, with internal fixation (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1164.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"50426\",\n            \"Description\": \"Removal of one or more lesions from bone, for osteochondroma occurring solitary or in association with hereditary multiple exotoses, with histological examination—one approach (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"542.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"50428\",\n            \"Description\": \"Percutaneous drilling of osteochondritis dessicans or other osteochondral lesion, for a patient: (a) with open growth plates; or (b) less than 18 years of age (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"904.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"EligibleAgeRange\": \"younger than 18 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"50450\",\n            \"Description\": \"Unilateral single event multilevel surgery, for a patient less than 18 years of age with hemiplegic cerebral palsy, comprising 3 or more of the following: (a) lengthening of a contracted muscle tendon unit or units by tendon lengthening, muscle recession, fractional lengthening or intramuscular lengthening; (b) correction of muscle imbalance by transfer of a tendon or tendons; (c) correction of femoral torsion by rotational osteotomy of the femur; (d) correction of tibial torsion by rotational osteotomy of the tibia; (e) correction of joint instability by varus derotation osteotomy of the femur, subtalar arthrodesis with synovectomy if performed, or os calcis lengthening; conjoint surgery, principal specialist surgeon, including fluoroscopy and aftercare (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1431.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"EligibleAgeRange\": \"younger than 18 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"50451\",\n            \"Description\": \"Unilateral single event multilevel surgery, for a patient less than 18 years of age with hemiplegic cerebral palsy, comprising 3 or more of the following: (a) lengthening of a contracted muscle tendon unit or units by tendon lengthening, muscle recession, fractional lengthening or intramuscular lengthening; (b) correction of muscle imbalance by transfer of a tendon or tendons; (c) correction of femoral torsion by rotational osteotomy of the femur; (d) correction of tibial torsion by rotational osteotomy of the tibia; (e) correction of joint instability by varus derotation osteotomy of the femur, subtalar arthrodesis with synovectomy if performed, or os calcis lengthening; conjoint surgery, conjoint specialist surgeon, including fluoroscopy and excluding aftercare (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1431.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"EligibleAgeRange\": \"younger than 18 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"50455\",\n            \"Description\": \"Bilateral single event multilevel surgery, for a patient less than 18 years of age with diplegic cerebral palsy, that comprises: (a) lengthening of a contracted muscle tendon unit or units by tendon lengthening, muscle recession, fractional lengthening or intramuscular lengthening; and (b) correction of muscle imbalance by transfer of a tendon or tendons; conjoint surgery, principal specialist surgeon, including fluoroscopy and aftercare (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1620.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"EligibleAgeRange\": \"younger than 18 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"50456\",\n            \"Description\": \"Bilateral single event multilevel surgery, for a patient less than 18 years of age with diplegic cerebral palsy, that comprises: (a) lengthening of a contracted muscle tendon unit or units by tendon lengthening, muscle recession, fractional lengthening or intramuscular lengthening; and (b) correction of muscle imbalance by transfer of a tendon or tendons; conjoint surgery, conjoint specialist surgeon, including fluoroscopy and excluding aftercare (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1620.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"EligibleAgeRange\": \"younger than 18 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"50460\",\n            \"Description\": \"Bilateral single event multilevel surgery, for a patient less than 18 years of age with diplegic cerebral palsy, that comprises bilateral soft tissue surgery and bilateral femoral osteotomies, with: (a) lengthening of a contracted muscle tendon unit or units by tendon lengthening, muscle recession, fractional lengthening or intramuscular lengthening; and (b) correction of muscle imbalance by transfer of a tendon or tendons; and (c) correction of torsional abnormality of the femur by rotational osteotomy and internal fixation; conjoint surgery, principal specialist surgeon, including fluoroscopy and aftercare (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2419.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"EligibleAgeRange\": \"younger than 18 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"50461\",\n            \"Description\": \"Bilateral single event multilevel surgery, for a patient less than 18 years of age with diplegic cerebral palsy, that comprises bilateral soft tissue surgery and bilateral femoral osteotomies, with: (a) lengthening of a contracted muscle tendon unit or units by tendon lengthening, muscle recession, fractional lengthening or intramuscular lengthening; and (b) correction of muscle imbalance by transfer of a tendon or tendons; and (c) correction of torsional abnormality of the femur by rotational osteotomy and internal fixation; conjoint surgery, conjoint specialist surgeon, including fluoroscopy and excluding aftercare (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2419.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"EligibleAgeRange\": \"younger than 18 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"50465\",\n            \"Description\": \"Bilateral single event multilevel surgery, for a patient less than 18 years of age with diplegic cerebral palsy, that comprises bilateral soft tissue surgery, bilateral femoral osteotomies and bilateral tibial osteotomies, with: (a) lengthening of a contracted muscle tendon unit or units by tendon lengthening, muscle recession, fractional lengthening or intramuscular lengthening; and (b) correction of muscle imbalance by transfer of a tendon or tendons; and (c) correction of abnormal torsion of the femur by rotational osteotomy with internal fixation; and (d) correction of abnormal torsion of the tibia by rotational osteotomy with internal fixation; conjoint surgery, principal specialist surgeon, including fluoroscopy and aftercare (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3408.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"EligibleAgeRange\": \"younger than 18 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"50466\",\n            \"Description\": \"Bilateral single event multilevel surgery, for a patient less than 18 years of age with diplegic cerebral palsy, that comprises bilateral soft tissue surgery, bilateral femoral osteotomies and bilateral tibial osteotomies, with: (a) lengthening of a contracted muscle tendon unit or units by tendon lengthening, muscle recession, fractional lengthening or intramuscular lengthening; and (b) correction of muscle imbalance by transfer of a tendon or tendons; and (c) correction of abnormal torsion of the femur by rotational osteotomy with internal fixation; and (d) correction of abnormal torsion of the tibia by rotational osteotomy with internal fixation; conjoint surgery, conjoint specialist surgeon, including fluoroscopy and excluding aftercare (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3408.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"EligibleAgeRange\": \"younger than 18 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"50470\",\n            \"Description\": \"Bilateral single event multilevel surgery, for a patient less than 18 years of age with cerebral palsy, that comprises bilateral soft tissue surgery, bilateral femoral osteotomies, bilateral tibial osteotomies and bilateral foot stabilisation, with: (a) lengthening of a contracted muscle tendon unit or units by tendon lengthening, muscle recession, fractional lengthening or intramuscular lengthening; and (b) correction of muscle imbalance by transfer of a tendon or tendons; and (c) correction of abnormal torsion of the femur by rotational osteotomy with internal fixation; and (d) correction of abnormal torsion of the tibia by rotational osteotomy with internal fixation; and (e) correction of bilateral pes valgus by os calcis lengthening or subtalar fusion; conjoint surgery, principal specialist surgeon, including fluoroscopy and aftercare (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"4322.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"EligibleAgeRange\": \"younger than 18 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"50471\",\n            \"Description\": \"Bilateral single event multilevel surgery, for a patient less than 18 years of age with cerebral palsy, that comprises bilateral soft tissue surgery, bilateral femoral osteotomies, bilateral tibial osteotomies and bilateral foot stabilisation, with: (a) lengthening of a contracted muscle tendon unit or units by tendon lengthening, muscle recession, fractional lengthening or intramuscular lengthening; and (b) correction of muscle imbalance by transfer of a tendon or tendons; and (c) correction of abnormal torsion of the femur by rotational osteotomy with internal fixation; and (d) correction of abnormal torsion of the tibia by rotational osteotomy with internal fixation; and (e) correction of bilateral pes valgus by os calcis lengthening or subtalar fusion; conjoint surgery, conjoint specialist surgeon, including fluoroscopy and excluding aftercare (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"4322.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"EligibleAgeRange\": \"younger than 18 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"50475\",\n            \"Description\": \"Single event multilevel surgery, for a patient less than 18 years of age with diplegic cerebral palsy, for the correction of crouch gait, including: (a) lengthening of a contracted muscle tendon unit or units by tendon lengthening, muscle recession, fractional lengthening or intramuscular lengthening; and (b) correction of muscle imbalance by transfer of a tendon or tendons; and (c) correction of flexion deformity at the knee by extension osteotomy of the distal femur including internal fixation; and (d) correction of patella alta and quadriceps insufficiency by patella tendon shortening or reconstruction; and (e) correction of tibial torsion by rotational osteotomy of the tibia with internal fixation; and (f) correction of foot instability by os calcis lengthening or subtalar fusion; conjoint surgery, principal specialist surgeon, including fluoroscopy and aftercare (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"4988.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"EligibleAgeRange\": \"younger than 18 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"50476\",\n            \"Description\": \"Single event multilevel surgery, for a patient less than 18 years of age with diplegic cerebral palsy, for the correction of crouch gait including: (a) lengthening of a contracted muscle tendon unit or units by tendon lengthening, muscle recession, fractional lengthening or intramuscular lengthening; and (b) correction of muscle imbalance by transfer of a tendon or tendons; and (c) correction of flexion deformity at the knee by extension osteotomy of the distal femur including internal fixation; and (d) correction of patella alta and quadriceps insufficiency by patella tendon shortening or reconstruction; and (e) correction of tibial torsion by rotational osteotomy of the tibia with internal fixation; and (f) correction of foot instability by os calcis lengthening or subtalar fusion; conjoint surgery, conjoint specialist surgeon, including fluoroscopy and excluding aftercare (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"4988.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"EligibleAgeRange\": \"younger than 18 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"50508\",\n            \"Description\": \"Treatment of fracture of distal end of radius or ulna (or both), by closed reduction, for a patient with open growth plates (Anaes.)\\n\",\n            \"ScheduleFee\": \"461.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"50512\",\n            \"Description\": \"Treatment of fracture of distal end of radius or ulna (or both), by open or closed reduction, with internal fixation, for a patient with open growth plates (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"615.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"50524\",\n            \"Description\": \"Radius or ulna, shaft of, with open growth plate, treatment of fracture of, in conjunction with dislocation of distal radio‑ulnar joint or proximal radio‑humeral joint (Galeazzi or Monteggia injury), by closed reduction (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"476.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"50528\",\n            \"Description\": \"Radius or ulna, shaft of, with open growth plate, treatment of fracture of, in conjunction with dislocation of distal radio‑ulnar joint or proximal radio‑humeral joint (Galeazzi or Monteggia injury), by reduction with or without internal fixation by open or percutaneous means (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"768.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"50532\",\n            \"Description\": \"Treatment of fracture of shafts of radius or ulna (or both), by closed reduction, for a patient with open growth plate (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"668.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"50536\",\n            \"Description\": \"Treatment of fracture of shafts of radius or ulna (or both), by open or closed reduction, with internal fixation, for a patient with open growth plate (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"891.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"50540\",\n            \"Description\": \"Olecranon, with open growth plate, treatment of fracture of, by open reduction (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"615.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"50544\",\n            \"Description\": \"Radius, with open growth plate, treatment of fracture of head or neck of, by closed reduction of (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"307.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"50548\",\n            \"Description\": \"Radius, with open growth plate, treatment of fracture of head or neck of, by reduction with or without internal fixation by open or percutaneous means (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"615.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"50552\",\n            \"Description\": \"Humerus, proximal, with open growth plate, treatment of fracture of, by closed reduction (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"530.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"50556\",\n            \"Description\": \"Treatment of fracture of proximal humerus, by open or closed reduction, with internal fixation, for a patient with open growth plate (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"707.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"50560\",\n            \"Description\": \"Humerus, shaft of, with open growth plate, treatment of fracture of, by closed reduction (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"553.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"50564\",\n            \"Description\": \"Treatment of fracture of shaft of humerus, by open or closed reduction, with internal or external fixation, for a patient with open growth plate (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"738.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"50568\",\n            \"Description\": \"Humerus, with open growth plate, supracondylar or condylar, treatment of fracture of, by closed reduction (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"645.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"50572\",\n            \"Description\": \"Humerus, with open growth plate, supracondylar or condylar, treatment of fracture of, by reduction with or without internal fixation by open or percutaneous means (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"861.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"50576\",\n            \"Description\": \"Treatment of fracture of femur, by closed reduction or traction, including application of hip spica (if performed), for a patient with open growth plate (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"707.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"50580\",\n            \"Description\": \"Tibia, with open growth plate, plateau or condyles, medial or lateral, treatment of fracture of, by reduction with or without internal fixation by open or percutaneous means (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"738.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"50584\",\n            \"Description\": \"Tibia, distal, with open growth plate, treatment of fracture of, by reduction with or without internal fixation by open or percutaneous means (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"707.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"50588\",\n            \"Description\": \"Tibia and fibula, with open growth plates, treatment of fracture of, by internal fixation (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"922.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"50592\",\n            \"Description\": \"Treatment of fracture of shaft of femur, by open or closed reduction, with internal or external fixation, for a patient with open growth plate (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1120.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"50596\",\n            \"Description\": \"Treatment of fracture of shaft of tibia, by open or closed reduction, including casting, for a patient with open growth plate (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"350.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"50600\",\n            \"Description\": \"Scoliosis or kyphosis, in a child, manipulation of deformity and application of a localiser cast, under general anaesthesia, in a hospital (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"507.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"50604\",\n            \"Description\": \"Scoliosis or kyphosis, in a child or adolescent, spinal fusion for (without instrumentation) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2152.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"50608\",\n            \"Description\": \"Scoliosis or kyphosis, in a child or adolescent, treatment by segmental instrumentation and fusion of the spine, other than a service to which any of items 51011 to 51171 apply (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3997.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"50612\",\n            \"Description\": \"Scoliosis or kyphosis, in a child or adolescent, with spinal deformity, treatment by segmental instrumentation, utilising separate anterior and posterior approaches, other than a service to which any of items 51011 to 51171 apply (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"5686.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"50616\",\n            \"Description\": \"Scoliosis, in a child or adolescent, re-exploration for adjustment or removal of segmental instrumentation used for correction of spine deformity (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"722.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"50620\",\n            \"Description\": \"Scoliosis, in a child or adolescent, revision of failed scoliosis surgery, involving more than one of osteotomy, fusion, removal of instrumentation or instrumentation, other than a service to which any of items 51011 to 51171 apply (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3997.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"50624\",\n            \"Description\": \"Scoliosis, in a child or adolescent, anterior correction of, with fusion and segmental fixation (Dwyer, Zielke or similar) - not more than 4 levels (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3997.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"50628\",\n            \"Description\": \"Scoliosis, in a child or adolescent, anterior correction of, with fusion and segmental fixation (Dwyer, Zielke or similar)—more than 4 levels (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"4938.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"50632\",\n            \"Description\": \"Scoliosis or kyphosis, in a child or adolescent, requiring segmental instrumentation and fusion of the spine down to and including the pelvis or sacrum, other than a service to which any of items 51011 to 51171 apply (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"4151.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"50636\",\n            \"Description\": \"Scoliosis, in a child or adolescent, requiring anterior decompression of the spinal cord with vertebral resection and instrumentation in the presence of spinal cord involvement, other than a service to which any of items 51011 to 51171 apply (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"4612.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"50640\",\n            \"Description\": \"Scoliosis, in a child or adolescent, congenital, resection and fusion of abnormal vertebra via an anterior or posterior approach, other than a service to which any of items 51011 to 51171 apply (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2549.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"50644\",\n            \"Description\": \"Spine, bone graft to, for a child or adolescent, associated with surgery for correction of scoliosis or kyphosis or both (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2460.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"50654\",\n            \"Description\": \"Examination or closed reduction (or both) of hip under anaesthesia for a patient under the age of 18 years, including any of the following (if performed): (a) diagnostic injection; (b) arthrography; (c) application or reapplication of a hip spica (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"579.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"15\",\n            \"EligibleAgeRange\": \"younger than 18 years\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"50950\",\n            \"Description\": \"Unresectable primary malignant tumour of the liver, destruction of, by percutaneous ablation (including any associated imaging services), other than a service associated with a service to which item 30419 or 50952 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"953.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"16\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2004-05-01\"\n        },\n        {\n            \"ItemNumber\": \"50952\",\n            \"Description\": \"Unresectable primary malignant tumour of the liver, destruction of, by open or laparoscopic ablation (including any associated imaging services), if a multi‑disciplinary team has assessed that percutaneous ablation cannot be performed or is not practical because of one or more of the following clinical circumstances: (a) percutaneous access cannot be achieved; (b) vital organs or tissues are at risk of damage from the percutaneous ablation procedure; (c) resection of one part of the liver is possible, however there is at least one primary liver tumour in an unresectable portion of the liver that is suitable for ablation; other than a service associated with a service to which item 30419 or 50950 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"953.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"16\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2004-05-01\"\n        },\n        {\n            \"ItemNumber\": \"51011\",\n            \"Description\": \"Direct spinal decompression or exposure (via a partial or a total laminectomy or a partial vertebrectomy), or a posterior spinal release, one motion segment, not being a service associated with a service to which item 51012, 51013, 51014 or 51015 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1674.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51012\",\n            \"Description\": \"Direct spinal decompression or exposure (via a partial or a total laminectomy or a partial vertebrectomy), or a posterior spinal release, 2 motion segments, not being a service associated with a service to which item 51011, 51013, 51014 or 51015 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2232.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51013\",\n            \"Description\": \"Direct spinal decompression or exposure (via a partial or a total laminectomy or a partial vertebrectomy), or a posterior spinal release, 3 motion segments, not being a service associated with a service to which item 51011, 51012, 51014 or 51015 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2790.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51014\",\n            \"Description\": \"Direct spinal decompression or exposure (via a partial or a total laminectomy or a partial vertebrectomy), or a posterior spinal release, 4 motion segments, not being a service associated with a service to which item 51011, 51012, 51013 or 51015 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3348.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51015\",\n            \"Description\": \"Direct spinal decompression or exposure (via a partial or a total laminectomy or a partial vertebrectomy), or a posterior spinal release, more than 4 motion segments, not being a service associated with a service to which item 51011, 51012, 51013 or 51014 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3907.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51020\",\n            \"Description\": \"Simple fixation of part of one vertebra (not motion segment) including pars interarticularis, spinous process or pedicle, or simple interspinous wiring between 2 adjacent vertebral levels, not being a service associated with: (a) interspinous dynamic stabilisation devices; or (b) a service to which item 51021, 51022, 51023, 51024, 51025 or 51026 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"893.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51021\",\n            \"Description\": \"Fixation of motion segment with vertebral body screw, pedicle screw or hook instrumentation including sublaminar tapes or wires, one motion segment, excluding vertebral body tethering for the treatment of scoliosis and not being a service associated with a service to which item 51020, 51022, 51023, 51024, 51025 or 51026 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1494.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51022\",\n            \"Description\": \"Fixation of motion segment with vertebral body screw, pedicle screw or hook instrumentation including sublaminar tapes or wires, 2 motion segments, excluding vertebral body tethering for the treatment of scoliosis and not being a service associated with a service to which item 51020, 51021, 51023, 51024, 51025 or 51026 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1859.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51023\",\n            \"Description\": \"Fixation of motion segment with vertebral body screw, pedicle screw or hook instrumentation including sublaminar tapes or wires, 3 or 4 motion segments, excluding vertebral body tethering for the treatment of scoliosis and not being a service associated with a service to which item 51020, 51021, 51022, 51024, 51025 or 51026 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2212.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51024\",\n            \"Description\": \"Fixation of motion segment with vertebral body screw, pedicle screw or hook instrumentation including sublaminar tapes or wires, 5 or 6 motion segments, excluding vertebral body tethering for the treatment of scoliosis and not being a service associated with a service to which item 51020, 51021, 51022, 51023, 51025 or 51026 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2554.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51025\",\n            \"Description\": \"Fixation of motion segment with vertebral body screw, pedicle screw or hook instrumentation including sublaminar tapes or wires, 7 to 12 motion segments, excluding vertebral body tethering for the treatment of scoliosis and not being a service associated with a service to which item 51020, 51021, 51022, 51023, 51024 or 51026 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2985.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51026\",\n            \"Description\": \"Fixation of motion segment with vertebral body screw, pedicle screw or hook instrumentation including sublaminar tapes or wires, more than 12 motion segments, excluding vertebral body tethering for the treatment of scoliosis and not being a service associated with a service to which item 51020, 51021, 51022, 51023, 51024 or 51025 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3268.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51031\",\n            \"Description\": \"Spine, posterior and/or posterolateral bone graft to, one motion segment, not being a service associated with a service to which item 51032, 51033, 51034, 51035 or 51036 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1098.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51032\",\n            \"Description\": \"Spine, posterior and/or posterolateral bone graft to, 2 motion segments, not being a service associated with a service to which item 51031, 51033, 51034, 51035 or 51036 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1317.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51033\",\n            \"Description\": \"Spine, posterior and/or posterolateral bone graft to, 3 motion segments, not being a service associated with a service to which item 51031, 51032, 51034, 51035 or 51036 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1537.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51034\",\n            \"Description\": \"Spine, posterior and/or posterolateral bone graft to, 4 to 7 motion segments, not being a service associated with a service to which item 51031, 51032, 51033, 51035 or 51036 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1647.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51035\",\n            \"Description\": \"Spine, posterior and/or posterolateral bone graft to, 8 to 11 motion segments, not being a service associated with a service to which item 51031, 51032, 51033, 51034 or 51036 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1757.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51036\",\n            \"Description\": \"Spine, posterior and/or posterolateral bone graft to, 12 or more motion segments, not being a service associated with a service to which item 51031, 51032, 51033, 51034 or 51035 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1867.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51041\",\n            \"Description\": \"Spinal fusion, anterior column (anterior, direct lateral or posterior interbody), one motion segment, not being a service associated with a service to which item 51042, 51043, 51044 or 51045 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1263.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51042\",\n            \"Description\": \"Spinal fusion, anterior column (anterior, direct lateral or posterior interbody), 2 motion segments, not being a service associated with a service to which item 51041, 51043, 51044 or 51045 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1768.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51043\",\n            \"Description\": \"Spinal fusion, anterior column (anterior, direct lateral or posterior interbody), 3 motion segments, not being a service associated with a service to which item 51041, 51042, 51044 or 51045 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2210.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51044\",\n            \"Description\": \"Spinal fusion, anterior column (anterior, direct lateral or posterior interbody), 4 motion segments, not being a service associated with a service to which item 51041, 51042, 51043 or 51045 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2399.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51045\",\n            \"Description\": \"Spinal fusion, anterior column (anterior, direct lateral or posterior interbody), 5 or more motion segments, not being a service associated with a service to which item 51041, 51042, 51043 or 51044 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2526.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51051\",\n            \"Description\": \"Pedicle subtraction osteotomy, one vertebra, not being a service associated with a service to which item 51052, 51053, 51054, 51055, 51056, 51057, 51058 or 51059 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2158.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51052\",\n            \"Description\": \"Pedicle subtraction osteotomy, 2 vertebrae, not being a service associated with a service to which item 51051, 51053, 51054, 51055, 51056, 51057, 51058 or 51059 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2624.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51053\",\n            \"Description\": \"Vertebral column resection osteotomy performed through single posterior approach, one vertebra, not being a service associated with a service to which item 51051, 51052, 51054, 51055, 51056, 51057, 51058 or 51059 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2986.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51054\",\n            \"Description\": \"Vertebral body, piecemeal or subtotal excision of (where piecemeal or subtotal excision is defined as removal of more than 50% of the vertebral body), one vertebra, not being a service associated with: (a) anterior column fusion when at the same motion segment; or (b) a service to which item 51051, 51052, 51053, 51055, 51056, 51057, 51058 or 51059 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1592.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51055\",\n            \"Description\": \"Vertebral body, piecemeal or subtotal excision of (where piecemeal or subtotal excision is defined as removal of more than 50% of the vertebral body), 2 vertebrae, not being a service associated with: (a) anterior column fusion when at the same motion segment; or (b) a service to which item 51051, 51052, 51053, 51054, 51056, 51057, 51058 or 51059 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2388.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51056\",\n            \"Description\": \"Vertebral body, piecemeal or subtotal excision of (where piecemeal or subtotal excision is defined as removal of more than 50% of the vertebral body), 3 or more vertebrae, not being a service associated with: (a) anterior column fusion when at the same motion segment; or (b) a service to which item 51051, 51052, 51053, 51054, 51055, 51057, 51058 or 51059 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2786.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51057\",\n            \"Description\": \"Vertebral body, en bloc excision of (complete spondylectomy), one vertebra, not being a service associated with: (a) anterior column fusion when at the same motion segment; or (b) a service to which item 51051, 51052, 51053, 51054, 51055, 51056, 51058 or 51059 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2799.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51058\",\n            \"Description\": \"Vertebral body, en bloc excision of (complete spondylectomy), 2 vertebrae, not being a service associated with: (a) anterior column fusion when at the same motion segment; or (b) a service to which item 51051, 51052, 51053, 51054, 51055, 51056, 51057 or 51059 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3150.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51059\",\n            \"Description\": \"Vertebral body, en bloc excision of (complete spondylectomy), 3 or more vertebrae, not being a service associated with: (a) anterior column fusion when at the same motion segment; or (b) a service to which item 51051, 51052, 51053, 51054, 51055, 51056, 51057 or 51058 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3849.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51061\",\n            \"Description\": \"Spinal fusion, anterior and posterior, including spinal instrumentation at one motion segment, posterior and/or posterolateral bone graft, and anterior column fusion, not being a service associated with a service to which item 51062, 51063, 51064, 51065 or 51066 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3306.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51062\",\n            \"Description\": \"Spinal fusion, anterior and posterior, including spinal instrumentation at 2 motion segments, posterior and/or posterolateral bone graft, and anterior column fusion, not being a service associated with a service to which item 51061, 51063, 51064, 51065 or 51066 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"4286.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51063\",\n            \"Description\": \"Spinal fusion, anterior and posterior, including spinal instrumentation at 3 motion segments, posterior and/or posterolateral bone graft, and anterior column fusion, not being a service associated with a service to which item 51061, 51062, 51064, 51065 or 51066 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"5191.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51064\",\n            \"Description\": \"Spinal fusion, anterior and posterior, including spinal instrumentation at 4 to 7 motion segments, posterior and/or posterolateral bone graft, and anterior column fusion, not being a service associated with a service to which item 51061, 51062, 51063, 51065 or 51066 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"5777.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51065\",\n            \"Description\": \"Spinal fusion, anterior and posterior, including spinal instrumentation at 8 to 11 motion segments, posterior and/or posterolateral bone graft, and anterior column fusion, not being a service associated with a service to which item 51061, 51062, 51063, 51064 or 51066 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"6390.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51066\",\n            \"Description\": \"Spinal fusion, anterior and posterior, including spinal instrumentation at 12 or more motion segments, posterior and/or posterolateral bone graft, and anterior column fusion not being a service associated with a service to which item 51061, 51062, 51063, 51064 or 51065 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"6728.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51071\",\n            \"Description\": \"Removal of intradural lesion, or primary extradural tumour or lesion, where the pathology is confirmed by histology - not including removal of synovial or juxtafacet cyst and not being a service associated with a service to which item 51072 or 51073 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2916.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51072\",\n            \"Description\": \"Craniocervical junction lesion, transoral approach for, not being a service associated with a service to which item 51071 or 51073 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3033.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51073\",\n            \"Description\": \"Removal of intramedullary tumour or arteriovenous malformation, not being a service associated with a service to which item 51071 or 51072 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3849.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51102\",\n            \"Description\": \"Thoracoplasty in combination with thoracic scoliosis correction—3 or more ribs (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1380.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51103\",\n            \"Description\": \"Odontoid screw fixation (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2426.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51110\",\n            \"Description\": \"Spine, treatment of fracture, dislocation or fracture‑dislocation, with immobilisation by calipers or halo, not including application of skull tongs or calipers as part of operative positioning (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"878.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51111\",\n            \"Description\": \"Skull calipers or halo, insertion of, as an independent procedure (Anaes.)\\n\",\n            \"ScheduleFee\": \"373.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51112\",\n            \"Description\": \"Plaster jacket, application of, as an independent procedure (Anaes.)\\n\",\n            \"ScheduleFee\": \"252.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51113\",\n            \"Description\": \"Halo, application of, in addition to spinal fusion for scoliosis, or other conditions (Anaes.)\\n\",\n            \"ScheduleFee\": \"280.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51114\",\n            \"Description\": \"Halo thoracic orthosis—application of both halo and thoracic jacket (Anaes.)\\n\",\n            \"ScheduleFee\": \"494.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51115\",\n            \"Description\": \"Halo‑femoral traction, as an independent procedure (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"494.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51120\",\n            \"Description\": \"Bone graft, harvesting of autogenous graft, via separate incision or via subcutaneous approach, in conjunction with spinal fusion, other than for the purposes of bone graft obtained from the cervical, thoracic, lumbar or sacral spine (Anaes.)\\n\",\n            \"ScheduleFee\": \"274.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51130\",\n            \"Description\": \"Lumbar artificial intervertebral total disc replacement, at one motion segment only, including removal of disc and marginal osteophytes: (a) for a patient who: (i) has not had prior spinal fusion surgery at the same lumbar level; and (ii) does not have vertebral osteoporosis; and (iii) has failed conservative therapy; and (b) not being a service associated with a service to which item 51011, 51012, 51013, 51014 or 51015 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2092.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51131\",\n            \"Description\": \"Cervical artificial intervertebral total disc replacement, at one motion segment only, including removal of disc and marginal osteophytes, for a patient who: (a) has not had prior spinal surgery at the same cervical level; and (b) is skeletally mature; and (c) has symptomatic degenerative disc disease with radiculopathy; and (d) does not have vertebral osteoporosis; and (e) has failed conservative therapy (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1263.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51140\",\n            \"Description\": \"Previous spinal fusion, re-exploration for, involving adjustment or removal of instrumentation up to 3 motion segments, not being a service associated with a service to which item 51141 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"516.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51141\",\n            \"Description\": \"Previous spinal fusion, re-exploration for, involving adjustment or removal of instrumentation more than 3 motion segments, not being a service associated with a service to which item 51140 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"954.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51145\",\n            \"Description\": \"Wound debridement or excision for post operative infection or haematoma following spinal surgery (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"516.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51150\",\n            \"Description\": \"Coccyx, excision of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"519.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51160\",\n            \"Description\": \"Anterior exposure of thoracic or lumbar spine, one motion segment, not being a service to which item 51165 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1341.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51165\",\n            \"Description\": \"Anterior exposure of thoracic or lumbar spine, more than one motion segment, excluding vertebral body tethering for the treatment of scoliosis and not being a service to which item 51160 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1691.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51170\",\n            \"Description\": \"Syringomyelia or hydromyelia, craniotomy for, with or without duraplasty, intradural dissection, plugging of obex or local cerebrospinal fluid shunt (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2548.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51171\",\n            \"Description\": \"Syringomyelia or hydromyelia, treatment by direct cerebrospinal fluid shunt (for example, syringosubarachnoid shunt, syringopleural shunt or syringoperitoneal shunt) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1070.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T8\",\n            \"SubGroup\": \"17\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51300\",\n            \"Description\": \"Assistance at any operation mentioned in an item in Group T8 that includes “(Assist.)” for which the fee does not exceed $651.30 or at a series or combination of operations mentioned in an item in Group T8 that include “(Assist.)” for which the aggregate fee does not exceed $651.30\\n\",\n            \"ScheduleFee\": \"100.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"51303\",\n            \"Description\": \"Assistance at any operation mentioned in an item in Group T8 that includes “(Assist.)” for which the fee exceeds $651.30 or at a series or combination of operations mentioned in an item in Group T8 that include “(Assist.)” for which the aggregate fee exceeds $651.30\\n\",\n            \"DerivedFee\": \"one fifth of the established fee for the operation or combination of operations\",\n            \"Category\": \"3\",\n            \"Group\": \"T9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"51306\",\n            \"Description\": \"Assistance at a birth involving Caesarean section (H)\\n\",\n            \"ScheduleFee\": \"145.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"51309\",\n            \"Description\": \"Assistance at a series or combination of operations that include “(Assist.)” and assistance at a birth involving Caesarean section (H)\\n\",\n            \"DerivedFee\": \"one fifth of the established fee for the operation or combination of operations (the fee for item 16520 being the Schedule fee for the Caesarean section component in the calculation of the established fee)\",\n            \"Category\": \"3\",\n            \"Group\": \"T9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"51312\",\n            \"Description\": \"Assistance at any interventional obstetric procedure covered by items 16606, 16609, 16612, 16615 and 16627 (H)\\n\",\n            \"DerivedFee\": \"One fifth of the established fee for the procedure or combination of procedures\",\n            \"Category\": \"3\",\n            \"Group\": \"T9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"51315\",\n            \"Description\": \"Assistance at cataract and intraocular lens surgery covered by item 42698, 42701, 42702, 42704 or 42707, when performed in association with services covered by item 42551 to 42569, 42653, 42656, 42725, 42746, 42749, 42752, 42776 or 42779 (H)\\n\",\n            \"ScheduleFee\": \"317.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1997-05-01\"\n        },\n        {\n            \"ItemNumber\": \"51318\",\n            \"Description\": \"Assistance at cataract and intraocular lens surgery, if patient has: (a) total loss of vision, including no potential for central vision, in the fellow eye; or (b) one of the following in the fellow eye: (i) vitreous loss; (ii) rupture of posterior capsule; (iii) loss of nuclear material into the vitreous; (iv) intraocular haemorrhage; (v) intraocular infection (endophthalmitis); (vi) cystoid macular oedema; (vii) corneal decompensation; (viii) retinal detachment; or (c) pseudo exfoliation, subluxed lens, iridodonesis, phacodonesis, retinal detachment, corneal scarring, pre‑existing uveitis, bound down miosed pupil, nanophthalmos, spherophakia, Marfan’s syndrome, homocysteinuria or previous blunt trauma causing intraocular damage (H)\\n\",\n            \"ScheduleFee\": \"209.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1997-05-01\"\n        },\n        {\n            \"ItemNumber\": \"91850\",\n            \"Description\": \"Antenatal video service provided by a practice midwife, nurse or an Aboriginal and Torres Strait Islander health practitioner, to a maximum of 10 services per pregnancy, if: (a) the service is provided on behalf of, and under the supervision of, a medical practitioner; and (b) the service is not performed in conjunction with another antenatal attendance item in Group T4 for the same patient on the same day by the same practitioner\\n\",\n            \"ScheduleFee\": \"31.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T4\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91851\",\n            \"Description\": \"Postnatal video attendance by an obstetrician or general practitioner (other than a service to which any other item applies) if: (a) is between 4 and 8 weeks after the birth; and (b) lasts at least 20 minutes in duration; and (c) includes a mental health assessment (including screening for drug and alcohol use and domestic violence) of the patient; and (d) is for a pregnancy in relation to which a service to which item 82140 applies is not provided. Applicable once for a pregnancy\\n\",\n            \"ScheduleFee\": \"83.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T4\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91852\",\n            \"Description\": \"Postnatal video attendance (other than a service to which any other item applies) if:(a) the attendance is rendered by: (i) a practice midwife (on behalf of and under the supervision of the medical practitioner who attended the birth); or (ii) an obstetrician; or (iii) a general practitioner; and (b) is between 1 week and 4 weeks after the birth; and (c) lasts at least 20 minutes; and (d) is for a patient who was privately admitted for the birth; and (e) is for a pregnancy in relation to which a service to which item 82130, 82135 or 82140 of the Health Insurance (Section 3C Midwife and Nurse Practitioner Services) Determination 2020 or item 91214, 91215, 91221 or 91222 is not provided. Applicable once for a pregnancy\\n\",\n            \"ScheduleFee\": \"62.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T4\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91853\",\n            \"Description\": \"Antenatal video attendance\\n\",\n            \"ScheduleFee\": \"55.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T4\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91855\",\n            \"Description\": \"Antenatal phone service provided by a practice midwife, nurse or an Aboriginal and Torres Strait Islander health practitioner, to a maximum of 10 services per pregnancy, if: (a) the service is provided on behalf of, and under the supervision of, a medical practitioner; and (b) the service is not performed in conjunction with another antenatal attendance item in Group T4 for the same patient on the same day by the same practitioner.\\n\",\n            \"ScheduleFee\": \"31.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T4\",\n            \"SubGroup\": \"2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91856\",\n            \"Description\": \"Postnatal phone attendance by an obstetrician or general practitioner (other than a service to which any other item applies) if: (a) is between 4 and 8 weeks after the birth; and (b) lasts at least 20 minutes in duration; and (c) includes a mental health assessment (including screening for drug and alcohol use and domestic violence) of the patient; and (d) is for a pregnancy in relation to which a service to which item 82140 applies is not provided. Applicable once for a pregnancy\\n\",\n            \"ScheduleFee\": \"83.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T4\",\n            \"SubGroup\": \"2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91857\",\n            \"Description\": \"Postnatal phone attendance (other than a service to which any other item applies) if: (a) the attendance is rendered by: (i) a practice midwife (on behalf of and under the supervision of the medical practitioner who attended the birth); or (ii) an obstetrician; or (iii) a general practitioner; and (b) is between 1 week and 4 weeks after the birth; and (c) lasts at least 20 minutes; and (d) is for a patient who was privately admitted for the birth; and (e) is for a pregnancy in relation to which a service to which item 82130, 82135 or 82140 of the Health Insurance (Section 3C Midwife and Nurse Practitioner Services) Determination 2020 or item 91214, 91215, 91221 or 91222 is not provided. Applicable once for a pregnancy\\n\",\n            \"ScheduleFee\": \"62.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T4\",\n            \"SubGroup\": \"2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91858\",\n            \"Description\": \"Antenatal phone attendance.\\n\",\n            \"ScheduleFee\": \"55.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"3\",\n            \"Group\": \"T4\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"51700\",\n            \"Description\": \"APPROVED DENTAL PRACTITIONER, REFERRED CONSULTATION - SURGERY, HOSPITAL OR RESIDENTIAL AGED CARE FACILITY Professional attendance (other than a second or subsequent attendance in a single course of treatment) by an approved dental practitioner, at consulting rooms, hospital or residential aged care facility where the patient is referred to him or her\\n\",\n            \"ScheduleFee\": \"99.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"51703\",\n            \"Description\": \"Professional attendance by an approved dental practitioner, each attendance subsequent to the first in a single course of treatment at consulting rooms, hospital or residential aged care facility where the patient is referred to him or her\\n\",\n            \"ScheduleFee\": \"50.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"51800\",\n            \"Description\": \"Assistance by an approved dental practitioner in the practice of oral and maxillofacial surgery at any operation mentioned in an item that includes “(Assist.)” for which the fee does not exceed $651.30 or at a series or combination of operations mentioned in an item in Groups O3 to O9 that include “(Assist.)” for which the aggregate fee does not exceed $651.30 (H)\\n\",\n            \"ScheduleFee\": \"100.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O2\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"51803\",\n            \"Description\": \"Assistance by an approved dental practitioner in the practice of oral and maxillofacial surgery at any operation mentioned in an item that includes “(Assist.)” for which the fee exceeds $651.30 or at a series or combination of operations mentioned in an item that include “(Assist.)” if the aggregate fee exceeds $651.30\\n\",\n            \"DerivedFee\": \"one fifth of the established fee for the operation or combination of operations\",\n            \"Category\": \"4\",\n            \"Group\": \"O2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"51900\",\n            \"Description\": \"WOUND OF SOFT TISSUE, deep or extensively contaminated, debridement of, under general anaesthesia or regional or field nerve block, including suturing of that wound when performed (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"380.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51902\",\n            \"Description\": \"Wounds of the oral and maxillofacial region, dressing of, under general anaesthesia, with or without removal of sutures, other than a service associated with a service to which another item in Groups O3 to O9 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"86.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51904\",\n            \"Description\": \"Lipectomy—wedge excision of skin or fat—one excision (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"530.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"51906\",\n            \"Description\": \"Lipectomy—wedge excision of skin or fat—2 or more excisions (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"806.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"52000\",\n            \"Description\": \"SKIN AND SUBCUTANEOUS TISSUE OR MUCOUS MEMBRANE, REPAIR OF RECENT WOUND OF, on face or neck, small (NOT MORE THAN 7 CM LONG), superficial (Anaes.)\\n\",\n            \"ScheduleFee\": \"96.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52003\",\n            \"Description\": \"SKIN AND SUBCUTANEOUS TISSUE OR MUCOUS MEMBRANE, REPAIR OF RECENT WOUND OF, on face or neck, small (NOT MORE THAN 7 CM LONG), involving deeper tissue (Anaes.)\\n\",\n            \"ScheduleFee\": \"137.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52006\",\n            \"Description\": \"SKIN AND SUBCUTANEOUS TISSUE OR MUCOUS MEMBRANE, REPAIR OF RECENT WOUND OF, on face or neck, large (MORE THAN 7 CM LONG), superficial (Anaes.)\\n\",\n            \"ScheduleFee\": \"137.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52009\",\n            \"Description\": \"SKIN AND SUBCUTANEOUS TISSUE OR MUCOUS MEMBRANE, REPAIR OF RECENT WOUND OF, on face or neck, large (MORE THAN 7 CM LONG), involving deeper tissue (Anaes.)\\n\",\n            \"ScheduleFee\": \"216.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52010\",\n            \"Description\": \"FULL THICKNESS LACERATION OF EAR, EYELID, NOSE OR LIP, repair of, with accurate apposition of each layer of tissue (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"296.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"52012\",\n            \"Description\": \"SUPERFICIAL FOREIGN BODY, removal of, as an independent procedure (Anaes.)\\n\",\n            \"ScheduleFee\": \"27.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52015\",\n            \"Description\": \"SUBCUTANEOUS FOREIGN BODY, removal of, requiring incision and suture, as an independent procedure (Anaes.)\\n\",\n            \"ScheduleFee\": \"128.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52018\",\n            \"Description\": \"FOREIGN BODY IN MUSCLE, TENDON OR OTHER DEEP TISSUE, removal of, as an independent procedure (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"322.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52021\",\n            \"Description\": \"ASPIRATION BIOPSY of 1 or MORE JAW CYSTS as an independent procedure to obtain material for diagnostic purposes and not being a service associated with an operative procedure on the same day (Anaes.)\\n\",\n            \"ScheduleFee\": \"34.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52024\",\n            \"Description\": \"BIOPSY OF SKIN OR MUCOUS MEMBRANE, as an independent procedure (Anaes.)\\n\",\n            \"ScheduleFee\": \"60.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52025\",\n            \"Description\": \"LYMPH NODE OF NECK, biopsy of (Anaes.)\\n\",\n            \"ScheduleFee\": \"214.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"52027\",\n            \"Description\": \"BIOPSY OF LYMPH NODE, MUSCLE OR OTHER DEEP TISSUE OR ORGAN, as an independent procedure and not being a service to which item 52025 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"174.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52030\",\n            \"Description\": \"SINUS, excision of, involving superficial tissue only (Anaes.)\\n\",\n            \"ScheduleFee\": \"105.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52033\",\n            \"Description\": \"SINUS, excision of, involving muscle and deep tissue (Anaes.)\\n\",\n            \"ScheduleFee\": \"214.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52034\",\n            \"Description\": \"PREMALIGNANT LESIONS of the oral mucous, treatment by cryotherapy, diathermy or carbon dioxide laser\\n\",\n            \"ScheduleFee\": \"50.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-05-01\"\n        },\n        {\n            \"ItemNumber\": \"52035\",\n            \"Description\": \"ENDOSCOPIC LASER THERAPY for neoplasia and benign vascular lesions of the oral cavity (Anaes.)\\n\",\n            \"ScheduleFee\": \"555.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"52036\",\n            \"Description\": \"TUMOUR, CYST, ULCER OR SCAR, (other than a scar removed during the surgical approach at an operation), up to 3 cm in diameter, removal from cutaneous or subcutaneous tissue or from mucous membrane, where the removal is by surgical excision and suture, not being a service to which item 52039 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"148.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52039\",\n            \"Description\": \"TUMOURS, CYSTS, ULCERS OR SCARS, (other than a scar removed during the surgical approach at an operation), up to 3 cm in diameter, removal from cutaneous or subcutaneous tissue or from mucous membrane, where the removal is by surgical excision and suture, and the procedure is performed on more than 3 but not more than 10 lesions (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"380.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52042\",\n            \"Description\": \"TUMOUR, CYST, ULCER OR SCAR, (other than a scar removed during the surgical approach at an operation), more than 3 cm in diameter, removal from cutaneous or subcutaneous tissue or from mucous membrane (Anaes.)\\n\",\n            \"ScheduleFee\": \"201.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52045\",\n            \"Description\": \"TUMOUR, CYST (other than a cyst associated with a tooth or tooth fragment unless it has been established by radiological examination that there is a minimum of 5mm separation between the cyst lining and tooth structure or where a tumour or cyst has been proven by positive histopathology), ULCER OR SCAR (other than a scar removed during the surgical approach at an operation), removal of, not being a service to which another item in Groups O3 to O9 applies, involving muscle, bone, or other deep tissue (Anaes.)\\n\",\n            \"ScheduleFee\": \"287.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52048\",\n            \"Description\": \"Tumour or deep cyst (other than a cyst associated with a tooth or tooth fragment unless it has been established by radiological examination that there is a minimum of 5 mm separation between the cyst lining and tooth structure or if a tumour or cyst has been proven by positive histopathology), removal of, requiring wide excision, other than a service to which another item in Groups O3 to O9 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"433.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52051\",\n            \"Description\": \"Tumour, removal of, from soft tissue (including muscle, fascia and connective tissue), extensive excision of, without skin or mucosal graft (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"585.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52054\",\n            \"Description\": \"Tumour, removal of, from soft tissue (including muscle, fascia and connective tissue), extensive excision of, with skin or mucosal graft (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"685.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52055\",\n            \"Description\": \"HAEMATOMA, SMALL ABSCESS OR CELLULITIS, not requiring admission to a hospital, INCISION WITH DRAINAGE OF (excluding after care)\\n\",\n            \"ScheduleFee\": \"31.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"52056\",\n            \"Description\": \"HAEMATOMA, aspiration of (Anaes.)\\n\",\n            \"ScheduleFee\": \"31.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"52057\",\n            \"Description\": \"Large haematoma, large abscess, carbuncle, cellulitis or similar lesion in the oral and maxillofacial region, incision with drainage of (excluding after‑care) (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"190.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52058\",\n            \"Description\": \"PERCUTANEOUS DRAINAGE OF DEEP ABSCESS, using interventional imaging techniques - but not including imaging (Anaes.)\\n\",\n            \"ScheduleFee\": \"277.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"52059\",\n            \"Description\": \"ABSCESS, DRAINAGE TUBE, exchange of using interventional imaging techniques - but not including imaging (Anaes.)\\n\",\n            \"ScheduleFee\": \"312.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"52060\",\n            \"Description\": \"Muscle in the oral and maxillofacial region, excision of (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"221.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52061\",\n            \"Description\": \"Muscle, in the oral and maxillofacial region, ruptured, repair of (limited), not associated with external wound (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"260.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"52062\",\n            \"Description\": \"Muscle, in the oral and maxillofacial region, ruptured, repair of (extensive), not associated with external wound (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"344.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"52063\",\n            \"Description\": \"BONE TUMOUR, INNOCENT, excision of, not being a service to which another item in Groups O3 to O9 applies (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"415.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52064\",\n            \"Description\": \"BONE CYST, injection into or aspiration of (Anaes.)\\n\",\n            \"ScheduleFee\": \"197.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"52066\",\n            \"Description\": \"Submandibular gland, extirpation of (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"519.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52069\",\n            \"Description\": \"Sublingual gland, extirpation of (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"231.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52072\",\n            \"Description\": \"SALIVARY GLAND, DILATATION OR DIATHERMY of duct (Anaes.)\\n\",\n            \"ScheduleFee\": \"68.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52073\",\n            \"Description\": \"Salivary gland, repair of cutaneous fistula of (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"174.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"52075\",\n            \"Description\": \"SALIVARY GLAND, removal of CALCULUS from duct or meatotomy or marsupialisation, 1 or more such procedures (Anaes.)\\n\",\n            \"ScheduleFee\": \"174.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52078\",\n            \"Description\": \"Tongue, partial excision of (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"344.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52081\",\n            \"Description\": \"TONGUE TIE, division or excision of frenulum (Anaes.)\\n\",\n            \"ScheduleFee\": \"54.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52084\",\n            \"Description\": \"TONGUE TIE, MANDIBULAR FRENULUM OR MAXILLARY FRENULUM, division or excision of frenulum, in a patient aged not less than 2 years (Anaes.)\\n\",\n            \"ScheduleFee\": \"139.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"EligibleAgeRange\": \"2 years or older\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52087\",\n            \"Description\": \"RANULA OR MUCOUS CYST OF MOUTH, removal of (Anaes.)\\n\",\n            \"ScheduleFee\": \"238.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52090\",\n            \"Description\": \"OPERATION ON MANDIBLE OR MAXILLA (other than alveolar margins) for chronic osteomyelitis - 1 bone or in combination with adjoining bones (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"415.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52092\",\n            \"Description\": \"Operation on skull for osteomyelitis (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"541.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"52094\",\n            \"Description\": \"Operation on any combination of adjoining bones in the oral and maxillofacial region, being bones referred to in item 52092 (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"685.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"52095\",\n            \"Description\": \"Bone growth stimulator in the oral and maxillofacial region, insertion of (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"444.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"52096\",\n            \"Description\": \"ORTHOPAEDIC PIN OR WIRE, insertion of, into maxilla or mandible or zygoma, as an independent procedure (Anaes.)\\n\",\n            \"ScheduleFee\": \"131.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52097\",\n            \"Description\": \"EXTERNAL FIXATION, removal of, in the operating theatre of a hospital (Anaes.)\\n\",\n            \"ScheduleFee\": \"186.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"52098\",\n            \"Description\": \"External fixation in the oral and maxillofacial region, removal of, in conjunction with operations involving internal fixation or bone grafting or both (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"219.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"52099\",\n            \"Description\": \"BURIED WIRE, PIN or SCREW, 1 or more, which were inserted for internal fixation purposes into maxilla or mandible or zygoma, removal of, requiring anaesthesia, incision, dissection and suturing, per bone, not being a service associated with a service to which item 52102 or 52105 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"164.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52102\",\n            \"Description\": \"Buried wire, pin or screw, one or more, which were inserted for internal fixation purposes into maxilla or mandible or zygoma, removal of, requiring anaesthesia, incision, dissection and suturing, if undertaken in the operating theatre of a hospital, per bone (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"164.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52105\",\n            \"Description\": \"Plate, one or more of, and associated screw and wire which were inserted for internal fixation purposes into maxilla or mandible or zygoma, removal of, requiring anaesthesia, incision, dissection and suturing, per bone, other than a service associated with a service to which item 52099 or 52102 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"307.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52106\",\n            \"Description\": \"ARCH BARS, 1 or more, which were inserted for dental fixation purposes to the maxilla or mandible, removal of, requiring general anaesthesia where undertaken in the operating theatre of a hospital (Anaes.)\\n\",\n            \"ScheduleFee\": \"127.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1997-05-01\"\n        },\n        {\n            \"ItemNumber\": \"52108\",\n            \"Description\": \"LIP, full thickness wedge excision of, with repair by direct sutures (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"380.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52111\",\n            \"Description\": \"VERMILIONECTOMY (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"380.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52114\",\n            \"Description\": \"Mandible or maxilla, segmental resection of, for tumours or cysts (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"685.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52117\",\n            \"Description\": \"Mandible, including lower border, or maxilla, sub‑total resection of (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"815.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52120\",\n            \"Description\": \"Mandible, hemimandiblectomy of, including condylectomy, if performed (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"965.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52122\",\n            \"Description\": \"Mandible, hemi‑mandibular reconstruction of, or maxilla reconstruction of, with bone graft, plate, tray or alloplast, other than a service associated with a service to which item 52123 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"965.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"52123\",\n            \"Description\": \"Mandible, total resection of both sides, including condylectomies if performed (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1092.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52126\",\n            \"Description\": \"Maxilla, total resection of (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1050.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52129\",\n            \"Description\": \"Maxilla, total resection of both maxillae (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1406.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52130\",\n            \"Description\": \"Bone graft in the oral and maxillofacial region, other than a service to which another item in Groups O3 to O9 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"516.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"52131\",\n            \"Description\": \"Bone graft with internal fixation, in the oral and maxillofacial region, other than a service to which another item in the range 51900 to 52186, or the range 52303 to 53460, applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"713.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"52132\",\n            \"Description\": \"TRACHEOSTOMY (Anaes.)\\n\",\n            \"ScheduleFee\": \"290.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52133\",\n            \"Description\": \"CRICOTHYROSTOMY by direct stab or Seldinger technique, using Minitrach or similar device (Anaes.)\\n\",\n            \"ScheduleFee\": \"106.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"52135\",\n            \"Description\": \"POST-OPERATIVE or POST-NASAL HAEMORRHAGE, or both, control of, where undertaken in the operating theatre of a hospital (Anaes.)\\n\",\n            \"ScheduleFee\": \"168.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52138\",\n            \"Description\": \"Maxillary artery, ligation of (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"523.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52141\",\n            \"Description\": \"Facial, mandibular or lingual artery or vein or artery and vein, ligation of, other than a service to which item 52138 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"517.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52144\",\n            \"Description\": \"Foreign body, deep, removal of using interventional imaging techniques (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"482.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52147\",\n            \"Description\": \"Duct of major salivary gland, transposition of (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"455.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52148\",\n            \"Description\": \"Parotid duct, repair of, using micro‑surgical techniques (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"804.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"52158\",\n            \"Description\": \"Submandibular ducts, relocation of, for surgical control of drooling (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1295.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"52180\",\n            \"Description\": \"MALIGNANT DISEASE AGGRESSIVE OR POTENTIALLY MALIGNANT BONE OR DEEP SOFT TISSUE TUMOUR, biopsy of (not including aftercare) (Anaes.)\\n\",\n            \"ScheduleFee\": \"219.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"52182\",\n            \"Description\": \"Bone or malignant deep soft tissue tumour in the oral and maxillofacial region, lesional or marginal excision of (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"483.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"52184\",\n            \"Description\": \"Bone tumour in the oral and maxillofacial region, lesional or marginal excision of, combined with any one of liquid nitrogen freezing, autograft, allograft or cementation (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"713.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"52186\",\n            \"Description\": \"Bone tumour in the oral and maxillofacial region, lesional or marginal excision of, combined with any 2 or more of liquid nitrogen freezing, autograft, allograft or cementation (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"878.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O3\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"52300\",\n            \"Description\": \"SINGLE-STAGE LOCAL FLAP, where indicated, repair to 1 defect, with skin or mucosa (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"331.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52303\",\n            \"Description\": \"Single-stage local flap, if indicated, repair to one defect, with buccal pad of fat (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"473.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52306\",\n            \"Description\": \"Single-stage local flap, if indicated, repair to one defect, using temporalis muscle (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"702.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52309\",\n            \"Description\": \"FREE GRAFTING (mucosa or split skin) of a granulating area (Anaes.)\\n\",\n            \"ScheduleFee\": \"238.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52312\",\n            \"Description\": \"FREE GRAFTING (mucosa, split skin or connective tissue) to 1 defect, including elective dissection (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"331.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52315\",\n            \"Description\": \"FREE GRAFTING, FULL THICKNESS, to 1 defect (mucosa or skin) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"552.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52318\",\n            \"Description\": \"Bone graft, harvesting of, via separate incision, being a service associated with a service to which another item in Groups O3 to O9 applies—Autogenous, small quantity (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"164.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52319\",\n            \"Description\": \"Bone graft, harvesting of, via separate incision, being a service associated with a service to which another item in Groups O3 to O9 applies—Autogenous, large quantity (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"274.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-04-01\"\n        },\n        {\n            \"ItemNumber\": \"52321\",\n            \"Description\": \"Foreign implant (non-biological), insertion of, for contour reconstruction of pathological deformity, other than a service associated with a service to which item 52624 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"552.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52324\",\n            \"Description\": \"Direct flap repair, using tongue, first stage (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"552.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52327\",\n            \"Description\": \"Direct flap repair, using tongue, second stage (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"274.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52330\",\n            \"Description\": \"Palatal defect (oro-nasal fistula), plastic closure of, including services to which item 52300, 52303, 52306 or 52324 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"912.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52333\",\n            \"Description\": \"Cleft palate, primary repair (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"912.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52336\",\n            \"Description\": \"Cleft palate, secondary repair, closure of fistula using local flaps (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"570.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52337\",\n            \"Description\": \"Alveolar cleft (congenital) unilateral, grafting of, including plastic closure of associated oro-nasal fistulae and ridge augmentation (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1247.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1997-05-01\"\n        },\n        {\n            \"ItemNumber\": \"52339\",\n            \"Description\": \"Cleft palate, secondary repair, lengthening procedure (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"649.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52342\",\n            \"Description\": \"MANDIBLE or MAXILLA, unilateral osteotomy or osteectomy of, including transposition of nerves and vessels and bone grafts taken from the same site (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1127.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52345\",\n            \"Description\": \"MANDIBLE or MAXILLA, unilateral osteotomy or osteectomy of, including transposition of nerves and vessels and bone grafts taken from the same site and stabilisation with fixation by wires, screws, plates or pins, or any combination (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1271.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52348\",\n            \"Description\": \"MANDIBLE or MAXILLA, bilateral osteotomy or osteectomy of, including transposition of nerves and vessels and bone grafts taken from the same site (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1437.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52351\",\n            \"Description\": \"MANDIBLE or MAXILLA, bilateral osteotomy of osteectomy of, including transposition of nerves and vessels and bone grafts taken from the same site and stabilisation with fixation by wires, screws, plates or pins, or any combination (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1614.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52354\",\n            \"Description\": \"MANDIBLE or MAXILLA, osteotomies or osteectomies of, involving 3 or more such procedures on the 1 jaw, including transposition of nerves and vessels and bone grafts taken from the same site (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1636.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52357\",\n            \"Description\": \"MANDIBLE or MAXILLA, osteotomies or osteectomies of, involving 3 or more such procedures on the 1 jaw, including transposition of nerves and vessels and bone grafts taken from the same site and stabilisation with fixation by wires, screws, plates or pins, or any combination (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1842.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52360\",\n            \"Description\": \"MANDIBLE and MAXILLA, osteotomies or osteectomies of, involving 2 such procedures of each jaw, including transposition of nerves and vessels and bone grafts taken from the same site (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1879.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52363\",\n            \"Description\": \"MANDIBLE and MAXILLA, osteotomies or osteectomies of, involving 2 such procedures of each jaw, including transposition of nerves and vessels and bone grafts taken from the same site and stabilisation with fixation by wires, screws, plates or pins, or any combination (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2114.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52366\",\n            \"Description\": \"MANDIBLE and MAXILLA, complex bilateral osteotomies or osteectomies of, involving 3 or more such procedures of 1 jaw and 2 such procedures of the other jaw, including genioplasty when performed and transposition of nerves and vessels and bone grafts taken from the same site (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2067.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52369\",\n            \"Description\": \"MANDIBLE and MAXILLA, complex bilateral osteotomies or osteectomies of, involving 3 or more such procedures of 1 jaw and 2 such procedures of the other jaw, including genioplasty when performed and transposition of nerves and vessels and bone grafts taken from the same site and stabilisation with fixation by wires, screws, plates or pins, or any combination (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2324.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52372\",\n            \"Description\": \"MANDIBLE and MAXILLA, complex bilateral osteotomies or osteectomies of, involving 3 or more such procedures of each jaw, including genioplasty when performed and transposition of nerves and vessels and bone grafts taken from the same site (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2255.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52375\",\n            \"Description\": \"MANDIBLE and MAXILLA, complex bilateral osteotomies or osteectomies of, involving 3 or more such procedures of each jaw, including genioplasty when performed and transposition of nerves and vessels and bone grafts taken from the same site and stabilisation with fixation by wires, screws, plates or pins, or any combination (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2526.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52378\",\n            \"Description\": \"Genioplasty including transposition of nerves and vessels and bone grafts taken from the same site (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"873.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52379\",\n            \"Description\": \"Face, contour reconstruction of one region, using autogenous bone or cartilage graft (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1492.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"52380\",\n            \"Description\": \"Midfacial osteotomies—Le Fort II, Modified Le Fort III (Nasomalar), Modified Le Fort III (Malar-Maxillary), Le Fort III involving 3 or more osteotomies of the midface including transposition of nerves and vessels and bone grafts taken from the same site (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"2541.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"52382\",\n            \"Description\": \"Midfacial osteotomies—Le Fort II, Modified Le Fort III (Nasomalar), Modified Le Fort III (Malar-Maxillary), Le Fort III involving 3 or more osteotomies of the midface including transposition of nerves and vessels and bone grafts taken from the same site and stabilisation with fixation by wires, screws, plates or pins, or any combination (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"3046.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"52420\",\n            \"Description\": \"Mandible, fixation by intermaxillary wiring, excluding wiring for obesity (H)\\n\",\n            \"ScheduleFee\": \"281.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"52424\",\n            \"Description\": \"Dermis, dermofat or fascia graft (excluding transfer of fat by injection) in the oral and maxillofacial region (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"552.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"52430\",\n            \"Description\": \"Microvascular repair of the oral and maxillofacial region using microsurgical techniques, with restoration of continuity of artery or vein of distal extremity or digit (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1271.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"52440\",\n            \"Description\": \"Cleft lip, unilateral—primary repair, one stage, without anterior palate repair (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"631.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"52442\",\n            \"Description\": \"Cleft lip, unilateral—primary repair, one stage, with anterior palate repair (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"789.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"52444\",\n            \"Description\": \"Cleft lip, bilateral—primary repair, one stage, without anterior palate repair (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"877.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"52446\",\n            \"Description\": \"Cleft lip, bilateral—primary repair, one stage, with anterior palate repair (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1035.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"52450\",\n            \"Description\": \"Cleft lip, partial revision, including minor flap revision alignment and adjustment, including revision of minor whistle deformity if performed (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"350.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"52452\",\n            \"Description\": \"Cleft lip, total revision, including major flap revision, muscle reconstruction and revision of major whistle deformity (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"570.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"52456\",\n            \"Description\": \"Cleft lip reconstruction using full thickness flap (Abbe or similar), first stage (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"965.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"52458\",\n            \"Description\": \"Cleft lip reconstruction using full thickness flap (Abbe or similar), second stage (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"350.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"52460\",\n            \"Description\": \"Velo‑pharyngeal incompetence, pharyngeal flap for, or pharyngoplasty for (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"912.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"52480\",\n            \"Description\": \"Composite graft (chondro‑cutaneous or chondro‑mucosal) to nose, ear or eyelid (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"585.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"52482\",\n            \"Description\": \"Macrocheilia or macroglossia, operation for (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"563.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"52484\",\n            \"Description\": \"Macrostomia, operation for (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"671.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O4\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"52600\",\n            \"Description\": \"MANDIBULAR OR PALATAL EXOSTOSIS, excision of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"394.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52603\",\n            \"Description\": \"Mylohyoid ridge, reduction of (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"377.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52606\",\n            \"Description\": \"MAXILLARY TUBEROSITY, reduction of (Anaes.)\\n\",\n            \"ScheduleFee\": \"287.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52609\",\n            \"Description\": \"Papillary hyperplasia of the palate, removal of—less than 5 lesions (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"377.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52612\",\n            \"Description\": \"Papillary hyperplasia of the palate, removal of—5 to 20 lesions (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"473.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52615\",\n            \"Description\": \"Papillary hyperplasia of the palate, removal of—more than 20 lesions (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"587.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52618\",\n            \"Description\": \"VESTIBULOPLASTY, submucosal or open, including excision of muscle and skin or mucosal graft when performed - unilateral or bilateral (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"684.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52621\",\n            \"Description\": \"Floor of mouth lowering (Obwegeser or similar procedure), including excision of muscle and skin or mucosal graft when performed—unilateral (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"684.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52624\",\n            \"Description\": \"ALVEOLAR RIDGE AUGMENTATION with bone or alloplast or both - unilateral (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"552.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52626\",\n            \"Description\": \"Alveolar ridge augmentation—unilateral, insertion of tissue expanding device into maxillary or mandibular alveolar ridge region for (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"338.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O5\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"52627\",\n            \"Description\": \"OSSEO-INTEGRATION PROCEDURE - in the practice of oral and maxillofacial surgery, extra oral implantation of titanium fixture (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"587.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52630\",\n            \"Description\": \"OSSEO-INTEGRATION PROCEDURE - in the practice of oral and maxillofacial surgery, fixation of transcutaneous abutment (Anaes.)\\n\",\n            \"ScheduleFee\": \"217.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52633\",\n            \"Description\": \"OSSEO-INTEGRATION PROCEDURE - intra-oral implantation of titanium fixture to facilitate restoration of the dentition following resection of part of the maxilla or mandible for benign or malignant tumours (Anaes.)\\n\",\n            \"ScheduleFee\": \"587.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-05-01\"\n        },\n        {\n            \"ItemNumber\": \"52636\",\n            \"Description\": \"OSSEO-INTEGRATION PROCEDURE - fixation of transmucosal abutment to fixtures placed following resection of part of the maxilla or mandible for benign or malignant tumours (Anaes.)\\n\",\n            \"ScheduleFee\": \"217.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-05-01\"\n        },\n        {\n            \"ItemNumber\": \"52800\",\n            \"Description\": \"Neurolysis by open operation, without transposition, other than a service associated with a service to which item 52803 applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"322.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52803\",\n            \"Description\": \"Nerve trunk, internal (interfascicular), neurolysis of, using microsurgical techniques (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"464.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52806\",\n            \"Description\": \"NEURECTOMY, NEUROTOMY or REMOVAL OF TUMOUR from superficial peripheral nerve (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"322.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52809\",\n            \"Description\": \"Neurectomy, neurotomy or removal of tumour from deep peripheral nerve (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"552.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52812\",\n            \"Description\": \"Nerve trunk, primary repair of, using microsurgical techniques (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"789.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52815\",\n            \"Description\": \"Nerve trunk, secondary repair of, using microsurgical techniques (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"833.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52818\",\n            \"Description\": \"Nerve, transposition of (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"552.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52821\",\n            \"Description\": \"Nerve graft to nerve trunk (cable graft) including harvesting of nerve graft using microsurgical techniques (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1201.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52824\",\n            \"Description\": \"Peripheral branches of the trigeminal nerve, cryosurgery of, for pain relief (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"517.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"52826\",\n            \"Description\": \"Injection of primary branch of trigeminal nerve with alcohol, cortisone, phenol, or similar substance (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"277.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"52828\",\n            \"Description\": \"Cutaneous nerve, primary repair of, using microsurgical techniques (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"412.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"52830\",\n            \"Description\": \"Cutaneous nerve, secondary repair of, using microsurgical techniques (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"543.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O6\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"52832\",\n            \"Description\": \"CUTANEOUS NERVE, nerve graft to, using microsurgical techniques (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"745.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"53000\",\n            \"Description\": \"MAXILLARY ANTRUM, PROOF PUNCTURE AND LAVAGE OF (Anaes.)\\n\",\n            \"ScheduleFee\": \"38.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"53003\",\n            \"Description\": \"Maxillary antrum, proof puncture and lavage of, under general anaesthesia, other than a service associated with a service to which another item in Groups O3 to O9 applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"107.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"53004\",\n            \"Description\": \"MAXILLARY ANTRUM, LAVAGE OF - each attendance at which the procedure is performed, including any associated consultation (Anaes.)\\n\",\n            \"ScheduleFee\": \"41.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"53006\",\n            \"Description\": \"Antrostomy (radical) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"608.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"53009\",\n            \"Description\": \"ANTRUM, intranasal operation on, or removal of foreign body from (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"344.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"53012\",\n            \"Description\": \"ANTRUM, drainage of, through tooth socket (Anaes.)\\n\",\n            \"ScheduleFee\": \"137.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"53015\",\n            \"Description\": \"Oro‑antral fistula, plastic closure of (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"685.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"53016\",\n            \"Description\": \"Nasal septum, septoplasty, submucous resection or closure of septal perforation (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"563.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1997-05-01\"\n        },\n        {\n            \"ItemNumber\": \"53017\",\n            \"Description\": \"Nasal septum, reconstruction of (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"703.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"53019\",\n            \"Description\": \"Maxillary sinus, bone graft to floor of maxillary sinus following elevation of mucosal lining (sinus lift procedure), unilateral (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"677.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"53052\",\n            \"Description\": \"POST-NASAL SPACE, direct examination of, with or without biopsy (Anaes.)\\n\",\n            \"ScheduleFee\": \"143.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"53054\",\n            \"Description\": \"NASENDOSCOPY or SINOSCOPY or FIBREOPTIC EXAMINATION of NASOPHARYNX one or more of these procedures (Anaes.)\\n\",\n            \"ScheduleFee\": \"143.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"53056\",\n            \"Description\": \"Examination of nasal cavity or post‑nasal space, or nasal cavity and post‑nasal space, under general anaesthesia, other than a service associated with a service to which another item in this Group applies (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"83.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"53058\",\n            \"Description\": \"NASAL HAEMORRHAGE, POSTERIOR, ARREST OF, with posterior nasal packing with or without cauterisation and with or without anterior pack (excluding aftercare) (Anaes.)\\n\",\n            \"ScheduleFee\": \"143.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"53060\",\n            \"Description\": \"Cauterisation (other than by chemical means) or cauterisation by chemical means when performed under general anaesthesia or diathermy of septum or turbinates for obstruction or haemorrhage secondary to surgery (or trauma)—one or more of these procedures (including any consultation on the same occasion) other than a service associated with another operation on the nose (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"117.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"53062\",\n            \"Description\": \"POST SURGICAL NASAL HAEMORRHAGE, arrest of during an episode of epistaxis by cauterisation or nasal cavity packing or both (Anaes.)\\n\",\n            \"ScheduleFee\": \"105.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"53064\",\n            \"Description\": \"CRYOTHERAPY TO NOSE in the treatment of nasal haemorrhage (Anaes.)\\n\",\n            \"ScheduleFee\": \"190.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"53068\",\n            \"Description\": \"Turbinectomy or turbinectomies, partial or total, unilateral (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"159.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"53070\",\n            \"Description\": \"Turbinates, submucous resection of, unilateral (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"207.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O7\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"53200\",\n            \"Description\": \"MANDIBLE, treatment of a dislocation of, not requiring open reduction (Anaes.)\\n\",\n            \"ScheduleFee\": \"82.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O8\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"53203\",\n            \"Description\": \"Mandible, treatment of a dislocation of, requiring open reduction (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"138.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"53206\",\n            \"Description\": \"TEMPOROMANDIBULAR JOINT, manipulation of, performed in the operating theatre of a hospital, not being a service associated with a service to which another item in Groups O3 to O9 applies (Anaes.)\\n\",\n            \"ScheduleFee\": \"166.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"53209\",\n            \"Description\": \"Glenoid fossa, zygomatic arch and temporal bone, reconstruction of (Obwegeser technique) (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1923.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"53212\",\n            \"Description\": \"Absent condyle and ascending ramus in hemifacial microsomia, construction of, not including harvesting of graft material (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1039.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"53215\",\n            \"Description\": \"Temporomandibular joint, arthroscopy of, with or without biopsy, other than a service associated with another arthroscopic procedure of that joint (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"476.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"53218\",\n            \"Description\": \"Temporomandibular joint, arthroscopy of, removal of loose bodies, debridement, or treatment of adhesions—one or more of such procedures (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"762.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"53220\",\n            \"Description\": \"Temporomandibular joint, arthrotomy of, other than a service to which another item in this Group applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"384.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"53221\",\n            \"Description\": \"Temporomandibular joint, open surgical exploration of, with or without microsurgical techniques (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1017.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"53224\",\n            \"Description\": \"Temporomandibular joint, open surgical exploration of, with condylectomy or condylotomy, with or without microsurgical techniques (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1128.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"53225\",\n            \"Description\": \"Arthrocentesis, irrigation of temporomandibular joint after insertion of 2 cannuli into the appropriate joint space (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"338.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O8\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"53226\",\n            \"Description\": \"Temporomandibular joint, synovectomy of, other than a service to which another item in this Group applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"364.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"53227\",\n            \"Description\": \"Temporomandibular joint, open surgical exploration of, with or without meniscus or capsular surgery, including meniscectomy when performed, with or without microsurgical techniques (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1386.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"53230\",\n            \"Description\": \"Temporomandibular joint, open surgical exploration of, with meniscus, capsular and condylar head surgery, with or without microsurgical techniques (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1561.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"53233\",\n            \"Description\": \"Temporomandibular joint, surgery of, involving procedures to which item 53224, 53226, 53227 or 53230 applies and also involving the use of tissue flaps, or cartilage graft, or allograft implants, with or without microsurgical techniques (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"1754.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"53236\",\n            \"Description\": \"Temporomandibular joint, stabilisation of, involving one or more of: repair of capsule, repair of ligament or internal fixation, other than a service to which another item in this Group applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"549.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"53239\",\n            \"Description\": \"Temporomandibular joint, arthrodesis of, other than a service to which another item in this Group applies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"549.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"53242\",\n            \"Description\": \"Temporomandibular joint or joints, application of external fixator to, other than for treatment of fractures (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"364.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O8\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"53400\",\n            \"Description\": \"MAXILLA, unilateral or bilateral, treatment of fracture of, not requiring splinting\\n\",\n            \"ScheduleFee\": \"150.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"53403\",\n            \"Description\": \"MANDIBLE, treatment of fracture of, not requiring splinting\\n\",\n            \"ScheduleFee\": \"184.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"53406\",\n            \"Description\": \"Maxilla, treatment of fracture of, requiring splinting, wiring of teeth, circumosseous fixation or external fixation (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"474.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"53409\",\n            \"Description\": \"Mandible, treatment of fracture of, requiring splinting, wiring of teeth, circumosseous fixation or external fixation (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"474.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"53410\",\n            \"Description\": \"ZYGOMATIC BONE, treatment of fracture of, not requiring surgical reduction\\n\",\n            \"ScheduleFee\": \"99.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"53411\",\n            \"Description\": \"Zygomatic bone, treatment of fracture of, requiring surgical reduction, by temporal, intra‑oral or other approach (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"278.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"53412\",\n            \"Description\": \"Zygomatic bone, treatment of fracture of, requiring surgical reduction and involving internal or external fixation at one site (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"457.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"53413\",\n            \"Description\": \"Zygomatic bone, treatment of fracture of, requiring surgical reduction and involving internal or external fixation or both at 2 sites (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"560.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"53414\",\n            \"Description\": \"Zygomatic bone, treatment of, requiring surgical reduction and involving internal or external fixation or both at 3 sites (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"643.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"53415\",\n            \"Description\": \"Maxilla, treatment of fracture of, requiring open reduction (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"508.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"53416\",\n            \"Description\": \"Mandible, treatment of fracture of, requiring open reduction (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"508.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"53418\",\n            \"Description\": \"Maxilla, treatment of fracture of, requiring open reduction and internal fixation not involving a plate (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"660.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"53419\",\n            \"Description\": \"Mandible, treatment of fracture of, requiring open reduction and internal fixation not involving a plate (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"660.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"53422\",\n            \"Description\": \"Maxilla, treatment of fracture of, requiring open reduction and internal fixation involving a plate (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"838.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"53423\",\n            \"Description\": \"Mandible, treatment of fracture of, requiring open reduction and internal fixation involving a plate (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"838.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"53424\",\n            \"Description\": \"Maxilla, treatment of a complicated fracture of, involving viscera, blood vessels or nerves, requiring open reduction not involving a plate (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"719.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"53425\",\n            \"Description\": \"Mandible, treatment of a complicated fracture of, involving viscera, blood vessels or nerves, requiring open reduction not involving a plate (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"719.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"53427\",\n            \"Description\": \"Maxilla, treatment of a complicated fracture of, involving viscera, blood vessels or nerves, requiring open reduction involving the use of a plate (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"982.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"53429\",\n            \"Description\": \"Mandible, treatment of a complicated fracture of, involving viscera, blood vessels or nerves, requiring open reduction involving the use of a plate (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"982.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"53439\",\n            \"Description\": \"MANDIBLE, treatment of a closed fracture of, involving a joint surface (Anaes.)\\n\",\n            \"ScheduleFee\": \"278.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"53453\",\n            \"Description\": \"Orbital cavity, reconstruction of a wall or floor with or without foreign implant (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"563.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"53455\",\n            \"Description\": \"Orbital cavity, bone or cartilage graft to orbital wall or floor including reduction of prolapsed or entrapped orbital contents (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"662.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"53458\",\n            \"Description\": \"NASAL BONES, treatment of fracture of, not being a service to which item 53459 or 53460 applies\\n\",\n            \"ScheduleFee\": \"50.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-05-01\"\n        },\n        {\n            \"ItemNumber\": \"53459\",\n            \"Description\": \"NASAL BONES, treatment of fracture of, by reduction (Anaes.)\\n\",\n            \"ScheduleFee\": \"274.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-05-01\"\n        },\n        {\n            \"ItemNumber\": \"53460\",\n            \"Description\": \"Nasal bones, treatment of fractures of, by open reduction involving osteotomies (H) (Anaes.) (Assist.)\\n\",\n            \"ScheduleFee\": \"560.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O9\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1997-05-01\"\n        },\n        {\n            \"ItemNumber\": \"53700\",\n            \"Description\": \"(Note. Where an anaesthetic combines a regional nerve block with a general anaesthetic for an operative procedure, benefits will be paid only under the anaesthetic item relevant to the operation. The items in this Group are to be used in the practice of oral and maxillofacial surgery and are not to be used for dental procedures (eg. restorative dentistry or dental extraction.)) TRIGEMINAL NERVE, primary division of, injection of an anaesthetic agent\\n\",\n            \"ScheduleFee\": \"145.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O11\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"53702\",\n            \"Description\": \"TRIGEMINAL NERVE, peripheral branch of, injection of an anaesthetic agent\\n\",\n            \"ScheduleFee\": \"72.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O11\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"53704\",\n            \"Description\": \"FACIAL NERVE, injection of an anaesthetic agent\\n\",\n            \"ScheduleFee\": \"43.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O11\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"53706\",\n            \"Description\": \"NERVE BRANCH, destruction by a neurolytic agent, not being a service to which any other item in this Group applies\\n\",\n            \"ScheduleFee\": \"145.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O11\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"54001\",\n            \"Description\": \"Video attendance (other than a second or subsequent attendance in a single course of treatment) by an approved dental practitioner in the practice of oral and maxillofacial surgery, if the patient is referred to the approved dental practitioner\\n\",\n            \"ScheduleFee\": \"99.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O1\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-05-22\"\n        },\n        {\n            \"ItemNumber\": \"54002\",\n            \"Description\": \"Video attendance by an approved dental practitioner in the practice of oral and maxillofacial surgery, each attendance after the first in a single course of treatment, if the patient is referred to the approved dental practitioner\\n\",\n            \"ScheduleFee\": \"50.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O1\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-05-22\"\n        },\n        {\n            \"ItemNumber\": \"54004\",\n            \"Description\": \"Phone attendance by an approved dental practitioner in the practice of oral and maxillofacial surgery, each attendance after the first in a single course of treatment, if the patient is referred to the approved dental practitioner\\n\",\n            \"ScheduleFee\": \"50.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"4\",\n            \"Group\": \"O1\",\n            \"SubGroup\": \"2\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-05-22\"\n        },\n        {\n            \"ItemNumber\": \"55028\",\n            \"Description\": \"Head, ultrasound scan of (R)\\n\",\n            \"ScheduleFee\": \"125.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Prosthodontist', 'Oral medicine specialist', 'Oral surgeon', 'Specialist in special needs dentistry', 'Oral and maxillofacial pathologist', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-07-01\"\n        },\n        {\n            \"ItemNumber\": \"55029\",\n            \"Description\": \"Head, ultrasound scan of (NR)\\n\",\n            \"ScheduleFee\": \"43.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-07-01\"\n        },\n        {\n            \"ItemNumber\": \"55030\",\n            \"Description\": \"Orbital contents, ultrasound scan of (R)\\n\",\n            \"ScheduleFee\": \"125.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Oral medicine specialist', 'Oral surgeon', 'Specialist in special needs dentistry', 'Oral and maxillofacial pathologist', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-07-01\"\n        },\n        {\n            \"ItemNumber\": \"55031\",\n            \"Description\": \"Orbital contents, ultrasound scan of (NR)\\n\",\n            \"ScheduleFee\": \"43.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-07-01\"\n        },\n        {\n            \"ItemNumber\": \"55032\",\n            \"Description\": \"Neck, one or more structures of, ultrasound scan of (R)\\n\",\n            \"ScheduleFee\": \"125.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Oral medicine specialist', 'Oral surgeon', 'Specialist in special needs dentistry', 'Oral and maxillofacial pathologist', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-07-01\"\n        },\n        {\n            \"ItemNumber\": \"55033\",\n            \"Description\": \"Neck, one or more structures of, ultrasound scan of (NR)\\n\",\n            \"ScheduleFee\": \"43.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-07-01\"\n        },\n        {\n            \"ItemNumber\": \"55036\",\n            \"Description\": \"Abdomen, ultrasound scan of (including scan of urinary tract when performed), for morphological assessment, if: (a) the service is not solely a transrectal ultrasonic examination of any of the following:(i) prostate gland;(ii) bladder base;(iii) urethra; and(b) within 24 hours of the service, a service mentioned in item 55038 is not performed on the same patient by the providing practitioner (R)\\n\",\n            \"ScheduleFee\": \"127.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Nurse', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-07-01\"\n        },\n        {\n            \"ItemNumber\": \"55037\",\n            \"Description\": \"Abdomen, ultrasound scan of (including scan of urinary tract when performed), for morphological assessment, if the service is not solely a transrectal ultrasonic examination of any of the following:(i) prostate gland;(ii) bladder base;(iii) urethra (NR)\\n\",\n            \"ScheduleFee\": \"43.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-07-01\"\n        },\n        {\n            \"ItemNumber\": \"55038\",\n            \"Description\": \"Urinary tract, ultrasound scan of, if: (a) the service is not solely a transrectal ultrasonic examination of any of the following: (i) prostate gland; (ii) bladder base; (iii) urethra; and (b) within 24 hours of the service, a service mentioned in item 55036 or 55065 is not performed on the same patient by the providing practitioner (R)\\n\",\n            \"ScheduleFee\": \"125.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-07-01\"\n        },\n        {\n            \"ItemNumber\": \"55039\",\n            \"Description\": \"Urinary tract, ultrasound scan of, if the service is not solely a transrectal ultrasonic examination of any of the following: (a) prostate gland; (b) bladder base; (c) urethra (NR)\\n\",\n            \"ScheduleFee\": \"43.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-07-01\"\n        },\n        {\n            \"ItemNumber\": \"55048\",\n            \"Description\": \"Scrotum, ultrasound scan of (R)\\n\",\n            \"ScheduleFee\": \"125.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-07-01\"\n        },\n        {\n            \"ItemNumber\": \"55049\",\n            \"Description\": \"Scrotum, ultrasound scan of (NR)\\n\",\n            \"ScheduleFee\": \"43.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-07-01\"\n        },\n        {\n            \"ItemNumber\": \"55054\",\n            \"Description\": \"Ultrasonic cross-sectional echography, in conjunction with a surgical procedure (other than a procedure to which item 55848 or 55850 applies) using interventional techniques, not being a service associated with a service to which any other item in this Group applies (R)\\n\",\n            \"ScheduleFee\": \"125.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-07-01\"\n        },\n        {\n            \"ItemNumber\": \"55065\",\n            \"Description\": \"Pelvis, ultrasound scan of, by any or all approaches, if:(a) the service is not solely a service to which an item (other than item 55736 or 55739) in Subgroup 5 of this Group applies or a transrectal ultrasonic examination of any of the following: prostate gland; bladder base; urethra; and (b) within 24 hours of the service, a service mentioned in item 55038 is not performed on the same patient by the providing practitioner (R)\\n\",\n            \"ScheduleFee\": \"112.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Nurse', 'Midwife', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2014-07-01\"\n        },\n        {\n            \"ItemNumber\": \"55066\",\n            \"Description\": \"Breasts, both, ultrasound scan, in conjunction with a surgical procedure using interventional techniques, if:(a) the request for the scan indicates that an ultrasound guided breast intervention be performed; and(b) the service is not performed in conjunction with any other item in this Group (R)\\n\",\n            \"ScheduleFee\": \"250.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Nurse', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"55068\",\n            \"Description\": \"Pelvis, ultrasound scan of, by any or all approaches, if the service is not solely a service to which an item (other than item 55736 or 55739) in Subgroup 5 of this Group applies or a transrectal ultrasonic examination of any of the following:(i) prostate gland;(ii) bladder base;(iii) urethra (NR)\\n\",\n            \"ScheduleFee\": \"40.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2014-07-01\"\n        },\n        {\n            \"ItemNumber\": \"55070\",\n            \"Description\": \"Breast, one, ultrasound scan of (R)\\n\",\n            \"ScheduleFee\": \"112.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Nurse', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-02-01\"\n        },\n        {\n            \"ItemNumber\": \"55071\",\n            \"Description\": \"Breast, one, ultrasound scan, in conjunction with a surgical procedure using interventional techniques, if:(a) the request for the scan indicates that an ultrasound guided breast intervention be performed; and(b) the service is not performed in conjunction with any other item in this group (R)\\n\",\n            \"ScheduleFee\": \"238.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Nurse', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"55073\",\n            \"Description\": \"Breast, one, ultrasound scan of (NR)\\n\",\n            \"ScheduleFee\": \"39.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-02-01\"\n        },\n        {\n            \"ItemNumber\": \"55076\",\n            \"Description\": \"Breasts, both, ultrasound scan of, including an ultrasound scan for post mastectomy surveillance (R)\\n\",\n            \"ScheduleFee\": \"125.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Nurse', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-02-01\"\n        },\n        {\n            \"ItemNumber\": \"55079\",\n            \"Description\": \"Breasts, both, ultrasound scan of, including an ultrasound scan for post mastectomy surveillance (NR)\\n\",\n            \"ScheduleFee\": \"43.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-02-01\"\n        },\n        {\n            \"ItemNumber\": \"55080\",\n            \"Description\": \"Pelvis, ultrasound scan of, by any or all approaches (including transvaginal), if: (a) the patient is known to have, or the requesting practitioner suspects, a complex gynaecological condition; and (b) the service is considered a complex investigation requiring a minimum of 30 minutes scanning time; and (c) within 24 hours of the service, a service mentioned in item 55038, 55065, 55700, 55704, 55736, or 55739 is not performed on the same patient. (R)\\n\",\n            \"ScheduleFee\": \"255.00\",\n            \"ScheduleFeeStartDate\": \"2025-11-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Practitioner', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2025-11-01\"\n        },\n        {\n            \"ItemNumber\": \"55084\",\n            \"Description\": \"Urinary bladder, ultrasound scan of, by any or all approaches, if within 24 hours of the service, a service mentioned in item 11917, 55036, 55038, 55065, 55600 or 55603 is not performed on the same patient by the providing practitioner (R)\\n\",\n            \"ScheduleFee\": \"112.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-05-01\"\n        },\n        {\n            \"ItemNumber\": \"55085\",\n            \"Description\": \"Urinary bladder, ultrasound scan of, by any or all approaches, if within 24 hours of the service, a service mentioned in item 11917, 55037, 55039, 55068, 55600 or 55603 is not performed on the same patient by the providing practitioner (NR)\\n\",\n            \"ScheduleFee\": \"39.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-05-01\"\n        },\n        {\n            \"ItemNumber\": \"55118\",\n            \"Description\": \"Heart, two‑dimensional or three‑dimensional real time transoesophageal examination of, from at least 2 levels, and in more than one plane at each level, if: (a) the service includes: (i) real time colour flow mapping and, if indicated, pulsed wave Doppler examination; and (ii) recordings on digital media; and (b) the service is not: (i) an intra‑operative service; or (ii) a service associated with a service to which an item in Subgroup 3 of this Group applies (R) (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"316.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"2\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"55126\",\n            \"Description\": \"Note: the service only applies if the patient meets the requirements of the descriptor and the requirements of Note: IR.1.2 Initial real time transthoracic echocardiographic examination of the heart with real time colour flow mapping from at least 3 acoustic windows, with recordings on digital media, if the service: (a) is for the investigation of any of the following: (i) symptoms or signs of cardiac failure; (ii) suspected or known ventricular hypertrophy or dysfunction; (iii) pulmonary hypertension; (iv) valvular, aortic, pericardial, thrombotic or embolic disease; (v) heart tumour; (vi) symptoms or signs of congenital heart disease; (vii) other rare indications; and (b) is not associated with a service to which: (i) another item in this Subgroup applies (except items 55137, 55141, 55143, 55145 and 55146); or (ii) an item in Subgroup 2 applies (except items 55118 and 55130); or (iii) an item in Subgroup 3 applies Applicable not more than once in a 24 month period (R)\\n\",\n            \"ScheduleFee\": \"264.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-08-01\"\n        },\n        {\n            \"ItemNumber\": \"55127\",\n            \"Description\": \"Note: the service only applies if the patient meets the requirements of the descriptor and the requirements of Note: IR.1.2 Repeat serial real time transthoracic echocardiographic examination of the heart with real time colour flow mapping from at least 3 acoustic windows, with recordings on digital media, if the service: (a) is for the investigation of known valvular dysfunction; and (b) is requested by a specialist or consultant physician; and (c) is not associated with a service to which: (i) another item in this Subgroup applies (except items 55137, 55141, 55143, 55145 and 55146); or (ii) an item in Subgroup 2 applies (except items 55118 and 55130); or (iii) an item in Subgroup 3 applies (R)\\n\",\n            \"ScheduleFee\": \"264.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"7\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-08-01\"\n        },\n        {\n            \"ItemNumber\": \"55128\",\n            \"Description\": \"Note: the service only applies if the patient meets the requirements of the descriptor and the requirements of Note: IR.1.2 Repeat serial real time transthoracic echocardiographic examination of the heart with real time colour flow mapping from at least 3 acoustic windows, with recordings on digital media, if the service: (a) is for the investigation of known valvular dysfunction; and (b) is requested by a medical practitioner (other than a specialist or consultant physician) at, or from, a practice located in a Modified Monash 3, 4, 5, 6 or 7 area; and (c) is not associated with a service to which: (i) another item in this Subgroup applies (except items 55137, 55141, 55143, 55145 and 55146); or (ii) an item in Subgroup 2 applies (except items 55118 and 55130); or (iii) an item in Subgroup 3 applies (R)\\n\",\n            \"ScheduleFee\": \"264.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"7\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-08-01\"\n        },\n        {\n            \"ItemNumber\": \"55129\",\n            \"Description\": \"Note: the service only applies if the patient meets the requirements of the descriptor and the requirements of Note: IR.1.2 Repeat serial real time transthoracic echocardiographic examination of the heart with real time colour flow mapping from at least 3 acoustic windows, with recordings on digital media, if: (a) valvular dysfunction is not the primary issue for the patient (although it may be a secondary issue); and (b) the service is for the investigation of any of the following: (i) symptoms or signs of cardiac failure; (ii) suspected or known ventricular hypertrophy or dysfunction; (iii) pulmonary hypertension; (iv) aortic, thrombotic, embolic disease or pericardial disease (excluding isolated pericardial effusion or pericarditis); (v) heart tumour; (vi) structural heart disease; (vii) other rare indications; and (c) the service is requested by a specialist or consultant physician; and (d) the service is not associated with a service to which: (i) another item in this Subgroup applies (except items 55137, 55141, 55143, 55145 and 55146); or (ii) an item in Subgroup 2 applies (except items 55118 and 55130); or (iii) an item in Subgroup 3 applies (R)\\n\",\n            \"ScheduleFee\": \"264.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"7\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-08-01\"\n        },\n        {\n            \"ItemNumber\": \"55130\",\n            \"Description\": \"Intraoperative two-dimensional or three-dimensional real time transoesophageal echocardiography, if the service: (a) includes Doppler techniques with colour flow mapping and recordings on digital media; and (b) is performed during cardiac surgery; and (c) incorporates sequential assessment of cardiac function before and after the surgical procedure; and (d) is not associated with a service to which item 55135, or an item in Subgroup 3, applies (R) (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"195.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"2\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"55132\",\n            \"Description\": \"Note: the service only applies if the patient meets the requirements of the descriptor and the requirements of Note: IR.1.2 Serial real time transthoracic echocardiographic examination of the heart with real time colour flow mapping from at least 4 acoustic windows, with recordings on digital media, if the service: (a) is for the investigation of a patient who: (i) is under 17 years of age; or (ii) has complex congenital heart disease; and (b) is performed by a specialist or consultant physician practising in the speciality of cardiology; and (c) is not associated with a service to which: (i) another item in this Subgroup applies (except items 55137, 55141, 55143, 55145 and 55146); or (ii) an item in Subgroup 2 applies (except items 55118 and 55130); or (iii) an item in Subgroup 3 applies (R)\\n\",\n            \"ScheduleFee\": \"264.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"7\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-08-01\"\n        },\n        {\n            \"ItemNumber\": \"55133\",\n            \"Description\": \"Note: the service only applies if the patient meets one or more of the following and the requirements of Note: IR.1.2 Frequent repetition serial real time transthoracic echocardiographic examination of the heart with real time colour flow mapping from at least 3 acoustic windows, with recordings on digital media, if the service: (a) is for the investigation of a patient who: (i) has an isolated pericardial effusion or pericarditis; or (ii) has a normal baseline study, and has commenced medication for non‑cardiac purposes that has cardiotoxic side effects and is a pharmaceutical benefit (within the meaning of Part VII of the National Health Act 1953) for the writing of a prescription for the supply of which under that Part an echocardiogram is required; and (b) is not associated with a service to which: (i) another item in this Subgroup applies (except items 55137, 55141, 55143, 55145 and 55146); or (ii) an item in Subgroup 2 applies (except items 55118 and 55130); or (iii) an item in Subgroup 3 applies (R)\\n\",\n            \"ScheduleFee\": \"238.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"7\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-08-01\"\n        },\n        {\n            \"ItemNumber\": \"55134\",\n            \"Description\": \"Note: the service only applies if the patient meets one or more of the following and the requirements of Note: IR.1.2 Repeat real time transthoracic echocardiographic examination of the heart with real time colour flow mapping from at least 3 acoustic windows, with recordings on digital media, for the investigation of rare cardiac pathologies, if the service: (a) is requested by a specialist or consultant physician; and (b) is not associated with a service to which: (i) another item in this Subgroup applies (except items 55137, 55141, 55143, 55145 and 55146); or (ii) an item in Subgroup 2 applies (except items 55118 and 55130); or (iii) an item in Subgroup 3 applies (R)\\n\",\n            \"ScheduleFee\": \"264.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"7\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-08-01\"\n        },\n        {\n            \"ItemNumber\": \"55135\",\n            \"Description\": \"Intraoperative two-dimensional or three-dimensional real time transoesophageal echocardiography, if the service: (a) is provided on the same day as a service to which item 38477, 38484, 38499, 38516 or 38517 applies; and (b) includes Doppler techniques with colour flow mapping and recordings on digital media; and (c) is performed during cardiac valve surgery (replacement or repair); and (d) incorporates sequential assessment of cardiac function and valve competence before and after the surgical procedure; and (e) is not associated with a service to which item 22054, 55130, or an item in Subgroup 3, applies (R) (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"406.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"2\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2004-05-01\"\n        },\n        {\n            \"ItemNumber\": \"55137\",\n            \"Description\": \"Note: the service only applies if the patient meets the requirements of the descriptor and the requirements of Note: IR.1.2 Serial real time transthoracic echocardiographic examination of the heart with real time colour flow mapping from at least 4 acoustic windows, with recordings on digital media, if the service: (a) is for the investigation of a fetus with suspected or confirmed: (i) complex congenital heart disease; or (ii) functional heart disease; or (iii) fetal cardiac arrhythmia; or (iv) cardiac structural abnormality requiring confirmation; and (b) is performed by a specialist or consultant physician practising in the speciality of cardiology with advanced training and expertise in fetal cardiac imaging; and (c) is not associated with a service to which: (i) an item in Subgroup 2 applies (except items 55118 and 55130); or (ii) an item in Subgroup 3 applies (R)\\n\",\n            \"ScheduleFee\": \"264.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"7\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-08-01\"\n        },\n        {\n            \"ItemNumber\": \"55141\",\n            \"Description\": \"Note: the service only applies if the patient meets the requirements of the descriptor and the requirements of Note: IR.0.1 and IR.1.2 and does not apply to a service provided to a patient if, in the previous 24 months, a service associated with a service to which item 55143, 55145 or 55146 applies has been provided to the patient. Exercise stress echocardiography focused study, other than a service associated with a service to which: (a) item 11704, 11705, 11707, 11714, 11729 or 11730 applies; or (b) an item in Subgroup 3 applies Applicable not more than once in a 24 month period (R)\\n\",\n            \"ScheduleFee\": \"472.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-08-01\"\n        },\n        {\n            \"ItemNumber\": \"55143\",\n            \"Description\": \"Note: the service only applies if the patient meets the requirements of the descriptor and the requirements of Note: IR.0.1, IR.1.1 and IR.1.2 Repeat pharmacological or exercise stress echocardiography if: (a) a service to which item 55141, 55145, 55146, or this item, applies has been performed on the patient in the previous 24 months; and (b) the patient has symptoms of ischaemia that have evolved and are not adequately controlled with optimal medical therapy; and (c) the service is requested by a specialist or a consultant physician; and (d) the service is not associated with a service to which: (i) item 11704, 11705, 11707, 11714, 11729 or 11730 applies; or (ii) an item in Subgroup 3 applies Applicable not more than once in a 12 month period (R)\\n\",\n            \"ScheduleFee\": \"472.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-08-01\"\n        },\n        {\n            \"ItemNumber\": \"55145\",\n            \"Description\": \"Note: the service only applies if the patient meets the requirements of the descriptor and the requirements of Note: IR.0.1 and IR.1.2 Pharmacological stress echocardiography, other than a service associated with a service to which: (a) item 11704, 11705, 11707, 11714, 11729 or 11730 applies; or (b) an item in Subgroup 3 applies Applicable not more than once in a 24 month period (R) Note: this item does not apply to a service provided to a patient if, in the previous 24 months, a service associated with a service to which item 55141, 55143 or 55146 applies has been provided to the patient.\\n\",\n            \"ScheduleFee\": \"547.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-08-01\"\n        },\n        {\n            \"ItemNumber\": \"55146\",\n            \"Description\": \"Note: the service only applies if the patient meets the requirements of the descriptor and the requirements of Note: IR.0.1 and IR.1.2 Pharmacological stress echocardiography if: (a) a service to which item 55141 applies has been performed on the patient in the previous 4 weeks, and the test has failed due to an inadequate heart rate response; and (b) the service is not associated with a service to which: (i) item 11704, 11705, 11707, 11714, 11729 or 11730 applies; or (ii) an item in Subgroup 3 applies Applicable not more than once in a 24 month period (R) Note: this item does not apply to a service provided to a patient if, in the previous 24 months, a service associated with a service to which item 55143 or 55145 applies has been provided to the patient.\\n\",\n            \"ScheduleFee\": \"547.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-08-01\"\n        },\n        {\n            \"ItemNumber\": \"55238\",\n            \"Description\": \"Duplex scanning, unilateral, involving B mode ultrasound imaging and integrated Doppler flow measurements by spectral analysis of arteries or bypass grafts in the lower limb or of arteries and bypass grafts in the lower limb, below the inguinal ligament, not being a service associated with any of the following:(a) a service to which an item in Subgroup 4 applies;(b) a service to which item 55880, 55881, 55882, 55883, 55884, 55885, 55886, 55887, 55888, 55889, 55890, 55891, 55892, 55893, 55894 or 55895 applies (R)\\n\",\n            \"ScheduleFee\": \"194.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-11-01\"\n        },\n        {\n            \"ItemNumber\": \"55244\",\n            \"Description\": \"Duplex scanning, unilateral, involving B mode ultrasound imaging and integrated Doppler flow measurements by spectral analysis of veins in the lower limb, below the inguinal ligament, for acute venous thrombosis, not being a service associated with any of the following:(a) a service to which item 55246 applies;(b) a service to which an item in Subgroup 4 applies;(c) a service to which item 55880, 55881, 55882, 55883, 55884, 55885, 55886, 55887, 55888, 55889, 55890, 55891, 55892, 55893, 55894 or 55895 applies (R)\\n\",\n            \"ScheduleFee\": \"194.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-11-01\"\n        },\n        {\n            \"ItemNumber\": \"55246\",\n            \"Description\": \"Duplex scanning, unilateral, involving B mode ultrasound imaging and integrated Doppler flow measurements by spectral analysis of veins in the lower limb, below the inguinal ligament, for chronic venous disease, not being a service associated with any of the following:(a) a service to which item 55244 applies;(b) a service to which an item in Subgroup 4 applies;(c) a service to which item 55880, 55881, 55882, 55883, 55884, 55885, 55886, 55887, 55888, 55889, 55890, 55891, 55892, 55893, 55894 or 55895 applies (R)\\n\",\n            \"ScheduleFee\": \"194.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-11-01\"\n        },\n        {\n            \"ItemNumber\": \"55248\",\n            \"Description\": \"Duplex scanning, unilateral, involving B mode ultrasound imaging and integrated Doppler flow measurements by spectral analysis of arteries or bypass grafts in the upper limb or of arteries and bypass grafts in the upper limb, not being a service associated with a service to which an item in Subgroup 4 applies (R)\\n\",\n            \"ScheduleFee\": \"194.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-11-01\"\n        },\n        {\n            \"ItemNumber\": \"55252\",\n            \"Description\": \"Duplex scanning, unilateral, involving B mode ultrasound imaging and integrated Doppler flow measurements by spectral analysis of veins in the upper limb, not being a service associated with a service to which an item in Subgroup 4 applies (R).\\n\",\n            \"ScheduleFee\": \"194.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-11-01\"\n        },\n        {\n            \"ItemNumber\": \"55274\",\n            \"Description\": \"Duplex scanning, bilateral, involving B mode ultrasound imaging and integrated Doppler flow measurements by spectral analysis of extra cranial bilateral carotid and vertebral vessels, with or without subclavian and innominate vessels, with or without oculoplethysmography or peri orbital Doppler examination, not being a service associated with a service to which an item in Subgroup 4 applies (R).\\n\",\n            \"ScheduleFee\": \"194.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-11-01\"\n        },\n        {\n            \"ItemNumber\": \"55276\",\n            \"Description\": \"Duplex scanning involving B mode ultrasound imaging and integrated Doppler flow measurements by spectral analysis of intra‑abdominal, aorta and iliac arteries or inferior vena cava and iliac veins or of intra‑abdominal, aorta and iliac arteries and inferior vena cava and iliac veins, excluding pregnancy related studies, not being a service associated with a service to which an item in Subgroup 4 applies (R)\\n\",\n            \"ScheduleFee\": \"194.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-11-01\"\n        },\n        {\n            \"ItemNumber\": \"55278\",\n            \"Description\": \"Duplex scanning involving B mode ultrasound imaging and integrated Doppler flow measurements by spectral analysis of renal or visceral vessels or of renal and visceral vessels, including aorta, inferior vena cava and iliac vessels as required excluding pregnancy related studies, not being a service associated with a service to which an item in Subgroup 4 applies (R)\\n\",\n            \"ScheduleFee\": \"194.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-11-01\"\n        },\n        {\n            \"ItemNumber\": \"55280\",\n            \"Description\": \"Duplex scanning involving B mode ultrasound imaging and integrated Doppler flow measurements by spectral analysis of intra cranial vessels, not being a service associated with a service to which an item in Subgroup 4 applies (R)\\n\",\n            \"ScheduleFee\": \"194.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-11-01\"\n        },\n        {\n            \"ItemNumber\": \"55282\",\n            \"Description\": \"Duplex scanning involving B mode ultrasound imaging and integrated Doppler flow measurements:(a) by spectral analysis of cavernosal artery of the penis following intracavernosal administration of a vasoactive agent; and(b) performed during the period of pharmacological activity of the injected agent, to confirm a diagnosis of vascular aetiology for impotence; and(c) if a specialist in diagnostic radiology, nuclear medicine, sexual health medicine, urology, general surgery (sub-specialising in vascular surgery) or a consultant physician in nuclear medicine attends the patient in person at the practice location where the service is performed, immediately before or for a period during the performance of the service; and(d) if the specialist or consultant physician interprets the results and prepares a report, not being a service associated with a service to which an item in Subgroup 4 applies (R)\\n\",\n            \"ScheduleFee\": \"194.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-11-01\"\n        },\n        {\n            \"ItemNumber\": \"55284\",\n            \"Description\": \"Duplex scanning involving B mode ultrasound imaging and integrated Doppler flow measurements: (a) by spectral analysis of cavernosal tissue of the penis to confirm a diagnosis; and (b) if indicated, assess the progress and management of: (i) priapism; or (ii) fibrosis of any type; or (iii) fracture of the tunica; or (iv) arteriovenous malformations; and (c) if a specialist in diagnostic radiology, nuclear medicine, sexual health medicine, urology, general surgery (sub-specialising in vascular surgery) or a consultant physician in nuclear medicine attends the patient in person at the practice location where the service is performed, immediately before or for a period during the performance of the service; and (d) if the specialist or consultant physician interprets the results and prepares a report, not being a service associated with a service to which an item in Subgroup 4 applies (R)\\n\",\n            \"ScheduleFee\": \"194.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-11-01\"\n        },\n        {\n            \"ItemNumber\": \"55292\",\n            \"Description\": \"Duplex scanning, unilateral, involving B mode ultrasound imaging and integrated Doppler flow measurements by spectral analysis of surgically created arteriovenous fistula or surgically created arteriovenous access grafts in the upper or lower limbs, not being a service associated with a service to which an item in Subgroup 4 applies (R)\\n\",\n            \"ScheduleFee\": \"194.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"55294\",\n            \"Description\": \"Duplex scanning involving B mode ultrasound imaging and integrated Doppler flow measurements by spectral analysis of arteries or veins, or both, including any associated skin marking, for mapping of bypass conduit before vascular surgery, not being a service associated with any of the following:(a) a service to which an item in Subgroup 3 or 4 applies; (b) a service to which item 55880, 55881, 55882, 55883, 55884, 55885, 55886, 55887, 55888, 55889, 55890, 55891, 55892, 55893, 55894 or 55895 applies (R)\\n\",\n            \"ScheduleFee\": \"194.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"55296\",\n            \"Description\": \"Duplex scanning, unilateral, involving B mode ultrasound imaging and integrated Doppler flow spectral analysis and marking of veins in the lower limbs below the inguinal ligament before varicose vein surgery, including any associated skin marking, not being a service associated with any of the following:(a) a service to which an item in Subgroup 3 or 4 applies;(b) a service to which item 55880, 55881, 55882, 55883, 55884, 55885, 55886, 55887, 55888, 55889, 55890, 55891, 55892, 55893, 55894 or 55895 applies (R)\\n\",\n            \"ScheduleFee\": \"127.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"55600\",\n            \"Description\": \"Prostate, bladder base and urethra, ultrasound scan of, if performed:(a) personally by a medical practitioner (not being the medical practitioner who assessed the patient as specified in paragraph (c)) using one or more transducer probes that can obtain both axial and sagittal scans in 2 planes at right angles; and(b) after a digital rectal examination of the prostate by that medical practitioner; and(c) on a patient who has been assessed by:(i) a specialist in urology, radiation oncology or medical oncology; or(ii) a consultant physician in medical oncology; who has:(iii) examined the patient in the 60 days before the scan; and(iv) recommended the scan for the management of the patient’s current prostatic disease(R)\\n\",\n            \"ScheduleFee\": \"125.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"4\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Nurse', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"55603\",\n            \"Description\": \"Prostate, bladder base and urethra, ultrasound scan of, if performed:(a) personally by a medical practitioner who made the assessment mentioned in paragraph (c) using one or more transducer probes that can obtain both axial and sagittal scans in 2 planes at right angles; and(b) after a digital rectal examination of the prostate by that medical practitioner; and(c) on a patient who has been assessed by:(i) a specialist in urology, radiation oncology or medical oncology; or(ii) a consultant physician in medical oncology; who has:(iii) examined the patient in the 60 days before the scan; and(iv) recommended the scan for the management of the patient’s current prostatic disease(R)\\n\",\n            \"ScheduleFee\": \"125.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"4\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"55700\",\n            \"Description\": \"Pelvis or abdomen, pregnancy‑related or pregnancy complication, ultrasound (the current ultrasound) scan of, by any or all approaches, for determining the gestation, location, viability or number of fetuses, if: (a) the dating of the pregnancy (as confirmed by the current ultrasound) is less than 12 weeks of gestation; and (b) the current ultrasound is not performed on the same patient within 24 hours of a service mentioned in item 55704, 55705, 55707, 55708, 55740, 55741, 55742 or 55743 (R)\\n\",\n            \"ScheduleFee\": \"68.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"5\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Nurse', 'Midwife', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-02-01\"\n        },\n        {\n            \"ItemNumber\": \"55703\",\n            \"Description\": \"Pelvis or abdomen, pregnancy‑related or pregnancy complication, ultrasound (the current ultrasound) scan of, by any or all approaches, for determining the gestation, location, viability or number of fetuses, if: (a) the dating of the pregnancy (as confirmed by the current ultrasound) is less than 12 weeks of gestation; and (b) the current ultrasound is not performed on the same patient within 24 hours of a service mentioned in item 55704, 55705, 55707, 55708, 55740, 55741, 55742 or 55743 (NR)\\n\",\n            \"ScheduleFee\": \"40.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-02-01\"\n        },\n        {\n            \"ItemNumber\": \"55704\",\n            \"Description\": \"Pelvis or abdomen, pregnancy‑related or pregnancy complication, fetal development and anatomy, ultrasound (the current ultrasound) scan of, by any or all approaches, for determining the structure, gestation, location, viability or number of fetuses, if: (a) the dating of the pregnancy (as confirmed by the current ultrasound) is 12 to 16 weeks of gestation; and (b) the current ultrasound is not performed on the same patient within 24 hours of a service mentioned in another item in this Subgroup (R)\\n\",\n            \"ScheduleFee\": \"80.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"5\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Nurse', 'Midwife', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-02-01\"\n        },\n        {\n            \"ItemNumber\": \"55705\",\n            \"Description\": \"Pelvis or abdomen, pregnancy‑related or pregnancy complication, fetal development and anatomy, ultrasound (the current ultrasound) scan of, by any or all approaches, for determining the structure, gestation, location, viability or number of fetuses, if: (a) the dating of the pregnancy (as confirmed by the current ultrasound) is 12 to 16 weeks of gestation; and (b) the current ultrasound is not performed on the same patient within 24 hours of a service mentioned in another item in this Subgroup (NR)\\n\",\n            \"ScheduleFee\": \"40.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-02-01\"\n        },\n        {\n            \"ItemNumber\": \"55706\",\n            \"Description\": \"Pelvis or abdomen, pregnancy‑related or pregnancy complication, fetal development and anatomy, ultrasound (the current ultrasound) scan of, by any or all approaches, with measurement of all parameters for dating purposes, if: (a) the dating for the pregnancy (as confirmed by the current ultrasound) is 17 to 22 weeks of gestation; and (b) the current ultrasound: (i) is not performed in the same pregnancy as item 55709; and (ii) is not performed on the same patient within 24 hours of a service mentioned in item 55757 or 55758 (R)\\n\",\n            \"ScheduleFee\": \"114.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"5\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Midwife', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-02-01\"\n        },\n        {\n            \"ItemNumber\": \"55707\",\n            \"Description\": \"Pelvis or abdomen, pregnancy‑related or pregnancy complication, fetal development and anatomy, ultrasound (the current ultrasound) scan of, by any or all approaches, if: (a) the pregnancy (as confirmed by the current ultrasound) is dated by a fetal crown rump length of 45 to 84 mm; and (b) nuchal translucency measurement is performed to assess the risk of fetal abnormality; and (c) the current ultrasound is not performed on the same patient within 24 hours of a service mentioned in another item in this Subgroup (R)\\n\",\n            \"ScheduleFee\": \"80.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"5\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Midwife', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2005-11-01\"\n        },\n        {\n            \"ItemNumber\": \"55708\",\n            \"Description\": \"Pelvis or abdomen, pregnancy‑related or pregnancy complication, fetal development and anatomy, ultrasound (the current ultrasound) scan of, by any or all approaches, if: (a) the pregnancy (as confirmed by the current ultrasound) is dated by a crown rump length of 45 to 84 mm; and (b) nuchal translucency measurement is performed to assess the risk of fetal abnormality; and (c) the current ultrasound is not performed on the same patient within 24 hours of a service mentioned in another item in this Subgroup (NR)\\n\",\n            \"ScheduleFee\": \"40.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2005-11-01\"\n        },\n        {\n            \"ItemNumber\": \"55709\",\n            \"Description\": \"Pelvis or abdomen, pregnancy‑related or pregnancy complication, fetal development and anatomy, ultrasound (the current ultrasound) scan of, by any or all approaches, with measurement of all parameters for dating purposes, if: (a) the dating of the pregnancy (as confirmed by the current ultrasound) is 17 to 22 weeks of gestation; and (b) the current ultrasound: (i) is not performed in the same pregnancy as item 55706; and (ii) is not performed on the same patient within 24 hours of a service mentioned in item 55757 or 55758 (NR)\\n\",\n            \"ScheduleFee\": \"43.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-02-01\"\n        },\n        {\n            \"ItemNumber\": \"55712\",\n            \"Description\": \"Pelvis or abdomen, pregnancy‑related or pregnancy complication, fetal development and anatomy, ultrasound (the current ultrasound) scan of, by any or all approaches, with measurement of all parameters for dating purposes, if: (a) the current ultrasound is requested by a medical practitioner who: (i) is a Member or a Fellow of the Royal Australian and New Zealand College of Obstetricians and Gynaecologists; or (ii) has a Diploma of Obstetrics; or (iii) has a qualification recognised by the Royal Australian and New Zealand College of Obstetricians and Gynaecologists as being equivalent to a Diploma of Obstetrics; or (iv) has obstetric privileges at a non‑metropolitan hospital; and (b) the dating of the pregnancy (as confirmed by the current ultrasound) is 17 to 22 weeks of gestation; and (c) further examination is clinically indicated after performance, in the same pregnancy, of a scan mentioned in item 55706 or 55709; and (d) the current ultrasound is not performed on the same patient within 24 hours of a service mentioned in item 55757 or 55758 (R)\\n\",\n            \"ScheduleFee\": \"132.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"5\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist obstetrician and gynaecologist.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-02-01\"\n        },\n        {\n            \"ItemNumber\": \"55715\",\n            \"Description\": \"Pelvis or abdomen, pregnancy‑related or pregnancy complication, fetal development and anatomy, ultrasound (the current ultrasound) scan of, by any or all approaches, with measurement of all parameters for dating purposes, performed by or on behalf of a medical practitioner who is a Member or a Fellow of the Royal Australian and New Zealand College of Obstetricians and Gynaecologists, if: (a) the dating of the pregnancy (as confirmed by the current ultrasound) is 17 to 22 weeks of gestation; and (b) further examination is clinically indicated after performance, in the same pregnancy, of a scan mentioned in item 55706 or 55709; and (c) the current ultrasound is not performed on the same patient within 24 hours of a service mentioned in item 55757 or 55758 (NR)\\n\",\n            \"ScheduleFee\": \"45.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-02-01\"\n        },\n        {\n            \"ItemNumber\": \"55718\",\n            \"Description\": \"Pelvis or abdomen, pregnancy‑related or pregnancy complication, fetal development and anatomy, ultrasound (the current ultrasound) scan of, by any or all approaches, if: (a) the dating of the pregnancy (as confirmed by the current ultrasound) is after 22 weeks of gestation; and (b) the current ultrasound: (i) is not performed in the same pregnancy as item 55723; and (ii) is not performed on the same patient within 24 hours of a service mentioned in item 55757 or 55758 (R)\\n\",\n            \"ScheduleFee\": \"114.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"5\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Midwife', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-02-01\"\n        },\n        {\n            \"ItemNumber\": \"55721\",\n            \"Description\": \"Pelvis or abdomen, pregnancy‑related or pregnancy complication, fetal development and anatomy, ultrasound (the current ultrasound) scan of, by any or all approaches, if: (a) the current ultrasound is requested by a medical practitioner who: (i) is a Member or a Fellow of the Royal Australian and New Zealand College of Obstetricians and Gynaecologists; or (ii) has a Diploma of Obstetrics; or (iii) has a qualification recognised by the Royal Australian and New Zealand College of Obstetricians and Gynaecologists as being equivalent to a Diploma of Obstetrics; or (iv) has obstetric privileges at a non‑metropolitan hospital; and (b) the dating of the pregnancy (as confirmed by current ultrasound) is after 22 weeks of gestation; and (c) further examination is clinically indicated in the same pregnancy to which item 55718 or 55723 applies; and (d) the current ultrasound is not performed on the same patient within 24 hours of a service mentioned in item 55757 or 55758 (R)\\n\",\n            \"ScheduleFee\": \"132.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"5\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist obstetrician and gynaecologist.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-02-01\"\n        },\n        {\n            \"ItemNumber\": \"55723\",\n            \"Description\": \"Pelvis or abdomen, pregnancy‑related or pregnancy complication, fetal development and anatomy, ultrasound (the current ultrasound) scan of, by any or all approaches, if: (a) the dating of the pregnancy (as confirmed by the current ultrasound) is after 22 weeks of gestation; and (b) the current ultrasound: (i) is not performed in the same pregnancy as item 55718; and (ii) is not performed on the same patient within 24 hours of a service mentioned in item 55757 or 55758 (NR)\\n\",\n            \"ScheduleFee\": \"43.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-02-01\"\n        },\n        {\n            \"ItemNumber\": \"55725\",\n            \"Description\": \"Pelvis or abdomen, pregnancy‑related or pregnancy complication, fetal development and anatomy, ultrasound (the current ultrasound) scan of, by any or all approaches, performed by or on behalf of a medical practitioner who is a Member or a Fellow of the Royal Australian and New Zealand College of Obstetricians and Gynaecologists, if: (a) the dating of the pregnancy (as confirmed by the current ultrasound) is after 22 weeks of gestation; and (b) further examination is clinically indicated in the same pregnancy to which item 55718 or 55723 applies; and (c) the current ultrasound is not performed on the same patient within 24 hours of a service mentioned in item 55757 or 55758 (NR)\\n\",\n            \"ScheduleFee\": \"45.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-02-01\"\n        },\n        {\n            \"ItemNumber\": \"55729\",\n            \"Description\": \"Duplex scanning, if:(a) the service involves:(i) B mode ultrasound imaging and integrated Doppler flow measurements by spectral analysis of the umbilical artery; and(ii) measured assessment of amniotic fluid volume after the 24th week of gestation; and(b) there is reason to suspect intrauterine growth retardation or a significant risk of fetal death;—examination and report (R)\\n\",\n            \"ScheduleFee\": \"31.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"5\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"55736\",\n            \"Description\": \"Pelvis, ultrasound scan of, in association with saline infusion of the endometrial cavity, by any or all approaches, if a previous transvaginal ultrasound has revealed an abnormality of the uterus or fallopian tube (R)\\n\",\n            \"ScheduleFee\": \"145.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"5\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-02-01\"\n        },\n        {\n            \"ItemNumber\": \"55739\",\n            \"Description\": \"Pelvis, ultrasound scan of, in association with saline infusion of the endometrial cavity, by any or all approaches, if a previous transvaginal ultrasound has revealed an abnormality of the uterus or fallopian tube (NR)\\n\",\n            \"ScheduleFee\": \"65.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-02-01\"\n        },\n        {\n            \"ItemNumber\": \"55740\",\n            \"Description\": \"Pelvis or abdomen, pregnancy‑related or pregnancy complication, fetal development and anatomy, ultrasound (the current ultrasound) scan of, by any or all approaches, for determining the structure, gestation, location, viability or number of fetuses, if: (a) an ultrasound of the same pregnancy confirms a multiple pregnancy; and (b) the dating of the pregnancy (as confirmed by the current ultrasound) is 12 to 16 weeks of gestation; and (c) the current ultrasound is not performed on the same patient within 24 hours of a service mentioned in another item in this Subgroup (R)\\n\",\n            \"ScheduleFee\": \"119.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"5\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-11-01\"\n        },\n        {\n            \"ItemNumber\": \"55741\",\n            \"Description\": \"Pelvis or abdomen, pregnancy‑related or pregnancy complication, fetal development and anatomy, ultrasound (the current ultrasound) scan of, by any or all approaches, for determining the structure, gestation, location, viability or number of fetuses, if: (a) an ultrasound of the same pregnancy confirms a multiple pregnancy; and (b) the dating of the pregnancy (as confirmed by the current ultrasound) is 12 to 16 weeks of gestation; and (c) the current ultrasound is not performed on the same patient within 24 hours of a service mentioned in another item in this Subgroup (NR)\\n\",\n            \"ScheduleFee\": \"59.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-11-01\"\n        },\n        {\n            \"ItemNumber\": \"55742\",\n            \"Description\": \"Pelvis or abdomen, pregnancy‑related or pregnancy complication, fetal development and anatomy, ultrasound (the current ultrasound) scan of, by any or all approaches, if: (a) an ultrasound of the same pregnancy confirms a multiple pregnancy; and (b) the pregnancy (as confirmed by the current ultrasound) is dated by a fetal crown rump length of 45 to 84 mm; and (c) nuchal translucency measurement is performed to assess the risk of fetal abnormality; and (d) the current ultrasound is not performed on the same patient within 24 hours of a service mentioned in another item in this Subgroup (R)\\n\",\n            \"ScheduleFee\": \"119.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"5\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-11-01\"\n        },\n        {\n            \"ItemNumber\": \"55743\",\n            \"Description\": \"Pelvis or abdomen, pregnancy‑related or pregnancy complication, fetal development and anatomy, ultrasound (the current ultrasound) scan of, by any or all approaches, if: (a) an ultrasound of the same pregnancy confirms a multiple pregnancy; and (b) the pregnancy (as confirmed by the current ultrasound) is dated by a fetal crown rump length of 45 to 84 mm; and (c) nuchal translucency measurement is performed to assess the risk of fetal abnormality; and (d) the current ultrasound is not performed on the same patient within 24 hours of a service mentioned in another item in this Subgroup (NR)\\n\",\n            \"ScheduleFee\": \"59.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-11-01\"\n        },\n        {\n            \"ItemNumber\": \"55757\",\n            \"Description\": \"Pelvis or abdomen, ultrasound (the current ultrasound) scan of, for cervical length assessment for risk of preterm labour, by any or all approaches, if: (a) the dating of the pregnancy (as confirmed by the current ultrasound) is between 14 and 30 weeks of gestation; and (b) any of the following apply: (i) the patient has a history indicating high risk of preterm labour or birth or second trimester fetal loss; (ii) the patient has symptoms suggestive of threatened preterm labour or second trimester fetal loss; (iii) the patient’s cervical length is less than 25 mm on an ultrasound before 28 weeks gestation; and (c) the current ultrasound is not performed on the same patient within 24 hours of a service mentioned in another item in this Subgroup (R)\\n\",\n            \"ScheduleFee\": \"56.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"5\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-11-01\"\n        },\n        {\n            \"ItemNumber\": \"55758\",\n            \"Description\": \"Pelvis or abdomen, ultrasound (the current ultrasound) scan of, for cervical length assessment for risk of preterm labour, by any or all approaches, if: (a) the dating of the pregnancy (as confirmed by the current ultrasound) is between 14 and 30 weeks of gestation; and (b) any of the following apply: (i) the patient has a history indicating high risk of preterm labour or birth or second trimester fetal loss; (ii) the patient has symptoms suggestive of threatened preterm labour or second trimester fetal loss; (iii) the patient’s cervical length is less than 25 mm on an ultrasound before 28 weeks gestation; and (c) the current ultrasound is not performed on the same patient within 24 hours of a service mentioned in another item in this Subgroup (NR)\\n\",\n            \"ScheduleFee\": \"21.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-11-01\"\n        },\n        {\n            \"ItemNumber\": \"55759\",\n            \"Description\": \"Pelvis or abdomen, pregnancy related or pregnancy complication, fetal development and anatomy, ultrasound (the current ultrasound) scan of, by any or all approaches, with measurement of all parameters for dating purposes, if: (a) an ultrasound of the same pregnancy confirms a multiple pregnancy; and (b) the dating of the pregnancy (as confirmed by the current ultrasound) is 17 to 22 weeks gestation; and (c) the service mentioned in item 55706, 55709, 55712, 55715 or 55762 is not performed in conjunction with the current ultrasound during the same pregnancy; and (d) the current ultrasound is not performed on the same patient within 24 hours of a service mentioned in item 55757 or 55758 (R)\\n\",\n            \"ScheduleFee\": \"172.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"5\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"55762\",\n            \"Description\": \"Pelvis or abdomen, pregnancy‑related or pregnancy complication, fetal development and anatomy, ultrasound (the current ultrasound) scan of, by any or all approaches, with measurement of all parameters for dating purposes, if: (a) an ultrasound of the same pregnancy confirms a multiple pregnancy; and (b) the dating of the pregnancy (as confirmed by the current ultrasound) is 17 to 22 weeks gestation; and (c) the service mentioned in item 55706, 55709, 55712, 55715 or 55759 is not performed in conjunction with the current ultrasound during the same pregnancy; and (d) the current ultrasound is not performed on the same patient within 24 hours of a service mentioned in item 55757 or 55758 (NR)\\n\",\n            \"ScheduleFee\": \"68.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"55764\",\n            \"Description\": \"Pelvis or abdomen, pregnancy‑related or pregnancy complication, fetal development and anatomy, ultrasound (the current ultrasound) scan of, by any or all approaches, with measurement of all parameters for dating purposes, if: (a) the service is requested by a medical practitioner who: (i) is a Member or Fellow of the Royal Australian and New Zealand College of Obstetricians and Gynaecologists; or (ii) has a Diploma of Obstetrics; or (iii) has a qualification recognised by the Royal Australian and New Zealand College of Obstetricians and Gynaecologists as equivalent to a Diploma of Obstetrics; or (iv) has obstetric privileges at a non‑metropolitan hospital; and (b) an ultrasound of the same pregnancy confirms a multiple pregnancy; and (c) the dating of the pregnancy (as confirmed by the current ultrasound) is 17 to 22 weeks gestation; and (d) further examination is clinically indicated in the same pregnancy in which item 55759 or 55762 has been performed; and (e) the service mentioned in item 55706, 55709, 55712 or 55715 is not performed in conjunction with the current ultrasound during the same pregnancy; and (f) the current ultrasound is not performed on the same patient within 24 hours of a service mentioned in item 55757 or 55758 (R)\\n\",\n            \"ScheduleFee\": \"183.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"5\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist obstetrician and gynaecologist.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"55766\",\n            \"Description\": \"Pelvis or abdomen, pregnancy‑related or pregnancy complication, fetal development and anatomy, ultrasound (the current ultrasound) scan of, by any or all approaches, with measurement of all parameters for dating purposes, performed by or on behalf of a medical practitioner, who is a Member or Fellow of the Royal Australian and New Zealand College of Obstetricians and Gynaecologists, if: (a) an ultrasound of the same pregnancy confirms a multiple pregnancy; and (b) the dating of the pregnancy (as confirmed by the current ultrasound) is 17 to 22 weeks of gestation; and (c) further examination is clinically indicated in the same pregnancy in which item 55759 or 55762 has been performed; and (d) the service mentioned in item 55706, 55709, 55712 or 55715 is not performed in conjunction with the current ultrasound during the same pregnancy; and (e) the current ultrasound is not performed on the same patient within 24 hours of a service mentioned in item 55757 or 55758 (NR)\\n\",\n            \"ScheduleFee\": \"74.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"55768\",\n            \"Description\": \"Pelvis or abdomen, pregnancy‑related or pregnancy complication, fetal development and anatomy, ultrasound (the current ultrasound) scan of, by any or all approaches, if: (a) dating of the pregnancy (as confirmed by the current ultrasound) is after 22 weeks of gestation; and (b) an ultrasound confirms a multiple pregnancy; and (c) the service is not performed in the same pregnancy as item 55770; and (d) the service mentioned in item 55718, 55721, 55723 or 55725 is not performed in conjunction with the current ultrasound during the same pregnancy; and (e) the current ultrasound is not performed on the same patient within 24 hours of a service mentioned in item 55757 or 55758 (R)\\n\",\n            \"ScheduleFee\": \"172.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"5\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Nurse', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"55770\",\n            \"Description\": \"Pelvis or abdomen, pregnancy‑related or pregnancy complication, fetal development and anatomy, ultrasound (the current ultrasound) scan of, by any or all approaches, if: (a) dating of the pregnancy (as confirmed by the current ultrasound) is after 22 weeks of gestation; and (b) an ultrasound confirms a multiple pregnancy; and (c) the service is not performed in the same pregnancy as item 55768; and (d) the service mentioned in item 55718, 55721, 55723 or 55725 is not performed in conjunction with the current ultrasound during the same pregnancy; and (e) the current ultrasound is not performed on the same patient within 24 hours of a service mentioned in item 55757 or 55758 (NR)\\n\",\n            \"ScheduleFee\": \"68.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"55772\",\n            \"Description\": \"Pelvis or abdomen, pregnancy‑related or pregnancy complication, fetal development and anatomy, ultrasound (the current ultrasound) scan of, by any or all approaches, if: (a) dating of the pregnancy as confirmed by the current ultrasound is after 22 weeks of gestation; and (b) the service is requested by a medical practitioner who: (i) is a Member or Fellow of the Royal Australian and New Zealand College of Obstetricians and Gynaecologists; or (ii) has a Diploma of Obstetrics; or (iii) has a qualification recognised by the Royal Australian and New Zealand College of Obstetricians and Gynaecologists as equivalent to a Diploma of Obstetrics; or (iv) has obstetric privileges at a non‑metropolitan hospital; and (c) further examination is clinically indicated in the same pregnancy to which item 55768 or 55770 has been performed; and (d) the pregnancy as confirmed by an ultrasound is a multiple pregnancy; and (e) the service mentioned in item 55718, 55721, 55723 or 55725 is not performed in conjunction with the current ultrasound during the same pregnancy; and (f) the current ultrasound is not performed on the same patient within 24 hours of a service mentioned in item 55757 or 55758 (R)\\n\",\n            \"ScheduleFee\": \"183.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"5\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist obstetrician and gynaecologist.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"55774\",\n            \"Description\": \"Pelvis or abdomen, pregnancy‑related or pregnancy complication, fetal development and anatomy, ultrasound (the current ultrasound) scan of, by any or all approaches, performed by or on behalf of a medical practitioner who is a Member or a Fellow of the Royal Australian and New Zealand College of Obstetricians and Gynaecologists, if: (a) dating of the pregnancy as confirmed by the current ultrasound is after 22 weeks of gestation; and (b) further examination is clinically indicated in the same pregnancy to which item 55768 or 55770 has been performed; and (c) the pregnancy as confirmed by an ultrasound is a multiple pregnancy; and (d) the service mentioned in item 55718, 55721, 55723 or 55725 is not performed in conjunction with the current ultrasound during the same pregnancy; and (e) the current ultrasound is not performed on the same patient within 24 hours of a service mentioned in item 55757 or 55758 (NR)\\n\",\n            \"ScheduleFee\": \"74.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"55812\",\n            \"Description\": \"Chest or abdominal wall, one or more areas, ultrasound scan of, if the service is not performed in conjunction with a service mentioned in item 55070, 55073, 55076 or 55079 (R)\\n\",\n            \"ScheduleFee\": \"125.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"6\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Nurse', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"55814\",\n            \"Description\": \"Chest or abdominal wall, one or more areas, ultrasound scan of, if the service is not performed in conjunction with a service mentioned in item 55070, 55073, 55076 or 55079 (NR)\\n\",\n            \"ScheduleFee\": \"43.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"55844\",\n            \"Description\": \"Assessment of a mass associated with the skin or subcutaneous structures, not being a part of the musculoskeletal system, one or more areas, ultrasound scan of (R)\\n\",\n            \"ScheduleFee\": \"100.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"6\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Podiatrist', 'Nurse', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"55846\",\n            \"Description\": \"Assessment of a mass associated with the skin or subcutaneous structures, not being a part of the musculoskeletal system, one or more areas, ultrasound scan of (NR)\\n\",\n            \"ScheduleFee\": \"43.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"55848\",\n            \"Description\": \"Musculoskeletal ultrasound, in conjunction with a surgical procedure using interventional techniques, not being a service associated with a service to which any other item in this group applies, and not performed in conjunction with a service mentioned in item 55054 (R)\\n\",\n            \"ScheduleFee\": \"156.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"6\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Nurse', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"55850\",\n            \"Description\": \"Musculoskeletal ultrasound, in conjunction with a surgical procedure using interventional techniques, inclusive of a diagnostic musculoskeletal ultrasound service, if:(a) the medical practitioner or nurse practitioner has indicated on a request for a musculoskeletal ultrasound that an ultrasound guided intervention be performed if clinically indicated; and(b) the service is not performed in conjunction with a service mentioned in item 55054 or any other item in this Subgroup (R)\\n\",\n            \"ScheduleFee\": \"207.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"6\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Nurse', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"55852\",\n            \"Description\": \"Paediatric spine, spinal cord and overlying subcutaneous tissues, ultrasound scan of (R)\\n\",\n            \"ScheduleFee\": \"125.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"6\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Nurse', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-05-01\"\n        },\n        {\n            \"ItemNumber\": \"55854\",\n            \"Description\": \"Paediatric spine, spinal cord and overlying subcutaneous tissues, ultrasound scan of (NR)\\n\",\n            \"ScheduleFee\": \"43.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-05-01\"\n        },\n        {\n            \"ItemNumber\": \"55856\",\n            \"Description\": \"Hand or wrist or both, left or right, ultrasound scan of, if the service is not performed in conjunction with a service mentioned in item 55858 (R)\\n\",\n            \"ScheduleFee\": \"125.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"6\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Nurse', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"55857\",\n            \"Description\": \"Hand or wrist, or both, left or right, ultrasound scan of, if the service is not performed in conjunction with item 55859 (NR)\\n\",\n            \"ScheduleFee\": \"43.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"55858\",\n            \"Description\": \"Hand or wrist, or both, left and right, ultrasound scan of, if the service is not performed in conjunction with a service mentioned in item 55856 (R)\\n\",\n            \"ScheduleFee\": \"139.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"6\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Nurse', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"55859\",\n            \"Description\": \"Hand or wrist, or both, left and right, ultrasound scan of, if the service is not performed in conjunction with a service mentioned in item 55857 (NR)\\n\",\n            \"ScheduleFee\": \"48.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"55860\",\n            \"Description\": \"Forearm or elbow, or both, left or right, ultrasound scan of, if the service is not performed in conjunction with a service mentioned in item 55862 (R)\\n\",\n            \"ScheduleFee\": \"125.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"6\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Nurse', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"55861\",\n            \"Description\": \"Forearm or elbow, or both, left or right, ultrasound scan of, if the service is not performed in conjunction with a service mentioned in item 55863 (NR)\\n\",\n            \"ScheduleFee\": \"43.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"55862\",\n            \"Description\": \"Forearm or elbow, or both, left and right, ultrasound scan of, if the service is not performed in conjunction with a service mentioned in item 55860 (R)\\n\",\n            \"ScheduleFee\": \"139.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"6\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Nurse', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"55863\",\n            \"Description\": \"Forearm or elbow, or both, left and right, ultrasound scan of, if the service is not performed in conjunction with item 55861 (NR)\\n\",\n            \"ScheduleFee\": \"48.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"55864\",\n            \"Description\": \"Shoulder or upper arm, or both, left or right, ultrasound scan of, if:(a) the service is used for the assessment of one or more of the following suspected or known conditions:(i) an injury to a muscle, tendon or muscle/tendon junction;(ii) rotator cuff tear, calcification or tendinosis (biceps, subscapular, supraspinatus or infraspinatus);(iii) biceps subluxation;(iv) capsulitis and bursitis;(v) a mass, including a ganglion;(vi) an occult fracture;(vii) acromioclavicular joint pathology; and(b) the service is not performed in conjunction with a service mentioned in item 55866 (R)\\n\",\n            \"ScheduleFee\": \"125.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"6\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Nurse', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"55865\",\n            \"Description\": \"Shoulder or upper arm, or both, left or right, ultrasound scan of, if:(a) the service is used for the assessment of one or more of the following suspected or known conditions:(i) an injury to a muscle, tendon or muscle/tendon junction;(ii) rotator cuff tear, calcification or tendinosis (biceps, subscapular, supraspinatus or infraspinatus);(iii) biceps subluxation;(iv) capsulitis and bursitis;(v) a mass, including a ganglion;(vi) an occult fracture;(vii) acromioclavicular joint pathology; and(b) the service is not performed in conjunction with a service mentioned in item 55867 (NR)\\n\",\n            \"ScheduleFee\": \"43.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"55866\",\n            \"Description\": \"Shoulder or upper arm, or both, left and right, ultrasound scan of, if:(a) the service is used for the assessment of one or more of the following suspected or known conditions:(i) an injury to a muscle, tendon or muscle/tendon junction;(ii) rotator cuff tear, calcification or tendinosis (biceps, subscapular, supraspinatus or infraspinatus);(iii) biceps subluxation;(iv) capsulitis and bursitis;(v) a mass, including a ganglion;(vi) an occult fracture;(vii) acromioclavicular joint pathology; and(b) the service is not performed in conjunction with a service mentioned in item 55864 (R)\\n\",\n            \"ScheduleFee\": \"139.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"6\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Nurse', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"55867\",\n            \"Description\": \"Shoulder or upper arm, or both, left and right, ultrasound scan of, if:(a) the service is used for the assessment of one or more of the following suspected or known conditions:(i) an injury to a muscle, tendon or muscle/tendon junction;(ii) rotator cuff tear, calcification or tendinosis (biceps, subscapular, supraspinatus or infraspinatus);(iii) biceps subluxation;(iv) capsulitis and bursitis;(v) a mass, including a ganglion;(vi) an occult fracture;(vii) acromioclavicular joint pathology; and(b) the service is not performed in conjunction with a service mentioned in item 55865 (NR)\\n\",\n            \"ScheduleFee\": \"48.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"55868\",\n            \"Description\": \"Hip or groin, or both, left or right, ultrasound scan of, if the service is not performed in conjunction with a service mentioned in item 55870 (R)\\n\",\n            \"ScheduleFee\": \"125.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"6\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Nurse', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"55869\",\n            \"Description\": \"Hip or groin, or both, left or right, ultrasound scan of, if the service is not performed in conjunction with a service mentioned in item 55871 (NR)\\n\",\n            \"ScheduleFee\": \"43.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"55870\",\n            \"Description\": \"Hip or groin, or both, left and right, ultrasound scan of, if the service is not performed in conjunction with a service mentioned in item 55868 (R)\\n\",\n            \"ScheduleFee\": \"139.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"6\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Nurse', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"55871\",\n            \"Description\": \"Hip or groin, or both, left and right, ultrasound scan of, if the service is not performed in conjunction with a service mentioned in item 55869 (NR)\\n\",\n            \"ScheduleFee\": \"48.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"55872\",\n            \"Description\": \"Paediatric hip examination for dysplasia, left or right, ultrasound scan of, if the service is not performed in conjunction with item 55874 (R)\\n\",\n            \"ScheduleFee\": \"125.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"6\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Nurse', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"55873\",\n            \"Description\": \"Paediatric hip examination for dysplasia, left or right, ultrasound scan of, if the service is not performed in conjunction with item 55875 (NR)\\n\",\n            \"ScheduleFee\": \"43.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"55874\",\n            \"Description\": \"Paediatric hip examination for dysplasia, left and right, ultrasound scan of, if the service is not performed in conjunction with item 55872 (R)\\n\",\n            \"ScheduleFee\": \"139.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"6\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Nurse', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"55875\",\n            \"Description\": \"Paediatric hip examination for dysplasia, left and right, ultrasound scan of, if the service is not performed in conjunction with item 55873 (NR)\\n\",\n            \"ScheduleFee\": \"48.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"55876\",\n            \"Description\": \"Buttock or thigh, or both, left or right, ultrasound scan of, if the service is not performed in conjunction with item 55878 (R)\\n\",\n            \"ScheduleFee\": \"125.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"6\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Nurse', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"55877\",\n            \"Description\": \"Buttock or thigh or both, left or right, ultrasound scan of, if the service is not performed in conjunction with item 55879 (NR)\\n\",\n            \"ScheduleFee\": \"43.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"55878\",\n            \"Description\": \"Buttock or thigh, or both, left and right, ultrasound scan of, if the service is not performed in conjunction with item 55876 (R)\\n\",\n            \"ScheduleFee\": \"139.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"6\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Nurse', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"55879\",\n            \"Description\": \"Buttock or thigh, or both, left and right, ultrasound scan of, if the service is not performed in conjunction with item 55877 (NR)\\n\",\n            \"ScheduleFee\": \"48.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"55880\",\n            \"Description\": \"Knee, left or right, ultrasound scan of, if: (a) the service is used for the assessment of one or more of the following suspected or known conditions:(i) abnormality of tendons or bursae about the knee;(ii) a meniscal cyst, popliteal fossa cyst, mass or pseudomass;(iii) a nerve entrapment or a nerve or nerve sheath tumour;(iv) an injury of collateral ligaments; and (b) the service is not performed in conjunction with item 55882 (R)\\n\",\n            \"ScheduleFee\": \"125.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"6\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Nurse', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"55881\",\n            \"Description\": \"Knee, left or right, ultrasound scan of, if:(a) the service is used for the assessment of one or more of the following suspected or known conditions: (i) abnormality of tendons or bursae about the knee;(ii) a meniscal cyst, popliteal fossa cyst, mass or pseudomass;(iii) a nerve entrapment or a nerve or nerve sheath tumour;(iv) an injury of collateral ligaments; and(b) the service is not performed in conjunction with item 55883 (NR)\\n\",\n            \"ScheduleFee\": \"43.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"55882\",\n            \"Description\": \"Knee, left and right, ultrasound scan of, if:(a) the service is used for the assessment of one or more of the following suspected or known conditions:(i) abnormality of tendons or bursae about the knee;(ii) a meniscal cyst, popliteal fossa cyst, mass or pseudomass;(iii) a nerve entrapment or a nerve or nerve sheath tumour;(iv) an injury of collateral ligaments; and(b) the service is not performed in conjunction with a service mentioned in item 55880 (R)\\n\",\n            \"ScheduleFee\": \"139.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"6\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Nurse', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"55883\",\n            \"Description\": \"Knee, left and right, ultrasound scan of, if:(a) the service is used for the assessment of one or more of the following suspected or known conditions: (i) abnormality of tendons or bursae about the knee;(ii) a meniscal cyst, popliteal fossa cyst, mass or pseudomass;(iii) a nerve entrapment or a nerve or nerve sheath tumour;(iv) an injury of collateral ligaments; and(b) the service is not performed in conjunction with item 55881 (NR)\\n\",\n            \"ScheduleFee\": \"48.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"55884\",\n            \"Description\": \"Lower leg, left or right, ultrasound scan of, if the service is not performed in conjunction with item 55886 (R)\\n\",\n            \"ScheduleFee\": \"125.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"6\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Nurse', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"55885\",\n            \"Description\": \"Lower leg, left or right, ultrasound scan of, if the service is not performed in conjunction with item 55887 (NR)\\n\",\n            \"ScheduleFee\": \"43.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"55886\",\n            \"Description\": \"Lower leg, left and right, ultrasound scan of, if the service is not performed in conjunction with item 55884 (R)\\n\",\n            \"ScheduleFee\": \"139.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"6\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Nurse', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"55887\",\n            \"Description\": \"Lower leg, left and right, ultrasound scan of, if the service is not performed in conjunction with item 55885 (NR)\\n\",\n            \"ScheduleFee\": \"48.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"55888\",\n            \"Description\": \"Ankle or hind foot, or both, left or right, ultrasound scan of, if the service is not performed in conjunction with item 55890 (R)\\n\",\n            \"ScheduleFee\": \"125.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"6\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Podiatrist', 'Nurse', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"55889\",\n            \"Description\": \"Ankle or hind foot, or both, left or right, ultrasound scan of, if the service is not performed in conjunction with item 55891 (NR)\\n\",\n            \"ScheduleFee\": \"43.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"55890\",\n            \"Description\": \"Ankle or hind foot, or both, left and right, ultrasound scan of, if the service is not performed in conjunction with item 55888 (R)\\n\",\n            \"ScheduleFee\": \"139.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"6\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Podiatrist', 'Nurse', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"55891\",\n            \"Description\": \"Ankle or hind foot, or both, left and right, ultrasound scan of, if the service is not performed in conjunction with item 55889 (NR)\\n\",\n            \"ScheduleFee\": \"48.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"55892\",\n            \"Description\": \"Mid foot or fore foot, or both, left or right, ultrasound scan of, if the service is not performed in conjunction with item 55894 (R)\\n\",\n            \"ScheduleFee\": \"125.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"6\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Podiatrist', 'Nurse', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"55893\",\n            \"Description\": \"Mid foot or fore foot, or both, left or right, ultrasound scan of, if the service is not performed in conjunction with item 55895 (NR)\\n\",\n            \"ScheduleFee\": \"43.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"55894\",\n            \"Description\": \"Mid foot or fore foot, or both, left and right, ultrasound scan of, if the service is not performed in conjunction with item 55892 (R)\\n\",\n            \"ScheduleFee\": \"139.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"6\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Podiatrist', 'Nurse', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"55895\",\n            \"Description\": \"Mid foot or fore foot, or both, left and right, ultrasound scan of, if the service is not performed in conjunction with item 55893 (NR)\\n\",\n            \"ScheduleFee\": \"48.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I1\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"56001\",\n            \"Description\": \"Computed tomography—scan of brain without intravenous contrast medium, not being a service to which item 57001 applies (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"219.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Oral medicine specialist', 'Oral surgeon', 'Specialist in special needs dentistry', 'Oral and maxillofacial pathologist', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"56007\",\n            \"Description\": \"Computed tomography—scan of brain with intravenous contrast medium and with any scans of the brain before intravenous contrast injection, when performed, not being a service to which item 57007 applies (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"281.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Oral medicine specialist', 'Oral surgeon', 'Specialist in special needs dentistry', 'Oral and maxillofacial pathologist', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"56010\",\n            \"Description\": \"Computed tomography—scan of pituitary fossa with or without intravenous contrast medium and with or without brain scan when performed (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"283.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Oral medicine specialist', 'Oral surgeon', 'Specialist in special needs dentistry', 'Oral and maxillofacial pathologist', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"56013\",\n            \"Description\": \"COMPUTED TOMOGRAPHY - scan of orbits with or without intravenous contrast medium and with or without brain scan when undertaken (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"281.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Prosthodontist', 'Oral medicine specialist', 'Oral surgeon', 'Specialist in special needs dentistry', 'Oral and maxillofacial pathologist', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"56016\",\n            \"Description\": \"Computed tomography—scan of petrous bones in axial and coronal planes in 1 mm or 2 mm sections, with or without intravenous contrast medium, with or without scan of brain (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"326.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Prosthodontist', 'Oral medicine specialist', 'Oral surgeon', 'Specialist in special needs dentistry', 'Oral and maxillofacial pathologist', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"56022\",\n            \"Description\": \"Computed tomography—scan of facial bones, para nasal sinuses or both without intravenous contrast medium (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"253.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Prosthodontist', 'Periodontist', 'Endodontist', 'Paediatric dentist', 'Orthodontist', 'Oral medicine specialist', 'Oral surgeon', 'Specialist in special needs dentistry', 'Oral and maxillofacial pathologist', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"56028\",\n            \"Description\": \"Computed tomography—scan of facial bones, para nasal sinuses or both with intravenous contrast medium and with any scans of the facial bones, para nasal sinuses or both before intravenous contrast injection, when performed (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"378.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Prosthodontist', 'Oral medicine specialist', 'Oral surgeon', 'Specialist in special needs dentistry', 'Oral and maxillofacial pathologist', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"56030\",\n            \"Description\": \"Computed tomography—scan of facial bones, para nasal sinuses or both, with scan of brain, without intravenous contrast medium (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"253.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-02-01\"\n        },\n        {\n            \"ItemNumber\": \"56036\",\n            \"Description\": \"Computed tomography—scan of facial bones, para nasal sinuses or both, with scan of brain, with intravenous contrast medium, if:(a) a scan without intravenous contrast medium has been performed; and(b) the service is required because the result of the scan mentioned in paragraph (a) is abnormal (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"378.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-02-01\"\n        },\n        {\n            \"ItemNumber\": \"56101\",\n            \"Description\": \"Computed tomography—scan of soft tissues of neck, including larynx, pharynx, upper oesophagus and salivary glands (not associated with cervical spine) without intravenous contrast medium, not being a service to which item 56801 applies (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"258.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"2\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Oral medicine specialist', 'Oral surgeon', 'Specialist in special needs dentistry', 'Oral and maxillofacial pathologist', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"56107\",\n            \"Description\": \"Computed tomography—scan of soft tissues of neck, including larynx, pharynx, upper oesophagus and salivary glands (not associated with cervical spine)—with intravenous contrast medium and with any scans of soft tissues of neck, including larynx, pharynx, upper oesophagus and salivary glands (not associated with cervical spine) before intravenous contrast injection, when undertaken, not being a service associated with a service to which item 56807 applies (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"382.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"2\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Oral medicine specialist', 'Oral surgeon', 'Specialist in special needs dentistry', 'Oral and maxillofacial pathologist', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"56219\",\n            \"Description\": \"Computed tomography—scan of spine, one or more regions with intrathecal contrast medium, including the preparation for intrathecal injection of contrast medium and any associated plain X rays, not being a service to which item 59724 applies (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"367.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"56220\",\n            \"Description\": \"Computed tomography—scan of spine, cervical region, without intravenous contrast medium (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"270.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"56221\",\n            \"Description\": \"Computed tomography—scan of spine, thoracic region, without intravenous contrast medium (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"270.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"56223\",\n            \"Description\": \"Computed tomography—scan of spine, lumbosacral region, without intravenous contrast medium (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"270.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"56224\",\n            \"Description\": \"Computed tomography—scan of spine, cervical region, with intravenous contrast medium and with any scans of the cervical region of the spine before intravenous contrast injection when undertaken (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"395.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"56225\",\n            \"Description\": \"Computed tomography—scan of spine, thoracic region, with intravenous contrast medium and with any scans of the thoracic region of the spine before intravenous contrast injection when undertaken (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"395.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"56226\",\n            \"Description\": \"Computed tomography—scan of spine, lumbosacral region, with intravenous contrast medium and with any scans of the lumbosacral region of the spine prior to intravenous contrast injection when undertaken (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"395.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"56233\",\n            \"Description\": \"Computed tomography—scan of spine, 2 examinations of the kind referred to in items 56220, 56221 and 56223, without intravenous contrast medium (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"270.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"56234\",\n            \"Description\": \"Computed tomography—scan of spine, 2 examinations of the kind referred to in items 56224, 56225 and 56226, with intravenous contrast medium and with any scans of these regions of the spine before intravenous contrast injection when undertaken (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"395.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"56237\",\n            \"Description\": \"Computed tomography—scan of spine, 3 regions cervical, thoracic and lumbosacral, without intravenous contrast medium (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"270.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"56238\",\n            \"Description\": \"Computed tomography—scan of spine, 3 regions, cervical, thoracic and lumbosacral, with intravenous contrast medium and with any scans of these regions of the spine before intravenous contrast injection when undertaken (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"395.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"56301\",\n            \"Description\": \"Computed tomography—scan of chest, including lungs, mediastinum, chest wall and pleura, with or without scans of the upper abdomen, without intravenous contrast medium, not being a service to which item 56801 or 57001 applies and not including a study performed to exclude coronary artery calcification or image the coronary arteries (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"332.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"4\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Oral medicine specialist', 'Oral surgeon', 'Specialist in special needs dentistry', 'Oral and maxillofacial pathologist', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"56307\",\n            \"Description\": \"Computed tomography—scan of chest, including lungs, mediastinum, chest wall and pleura, with or without scans of the upper abdomen, with intravenous contrast medium and with any scans of the chest, including lungs, mediastinum, chest wall or pleura and upper abdomen before intravenous contrast injection, when undertaken, not being a service to which item 56807 or 57007 applies and not including a study performed to exclude coronary artery calcification or image the coronary arteries (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"450.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"4\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Oral medicine specialist', 'Oral surgeon', 'Specialist in special needs dentistry', 'Oral and maxillofacial pathologist', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"56401\",\n            \"Description\": \"Computed tomography—scan of upper abdomen only (diaphragm to iliac crest) without intravenous contrast medium, not being a service to which item 56301, 56501, 56801 or 57001 applies (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"281.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"5\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Oral medicine specialist', 'Oral surgeon', 'Specialist in special needs dentistry', 'Oral and maxillofacial pathologist', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"56407\",\n            \"Description\": \"Computed tomography—scan of upper abdomen only (diaphragm to iliac crest), with intravenous contrast medium, and with any scans of upper abdomen (diaphragm to iliac crest) before intravenous contrast injection, when undertaken, not being a service to which item 56307, 56507, 56807 or 57007 applies (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"405.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"5\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Oral medicine specialist', 'Oral surgeon', 'Specialist in special needs dentistry', 'Oral and maxillofacial pathologist', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"56409\",\n            \"Description\": \"Computed tomography—scan of pelvis only (iliac crest to pubic symphysis) without intravenous contrast medium not being a service associated with a service to which item 56401 applies (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"281.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"5\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"56412\",\n            \"Description\": \"Computed tomography—scan of pelvis only (iliac crest to pubic symphysis), with intravenous contrast medium and with any scans of pelvis (iliac crest to pubic symphysis) before intravenous contrast injection, when undertaken, not being a service to which item 56407 applies (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"405.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"5\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"56501\",\n            \"Description\": \"Computed tomography—scan of upper abdomen and pelvis without intravenous contrast medium, not for the purposes of virtual colonoscopy and not being a service to which item 56801 or 57001 applies(R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"433.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"6\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"56507\",\n            \"Description\": \"Computed tomography—scan of upper abdomen and pelvis with intravenous contrast medium and with any scans of upper abdomen and pelvis before intravenous contrast injection, when performed, not for the purposes of virtual colonoscopy and not being a service to which item 56807 or 57007 applies (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"540.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"6\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"56553\",\n            \"Description\": \"Computed tomography—scan of colon for exclusion or diagnosis of colorectal neoplasia in a symptomatic or high risk patient if:(a) one or more of the following applies:(i) the patient has had an incomplete colonoscopy in the 3 months before the scan;(ii) there is a high grade colonic obstruction;(iii) the service is requested by a specialist or consultant physician who performs colonoscopies in the practice of the specialist’s or consultant physician’s speciality; and(b) the service is not a service to which item 56301, 56307, 56401, 56407, 56409, 56412, 56501, 56507, 56801, 56807 or 57001 applies (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"585.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"6\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2015-09-01\"\n        },\n        {\n            \"ItemNumber\": \"56620\",\n            \"Description\": \"Computed tomography—scan of knee, without intravenous contrast medium, not being a service to which item 56622 or 56629 applies (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"247.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"7\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"56622\",\n            \"Description\": \"Computed tomography—scan of lower limb, left or right or both, one region (other than knee), or more than one region (which may include knee), without intravenous contrast medium, not being a service to which item 56620 applies (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"247.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"7\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"56623\",\n            \"Description\": \"Computed tomography—scan of lower limb, left or right or both, one region (other than knee), or more than one region (which may include knee), with intravenous contrast medium and with any scans of the lower limb before intravenous contrast injection, when performed, not being a service to which item 56626 applies (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"376.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"7\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"56626\",\n            \"Description\": \"Computed tomography—scan of knee, with intravenous contrast medium and with any scans of the knee before intravenous contrast injection, when performed, not being a service to which items 56623 or 56630 apply (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"376.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"7\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"56627\",\n            \"Description\": \"Computed tomography—scan of upper limb, left or right or both, any one region, or more than one region, without intravenous contrast medium (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"247.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"7\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"56628\",\n            \"Description\": \"Computed tomography—scan of upper limb, left or right or both, any one region, or more than one region, with intravenous contrast medium and with any scans of the upper limb before intravenous contrast injection, when performed (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"376.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"7\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"56629\",\n            \"Description\": \"Computed tomography—scan of upper limb and lower limb, left or right or both, any one region (other than knee), or more than one region (which may include knee) without intravenous contrast medium not being a service to which item 56620 applies (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"247.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"7\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"56630\",\n            \"Description\": \"Computed tomography—scan of upper limb and lower limb, left or right or both, any one region (other than knee), or more than one region (which may include knee) with intravenous contrast medium with any scans of the limbs before intravenous contrast injection, when performed, not being a service to which item 56626 applies (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"376.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"7\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"56801\",\n            \"Description\": \"Computed tomography—scan of chest, abdomen and pelvis with or without scans of soft tissues of neck without intravenous contrast medium, not including a study performed to exclude coronary artery calcification or image the coronary arteries (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"525.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"8\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"56807\",\n            \"Description\": \"Computed tomography—scan of chest, abdomen and pelvis with or without scans of soft tissues of neck with intravenous contrast medium and with any scans of chest, abdomen and pelvis with or without scans of soft tissue of neck before intravenous contrast injection, when performed, not including a study performed to exclude coronary artery calcification or image the coronary arteries (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"630.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"8\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"57001\",\n            \"Description\": \"Computed tomography—scan of brain and chest with or without scans of upper abdomen without intravenous contrast medium, not including a study performed to exclude coronary artery calcification or image the coronary arteries (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"525.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"9\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"57007\",\n            \"Description\": \"Computed tomography—scan of brain and chest with or without scans of upper abdomen with intravenous contrast medium and with any scans of brain and chest and upper abdomen before intravenous contrast injection, when performed, not including a study performed to exclude coronary artery calcification or image the coronary arteries (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"638.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"9\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"57201\",\n            \"Description\": \"Computed tomography—pelvimetry (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"174.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"10\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"57341\",\n            \"Description\": \"Computed tomography, in conjunction with a surgical procedure using interventional techniques (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"528.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"11\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Oral medicine specialist', 'Oral surgeon', 'Specialist in special needs dentistry', 'Oral and maxillofacial pathologist', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"57352\",\n            \"Description\": \"Computed tomography—angiography with intravenous contrast medium of any or all, or any part, of: (a) the arch of the aorta; or (b) the carotid arteries; or (c) the vertebral arteries and their branches (head and neck); including any scans performed before intravenous contrast injection—one or more data acquisitions, including image editing, and maximum intensity projections or 3 dimensional surface shaded display, with hardcopy or digital recording of multiple projections, if: (d) either: (i) the service is requested by a specialist or consultant physician; or (ii) the service is requested by a medical practitioner (other than a specialist or consultant physician) and the request indicates that the patient’s case has been discussed with a specialist or consultant physician; and (e) the service is not a service to which another item in this group applies; and (f) the service is performed for the exclusion of arterial stenosis, occlusion, aneurysm or embolism; and (g) the service is not a study performed to image the coronary arteries (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"573.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"12\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"57353\",\n            \"Description\": \"Computed tomography—angiography with intravenous contrast medium of any or all, or any part, of: (a) the ascending and descending aorta; or (b) the common iliac and abdominal branches including upper limbs (chest, abdomen and upper limbs); including any scans performed before intravenous contrast injection—one or more data acquisitions, including image editing, and maximum intensity projections or 3 dimensional surface shaded display, with hardcopy or digital recording of multiple projections, if: (c) either: (i) the service is requested by a specialist or consultant physician; or (ii) the service is requested by a medical practitioner (other than a specialist or consultant physician) and the request indicates that the patient’s case has been discussed with a specialist or consultant physician; and (d) the service is not a service to which another item in this group applies; and (e) the service is performed for the exclusion of arterial stenosis, occlusion, aneurysm or embolism; and (f) the service is not a study performed to image the coronary arteries (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"573.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"12\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"57354\",\n            \"Description\": \"Computed tomography—angiography with intravenous contrast medium of any or all, or any part, of: (a) the descending aorta; or (b) the pelvic vessels (aorto‑iliac segment) and lower limbs; including any scans performed before intravenous contrast injection—one or more data acquisitions, including image editing, and maximum intensity projections or 3 dimensional surface shaded display, with hardcopy or digital recording of multiple projections, if: (c) either: (i) the service is requested by a specialist or consultant physician; or (ii) the service is requested by a medical practitioner (other than a specialist or consultant physician) and the request indicates that the patient’s case has been discussed with a specialist or consultant physician; and (d) the service is not a service to which another item in this group applies; and (e) the service is performed for the exclusion of arterial stenosis, occlusion, aneurysm or embolism; and (f) the service is not a study performed to image the coronary arteries (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"573.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"12\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"57357\",\n            \"Description\": \"Computed tomography—angiography with intravenous contrast medium of any or all, or any part, of the pulmonary arteries and their branches, including any scans performed before intravenous contrast injection—one or more data acquisitions, including image editing, and maximum intensity projections or 3 dimensional surface shaded display, with hardcopy or digital recording of multiple projections, if: the service is not a service to which another item in this group applies; and the service is not a study performed to image the coronary arteries; and the service is:(i) performed for the exclusion of pulmonary arterial stenosis, occlusion, aneurysm or embolism and is requested by a specialist or consultant physician; or(ii) performed for the exclusion of pulmonary arterial stenosis, occlusion or aneurysm and is requested by a medical practitioner (other than a specialist or consultant physician) and the request indicates that the patient’s case has been discussed with a specialist or consultant physician; or (iii) for the exclusion of pulmonary embolism and is requested be a medical practitioner (other than a specialist or consultant physician) (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"573.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"12\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-11-01\"\n        },\n        {\n            \"ItemNumber\": \"57360\",\n            \"Description\": \"Computed tomography of the coronary arteries performed on a minimum of a 64 slice (or equivalent) scanner if: (a) the request is made by a specialist or consultant physician; and (b) the patient has stable or acute symptoms consistent with coronary ischaemia; and (c) the patient is at low to intermediate risk of an acute coronary event, including having no significant cardiac biomarker elevation and no electrocardiogram changes indicating acute ischaemia (R) Note: See explanatory note IN.2.2 for claiming restrictions for this item. (Anaes.)\\n\",\n            \"ScheduleFee\": \"787.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"12\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2011-07-01\"\n        },\n        {\n            \"ItemNumber\": \"57362\",\n            \"Description\": \"Cone beam computed tomography—dental and temporo mandibular joint imaging (without contrast medium) for diagnosis and management of any of the following:(a) mandibular and dento alveolar fractures;(b) dental implant planning;(c) orthodontics;(d) endodontic conditions;(e) periodontal conditions;(f) temporo mandibular joint conditionsApplicable once per patient per day, not being for a service to which any of items 57960 to 57969 apply, and not being a service associated with another service in Group I2 (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"127.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"13\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Prosthodontist', 'Periodontist', 'Endodontist', 'Paediatric dentist', 'Orthodontist', 'Oral medicine specialist', 'Oral surgeon', 'Specialist in special needs dentistry', 'Oral and maxillofacial pathologist', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2014-11-01\"\n        },\n        {\n            \"ItemNumber\": \"57364\",\n            \"Description\": \"Note: the service only applies if the patient meets the requirements of the descriptor and the requirements of Note: TR.8.3 (item 38247), TR.8.2 (item 38249) or item 38252 if subclause (iv) applies. Computed tomography of the coronary arteries performed on a minimum of a 64 slice (or equivalent) scanner, if: (a) the service is requested by a specialist or consultant physician; and (b) at least one of the following apply to the patient: (i) the patient has stable symptoms and newly recognised left ventricular systolic dysfunction of unknown aetiology; (ii) the patient requires exclusion of coronary artery anomaly or fistula; (iii) the patient will be undergoing non-coronary cardiac surgery; (iv) the patient meets the criteria to be eligible for a service to which item 38247, 38249 or 38252 applies, but as an alternative to selective coronary angiography will require an assessment of the patency of one or more bypass grafts (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"787.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"12\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2021-07-01\"\n        },\n        {\n            \"ItemNumber\": \"57410\",\n            \"Description\": \"Low-dose computed tomography (low-dose CT) scan of chest for the National Lung Cancer Screening Program, without intravenous contrast medium, where: (a) the request states that the patient’s eligibility to participate in the National Lung Cancer Screening Program has been assessed and confirmed; and (b) the service utilises the agreed nodule management protocol for standardised lung nodule identification, classification and reporting; and (c) the service is bulk-billed (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"338.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"14\",\n            \"EligibleAgeRange\": \"50 years or older and younger than 71 years\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Nurse', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"57413\",\n            \"Description\": \"Low-dose computed tomography (low-dose CT) scan of chest for the National Lung Cancer Screening Program, without intravenous contrast medium, where: (a) the service is: (i) performed as a clinical follow-up within 2 years of a screening low-dose CT scan of MBS item 57410; or (ii) performed as a clinical follow-up to a previous interval low-dose CT scan of MBS item 57413 linked to MBS item 57410; and (b) the service utilises the agreed nodule management protocol for standardised lung nodule identification, classification and reporting; and (c) the service is bulk-billed (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"338.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I2\",\n            \"SubGroup\": \"14\",\n            \"EligibleAgeRange\": \"50 years or older and younger than 71 years\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Nurse', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"57506\",\n            \"Description\": \"Hand, wrist, forearm, elbow or humerus (NR)\\n\",\n            \"ScheduleFee\": \"34.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"57509\",\n            \"Description\": \"Hand, wrist, forearm, elbow or humerus (R)\\n\",\n            \"ScheduleFee\": \"45.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Dental Practitioner', 'Nurse', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"57512\",\n            \"Description\": \"Hand and wrist, or hand, wrist and forearm, or wrist and forearm, or forearm and elbow, or elbow and humerus (NR)\\n\",\n            \"ScheduleFee\": \"46.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"57515\",\n            \"Description\": \"Hand and wrist, or hand, wrist and forearm, or wrist and forearm, or forearm and elbow, or elbow and humerus (R)\\n\",\n            \"ScheduleFee\": \"62.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Dental Practitioner', 'Nurse', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"57518\",\n            \"Description\": \"Foot, ankle, leg or femur (NR)\\n\",\n            \"ScheduleFee\": \"37.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"57521\",\n            \"Description\": \"Foot, ankle, leg or femur (R)\\n\",\n            \"ScheduleFee\": \"49.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Dental Practitioner', 'Podiatrist', 'Nurse', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"57522\",\n            \"Description\": \"Knee (NR)\\n\",\n            \"ScheduleFee\": \"37.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"57523\",\n            \"Description\": \"Knee (R)\\n\",\n            \"ScheduleFee\": \"49.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Dental Practitioner', 'Podiatrist', 'Nurse', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"57524\",\n            \"Description\": \"Foot and ankle, or ankle and leg, or leg and knee, or knee and femur (NR)\\n\",\n            \"ScheduleFee\": \"56.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"57527\",\n            \"Description\": \"Foot and ankle, or ankle and leg, or leg and knee, or knee and femur (R)\\n\",\n            \"ScheduleFee\": \"75.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Dental Practitioner', 'Podiatrist', 'Nurse', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"57541\",\n            \"Description\": \"Fee for a service rendered using first eligible x-ray procedure carried out during attendance at a residential aged care facility, where the service has been requested by a medical practitioner or a participating nurse practitioner who has attended the patient in person and the request identifies one or more of the following indications: the patient has experienced a fall and one or more of the following items apply to the service 57509, 57515, 57521, 57527, 57703, 57709, 57712, 57715, 58521, 58524, 58527; or pneumonia or heart failure is suspected and item 58503 applies to the service; or acute abdomen or bowel obstruction is suspected and item 58903 applies to the service. This call-out fee can be claimed once only per visit at a residential aged care facility irrespective of the number of patients attended. NOTE: If the service is bulked billed 95% of the fee is payable. The multiple services rule does not apply to this item. (R)\\n\",\n            \"ScheduleFee\": \"84.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"18\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist Medical Practitioner', 'General Practitioner', 'Nurse' ].\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"57700\",\n            \"Description\": \"Shoulder or scapula (NR)\\n\",\n            \"ScheduleFee\": \"46.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"57703\",\n            \"Description\": \"Shoulder or scapula (R)\\n\",\n            \"ScheduleFee\": \"62.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"2\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Nurse', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"57706\",\n            \"Description\": \"Clavicle (NR)\\n\",\n            \"ScheduleFee\": \"37.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"57709\",\n            \"Description\": \"Clavicle (R)\\n\",\n            \"ScheduleFee\": \"49.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"2\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Nurse', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"57712\",\n            \"Description\": \"Hip joint (R)\\n\",\n            \"ScheduleFee\": \"54.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"2\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Chiropractor', 'Physiotherapist', 'Osteopath', 'Nurse', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"57715\",\n            \"Description\": \"Pelvic girdle (R)\\n\",\n            \"ScheduleFee\": \"69.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"2\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Chiropractor', 'Physiotherapist', 'Osteopath', 'Nurse', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"57721\",\n            \"Description\": \"Femur, internal fixation of neck or intertrochanteric (pertrochanteric) fracture (R)\\n\",\n            \"ScheduleFee\": \"113.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"2\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Nurse', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"57901\",\n            \"Description\": \"Skull, not in association with item 57902 (R)\\n\",\n            \"ScheduleFee\": \"74.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Dental Practitioner', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"57902\",\n            \"Description\": \"Cephalometry, not in association with item 57901 (R)\\n\",\n            \"ScheduleFee\": \"74.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Dental Practitioner', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"57905\",\n            \"Description\": \"Mastoids or petrous temporal bones (R)\\n\",\n            \"ScheduleFee\": \"74.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Dental Practitioner', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"57907\",\n            \"Description\": \"Sinuses or facial bones – orbit, maxilla or malar, any or all (R)\\n\",\n            \"ScheduleFee\": \"54.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Dental Practitioner', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"57915\",\n            \"Description\": \"Mandible, not by orthopantomography technique (R)\\n\",\n            \"ScheduleFee\": \"54.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Dental Practitioner', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"57918\",\n            \"Description\": \"Salivary calculus (R)\\n\",\n            \"ScheduleFee\": \"54.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Dental Practitioner', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"57921\",\n            \"Description\": \"Nose (R)\\n\",\n            \"ScheduleFee\": \"54.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Dental Practitioner', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"57924\",\n            \"Description\": \"Eye (R)\\n\",\n            \"ScheduleFee\": \"54.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Dental Practitioner', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"57927\",\n            \"Description\": \"Temporo mandibular joints (R)\\n\",\n            \"ScheduleFee\": \"57.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Dental Practitioner', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"57930\",\n            \"Description\": \"Teeth—single area (R)\\n\",\n            \"ScheduleFee\": \"37.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Dental Practitioner', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"57933\",\n            \"Description\": \"Teeth - full mouth (R)\\n\",\n            \"ScheduleFee\": \"89.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Dental Practitioner', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"57939\",\n            \"Description\": \"Palato pharyngeal studies with fluoroscopic screening (R)\\n\",\n            \"ScheduleFee\": \"74.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Dental Practitioner', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"57942\",\n            \"Description\": \"Palato pharyngeal studies without fluoroscopic screening (R)\\n\",\n            \"ScheduleFee\": \"57.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Dental Practitioner', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"57945\",\n            \"Description\": \"Larynx, lateral airways and soft tissues of the neck, not being a service associated with a service to which item 57939 or 57942 applies (R)\\n\",\n            \"ScheduleFee\": \"49.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Dental Practitioner', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"57960\",\n            \"Description\": \"Orthopantomography for diagnosis or management (or both) of trauma, infection, tumour or a congenital or surgical condition of the teeth or maxillofacial region (R)\\n\",\n            \"ScheduleFee\": \"54.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Dental Practitioner', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2002-11-01\"\n        },\n        {\n            \"ItemNumber\": \"57963\",\n            \"Description\": \"Orthopantomography for diagnosis or management (or both) of any of the following conditions, if the signs and symptoms of the condition is present:(a) impacted teeth;(b) caries;(c) periodontal pathology;(d) periapical pathology (R)\\n\",\n            \"ScheduleFee\": \"54.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Dental Practitioner', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2002-11-01\"\n        },\n        {\n            \"ItemNumber\": \"57966\",\n            \"Description\": \"Orthopantomography for diagnosis or management (or both) of missing or crowded teeth, or developmental anomalies of the teeth or jaws (R)\\n\",\n            \"ScheduleFee\": \"54.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Dental Practitioner', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2002-11-01\"\n        },\n        {\n            \"ItemNumber\": \"57969\",\n            \"Description\": \"Orthopantomography for diagnosis or management (or both) of temporo mandibular joint arthroses or dysfunction (R)\\n\",\n            \"ScheduleFee\": \"54.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Dental Practitioner', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2002-11-01\"\n        },\n        {\n            \"ItemNumber\": \"58100\",\n            \"Description\": \"Spine—cervical (R)\\n\",\n            \"ScheduleFee\": \"77.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"4\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Dental Practitioner', 'Chiropractor', 'Physiotherapist', 'Osteopath', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"58103\",\n            \"Description\": \"Spine—thoracic (R)\\n\",\n            \"ScheduleFee\": \"63.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"4\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Chiropractor', 'Physiotherapist', 'Osteopath', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"58106\",\n            \"Description\": \"Spine—lumbosacral (R)\\n\",\n            \"ScheduleFee\": \"88.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"4\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Chiropractor', 'Physiotherapist', 'Osteopath', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"58108\",\n            \"Description\": \"Spine—4 regions, cervical, thoracic, lumbosacral and sacrococcygeal (R)\\n\",\n            \"ScheduleFee\": \"126.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"4\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"58109\",\n            \"Description\": \"Spine—sacrococcygeal (R)\\n\",\n            \"ScheduleFee\": \"53.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"4\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Chiropractor', 'Physiotherapist', 'Osteopath', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"58112\",\n            \"Description\": \"Spine—2 examinations of the kind mentioned in items 58100, 58103, 58106 and 58109 (R)\\n\",\n            \"ScheduleFee\": \"111.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"4\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Chiropractor', 'Physiotherapist', 'Osteopath', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"58115\",\n            \"Description\": \"Spine—3 examinations of the kind mentioned in items 58100, 58103, 58106 and 58109 (R)\\n\",\n            \"ScheduleFee\": \"126.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"4\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"58120\",\n            \"Description\": \"Spine—4 regions, cervical, thoracic, lumbosacral and sacrococcygeal, if the service to which item 58120 or 58121 applies has not been performed on the same patient within the same calendar year (R)\\n\",\n            \"ScheduleFee\": \"126.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"4\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Physiotherapist', 'Osteopath', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2010-01-01\"\n        },\n        {\n            \"ItemNumber\": \"58121\",\n            \"Description\": \"Spine—3 examinations of the kind mentioned in items 58100, 58103, 58106 and 58109, if the service to which item 58120 or 58121 applies has not been performed on the same patient within the same calendar year (R)\\n\",\n            \"ScheduleFee\": \"126.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"4\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Physiotherapist', 'Osteopath', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2010-01-01\"\n        },\n        {\n            \"ItemNumber\": \"58300\",\n            \"Description\": \"Bone age study (R)\\n\",\n            \"ScheduleFee\": \"46.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"5\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Dental Practitioner', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"58306\",\n            \"Description\": \"Skeletal survey (R)\\n\",\n            \"ScheduleFee\": \"102.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"5\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Prosthodontist', 'Periodontist', 'Endodontist', 'Paediatric dentist', 'Orthodontist', 'Oral medicine specialist', 'Oral surgeon', 'Specialist in special needs dentistry', 'Oral and maxillofacial pathologist', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"58500\",\n            \"Description\": \"Chest (lung fields) by direct radiography (NR)\\n\",\n            \"ScheduleFee\": \"40.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"58503\",\n            \"Description\": \"Chest (lung fields) by direct radiography (R)\\n\",\n            \"ScheduleFee\": \"54.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"6\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Dental Practitioner', 'Nurse', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"58506\",\n            \"Description\": \"Chest (lung fields) by direct radiography with fluoroscopic screening (R)\\n\",\n            \"ScheduleFee\": \"69.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"6\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Oral medicine specialist', 'Oral surgeon', 'Specialist in special needs dentistry', 'Oral and maxillofacial pathologist', 'Nurse', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"58509\",\n            \"Description\": \"Thoracic inlet or trachea (R)\\n\",\n            \"ScheduleFee\": \"45.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"6\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Nurse', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"58521\",\n            \"Description\": \"Left ribs, right ribs or sternum (R)\\n\",\n            \"ScheduleFee\": \"49.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"6\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Nurse', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"58524\",\n            \"Description\": \"Left and right ribs, left ribs and sternum, or right ribs and sternum (R)\\n\",\n            \"ScheduleFee\": \"64.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"6\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Nurse', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"58527\",\n            \"Description\": \"Left ribs, right ribs and sternum (R)\\n\",\n            \"ScheduleFee\": \"79.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"6\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Nurse', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"58700\",\n            \"Description\": \"Plain renal only (R)\\n\",\n            \"ScheduleFee\": \"52.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"7\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"58706\",\n            \"Description\": \"Intravenous pyelography, with or without preliminary plain films and with or without tomography (R)\\n\",\n            \"ScheduleFee\": \"181.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"7\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"58715\",\n            \"Description\": \"Antegrade or retrograde pyelography with or without preliminary plain films and with preparation and contrast injection, one side (R)\\n\",\n            \"ScheduleFee\": \"174.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"7\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"58718\",\n            \"Description\": \"Retrograde cystography or retrograde urethrography with or without preliminary plain films and with preparation and contrast injection (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"144.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"7\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"58721\",\n            \"Description\": \"Retrograde micturating cysto urethrography, with preparation and contrast injection (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"158.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"7\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"58900\",\n            \"Description\": \"Plain abdominal only, not being a service associated with a service to which item 58909, 58912 or 58915 applies (NR)\\n\",\n            \"ScheduleFee\": \"41.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"58903\",\n            \"Description\": \"Plain abdominal only, not being a service associated with a service to which item 58909, 58912 or 58915 applies (R)\\n\",\n            \"ScheduleFee\": \"54.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"8\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Dental Practitioner', 'Nurse', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"58909\",\n            \"Description\": \"Barium or other opaque meal of one or more of pharynx, oesophagus, stomach or duodenum, with or without preliminary plain films of pharynx, chest or duodenum, not being a service associated with a service to which item 57939, 57942 or 57945 applies (R)\\n\",\n            \"ScheduleFee\": \"103.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"8\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Oral medicine specialist', 'Oral surgeon', 'Specialist in special needs dentistry', 'Oral and maxillofacial pathologist', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"58912\",\n            \"Description\": \"Barium or other opaque meal of oesophagus, stomach, duodenum and follow through to colon, with or without screening of chest and with or without preliminary plain film (R)\\n\",\n            \"ScheduleFee\": \"126.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"8\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"58915\",\n            \"Description\": \"Barium or other opaque meal, small bowel series only, with or without preliminary plain film (R)\\n\",\n            \"ScheduleFee\": \"90.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"8\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"58916\",\n            \"Description\": \"Small bowel enema, barium or other opaque study of the small bowel, including duodenal intubation, with or without preliminary plain films, not being a service associated with a service to which item 30488 applies (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"159.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"8\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-11-01\"\n        },\n        {\n            \"ItemNumber\": \"58921\",\n            \"Description\": \"Opaque enema, with or without air contrast study and with or without preliminary plain films (R)\\n\",\n            \"ScheduleFee\": \"155.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"8\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"58927\",\n            \"Description\": \"Cholegraphy direct, with or without preliminary plain films and with preparation and contrast injection, not being a service associated with a service to which item 30439 applies (R)\\n\",\n            \"ScheduleFee\": \"87.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"8\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"58933\",\n            \"Description\": \"Cholegraphy, percutaneous transhepatic, with or without preliminary plain films and with preparation and contrast injection (R)\\n\",\n            \"ScheduleFee\": \"236.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"8\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"58936\",\n            \"Description\": \"Cholegraphy, drip infusion, with or without preliminary plain films, with preparation and contrast injection and with or without tomography (R)\\n\",\n            \"ScheduleFee\": \"225.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"8\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"58939\",\n            \"Description\": \"Defaecogram (R)\\n\",\n            \"ScheduleFee\": \"159.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"8\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"59103\",\n            \"Description\": \"Localisation of foreign body, if provided in conjunction with a service described in Subgroups 1 to 12 of Group I3 (R)\\n\",\n            \"ScheduleFee\": \"24.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"9\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Oral medicine specialist', 'Oral surgeon', 'Specialist in special needs dentistry', 'Oral and maxillofacial pathologist', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"59300\",\n            \"Description\": \"Mammography of both breasts if there is reason to suspect the presence of malignancy because of:(a) the past occurrence of breast malignancy in the patient; or(b) significant history of breast or ovarian malignancy in the patient’s family; or(c) symptoms or indications of breast disease found on examination of the patient by a medical practitioner (R) (Note: These items are intended for use in the investigation of a clinical abnormality of the breast/s and NOT for individual, group or opportunistic screening of asymptomatic patients)\\n\",\n            \"ScheduleFee\": \"102.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"10\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"59302\",\n            \"Description\": \"Three dimensional tomosynthesis of both breasts, if there is reason to suspect the presence of breast malignancy because of: (a) the past occurrence of breast malignancy in the patient; or(b) significant history of breast or ovarian malignancy in the patient’s family; or(c) symptoms or signs found on examination of the patient by a medical practitioner; not being a service to which item 59300 applies (R)\\n\",\n            \"ScheduleFee\": \"231.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"10\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"59303\",\n            \"Description\": \"Mammography of one breast if: (a) the service is specifically requested for a unilateral mammogram; and(b) there is reason to suspect the presence of malignancy because of:(i) the past occurrence of breast malignancy in the patient; or(ii) significant history of breast or ovarian malignancy in the patient’s family; or(iii) symptoms or indications of breast disease found on examination of the patient by a medical practitioner (R)\\n\",\n            \"ScheduleFee\": \"61.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"10\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"59305\",\n            \"Description\": \"Three dimensional tomosynthesis of one breast, if there is reason to suspect the presence of breast malignancy because of: (a) the past occurrence of breast malignancy in the patient; or(b) significant history of breast or ovarian malignancy in the patient’s family; or(c) symptoms or signs found on examination of the patient by a medical practitioner; not being a service to which item 59303 applies (R)\\n\",\n            \"ScheduleFee\": \"130.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"10\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"59312\",\n            \"Description\": \"Radiographic examination of both breasts, in conjunction with a surgical procedure on each breast, using interventional techniques (R)\\n\",\n            \"ScheduleFee\": \"99.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"10\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-11-01\"\n        },\n        {\n            \"ItemNumber\": \"59314\",\n            \"Description\": \"Radiographic examination of one breast, in conjunction with a surgical procedure using interventional techniques (R)\\n\",\n            \"ScheduleFee\": \"60.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"10\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-11-01\"\n        },\n        {\n            \"ItemNumber\": \"59318\",\n            \"Description\": \"Radiographic examination of excised breast tissue to confirm satisfactory excision of one or more lesions in one breast or both following pre-operative localisation in conjunction with a service under item 31536 (R)\\n\",\n            \"ScheduleFee\": \"54.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"10\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-11-01\"\n        },\n        {\n            \"ItemNumber\": \"59700\",\n            \"Description\": \"Discography, each disc, with or without preliminary plain films and with preparation and contrast injection (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"110.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"12\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"59703\",\n            \"Description\": \"Dacryocystography, one side, with or without preliminary plain film and with preparation and contrast injection (R)\\n\",\n            \"ScheduleFee\": \"87.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"12\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Oral medicine specialist', 'Oral surgeon', 'Specialist in special needs dentistry', 'Oral and maxillofacial pathologist', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"59712\",\n            \"Description\": \"Hysterosalpingography, with or without preliminary plain films and with preparation and contrast injection (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"130.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"12\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"59715\",\n            \"Description\": \"Bronchography, one side, with or without preliminary plain films and with preparation and contrast injection, on a person under 16 years of age (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"164.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"12\",\n            \"EligibleAgeRange\": \"younger than 16 years\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"59718\",\n            \"Description\": \"Phlebography, one side, with or without preliminary plain films and with preparation and contrast injection (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"154.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"12\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"59724\",\n            \"Description\": \"Myelography, one or more regions, with or without preliminary plain films and with preparation and contrast injection, not being a service associated with a service to which item 56219 applies (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"260.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"12\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"59733\",\n            \"Description\": \"Sialography, one side, with preparation and contrast injection, not being a service associated with a service to which item 57918 applies (R)\\n\",\n            \"ScheduleFee\": \"123.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"12\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Dental Practitioner', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"59739\",\n            \"Description\": \"Sinogram or fistulogram, one or more regions, with or without preliminary plain films and with preparation and contrast injection (R)\\n\",\n            \"ScheduleFee\": \"84.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"12\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Dental Practitioner', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"59751\",\n            \"Description\": \"Arthrography, each joint, excluding the facet (zygapophyseal) joints of the spine, single or double contrast study, with or without preliminary plain films and with preparation and contrast injection (R)\\n\",\n            \"ScheduleFee\": \"159.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"12\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Dental Practitioner', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"59754\",\n            \"Description\": \"Lymphangiography, one or both sides, with preliminary plain films and follow-up radiography and with preparation and contrast injection (R)\\n\",\n            \"ScheduleFee\": \"251.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"12\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"59763\",\n            \"Description\": \"Air insufflation during video—fluoroscopic imaging including associated consultation (R)\\n\",\n            \"ScheduleFee\": \"153.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"12\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"59970\",\n            \"Description\": \"Angiography or digital subtraction angiography, or both, with fluoroscopy and image acquisition, using a mobile image intensifier, including any preliminary plain films, preparation and contrast injection—one or more regions (R) (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"193.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"13\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"60000\",\n            \"Description\": \"Digital subtraction angiography, examination of head and neck with or without arch aortography—1 to 3 data acquisition runs (R) (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"647.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"13\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Oral medicine specialist', 'Oral surgeon', 'Specialist in special needs dentistry', 'Oral and maxillofacial pathologist', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"60003\",\n            \"Description\": \"Digital subtraction angiography, examination of head and neck with or without arch aortography—4 to 6 data acquisition runs (R) (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"949.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"13\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Oral medicine specialist', 'Oral surgeon', 'Specialist in special needs dentistry', 'Oral and maxillofacial pathologist', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"60006\",\n            \"Description\": \"Digital subtraction angiography, examination of head and neck with or without arch aortography—7 to 9 data acquisition runs (R) (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"1350.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"13\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Oral medicine specialist', 'Oral surgeon', 'Specialist in special needs dentistry', 'Oral and maxillofacial pathologist', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"60009\",\n            \"Description\": \"Digital subtraction angiography, examination of head and neck with or without arch aortography—10 or more data acquisition runs (R) (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"1580.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"13\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Oral medicine specialist', 'Oral surgeon', 'Specialist in special needs dentistry', 'Oral and maxillofacial pathologist', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"60012\",\n            \"Description\": \"Digital subtraction angiography, examination of thorax—1 to 3 data acquisition runs (R) (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"647.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"13\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"60015\",\n            \"Description\": \"Digital subtraction angiography, examination of thorax—4 to 6 data acquisition runs (R) (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"949.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"13\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"60018\",\n            \"Description\": \"Digital subtraction angiography, examination of thorax—7 to 9 data acquisition runs (R) (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"1350.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"13\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"60021\",\n            \"Description\": \"Digital subtraction angiography, examination of thorax—10 or more data acquisition runs (R) (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"1580.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"13\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"60024\",\n            \"Description\": \"Digital subtraction angiography, examination of abdomen—1 to 3 data acquisition runs (R) (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"647.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"13\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"60027\",\n            \"Description\": \"Digital subtraction angiography, examination of abdomen—4 to 6 data acquisition runs (R) (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"949.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"13\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"60030\",\n            \"Description\": \"Digital subtraction angiography, examination of abdomen—7 to 9 data acquisition runs (R) (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"1350.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"13\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"60033\",\n            \"Description\": \"Digital subtraction angiography, examination of abdomen—10 or more data acquisition runs (R) (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"1580.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"13\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"60036\",\n            \"Description\": \"Digital subtraction angiography, examination of upper limb or limbs—1 to 3 data acquisition runs (R) (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"647.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"13\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"60039\",\n            \"Description\": \"Digital subtraction angiography, examination of upper limb or limbs—4 to 6 data acquisition runs (R) (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"949.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"13\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"60042\",\n            \"Description\": \"Digital subtraction angiography, examination of upper limb or limbs—7 to 9 data acquisition runs (R) (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"1350.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"13\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"60045\",\n            \"Description\": \"Digital subtraction angiography, examination of upper limb or limbs—10 or more data acquisition runs (R) (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"1580.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"13\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"60048\",\n            \"Description\": \"Digital subtraction angiography, examination of lower limb or limbs—1 to 3 data acquisition runs (R) (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"647.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"13\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"60051\",\n            \"Description\": \"Digital subtraction angiography, examination of lower limb or limbs—4 to 6 data acquisition runs (R) (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"949.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"13\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"60054\",\n            \"Description\": \"Digital subtraction angiography, examination of lower limb or limbs—7 to 9 data acquisition runs (R) (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"1350.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"13\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"60057\",\n            \"Description\": \"Digital subtraction angiography, examination of lower limb or limbs—10 or more data acquisition runs (R) (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"1580.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"13\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"60060\",\n            \"Description\": \"Digital subtraction angiography, examination of aorta and lower limb or limbs—1 to 3 data acquisition runs (R) (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"647.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"13\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"60063\",\n            \"Description\": \"Digital subtraction angiography, examination of aorta and lower limb or limbs—4 to 6 data acquisition runs (R) (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"949.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"13\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"60066\",\n            \"Description\": \"Digital subtraction angiography, examination of aorta and lower limb or limbs—7 to 9 data acquisition runs (R) (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"1350.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"13\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"60069\",\n            \"Description\": \"Digital subtraction angiography, examination of aorta and lower limb or limbs—10 or more data acquisition runs (R) (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"1580.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"13\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"60072\",\n            \"Description\": \"Selective arteriography or selective venography by digital subtraction angiography technique—one vessel (NR) (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"55.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"60075\",\n            \"Description\": \"Selective arteriography or selective venography by digital subtraction angiography technique—2 vessels (NR) (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"110.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"60078\",\n            \"Description\": \"Selective arteriography or selective venography by digital subtraction angiography technique—3 or more vessels (NR) (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"165.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"13\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"60500\",\n            \"Description\": \"Fluoroscopy, with general anaesthesia (not being a service associated with a radiographic examination) (R) (H) (Anaes.)\\n\",\n            \"ScheduleFee\": \"49.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"15\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Dental Practitioner', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"60503\",\n            \"Description\": \"Fluoroscopy, without general anaesthesia (not being a service associated with a radiographic examination) (R)\\n\",\n            \"ScheduleFee\": \"34.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"15\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Dental Practitioner', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"60506\",\n            \"Description\": \"Fluoroscopy, using a mobile image intensifier, that: (a) lasts less than 1 hour; and (b) is in conjunction with a surgical procedure; not being a service associated with a service to which another item in this Group applies (R) (H)\\n\",\n            \"ScheduleFee\": \"73.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"15\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Oral medicine specialist', 'Oral surgeon', 'Specialist in special needs dentistry', 'Oral and maxillofacial pathologist', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"60509\",\n            \"Description\": \"Fluoroscopy, using a mobile image intensifier, that: (a) lasts 1 hour or more; and (b) is in conjunction with a surgical procedure; not being a service associated with a service to which another item in this Group applies (R) (H)\\n\",\n            \"ScheduleFee\": \"113.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"15\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Oral medicine specialist', 'Oral surgeon', 'Specialist in special needs dentistry', 'Oral and maxillofacial pathologist', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"60918\",\n            \"Description\": \"Arteriography (peripheral) or phlebography—one vessel, when used in association with a service to which item 59970 applies, not being a service associated with a service to which any of items 60000 to 60078 apply (NR) (Anaes.)\\n\",\n            \"ScheduleFee\": \"54.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"16\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"60927\",\n            \"Description\": \"Selective arteriogram or phlebogram, when used in association with a service to which item 59970 applies, not being a service associated with a service to which any of items 60000 to 60078 apply (NR) (Anaes.)\\n\",\n            \"ScheduleFee\": \"43.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"16\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"61109\",\n            \"Description\": \"Fluoroscopy in an angiography suite with image intensification, in conjunction with a surgical procedure using interventional techniques, not being a service associated with a service to which another item in this Group applies (R) (H)\\n\",\n            \"ScheduleFee\": \"297.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I3\",\n            \"SubGroup\": \"17\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Oral medicine specialist', 'Oral surgeon', 'Specialist in special needs dentistry', 'Oral and maxillofacial pathologist', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1992-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61310\",\n            \"Description\": \"Myocardial infarct avid study (R)\\n\",\n            \"ScheduleFee\": \"389.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61313\",\n            \"Description\": \"Gated cardiac blood pool study, (equilibrium) (R)\\n\",\n            \"ScheduleFee\": \"321.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61314\",\n            \"Description\": \"Gated cardiac blood pool study, with or without intervention, and first pass blood flow or cardiac shunt study (R)\\n\",\n            \"ScheduleFee\": \"445.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61321\",\n            \"Description\": \"Single rest myocardial perfusion study for the assessment of the extent and severity of viable and non‑viable myocardium, with single photon emission tomography, with or without planar imaging, if: (a) the patient has left ventricular systolic dysfunction and probable or confirmed coronary artery disease; and (b) the service uses a single rest technetium‑99m (Tc‑99m) protocol; and (c) the service is requested by a specialist or a consultant physician; and (d) the service is not associated with a service to which item 11704, 11705, 11707, 11714, 11729, 11730, 61325, 61329, 61345, 61398 or 61406 applies; and (e) if the patient is 17 years or older—a service to which this item, or item 61325, 61329, 61345, 61398 or 61406 applies has not been provided to the patient in the previous 24 months (R)\\n\",\n            \"ScheduleFee\": \"348.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-08-01\"\n        },\n        {\n            \"ItemNumber\": \"61324\",\n            \"Description\": \"Single stress myocardial perfusion study, with single photon emission tomography, with or without planar imaging, if: (a) the patient has symptoms of cardiac ischaemia; and (b) at least one of the following applies: (i) the patient has body habitus or other physical conditions (including heart rhythm disturbance) to the extent that a stress echocardiography would not provide adequate information; (ii) the patient is unable to exercise to the extent required for a stress echocardiography to provide adequate information; (iii) the patient has had a failed stress echocardiography provided in a service to which item 55141, 55143, 55145 or 55146 applies; and (c) the service includes resting ECG, continuous ECG monitoring during exercise (with recording), blood pressure monitoring and the recording of other parameters (including heart rate); and (d) the service is requested by a specialist or consultant physician; and (e) the service is not associated with a service to which item 11704, 11705, 11707, 11714, 11729, 11730, 61321, 61325, 61329, 61345, 61357, 61394, 61398, 61406 or 61414 applies; and (f) if the patient is 17 years or older—a service to which this item, or item 61329, 61345, 61357, 61394, 61398, 61406, 61410 or 61414, applies has not been provided to the patient in the previous 24 months (R)\\n\",\n            \"ScheduleFee\": \"692.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-08-01\"\n        },\n        {\n            \"ItemNumber\": \"61325\",\n            \"Description\": \"Single rest myocardial perfusion study for the assessment of the extent and severity of viable and non‑viable myocardium, with single photon emission tomography, with or without planar imaging, if: (a) the patient has left ventricular systolic dysfunction and probable or confirmed coronary artery disease; and (b) the service uses: (i) an initial rest study followed by a redistribution study on the same day; and (ii) a thallous chloride‑201 (Tl‑201) protocol; and (c) the service is requested by a specialist or a consultant physician; and (d) the service is not associated with a service to which item 11704, 11705, 11707, 11714, 11729, 11730, 61321, 61329, 61345, 61398 or 61406 applies; and (e) if the patient is 17 years or older: (i) a service to which item 61321, 61329, 61345, 61398 or 61406 applies has not been provided to the patient in the previous 24 months; and (ii) the service is applicable only twice each 24 months (R)\\n\",\n            \"ScheduleFee\": \"348.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-08-01\"\n        },\n        {\n            \"ItemNumber\": \"61328\",\n            \"Description\": \"Lung perfusion study (R)\\n\",\n            \"ScheduleFee\": \"241.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61329\",\n            \"Description\": \"Combined stress and rest, stress and re‑injection or rest and redistribution myocardial perfusion study, including delayed imaging or re‑injection protocol on a subsequent occasion, with single photon emission tomography, with or without planar imaging, if: (a) the patient has symptoms of cardiac ischaemia; and (b) at least one of the following applies: (i) the patient has body habitus or other physical conditions (including heart rhythm disturbance) to the extent that a stress echocardiography would not provide adequate information; (ii) the patient is unable to exercise to the extent required for a stress echocardiography to provide adequate information; (iii) the patient has had a failed stress echocardiography provided in a service to which item 55141, 55143, 55145 or 55146 applies; and (c) the service includes resting electrocardiograph, continuous electrocardiograph monitoring during exercise (with recording), blood pressure monitoring and the recording of other parameters (including heart rate); and (d) the service is requested by a medical practitioner (other than a specialist or consultant physician); and (e) the service is not associated with a service to which item 11704, 11705, 11707, 11714, 11729, 11730, 61321, 61324, 61325, 61345, 61357, 61394, 61398, 61406 or 61414 applies; and (f) if the patient is 17 years or older—a service to which this item, or item 61321, 61324, 61325, 61345, 61357, 61394, 61398, 61406 or 61414, applies has not been provided to the patient in the previous 24 months (R)\\n\",\n            \"ScheduleFee\": \"1040.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-08-01\"\n        },\n        {\n            \"ItemNumber\": \"61333\",\n            \"Description\": \"Lung ventilation study using Galligas and lung perfusion study using gallium-68 macro aggregated albumin (68Ga-MAA), with PET, if the service is performed because the service to which item 61348 applies cannot be performed due to unavailability of technetium-99m (R)\\n\",\n            \"ScheduleFee\": \"443.35\",\n            \"ScheduleFeeStartDate\": \"2019-09-14\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"2\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2019-09-14\"\n        },\n        {\n            \"ItemNumber\": \"61336\",\n            \"Description\": \"Cerebral study, with PET, if the service is performed because the service to which item 61402 applies cannot be performed due to unavailability of technetium-99m (R)\\n\",\n            \"ScheduleFee\": \"605.05\",\n            \"ScheduleFeeStartDate\": \"2019-09-14\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"2\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2019-09-14\"\n        },\n        {\n            \"ItemNumber\": \"61340\",\n            \"Description\": \"Lung ventilation study using aerosol, technegas or xenon gas (R)\\n\",\n            \"ScheduleFee\": \"268.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61341\",\n            \"Description\": \"Bone study – whole body with PET, with delayed imaging when undertaken, if the service is performed because the services to which item 61421 or 61425 apply cannot be performed due to unavailability of technetium-99m (R)\\n\",\n            \"ScheduleFee\": \"600.70\",\n            \"ScheduleFeeStartDate\": \"2019-09-14\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"2\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2019-09-14\"\n        },\n        {\n            \"ItemNumber\": \"61345\",\n            \"Description\": \"Combined stress and rest, stress and re‑injection or rest and redistribution myocardial perfusion study, including delayed imaging or re‑injection protocol on a subsequent occasion, with single photon emission tomography, with or without planar imaging, if: (a) the patient has symptoms of cardiac ischaemia; and (b) at least one of the following applies: (i) the patient has body habitus or other physical conditions (including heart rhythm disturbance) to the extent that a stress echocardiography would not provide adequate information; (ii) the patient is unable to exercise to the extent required for a stress echocardiography to provide adequate information; (iii) the patient has had a failed stress echocardiography provided in a service to which item 55141, 55143, 55145 or 55146 applies; and (c) the service includes resting electrocardiograph, continuous electrocardiograph monitoring during exercise (with recording), blood pressure monitoring and the recording of other parameters (including heart rate); and (d) the service is requested by a specialist or consultant physician; and (e) the service is not associated with a service to which item 11704, 11705, 11707, 11714, 11729, 11730, 61321, 61324, 61325, 61329, 61357, 61394, 61398, 61406 or 61414 applies (R); and (f) if the patient is 17 years or older—a service to which this item, or item 61321, 61324, 61325, 61329, 61357, 61394, 61398, 61406 or 61414, applies has not been provided to the patient in the previous 24 months (R)\\n\",\n            \"ScheduleFee\": \"1040.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-08-01\"\n        },\n        {\n            \"ItemNumber\": \"61348\",\n            \"Description\": \"Lung perfusion study and lung ventilation study using aerosol, technegas or xenon gas (R)\\n\",\n            \"ScheduleFee\": \"469.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61349\",\n            \"Description\": \"Repeat combined stress and rest, stress and re‑injection or rest and redistribution myocardial perfusion study, including delayed imaging or re‑injection protocol on a subsequent occasion, with single photon emission tomography, with or without planar imaging, if: (a) both: (i) a service has been provided to the patient in the previous 24 months to which this item, or item 61324, 61329, 61345, 61357, 61394, 61398, 61406, 61410 or 61414 applies; and (ii) the patient has subsequently undergone a revascularisation procedure; and (b) the patient has one or more symptoms of cardiac ischaemia that have evolved and are not adequately controlled with optimal medical therapy; and (c) at least one of the following applies: (i) the patient has body habitus or other physical conditions (including heart rhythm disturbance) to the extent that a stress echocardiography would not provide adequate information; (ii) the patient is unable to exercise to the extent required for a stress echocardiography to provide adequate information; (iii) the patient has had a failed stress echocardiography provided in a service to which item 55141, 55143, 55145 or 55146 applies; and (d) the service is requested by a specialist or a consultant physician; and (e) the service is not associated with a service to which item 11704, 11705, 11707, 11714, 11729, 11730 or 61410 applies; and (f) if the patient is 17 years or older—a service to which this item, or item 61410, applies has not been provided to the patient in the previous 12 months (R)\\n\",\n            \"ScheduleFee\": \"1040.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-08-01\"\n        },\n        {\n            \"ItemNumber\": \"61353\",\n            \"Description\": \"Liver and spleen study (colloid) (R)\\n\",\n            \"ScheduleFee\": \"409.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61356\",\n            \"Description\": \"Red blood cell spleen or liver study (R)\\n\",\n            \"ScheduleFee\": \"416.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61357\",\n            \"Description\": \"Single stress myocardial perfusion study, with single photon emission tomography, with or without planar imaging, if: (a) the patient has symptoms of cardiac ischaemia; and (b) at least one of the following applies: (i) the patient has body habitus or other physical conditions (including heart rhythm disturbance) to the extent that a stress echocardiography would not provide adequate information; (ii) the patient is unable to exercise to the extent required for a stress echocardiography to provide adequate information; (iii) the patient has had a failed stress echocardiography provided in a service to which items 55141, 55143, 55145 or 55146 applies; and (c) the service includes resting electrocardiograph, continuous electrocardiograph monitoring during exercise (with recording), blood pressure monitoring and the recording of other parameters (including heart rate); and (d) the service is requested by a medical practitioner (other than a specialist or consultant physician); and (e) the service is not associated with a service to which item 11704, 11705, 11707, 11714, 11729, 11730, 61321, 61324, 61325, 61329, 61345, 61394, 61398, 61406 or 61414 applies; and (f) if the patient is 17 years or older—a service to which this item, or item 61324, 61329, 61345, 61394, 61398, 61406, or 61414, applies has not been provided to the patient in the previous 24 months (R)\\n\",\n            \"ScheduleFee\": \"692.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-08-01\"\n        },\n        {\n            \"ItemNumber\": \"61360\",\n            \"Description\": \"Hepatobiliary study, including morphine administration or pre-treatment with a cholagogue when performed (R)\\n\",\n            \"ScheduleFee\": \"427.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61361\",\n            \"Description\": \"Hepatobiliary study with formal quantification following baseline imaging, using a cholagogue (R)\\n\",\n            \"ScheduleFee\": \"489.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61364\",\n            \"Description\": \"Bowel haemorrhage study (R)\\n\",\n            \"ScheduleFee\": \"526.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61368\",\n            \"Description\": \"Meckel’s diverticulum study (R)\\n\",\n            \"ScheduleFee\": \"236.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61369\",\n            \"Description\": \"Indium-labelled octreotide study (including single photon emission tomography when undertaken), if:(a) a gastro-entero-pancreatic endocrine tumour is suspected on the basis of biochemical evidence with negative or equivocal conventional imaging; or(b) both:(i) a surgically amenable gastro-entero-pancreatic endocrine tumour has been identified on the basis of conventional techniques; and(ii) the study is to exclude additional disease sites (R)\\n\",\n            \"ScheduleFee\": \"2136.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1999-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61372\",\n            \"Description\": \"Salivary study (R)\\n\",\n            \"ScheduleFee\": \"236.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Oral medicine specialist', 'Oral surgeon', 'Specialist in special needs dentistry', 'Oral and maxillofacial pathologist', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61373\",\n            \"Description\": \"Gastro-oesophageal reflux study, including delayed imaging on a separate occasion when performed (R)\\n\",\n            \"ScheduleFee\": \"519.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61376\",\n            \"Description\": \"Oesophageal clearance study (R)\\n\",\n            \"ScheduleFee\": \"151.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61381\",\n            \"Description\": \"Gastric emptying study, using single tracer (R)\\n\",\n            \"ScheduleFee\": \"608.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61383\",\n            \"Description\": \"Combined solid and liquid gastric emptying study using dual isotope technique or the same isotope on separate days (R)\\n\",\n            \"ScheduleFee\": \"662.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61384\",\n            \"Description\": \"Radionuclide colonic transit study (R)\\n\",\n            \"ScheduleFee\": \"728.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61386\",\n            \"Description\": \"Renal study, including perfusion and renogram images and computer analysis or cortical study with planar imaging (R)\\n\",\n            \"ScheduleFee\": \"352.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61387\",\n            \"Description\": \"Renal cortical study, with single photon emission tomography and planar quantification (R)\\n\",\n            \"ScheduleFee\": \"456.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61389\",\n            \"Description\": \"Single renal study with pre-procedural administration of a diuretic or angiotensin converting enzyme (ACE) inhibitor (R)\\n\",\n            \"ScheduleFee\": \"392.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61390\",\n            \"Description\": \"Renal study with diuretic administration after a baseline study (R)\\n\",\n            \"ScheduleFee\": \"434.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61393\",\n            \"Description\": \"Combined examination involving a renal study following angiotensin converting enzyme (ACE) inhibitor provocation and a baseline study, in either order and related to a single referral episode (R)\\n\",\n            \"ScheduleFee\": \"641.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61394\",\n            \"Description\": \"Single stress myocardial perfusion study, with single photon emission tomography, with or without planar imaging, if: (a) the patient has symptoms of cardiac ischaemia; and (b) the service is provided at, or from, a practice located in a Modified Monash 3, 4, 5, 6 or 7 area; and (c) a stress echocardiography service is not available in the Modified Monash area where the service is provided; and (d) the service includes resting electrocardiograph, continuous electrocardiograph monitoring during exercise (with recording), blood pressure monitoring and the recording of other parameters (including heart rate); and (e) the service is requested by a specialist or consultant physician; and (f) the service is not associated with a service to which item 11704, 11705, 11707, 11714, 11729, 11730, 61321, 61324, 61325, 61329, 61345, 61357, 61398, 61406 or 61414 applies; and (g) if the patient is 17 years or older—a service to which this item, or item 61324, 61329, 61345, 61357, 61398, 61406 or 61414, applies has not been provided to the patient in the previous 24 months (R)\\n\",\n            \"ScheduleFee\": \"692.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-09-15\"\n        },\n        {\n            \"ItemNumber\": \"61397\",\n            \"Description\": \"Cystoureterogram (R)\\n\",\n            \"ScheduleFee\": \"261.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61398\",\n            \"Description\": \"Combined stress and rest, stress and re‑injection or rest and redistribution myocardial perfusion study, including delayed imaging or re‑injection protocol on a subsequent occasion, with single photon emission tomography, with or without planar imaging, if: (a) the patient has symptoms of cardiac ischaemia; and (b) the service is provided at, or from, a practice located in a Modified Monash 3, 4, 5, 6 or 7 area; and (c) a stress echocardiography service is not available in the Modified Monash area where the services is provided; and (d) the service includes resting electrocardiograph, continuous electrocardiograph monitoring during exercise (with recording), blood pressure monitoring and the recording of other parameters (including heart rate); and (e) the service is requested by a medical practitioner (other than a specialist or consultant physician); and (f) the service is not associated with a service to which item 11704, 11705, 11707, 11714, 11729, 11730, 61321, 61324, 61325, 61329, 61345, 61357, 61394, 61406 or 61414 applies; and (g) if the patient is 17 years or older—a service to which this item, or item 61321, 61324, 61325, 61329, 61345, 61357, 61394, 61406 or 61414, applies has not been provided to the patient in the previous 24 months (R)\\n\",\n            \"ScheduleFee\": \"1040.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-09-15\"\n        },\n        {\n            \"ItemNumber\": \"61402\",\n            \"Description\": \"Cerebral perfusion study, with single photon emission tomography and with planar imaging when performed (R)\\n\",\n            \"ScheduleFee\": \"641.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61406\",\n            \"Description\": \"Combined stress and rest, stress and re‑injection or rest and redistribution myocardial perfusion study, including delayed imaging or re‑injection protocol on a subsequent occasion, with single photon emission tomography, with or without planar imaging, if: (a) the patient has symptoms of cardiac ischaemia; and (b) the service is provided at, or from, a practice located in a Modified Monash 3, 4, 5, 6 or 7 area; and (c) a stress echocardiography service is not available in the Modified Monash area where the service is provided; and (d) the service includes resting electrocardiograph, continuous electrocardiograph monitoring during exercise (with recording), blood pressure monitoring and the recording of other parameters (including heart rate); and (e) the service is requested by a specialist or consultant physician; and (f) the service is not associated with a service to which item 11704, 11705, 11707, 11714, 11729, 11730, 61321, 61324, 61325, 61329, 61345, 61357, 61394, 61398 or 61414 applies; and (g) if the patient is 17 years or older—a service to which this item, or item 61321, 61324, 61325, 61329, 61345, 61357, 61394, 61398 or 61414, applies has not been provided to the patient in the previous 24 months (R)\\n\",\n            \"ScheduleFee\": \"1040.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-09-15\"\n        },\n        {\n            \"ItemNumber\": \"61409\",\n            \"Description\": \"Cerebro-spinal fluid transport study using technetium 99m, with imaging on 2 or more separate occasions (R)\\n\",\n            \"ScheduleFee\": \"925.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61410\",\n            \"Description\": \"Repeat combined stress and rest, stress and re‑injection or rest and redistribution myocardial perfusion study, including delayed imaging or re‑injection protocol on a subsequent occasion, with single photon emission tomography, with or without planar imaging, if: (a) both: (i) a service has been provided to the patient in the previous 24 months to which this item, or item 61324, 61329, 61345, 61349, 61357, 61394, 61398, 61406 or 61414 applies; and (ii) the patient has subsequently undergone a revascularisation procedure; and (b) the patient has one or more symptoms of cardiac ischaemia that have evolved and are not adequately controlled with optimal medical therapy; and (c) the service is provided at, or from, a practice located in a Modified Monash 3, 4, 5, 6 or 7 area; and (d) a stress echocardiography service is not available in the Modified Monash area where the service is provided; and (e) the service is not associated with a service to which item 11704, 11705, 11707, 11714, 11729 or 11730 applies; and (f) if the patient is 17 years or older—a service to which item 61349 applies has not been provided to the patient in the previous 12 months\\n\",\n            \"ScheduleFee\": \"1040.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-09-15\"\n        },\n        {\n            \"ItemNumber\": \"61413\",\n            \"Description\": \"Cerebro spinal fluid shunt patency study (R)\\n\",\n            \"ScheduleFee\": \"239.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61414\",\n            \"Description\": \"Single stress myocardial perfusion study, with single photon emission tomography, with or without planar imaging, if: (a) the patient has symptoms of cardiac ischaemia; and (b) the service is provided at, or from, a practice located in a Modified Monash 3, 4, 5, 6 or 7 area; and (c) a stress echocardiography service is not available in the Modified Monash area where the service is provided; and (d) the service includes resting electrocardiograph, continuous electrocardiograph monitoring during exercise (with recording), blood pressure monitoring and the recording of other parameters (including heart rate); and (e) the service is requested by a medical practitioner (other than a specialist or consultant physician); and (f) the service is not associated with a service to which item 11704, 11705, 11707, 11714, 11729, 11730, 61321, 61324, 61325, 61329, 61345, 61357, 61394, 61398 or 61406 applies; and (g) if the patient is 17 years or older—a service to which this item, or item 61324, 61329, 61345, 61357, 61398 or 61406, applies has not been provided to the patient in the previous 24 months (R)\\n\",\n            \"ScheduleFee\": \"692.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-09-15\"\n        },\n        {\n            \"ItemNumber\": \"61421\",\n            \"Description\": \"Bone study—whole body, with, when undertaken, blood flow, blood pool and delayed imaging on a separate occasion (R)\\n\",\n            \"ScheduleFee\": \"508.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Prosthodontist', 'Periodontist', 'Endodontist', 'Paediatric dentist', 'Orthodontist', 'Oral medicine specialist', 'Oral surgeon', 'Specialist in special needs dentistry', 'Oral and maxillofacial pathologist', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61425\",\n            \"Description\": \"Bone study—whole body and single photon emission tomography, with, when undertaken, blood flow, blood pool and delayed imaging on a separate occasion (R)\\n\",\n            \"ScheduleFee\": \"636.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Prosthodontist', 'Oral medicine specialist', 'Oral surgeon', 'Specialist in special needs dentistry', 'Oral and maxillofacial pathologist', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61426\",\n            \"Description\": \"Whole body study using iodine (R)\\n\",\n            \"ScheduleFee\": \"588.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61429\",\n            \"Description\": \"Whole body study using gallium (R)\\n\",\n            \"ScheduleFee\": \"575.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Prosthodontist', 'Oral medicine specialist', 'Oral surgeon', 'Specialist in special needs dentistry', 'Oral and maxillofacial pathologist', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61430\",\n            \"Description\": \"Whole body study using gallium, with single photon emission tomography (R)\\n\",\n            \"ScheduleFee\": \"698.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Prosthodontist', 'Oral medicine specialist', 'Oral surgeon', 'Specialist in special needs dentistry', 'Oral and maxillofacial pathologist', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61433\",\n            \"Description\": \"Whole body study using cells labelled with technetium (R)\\n\",\n            \"ScheduleFee\": \"526.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Prosthodontist', 'Oral medicine specialist', 'Oral surgeon', 'Specialist in special needs dentistry', 'Oral and maxillofacial pathologist', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61434\",\n            \"Description\": \"Whole body study using cells labelled with technetium, with single photon emission tomography (R)\\n\",\n            \"ScheduleFee\": \"652.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Prosthodontist', 'Oral medicine specialist', 'Oral surgeon', 'Specialist in special needs dentistry', 'Oral and maxillofacial pathologist', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61438\",\n            \"Description\": \"Whole body study using thallium (R)\\n\",\n            \"ScheduleFee\": \"713.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61441\",\n            \"Description\": \"Bone marrow study—whole body using technetium labelled bone marrow agents (R)\\n\",\n            \"ScheduleFee\": \"519.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61442\",\n            \"Description\": \"Whole body study, using gallium—with single photon emission tomography of 2 or more body regions acquired separately (R)\\n\",\n            \"ScheduleFee\": \"797.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61445\",\n            \"Description\": \"Bone marrow study—localised using technetium labelled agent (R)\\n\",\n            \"ScheduleFee\": \"303.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1999-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61446\",\n            \"Description\": \"Regional scintigraphic study, using an approved bone scanning agent, including when undertaken, blood flow imaging, blood pool imaging and repeat imaging on a separate occasion (R)\\n\",\n            \"ScheduleFee\": \"353.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Prosthodontist', 'Oral medicine specialist', 'Oral surgeon', 'Specialist in special needs dentistry', 'Oral and maxillofacial pathologist', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61449\",\n            \"Description\": \"Regional scintigraphic study, using an approved bone scanning agent and single photon emission tomography, including when undertaken, blood flow imaging, blood pool imaging and repeat imaging on a separate occasion (R)\\n\",\n            \"ScheduleFee\": \"483.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Prosthodontist', 'Oral medicine specialist', 'Oral surgeon', 'Specialist in special needs dentistry', 'Oral and maxillofacial pathologist', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61450\",\n            \"Description\": \"Localised study using gallium (R)\\n\",\n            \"ScheduleFee\": \"421.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Prosthodontist', 'Oral medicine specialist', 'Oral surgeon', 'Specialist in special needs dentistry', 'Oral and maxillofacial pathologist', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61453\",\n            \"Description\": \"Localised study using gallium, with single photon emission tomography (R)\\n\",\n            \"ScheduleFee\": \"545.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Prosthodontist', 'Oral medicine specialist', 'Oral surgeon', 'Specialist in special needs dentistry', 'Oral and maxillofacial pathologist', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61454\",\n            \"Description\": \"Localised study using cells labelled with technetium (R)\\n\",\n            \"ScheduleFee\": \"368.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Prosthodontist', 'Periodontist', 'Endodontist', 'Paediatric dentist', 'Orthodontist', 'Oral medicine specialist', 'Oral surgeon', 'Specialist in special needs dentistry', 'Oral and maxillofacial pathologist', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61457\",\n            \"Description\": \"Localised study using cells labelled with technetium, with single photon emission tomography (R)\\n\",\n            \"ScheduleFee\": \"498.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Prosthodontist', 'Periodontist', 'Endodontist', 'Paediatric dentist', 'Orthodontist', 'Oral medicine specialist', 'Oral surgeon', 'Specialist in special needs dentistry', 'Oral and maxillofacial pathologist', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61461\",\n            \"Description\": \"Localised study using thallium (R)\\n\",\n            \"ScheduleFee\": \"559.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61462\",\n            \"Description\": \"Repeat planar and single photon emission tomography imaging, or repeat planar imaging or single photon emission tomography imaging on an occasion subsequent to the performance of item 61364, 61426, 61429, 61430, 61442, 61450, 61453, 61469 or 61485, if there is no additional administration of radiopharmaceutical and if the previous radionuclide scan was abnormal or equivocal (R)\\n\",\n            \"ScheduleFee\": \"136.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Prosthodontist', 'Oral medicine specialist', 'Oral surgeon', 'Specialist in special needs dentistry', 'Oral and maxillofacial pathologist', 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61466\",\n            \"Description\": \"Cerebro-spinal fluid transport study using indium-111, with imaging on 2 or more separate occasions (R)\\n\",\n            \"ScheduleFee\": \"4971.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"61469\",\n            \"Description\": \"Lymphoscintigraphy (R)\\n\",\n            \"ScheduleFee\": \"368.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61470\",\n            \"Description\": \"Whole body or localised study using thallium-201, or single rest myocardial perfusion study using thallium-201, if all of the following apply: a) the service is bulk billed; and b) the service is performed in conjunction with a service described in item 61438, 61461 or 61325\\n\",\n            \"ScheduleFee\": \"1551.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"61473\",\n            \"Description\": \"Thyroid study (R)\\n\",\n            \"ScheduleFee\": \"185.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61477\",\n            \"Description\": \"Whole body or localised study using gallium, if all of the following apply: (a) the service is bulk-billed; (b) the service is performed in conjunction with a service described in items 61429, 61430, 61442, 61450 or 61453\\n\",\n            \"ScheduleFee\": \"1019.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-11-08\"\n        },\n        {\n            \"ItemNumber\": \"61480\",\n            \"Description\": \"Parathyroid study (R)\\n\",\n            \"ScheduleFee\": \"410.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61485\",\n            \"Description\": \"Adrenal study, with single photon emission tomography (R)\\n\",\n            \"ScheduleFee\": \"3565.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61495\",\n            \"Description\": \"Tear duct study (R)\\n\",\n            \"ScheduleFee\": \"236.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61499\",\n            \"Description\": \"Particle perfusion study (infra arterial) or Le Veen shunt study (R)\\n\",\n            \"ScheduleFee\": \"268.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1996-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61505\",\n            \"Description\": \"CT scan performed at the same time and covering the same body area as single photon emission tomography or positron emission tomography for the purpose of anatomic localisation or attenuation correction if no separate diagnostic CT report is issued and performed in association with a service to which an item in Subgroup 1 or 2 of Group I4 applies (R)\\n\",\n            \"ScheduleFee\": \"100.00\",\n            \"ScheduleFeeStartDate\": \"2007-05-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"61523\",\n            \"Description\": \"Whole body FDG PET study, performed for evaluation of a solitary pulmonary nodule where the lesion is considered unsuitable for transthoracic fine needle aspiration biopsy, or for which an attempt at pathological characterisation has failed.(R)\\n\",\n            \"ScheduleFee\": \"953.00\",\n            \"ScheduleFeeStartDate\": \"2001-10-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"2\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-10-01\"\n        },\n        {\n            \"ItemNumber\": \"61524\",\n            \"Description\": \"Whole body FDG PET study, performed for the staging of locally advanced (Stage III) breast cancer, for a patient who is considered suitable for active therapy (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"953.00\",\n            \"ScheduleFeeStartDate\": \"2019-11-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"2\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61525\",\n            \"Description\": \"Whole body FDG PET study, performed for the evaluation of suspected metastatic or suspected locally or regionally recurrent breast carcinoma, for a patient who is considered suitable for active therapy (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"953.00\",\n            \"ScheduleFeeStartDate\": \"2019-11-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"2\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61527\",\n            \"Description\": \"Whole body study using PET, if the service is performed because the services to which items 61429, 61430, 61442, 61450 or 61453 apply cannot be performed due to unavailability of gallium-67 (R)\\n\",\n            \"ScheduleFee\": \"752.35\",\n            \"ScheduleFeeStartDate\": \"2022-08-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"2\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-08-01\"\n        },\n        {\n            \"ItemNumber\": \"61528\",\n            \"Description\": \"Whole body PSMA PET study, performed for the assessment of suitability for Lutetium 177 PSMA therapy in a patient with metastatic castrate resistant prostate cancer, after progressive disease has developed while undergoing prior treatment with at least one taxane chemotherapy and at least one androgen receptor signalling inhibitor. (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"1300.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"2\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"61529\",\n            \"Description\": \"Whole body FDG PET study, performed for the staging of proven non-small cell lung cancer, where curative surgery or radiotherapy is planned (R)\\n\",\n            \"ScheduleFee\": \"953.00\",\n            \"ScheduleFeeStartDate\": \"2001-10-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"2\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-10-01\"\n        },\n        {\n            \"ItemNumber\": \"61530\",\n            \"Description\": \"Whole body 68Ga-DOTA-somatostatin receptor agonist PET study for: a) staging of histologically confirmed neuroendocrine neoplasm (NEN) considered surgically incurable on conventional imaging, orb) evaluation of somatostatin receptor expression of histologically confirmed and inoperable NEN, either locally advanced or metastatic, under consideration for peptide receptor radionuclide therapy (PRRT); orc) evaluation of response to PRRT therapy; ord) evaluation of suspected recurrent or metastatic disease in known somatostatin receptor positive NEN. (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"953.00\",\n            \"ScheduleFeeStartDate\": \"2025-11-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"2\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2025-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61538\",\n            \"Description\": \"FDG PET study of the brain for evaluation of suspected residual or recurrent malignant brain tumour based on anatomical imaging findings, after definitive therapy (or during ongoing chemotherapy) in patients who are considered suitable for further active therapy. (R)\\n\",\n            \"ScheduleFee\": \"901.00\",\n            \"ScheduleFeeStartDate\": \"2001-10-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"2\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-10-01\"\n        },\n        {\n            \"ItemNumber\": \"61541\",\n            \"Description\": \"Whole body FDG PET study, following initial therapy, for the evaluation of suspected residual, metastatic or recurrent colorectal carcinoma in patients considered suitable for active therapy (R)\\n\",\n            \"ScheduleFee\": \"953.00\",\n            \"ScheduleFeeStartDate\": \"2001-10-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"2\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-10-01\"\n        },\n        {\n            \"ItemNumber\": \"61553\",\n            \"Description\": \"Whole body FDG PET study, following initial therapy, performed for the evaluation of suspected metastatic or recurrent malignant melanoma in patients considered suitable for active therapy (R)\\n\",\n            \"ScheduleFee\": \"999.00\",\n            \"ScheduleFeeStartDate\": \"2001-10-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"2\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-10-01\"\n        },\n        {\n            \"ItemNumber\": \"61559\",\n            \"Description\": \"FDG PET study of the brain, performed for the evaluation of refractory epilepsy which is being evaluated for surgery (R)\\n\",\n            \"ScheduleFee\": \"918.00\",\n            \"ScheduleFeeStartDate\": \"2001-10-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"2\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-10-01\"\n        },\n        {\n            \"ItemNumber\": \"61560\",\n            \"Description\": \"FDG PET study of the brain, performed for the diagnosis of Alzheimer’s disease, if: clinical evaluation of the patient by a specialist, or in consultation with a specialist, is equivocal; and the service includes a quantitative comparison of the results of the study with the results of an FDG PET study of a normal brain from a reference database; and a service to which this item applies has not been performed on the patient in the previous 12 months; and a service to which item 61402 applies has not been performed on the patient in the previous 12 months for the diagnosis or management of Alzheimer’s disease Applicable not more than 3 times per lifetime (R)\\n\",\n            \"ScheduleFee\": \"605.05\",\n            \"ScheduleFeeStartDate\": \"2021-11-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2021-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61563\",\n            \"Description\": \"Whole body prostate-specific membrane antigen PET study performed for the initial staging of intermediate to high-risk prostate adenocarcinoma, for a previously untreated patient who is considered suitable for locoregional therapy with curative intent Applicable once per lifetime (R)\\n\",\n            \"ScheduleFee\": \"1300.00\",\n            \"ScheduleFeeStartDate\": \"2022-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-07-01\"\n        },\n        {\n            \"ItemNumber\": \"61564\",\n            \"Description\": \"Whole body prostate-specific membrane antigen PET study performed for the restaging of recurrent prostate adenocarcinoma, for a patient who:(a) has undergone prior locoregional therapy; and(b) is considered suitable for further locoregional therapy to determine appropriate therapeutic pathways and timing of treatment initiation Applicable twice per lifetime (R)\\n\",\n            \"ScheduleFee\": \"1300.00\",\n            \"ScheduleFeeStartDate\": \"2022-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-07-01\"\n        },\n        {\n            \"ItemNumber\": \"61565\",\n            \"Description\": \"Whole body FDG PET study, following initial therapy, performed for the evaluation of suspected residual, metastatic or recurrent ovarian carcinoma in patients considered suitable for active therapy. (R)\\n\",\n            \"ScheduleFee\": \"953.00\",\n            \"ScheduleFeeStartDate\": \"2001-10-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"2\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-10-01\"\n        },\n        {\n            \"ItemNumber\": \"61571\",\n            \"Description\": \"Whole body FDG PET study, for the further primary staging of patients with histologically proven carcinoma of the uterine cervix, at FIGO stage IB2 or greater by conventional staging, prior to planned radical radiation therapy or combined modality therapy with curative intent. (R)\\n\",\n            \"ScheduleFee\": \"953.00\",\n            \"ScheduleFeeStartDate\": \"2001-10-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"2\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-10-01\"\n        },\n        {\n            \"ItemNumber\": \"61575\",\n            \"Description\": \"Whole body FDG PET study, for the further staging of patients with confirmed local recurrence of carcinoma of the uterine cervix considered suitable for salvage pelvic chemoradiotherapy or pelvic exenteration with curative intent. (R)\\n\",\n            \"ScheduleFee\": \"953.00\",\n            \"ScheduleFeeStartDate\": \"2011-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"2\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2011-07-01\"\n        },\n        {\n            \"ItemNumber\": \"61577\",\n            \"Description\": \"Whole body FDG PET study, performed for the staging of proven oesophageal or GEJ carcinoma, in patients considered suitable for active therapy (R).\\n\",\n            \"ScheduleFee\": \"953.00\",\n            \"ScheduleFeeStartDate\": \"2001-10-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"2\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-10-01\"\n        },\n        {\n            \"ItemNumber\": \"61598\",\n            \"Description\": \"Whole body FDG PET study performed for the staging of biopsy-proven newly diagnosed or recurrent head and neck cancer (R).\\n\",\n            \"ScheduleFee\": \"953.00\",\n            \"ScheduleFeeStartDate\": \"2002-01-14\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"2\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2002-01-14\"\n        },\n        {\n            \"ItemNumber\": \"61604\",\n            \"Description\": \"Whole body FDG PET study performed for the evaluation of patients with suspected residual head and neck cancer after definitive treatment, and who are suitable for active therapy (R).\\n\",\n            \"ScheduleFee\": \"953.00\",\n            \"ScheduleFeeStartDate\": \"2002-01-14\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"2\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2002-01-14\"\n        },\n        {\n            \"ItemNumber\": \"61610\",\n            \"Description\": \"Whole body FDG PET study performed for the evaluation of metastatic squamous cell carcinoma of unknown primary site involving cervical nodes (R).\\n\",\n            \"ScheduleFee\": \"953.00\",\n            \"ScheduleFeeStartDate\": \"2002-01-14\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"2\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2002-01-14\"\n        },\n        {\n            \"ItemNumber\": \"61612\",\n            \"Description\": \"Whole body FDG PET study for the initial staging of cancer, for a patient who is considered suitable for active therapy, if:(a) the cancer is a typically FDG-avid cancer; and(b) there is at least 10% likelihood that a PET study result will inform a significant change in management for the patientApplicable once per cancer diagnosis (R)\\n\",\n            \"ScheduleFee\": \"953.00\",\n            \"ScheduleFeeStartDate\": \"2022-11-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61614\",\n            \"Description\": \"Whole body FDG PET study, following initial therapy, performed for the evaluation of suspected residual, metastatic or recurrent cancer in a patient who is undergoing, or is suitable for, active therapy, if the cancer is a typically FGD-avid cancer (R)\\n\",\n            \"ScheduleFee\": \"953.00\",\n            \"ScheduleFeeStartDate\": \"2024-11-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"2\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-11-01\"\n        },\n        {\n            \"ItemNumber\": \"61620\",\n            \"Description\": \"Whole body FDG PET study for the initial staging of newly diagnosed or previously untreated Hodgkin or non-Hodgkin lymphoma (R)\\n\",\n            \"ScheduleFee\": \"953.00\",\n            \"ScheduleFeeStartDate\": \"2011-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"2\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2011-07-01\"\n        },\n        {\n            \"ItemNumber\": \"61622\",\n            \"Description\": \"Whole body FDG PET study to assess response to first line therapy either during treatment or within three months of completing definitive first line treatment for Hodgkin or non-Hodgkin lymphoma (R)\\n\",\n            \"ScheduleFee\": \"953.00\",\n            \"ScheduleFeeStartDate\": \"2002-01-14\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"2\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2002-01-14\"\n        },\n        {\n            \"ItemNumber\": \"61628\",\n            \"Description\": \"Whole body FDG PET study for restaging following confirmation of recurrence of Hodgkin or non-Hodgkin lymphoma (R)\\n\",\n            \"ScheduleFee\": \"953.00\",\n            \"ScheduleFeeStartDate\": \"2002-01-14\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"2\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2002-01-14\"\n        },\n        {\n            \"ItemNumber\": \"61632\",\n            \"Description\": \"Whole body FDG PET study to assess response to second-line chemotherapy if haemopoietic stem cell transplantation is being considered for Hodgkin or non-Hodgkin lymphoma (R)\\n\",\n            \"ScheduleFee\": \"953.00\",\n            \"ScheduleFeeStartDate\": \"2011-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"2\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2011-07-01\"\n        },\n        {\n            \"ItemNumber\": \"61640\",\n            \"Description\": \"Whole body FDG PET study for initial staging of patients with biopsy-proven bone or soft tissue sarcoma (excluding gastrointestinal stromal tumour) considered by conventional staging to be potentially curable. (R)\\n\",\n            \"ScheduleFee\": \"999.00\",\n            \"ScheduleFeeStartDate\": \"2002-01-14\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"2\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2002-01-14\"\n        },\n        {\n            \"ItemNumber\": \"61644\",\n            \"Description\": \"Single rest myocardial perfusion study for the assessment of the extent and severity of non‑viable myocardium, with PET, if: (a) the service is performed because the service to which item 61325 applies cannot be performed due to unavailability of thallous chloride 201 (Tl-201); and (b) the patient has left ventricular systolic dysfunction and probable or confirmed coronary artery disease; and (c) the service is performed in conjunction with a rest myocardial perfusion study using technetium-99m; and (d) the service is requested by a specialist or a consultant physician; and (e) the service is not associated with a service to which item 11704, 11705, 11707, 11714, 11729 or 11730 applies; and (f) this service and item 61325 are applicable only twice each 24 months (R)\\n\",\n            \"ScheduleFee\": \"329.00\",\n            \"ScheduleFeeStartDate\": \"2022-04-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-04-01\"\n        },\n        {\n            \"ItemNumber\": \"61646\",\n            \"Description\": \"Whole body FDG PET study for the evaluation of patients with suspected residual or recurrent sarcoma (excluding gastrointestinal stromal tumour) after the initial course of definitive therapy to determine suitability for subsequent therapy with curative intent. (R)\\n\",\n            \"ScheduleFee\": \"999.00\",\n            \"ScheduleFeeStartDate\": \"2002-01-14\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"2\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2002-01-14\"\n        },\n        {\n            \"ItemNumber\": \"61647\",\n            \"Description\": \"Whole body 68Ga DOTA peptide PET study, if:(a) a gastro entero pancreatic neuroendocrine tumour is suspected on the basis of biochemical evidence with negative or equivocal conventional imaging; or(b) both:(i) a surgically amenable gastro entero pancreatic neuroendocrine tumour has been identified on the basis of conventional techniques; and(ii) the study is for excluding additional disease sites (R)\\n\",\n            \"ScheduleFee\": \"953.00\",\n            \"ScheduleFeeStartDate\": \"2020-05-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"2\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2018-05-01\"\n        },\n        {\n            \"ItemNumber\": \"61650\",\n            \"Description\": \"LeukoScan study of the long bones and feet for suspected osteomyelitis, if:(a) the patient does not have access to ex vivo white blood cell scanning; and(b) the patient is not being investigated for other sites of infection (R)\\n\",\n            \"ScheduleFee\": \"931.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I4\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'General Practitioner', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-06-01\"\n        },\n        {\n            \"ItemNumber\": \"63001\",\n            \"Description\": \"MRI—scan of head (including MRA, if performed) for tumour of the brain or meninges (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"452.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63004\",\n            \"Description\": \"MRI—scan of head (including MRA, if performed) for inflammation of brain or meninges (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"452.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63007\",\n            \"Description\": \"MRI—scan of head (including MRA, if performed) for skull base or orbital tumour (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"452.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Oral medicine specialist', 'Oral surgeon', 'Specialist in special needs dentistry', 'Oral and maxillofacial pathologist', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63010\",\n            \"Description\": \"MRI—scan of head (including MRA, if performed) for stereotactic scan of brain, with fiducials in place, for the sole purpose of allowing planning for stereotactic neurosurgery (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"376.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63019\",\n            \"Description\": \"MRI—scan of head (including MRA if performed) for the assessment of suitability for the treatment of medically refractory essential tremor with magnetic resonance imaging‑guided focused ultrasound Applicable once per patient per lifetime (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"452.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"63020\",\n            \"Description\": \"MRI—scan of head (including MRA if performed) for the post‑procedure assessment of the patient following magnetic resonance imaging‑guided focused ultrasound for the treatment of medically refractory essential tremor Applicable once per patient per lifetime (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"452.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"63040\",\n            \"Description\": \"MRI—scan of head (including MRA, if performed) for acoustic neuroma (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"376.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"2\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63043\",\n            \"Description\": \"MRI—scan of head (including MRA, if performed) for pituitary tumour (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"401.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"2\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63046\",\n            \"Description\": \"MRI—scan of head (including MRA, if performed) for toxic or metabolic or ischaemic encephalopathy (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"452.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"2\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63049\",\n            \"Description\": \"MRI—scan of head (including MRA, if performed) for demyelinating disease of the brain (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"452.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"2\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63052\",\n            \"Description\": \"MRI—scan of head (including MRA, if performed) for congenital malformation of the brain or meninges (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"452.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"2\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63055\",\n            \"Description\": \"MRI—scan of head (including MRA, if performed) for venous sinus thrombosis (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"452.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"2\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63058\",\n            \"Description\": \"MRI—scan of head (including MRA, if performed) for head trauma (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"452.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"2\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63061\",\n            \"Description\": \"MRI—scan of head (including MRA, if performed) for epilepsy (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"452.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"2\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63064\",\n            \"Description\": \"MRI—scan of head (including MRA, if performed) for stroke (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"452.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"2\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63067\",\n            \"Description\": \"MRI—scan of head (including MRA, if performed) for carotid or vertebral artery dissection (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"452.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"2\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63070\",\n            \"Description\": \"MRI—scan of head (including MRA, if performed) for intracranial aneurysm (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"452.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"2\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63073\",\n            \"Description\": \"MRI—scan of head (including MRA, if performed) for intracranial arteriovenous malformation (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"452.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"2\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63101\",\n            \"Description\": \"MRI and MRA of extracranial or intracranial circulation (or both)—scan of head and neck vessels for stroke (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"552.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"3\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63111\",\n            \"Description\": \"MRI—scan of head and cervical spine (including MRA, if performed) for tumour of the central nervous system or meninges (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"552.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"4\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63114\",\n            \"Description\": \"MRI—scan of head and cervical spine (including MRA, if performed) for inflammation of the central nervous system or meninges (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"552.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"4\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63125\",\n            \"Description\": \"MRI—scan of head and cervical spine (including MRA, if performed) for demyelinating disease of the central nervous system (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"552.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"5\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63128\",\n            \"Description\": \"MRI—scan of head and cervical spine (including MRA, if performed) for congenital malformation of the central nervous system or meninges (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"552.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"5\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63131\",\n            \"Description\": \"MRI—scan of head and cervical spine (including MRA, if performed) for syrinx (congenital or acquired) (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"552.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"5\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63151\",\n            \"Description\": \"MRI—scan of one region or 2 contiguous regions of the spine for infection (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"401.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"6\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63154\",\n            \"Description\": \"MRI—scan of one region or 2 contiguous regions of the spine for tumour (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"401.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"6\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63161\",\n            \"Description\": \"MRI—scan of one region or 2 contiguous regions of the spine for demyelinating disease (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"401.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"7\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63164\",\n            \"Description\": \"MRI—scan of one region or 2 contiguous regions of the spine for congenital malformation of the spinal cord or the cauda equina or the meninges (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"401.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"7\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63167\",\n            \"Description\": \"MRI—scan of one region or 2 contiguous regions of the spine for myelopathy (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"401.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"7\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63170\",\n            \"Description\": \"MRI—scan of one region or 2 contiguous regions of the spine for syrinx (congenital or acquired) (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"401.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"7\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63173\",\n            \"Description\": \"MRI—scan of one region or 2 contiguous regions of the spine for cervical radiculopathy (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"401.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"7\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63176\",\n            \"Description\": \"MRI—scan of one region or 2 contiguous regions of the spine for sciatica (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"401.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"7\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63179\",\n            \"Description\": \"MRI—scan of one region or 2 contiguous regions of the spine for spinal canal stenosis (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"401.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"7\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63182\",\n            \"Description\": \"MRI—scan of one region or 2 contiguous regions of the spine for previous spinal surgery (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"401.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"7\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63185\",\n            \"Description\": \"MRI—scan of one region or 2 contiguous regions of the spine for trauma (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"401.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"7\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63201\",\n            \"Description\": \"MRI—scan of 3 contiguous or 2 non contiguous regions of the spine for infection (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"502.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"8\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63204\",\n            \"Description\": \"MRI—scan of 3 contiguous or 2 non contiguous regions of the spine for tumour (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"502.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"8\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63219\",\n            \"Description\": \"MRI—scan of 3 contiguous or 2 non contiguous regions of the spine for demyelinating disease (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"502.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"9\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63222\",\n            \"Description\": \"MRI—scan of 3 contiguous or 2 non contiguous regions of the spine for congenital malformation of the spinal cord or the cauda equina or the meninges (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"502.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"9\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63225\",\n            \"Description\": \"MRI—scan of 3 contiguous or 2 non contiguous regions of the spine for myelopathy (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"502.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"9\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63228\",\n            \"Description\": \"MRI—scan of 3 contiguous or 2 non contiguous regions of the spine for syrinx (congenital or acquired) (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"502.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"9\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63231\",\n            \"Description\": \"MRI—scan of 3 contiguous or 2 non contiguous regions of the spine for cervical radiculopathy (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"502.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"9\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63234\",\n            \"Description\": \"MRI—scan of 3 contiguous or 2 non contiguous regions of the spine for sciatica (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"502.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"9\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63237\",\n            \"Description\": \"MRI—scan of 3 contiguous or 2 non contiguous regions of the spine for spinal canal stenosis (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"502.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"9\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63240\",\n            \"Description\": \"MRI—scan of 3 contiguous or 2 non contiguous regions of the spine for previous spinal surgery (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"502.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"9\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63243\",\n            \"Description\": \"MRI—scan of 3 contiguous or 2 non contiguous regions of the spine for trauma (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"502.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"9\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63271\",\n            \"Description\": \"MRI—scan of cervical spine and brachial plexus for tumour (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"552.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"10\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63274\",\n            \"Description\": \"MRI—scan of cervical spine and brachial plexus for trauma (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"552.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"10\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63277\",\n            \"Description\": \"MRI—scan of cervical spine and brachial plexus for cervical radiculopathy (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"552.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"10\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63280\",\n            \"Description\": \"MRI—scan of cervical spine and brachial plexus for previous surgery (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"552.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"10\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63301\",\n            \"Description\": \"MRI—scan of musculoskeletal system for tumour arising in bone or musculoskeletal system, excluding tumours arising in breast, prostate or rectum (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"426.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"11\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63304\",\n            \"Description\": \"MRI—scan of musculoskeletal system for infection arising in bone or musculoskeletal system, excluding infection arising in breast, prostate or rectum (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"426.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"11\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63307\",\n            \"Description\": \"MRI—scan of musculoskeletal system for osteonecrosis (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"426.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"11\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63322\",\n            \"Description\": \"MRI—scan of musculoskeletal system for derangement of hip or its supporting structures (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"452.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"12\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63325\",\n            \"Description\": \"MRI—scan of musculoskeletal system for derangement of shoulder or its supporting structures (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"452.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"12\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63328\",\n            \"Description\": \"MRI—scan of musculoskeletal system for derangement of knee or its supporting structures (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"452.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"12\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63331\",\n            \"Description\": \"MRI—scan of musculoskeletal system for derangement of ankle or foot (or both) or its supporting structures (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"452.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"12\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63334\",\n            \"Description\": \"MRI—scan of musculoskeletal system for derangement of one or both temporomandibular joints or their supporting structures (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"376.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"12\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Approved dental practitioner', 'Prosthodontist', 'Periodontist', 'Endodontist', 'Paediatric dentist', 'Orthodontist', 'Oral medicine specialist', 'Oral surgeon', 'Specialist in special needs dentistry', 'Oral and maxillofacial pathologist', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63337\",\n            \"Description\": \"MRI—scan of musculoskeletal system for derangement of wrist or hand (or both) or its supporting structures (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"502.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"12\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63340\",\n            \"Description\": \"MRI—scan of musculoskeletal system for derangement of elbow or its supporting structures (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"452.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"12\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63361\",\n            \"Description\": \"MRI—scan of musculoskeletal system for Gaucher disease (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"452.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"13\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than twice in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63385\",\n            \"Description\": \"MRI—scan of cardiovascular system for congenital disease of the heart or a great vessel (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"502.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"14\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than twice in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63388\",\n            \"Description\": \"MRI—scan of cardiovascular system for tumour of the heart or a great vessel (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"502.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"14\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than twice in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63390\",\n            \"Description\": \"MRI—scan of cardiovascular system for assessment of myocardial structure, function and characterisation, if the request for the scan indicates that the patient has: (a) acute onset (less than 3 months) heart failure caused by suspected myocarditis which would otherwise require endomyocardial biopsy to confirm the diagnosis of myocarditis; or (b) unexplained arrhythmia caused by suspected myocarditis which would otherwise require endomyocardial biopsy to confirm the diagnosis of myocarditis; or (c) suspected drug-induced myocarditis, if the results from all of the following examinations are inconclusive to form a diagnosis: (i) troponin; (ii) chest X-ray; (iii) transthoracic echocardiogram. (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"616.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"14\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than twice in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2025-01-01\"\n        },\n        {\n            \"ItemNumber\": \"63391\",\n            \"Description\": \"MRI—scan of cardiovascular system for abnormality of thoracic aorta (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"452.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"14\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than twice in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63395\",\n            \"Description\": \"MRI—scan of cardiovascular system for assessment of myocardial structure and function involving:(a) dedicated right ventricular views; and(b) 3D volumetric assessment of the right ventricle; and(c) reporting of end diastolic and end systolic volumes, ejection fraction and BSA indexed values;if the request for the scan indicates that:(d) the patient presented with symptoms consistent with arrhythmogenic right ventricular cardiomyopathy (ARVC); or(e) investigative findings in relation to the patient are consistent with ARVC(R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"958.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"14\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than once in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2018-05-01\"\n        },\n        {\n            \"ItemNumber\": \"63397\",\n            \"Description\": \"MRI—scan of cardiovascular system for assessment of myocardial structure and function involving: (a) dedicated right ventricular views; and(b) 3D volumetric assessment of the right ventricle; and(c) reporting of end diastolic and end systolic volumes, ejection fraction and BSA indexed values;if the request for the scan indicates that the patient:(d) is asymptomatic; and(e) has one or more first degree relatives diagnosed with confirmed arrhythmogenic right ventricular cardiomyopathy (ARVC)(R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"958.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"14\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than once in a 3 year period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2018-05-01\"\n        },\n        {\n            \"ItemNumber\": \"63401\",\n            \"Description\": \"MRA—if the request for the scan specifically identifies the clinical indication for the scan—scan of cardiovascular system for vascular abnormality in a patient with a previous anaphylactic reaction to an iodinated contrast medium (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"452.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"15\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63404\",\n            \"Description\": \"MRA—if the request for the scan specifically identifies the clinical indication for the scan—scan of cardiovascular system for obstruction of the superior vena cava, inferior vena cava or a major pelvic vein (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"452.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"15\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63416\",\n            \"Description\": \"MRA—scan of person under the age of 16 for the vasculature of limbs prior to limb or digit transfer surgery in congenital limb deficiency syndrome (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"452.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"16\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than once in a 12 month period.\",\n            \"EligibleAgeRange\": \"younger than 16 years\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63425\",\n            \"Description\": \"MRI—scan of person under the age of 16 for post inflammatory or post traumatic physeal fusion (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"452.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"17\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than twice in a 12 month period.\",\n            \"EligibleAgeRange\": \"younger than 16 years\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63428\",\n            \"Description\": \"MRI—scan of person under the age of 16 for Gaucher disease (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"452.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"17\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than twice in a 12 month period.\",\n            \"EligibleAgeRange\": \"younger than 16 years\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63440\",\n            \"Description\": \"MRI—scan of person under the age of 16 for pelvic or abdominal mass (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"452.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"18\",\n            \"EligibleAgeRange\": \"younger than 16 years\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63443\",\n            \"Description\": \"MRI—scan of person under the age of 16 for mediastinal mass (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"452.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"18\",\n            \"EligibleAgeRange\": \"younger than 16 years\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63446\",\n            \"Description\": \"MRI—scan of person under the age of 16 for congenital uterine or anorectal abnormality (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"452.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"18\",\n            \"EligibleAgeRange\": \"younger than 16 years\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63454\",\n            \"Description\": \"MRI scan of the pelvis or abdomen, for a patient who is pregnant, if: (a) the pregnancy is at, or after, 18 weeks gestation; and (b) fetal abnormality is suspected; and (c) an ultrasound has been performed and is provided by, or on behalf of, or at the request of, a specialist who is practising in the specialty of obstetrics; and (d) the diagnosis of fetal abnormality as a result of the ultrasound is indeterminate or requires further examination; and (e) the MRI service is requested by a specialist practising in the specialty of obstetrics (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"1345.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"20\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist obstetrician and gynaecologist.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2019-05-01\"\n        },\n        {\n            \"ItemNumber\": \"63461\",\n            \"Description\": \"MRI—scan of the body for adrenal mass in a patient with a malignancy that is otherwise resectable (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"401.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"19\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than once in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63464\",\n            \"Description\": \"MRI scan of both breasts for the detection of cancer in a patient, if: (a) a dedicated breast coil is used; and (b) the request for the scan identifies that the patient is asymptomatic and is younger than 60 years of age; and (c) the request for the scan identifies that the patient is at high risk of developing breast cancer due to one or more of the following: (i) genetic testing has identified the presence of a high risk breast cancer gene mutation in the patient or in a first degree relative of the patient; (ii) both: (A) one of the patient’s first or second degree relatives was diagnosed with breast cancer at age 45 years or younger; and (B) another first or second degree relative on the same side of the patient’s family was diagnosed with bone or soft tissue sarcoma at age 45 years or younger; (iii) the patient has a personal history of breast cancer before the age of 50 years; (iv) the patient has a personal history of mantle radiation therapy; (v) the patient has a lifetime risk estimation greater than 30% or a 10 year absolute risk estimation greater than 5% using a clinically relevant risk evaluation algorithm; and (d) the service is not performed in conjunction with item 55076 or 55079 Applicable not more than once in a 12 month period (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"773.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"19\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than once in a 12 month period.\",\n            \"EligibleAgeRange\": \"younger than 60 years\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2009-02-01\"\n        },\n        {\n            \"ItemNumber\": \"63467\",\n            \"Description\": \"MRI—scan of both breasts for the detection of cancer, if:(a) a dedicated breast coil is used; and(b) the person has had an abnormality detected as a result of a service mentioned in item 63464 performed in the previous 12 months (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"773.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"19\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than once in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2009-02-01\"\n        },\n        {\n            \"ItemNumber\": \"63470\",\n            \"Description\": \"MRI—scan of the pelvis for the staging of histologically diagnosed cervical cancer at FIGO stage 1B or greater, if the request for scan identifies that: (a) a histological diagnosis of carcinoma of the cervix has been made; and(b) the patient has been diagnosed with cervical cancer at FIGO stage 1B or greater (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"452.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"20\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63473\",\n            \"Description\": \"MRI—scan of the pelvis and upper abdomen, in a single examination, for the staging of histologically diagnosed cervical cancer at FIGO stage 1B or greater, if the request for the scan identifies that: (a) a histological diagnosis of carcinoma of the cervix has been made; and(b) the patient has been diagnosed with cervical cancer at FIGO stage 1B or greater (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"703.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"20\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63476\",\n            \"Description\": \"MRI—scan of the pelvis for the initial staging, restaging or follow up of rectal cancer, if: (a) a high resolution T2 technique is used; and (b) the request for the scan identifies that the indication is for: (i) the initial staging of rectal cancer (including cancer of the rectosigmoid and anorectum); or (ii) the initial assessment of response to chemotherapy or chemoradiotherapy; or (iii) the assessment of possible recurrent tumour after complete response to neoadjuvant therapy, within an active surveillance program; or (iv) the assessment of recurrent disease prior to treatment planning (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"452.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"20\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2009-07-01\"\n        },\n        {\n            \"ItemNumber\": \"63482\",\n            \"Description\": \"MRI—scan of pancreas and biliary tree for suspected biliary or pancreatic pathology (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"452.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"21\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-01-01\"\n        },\n        {\n            \"ItemNumber\": \"63487\",\n            \"Description\": \"MRI—scan of both breasts, if:(a) a dedicated breast coil is used; and(b) the request for the scan identifies that:(i) the patient has been diagnosed with metastatic cancer restricted to the regional lymph nodes; and(ii) clinical examination and conventional imaging have failed to identify the primary cancer (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"773.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"19\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"63489\",\n            \"Description\": \"MRI—scan of one breast, performed in conjunction with a biopsy procedure on that breast and an ultrasound scan of that breast, if: (a) the request for the MRI scan identifies that the patient has a suspicious lesion seen on MRI but not on conventional imaging; and (b) the ultrasound scan is performed immediately before the MRI scan and confirms that the lesion is not amenable to biopsy guided by conventional imaging; and (c) a dedicated breast coil is used (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"1130.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"19\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-11-01\"\n        },\n        {\n            \"ItemNumber\": \"63491\",\n            \"Description\": \"NOTE: Benefits in Subgroup 22 are only payable for modifying items where claimed simultaneously with MRI services. Modifiers for sedation and anaesthesia may not be claimed for the same service. MRI or MRA service to which an item in this Group (other than an item in this Subgroup) applies if: (a) the service is performed on a person in accordance with clause 2.5.1; and(b) the item for the service includes in its description ‘(Contrast)’; and(c) the service is performed using a contrast agent\\n\",\n            \"ScheduleFee\": \"50.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"22\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63494\",\n            \"Description\": \"MRI or MRA service to which an item in this Group (other than an item in this Subgroup) applies if: (a) the service is performed on a person in accordance with clause 2.5.1; and(b) the service is performed using intravenous or intra muscular sedation\\n\",\n            \"ScheduleFee\": \"50.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"22\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63496\",\n            \"Description\": \"NOTE: Benefits in Subgroup 22 are only payable for modifying items where claimed simultaneously with MRI services. Modifiers for sedation and anaesthesia may not be claimed for the same service. MRI service to which item 63545 or 63546 applies if: (a) the service is performed on a person under the supervision of an eligible provider; and(b) the service is performed using an hepatobiliary specific contrast agent\\n\",\n            \"ScheduleFee\": \"280.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"22\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2019-05-01\"\n        },\n        {\n            \"ItemNumber\": \"63497\",\n            \"Description\": \"MRI or MRA service to which an item in this Group (other than an item in this Subgroup) applies if: (a) the service is performed on a person in accordance with clause 2.5.1; and(b) the service is performed under anaesthetic in the presence of a medical practitioner who is qualified to perform an anaesthetic\\n\",\n            \"ScheduleFee\": \"175.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"22\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-08-01\"\n        },\n        {\n            \"ItemNumber\": \"63498\",\n            \"Description\": \"MRI service to which item 63501, 63502, 63504 or 63505 applies, if the service is performed on a person using intravenous or intra muscular sedation\\n\",\n            \"ScheduleFee\": \"50.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"22\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2012-03-12\"\n        },\n        {\n            \"ItemNumber\": \"63499\",\n            \"Description\": \"MRI service to which item 63501, 63502, 63504 or 63505 applies, if the service is performed on a person under anaesthetic in the presence of a medical practitioner who is qualified to perform an anaesthetic (H)\\n\",\n            \"ScheduleFee\": \"175.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"22\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2012-03-12\"\n        },\n        {\n            \"ItemNumber\": \"63501\",\n            \"Description\": \"MRI—scan of one or both breasts for the evaluation of implant integrity, if: (a) a dedicated breast coil is used; and (b) the request for the scan identifies that the patient: (i) has or is suspected of having a silicone breast implant manufactured by Poly Implant Prosthese (PIP); and (ii) the result of the scan confirms a loss of integrity of the implant (R)\\n\",\n            \"ScheduleFee\": \"560.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"32\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2012-03-12\"\n        },\n        {\n            \"ItemNumber\": \"63502\",\n            \"Description\": \"MRI—scan of one or both breasts for the evaluation of implant integrity, if: (a) a dedicated breast coil is used; and (b) the request for the scan identifies that the patient: (i) has or is suspected of having a silicone breast implant manufactured by Poly Implant Prosthese (PIP); and (ii) the result of the scan does not demonstrate a loss of integrity of the implant (R)\\n\",\n            \"ScheduleFee\": \"560.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"32\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2012-03-12\"\n        },\n        {\n            \"ItemNumber\": \"63504\",\n            \"Description\": \"MRI—scan of one or both breasts for the evaluation of implant integrity, if: (a) a dedicated breast coil is used; and (b) the request for the scan identifies that the patient: (i) has or is suspected of having a silicone breast implant manufactured by Poly Implant Prosthese (PIP); and (ii) presents with symptoms where implant rupture is suspected; and (iii) the result of the scan confirms a loss of integrity of the implant (R)\\n\",\n            \"ScheduleFee\": \"560.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"32\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2012-03-12\"\n        },\n        {\n            \"ItemNumber\": \"63505\",\n            \"Description\": \"MRI—scan of one or both breasts for the evaluation of implant integrity, if: (a) a dedicated breast coil is used; and (b) the request for the scan identifies that the patient: (i) has or is suspected of having a silicone breast implant manufactured by Poly Implant Prosthese (PIP); and (ii) presents with symptoms where implant rupture is suspected; and (iii) the result of the scan does not demonstrate a loss of integrity of the implant (R)\\n\",\n            \"ScheduleFee\": \"560.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"32\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2012-03-12\"\n        },\n        {\n            \"ItemNumber\": \"63507\",\n            \"Description\": \"MRI—scan of head for a patient under 16 years if the service is for:(a) an unexplained seizure; or(b) an unexplained headache if significant pathology is suspected; or(c) paranasal sinus pathology that has not responded to conservative therapy (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"452.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"33\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"EligibleAgeRange\": \"younger than 16 years\",\n            \"ReferralRequirements\": \"This item should be referred by a General Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2012-11-01\"\n        },\n        {\n            \"ItemNumber\": \"63510\",\n            \"Description\": \"MRI—scan of spine following radiographic examination for a patient under 16 years if the service is for: (a) significant trauma; or(b) unexplained neck or back pain with associated neurological signs; or(c) unexplained back pain if significant pathology is suspected (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"502.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"33\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"EligibleAgeRange\": \"younger than 16 years\",\n            \"ReferralRequirements\": \"This item should be referred by a General Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2012-11-01\"\n        },\n        {\n            \"ItemNumber\": \"63513\",\n            \"Description\": \"MRI—scan of knee for internal joint derangement for a patient under 16 years (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"452.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"33\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"EligibleAgeRange\": \"younger than 16 years\",\n            \"ReferralRequirements\": \"This item should be referred by a General Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2012-11-01\"\n        },\n        {\n            \"ItemNumber\": \"63516\",\n            \"Description\": \"MRI—scan of hip following radiographic examination for a patient under 16 years if any of the following is suspected: (a) septic arthritis;(b) slipped capital femoral epiphysis;(c) Perthes disease (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"452.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"33\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"EligibleAgeRange\": \"younger than 16 years\",\n            \"ReferralRequirements\": \"This item should be referred by a General Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2012-11-01\"\n        },\n        {\n            \"ItemNumber\": \"63519\",\n            \"Description\": \"MRI—scan of elbow following radiographic examination for a patient under 16 years if a significant fracture or avulsion injury, which would change the way in which the patient is managed, is suspected (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"452.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"33\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"EligibleAgeRange\": \"younger than 16 years\",\n            \"ReferralRequirements\": \"This item should be referred by a General Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2012-11-01\"\n        },\n        {\n            \"ItemNumber\": \"63522\",\n            \"Description\": \"MRI—scan of wrist following radiographic examination for a patient under 16 years if a scaphoid fracture is suspected (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"502.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"33\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"EligibleAgeRange\": \"younger than 16 years\",\n            \"ReferralRequirements\": \"This item should be referred by a General Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2012-11-01\"\n        },\n        {\n            \"ItemNumber\": \"63531\",\n            \"Description\": \"MRI—scan of both breasts, if: (a) a dedicated breast coil is used; and(b) the request for the scan identifies that:(i) the patient has a breast lesion; and(ii) the results of conventional imaging are inconclusive for the presence of breast cancer; and(iii) biopsy has not been possible (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"773.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"19\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"63533\",\n            \"Description\": \"MRI—scan of both breasts, if: (a) a dedicated breast coil is used; and(b) the request for the scan identifies that:(i) the patient has been diagnosed with a breast cancer; and(ii) there is a discrepancy between the clinical assessment and the conventional imaging assessment of the extent of the malignancy; and(c) the results of breast MRI imaging may alter treatment planning (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"773.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"19\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"63539\",\n            \"Description\": \"MRI—scan of the abdomen, requested by a specialist or consultant physician, to assess the development or growth of renal tumours in a patient with a confirmed clinical or molecular diagnosis of a genetic disorder associated with an increased risk of developing renal tumours, other than a service to which item 63540 applies Applicable once in any 12 month period (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"703.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"20\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"63540\",\n            \"Description\": \"MRI—scan of the abdomen, requested by a specialist or consultant physician, to assess a patient with one or more known renal tumours and with a confirmed clinical or molecular diagnosis of a genetic disorder associated with an increased risk of developing renal tumours, if the service is performed: (a) to evaluate changes in clinical condition or suspected complications of the known renal tumours; or (b) where a disease specific line of treatment has been initiated and an assessment of patient responsiveness to the treatment is required Applicable once in any 3 month period (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"703.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"20\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"63541\",\n            \"Description\": \"Multiparametric MRI—scan of the prostate for the detection of cancer, requested by a specialist in the speciality of urology, radiation oncology or medical oncology: (a) if the request for the scan identifies that the patient is suspected of developing prostate cancer: (i) on the basis of a digital rectal examination; or (ii) in the circumstances mentioned in clause 2.5.9A; and (b) using a standardised image acquisition protocol involving: (i) T2‑weighted imaging; and (ii) diffusion‑weighted imaging; and (iii) (unless contraindicated) dynamic contrast enhancement (R) Note: See explanatory note IN.5.1 for the meaning of Clause 2.5.9 in the descriptor for this item and the claiming limitations. (Anaes.)\\n\",\n            \"ScheduleFee\": \"504.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"19\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than once in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist urologist', 'Specialist radiation oncologist', 'Specialist medical oncologist' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"63543\",\n            \"Description\": \"Multiparametric MRI—scan of the prostate for the assessment of cancer, requested by a specialist in the speciality of urology, radiation oncology or medical oncology: (a) if the request for the scan identifies that the patient: (i) is under active surveillance following a confirmed diagnosis of prostate cancer by biopsy histopathology; and (ii) is not undergoing, or planning to undergo, treatment for prostate cancer; and (b) using a standardised image acquisition protocol involving: (i) T2‑weighted imaging; and (ii) diffusion‑weighted imaging; and (iii) (unless contraindicated) dynamic contrast enhancement (R) Note: See explanatory note IN.5.2 for claiming restrictions for this item. (Anaes.)\\n\",\n            \"ScheduleFee\": \"504.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"19\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist urologist', 'Specialist radiation oncologist', 'Specialist medical oncologist' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"63545\",\n            \"Description\": \"MRI - multiphase scans of liver (including delayed imaging, if performed) with a contrast agent, for characterisation, or staging where surgical resection or interventional techniques are under consideration, if: (a) the patient has a confirmed extra‑hepatic primary malignancy (other than hepatocellular carcinoma); and (b) computed tomography is negative or inconclusive for hepatic metastatic disease; and (c) the identification of liver metastases would change the patient’s treatment planning Applicable not more than once in a 12 month period (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"616.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"21\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than once in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2019-05-01\"\n        },\n        {\n            \"ItemNumber\": \"63546\",\n            \"Description\": \"MRI – multiphase scans of the liver (including delayed imaging, if performed) with a contrast agent, for diagnosis or staging, if: (a) the patient has:(i) known or suspected hepatocellular carcinoma; and(ii) chronic liver disease that has been confirmed by a specialist or consultant physician; and(b) the patient’s liver function has been identified as Child Pugh class A or B; and(c) the patient has an identified hepatic lesion over 10 mm in diameter.For any particular patient—applicable not more than once in a 12 month period (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"616.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"21\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than once in a 12 month period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2019-05-01\"\n        },\n        {\n            \"ItemNumber\": \"63547\",\n            \"Description\": \"MRI—scan of both breasts for the detection of cancer, if: (a) a dedicated breast coil is used; and(b) the request for the scan identifies that:(i) the patient has a breast implant in situ; and(ii) anaplastic large cell lymphoma has been diagnosed(R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"773.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"19\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than once in patient's lifetime.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2018-05-01\"\n        },\n        {\n            \"ItemNumber\": \"63549\",\n            \"Description\": \"MRI scan of the pelvis or abdomen, for a patient with a multiple pregnancy, if: (a) the multiple pregnancy is at, or after, 18 weeks gestation; and (b) fetal abnormality is suspected; and (c) an ultrasound has been performed and is provided by, or on behalf of, or at the request of, a specialist who is practising in the specialty of obstetrics; and (d) the diagnosis of fetal abnormality as a result of the ultrasound is indeterminate or requires further examination; and (e) the MRI service is requested by a specialist practising in the specialty of obstetrics (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"2018.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"20\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist obstetrician and gynaecologist.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-11-01\"\n        },\n        {\n            \"ItemNumber\": \"63551\",\n            \"Description\": \"MRI - scan of head for a patient 16 years or older, after a request by a medical practitioner (other than a specialist or consultant physician), for any of the following: (a) unexplained seizure(s);(b) unexplained chronic headache with suspected intracranial pathology (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"452.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"34\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"EligibleAgeRange\": \"16 years or older\",\n            \"ReferralRequirements\": \"This item should be referred by a General Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2013-11-01\"\n        },\n        {\n            \"ItemNumber\": \"63554\",\n            \"Description\": \"MRI - scan of spine for a patient 16 years or older, after referral by a medical practitioner (other than a specialist or consultant physician), for suspected cervical radiculopathy (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"401.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"34\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"EligibleAgeRange\": \"16 years or older\",\n            \"ReferralRequirements\": \"This item should be referred by a General Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2013-11-01\"\n        },\n        {\n            \"ItemNumber\": \"63557\",\n            \"Description\": \"MRI - scan of spine for a patient 16 years or older, after referral by a medical practitioner (other than a specialist or consultant physician), for suspected cervical spinal trauma (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"552.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"34\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"EligibleAgeRange\": \"16 years or older\",\n            \"ReferralRequirements\": \"This item should be referred by a General Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2013-11-01\"\n        },\n        {\n            \"ItemNumber\": \"63560\",\n            \"Description\": \"MRI - scan of knee following acute knee trauma, after referral by a medical practitioner (other than a specialist or consultant physician), for a patient 16 to 49 years with: (a) inability to extend the knee suggesting the possibility of acute meniscal tear; or(b) clinical findings suggesting acute anterior cruciate ligament tear (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"452.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"34\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than three times in a 12 month period.\",\n            \"EligibleAgeRange\": \"16 years or older and younger than 50 years\",\n            \"ReferralRequirements\": \"This item should be referred by a General Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2013-11-01\"\n        },\n        {\n            \"ItemNumber\": \"63563\",\n            \"Description\": \"MRI scan of the pelvis or abdomen, if the request for the scan identifies that the investigation is for: (a) sub‑fertility that requires one or more of the following: (i) an investigation of suspected Mullerian duct anomaly seen in pelvic ultrasound or hysterosalpingogram; (ii) an assessment of uterine mass identified on pelvic ultrasound before consideration of surgery; (iii) an investigation of recurrent implantation failure in IVF (2 or more embryo transfer cycles without viable pregnancy); or (b) surgical planning of a patient with known or suspected deep endometriosis involving the bowel, bladder or ureter (or any combination of the bowel, bladder or ureter), where the results of pelvic ultrasound are inconclusive Applicable not more than once in a 2 year period (R) (Contrast) (Anaes.)\\n\",\n            \"ScheduleFee\": \"452.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"20\",\n            \"ClaimHistoryLimitation\": \"Applicable not more than once in a 2 year period.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-11-01\"\n        },\n        {\n            \"ItemNumber\": \"63564\",\n            \"Description\": \"Note: the requirements for services provided under item 63564 are detailed under note IN.5.4 MRI – whole body scan for the early detection of cancer: a) requested by a specialist or consultant physician in consultation with a clinical geneticist in a familial cancer or genetic clinic; and b) the request identifies that the patient has a high risk of developing cancer malignancy due to heritable TP53 - related cancer (hTP53rc) syndrome (R) (Anaes.)\\n\",\n            \"ScheduleFee\": \"1655.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"19\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist clinical geneticist', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"63740\",\n            \"Description\": \"MRI—scan to evaluate small bowel Crohn’s disease if the service is provided to a patient for: (a) evaluation of disease extent at time of initial diagnosis of Crohn’s disease; or(b) evaluation of exacerbation, or suspected complications, of known Crohn’s disease; or(c) evaluation of known or suspected Crohn’s disease in pregnancy; or(d) assessment of change to therapy in a patient with small bowel Crohn’s disease (R) (Contrast)\\n\",\n            \"ScheduleFee\": \"512.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"20\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2014-11-01\"\n        },\n        {\n            \"ItemNumber\": \"63741\",\n            \"Description\": \"MRI—scan with enteroclysis for Crohn’s disease if the service is related to item 63740 (R)\\n\",\n            \"ScheduleFee\": \"297.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"20\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2014-11-01\"\n        },\n        {\n            \"ItemNumber\": \"63743\",\n            \"Description\": \"MRI—scan for fistulising perianal Crohn’s disease if the service is provided to a patient for:(a) evaluation of pelvic sepsis and fistulas associated with established or suspected Crohn’s disease; or(b) assessment of change to therapy of pelvis sepsis and fistulas from Crohn’s disease (R) (Contrast)\\n\",\n            \"ScheduleFee\": \"452.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I5\",\n            \"SubGroup\": \"20\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2014-11-01\"\n        },\n        {\n            \"ItemNumber\": \"64990\",\n            \"Description\": \"A diagnostic imaging service to which an item in this table (other than this item or item 64991, 64992, 64993, 64994 or 64995) applies if: (a) the service is an unreferred service; and (b) the service is provided to a person who is under the age of 16 or is a Commonwealth concession card holder; and (c) the person is not an admitted patient of a hospital; and (d) the service is bulk-billed in respect of the fees for: (i) this item; and (ii) the other item in this table applying to the service\\n\",\n            \"ScheduleFee\": \"8.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I6\",\n            \"EligibleAgeRange\": \"younger than 16 years\",\n            \"ReferralRequirements\": \"This is an unreferred service, which means it should not be referred to the providing practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2004-02-01\"\n        },\n        {\n            \"ItemNumber\": \"64991\",\n            \"Description\": \"A diagnostic imaging service to which an item in this table (other than this item or item 64990, 64992, 64993, 64994 or 64995) applies if: (a) the service is an unreferred service; and (b) the service is provided to a person who is under the age of 16 or is a Commonwealth concession card holder; and (c) the person is not an admitted patient of a hospital; and (d) the service is bulk-billed in respect of the fees for: (i) this item; and (ii) the other item in this table applying to the service; and (e) the service is provided at, or from, a practice location in a Modified Monash 2 area\\n\",\n            \"ScheduleFee\": \"12.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I6\",\n            \"EligibleAgeRange\": \"younger than 16 years\",\n            \"ReferralRequirements\": \"This is an unreferred service, which means it should not be referred to the providing practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2004-05-01\"\n        },\n        {\n            \"ItemNumber\": \"64992\",\n            \"Description\": \"A diagnostic imaging service to which an item in this table (other than this item or item 64990, 64991, 64993, 64994 or 64995) applies if: (a) the service is an unreferred service; and (b) the service is provided to a person who is under the age of 16 or is a Commonwealth concession card holder; and (c) the person is not an admitted patient of a hospital; and (d) the service is bulk-billed in respect of the fees for: (i) this item; and (ii) the other item in this Schedule applying to the service; and (e) the service is provided at, or from, a practice location in: (i) a Modified Monash 3 are; or (ii) a Modified Monash 4 area\\n\",\n            \"ScheduleFee\": \"12.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I6\",\n            \"EligibleAgeRange\": \"younger than 16 years\",\n            \"ReferralRequirements\": \"This is an unreferred service, which means it should not be referred to the providing practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2022-01-01\"\n        },\n        {\n            \"ItemNumber\": \"64993\",\n            \"Description\": \"A diagnostic imaging service to which an item in this table (other than this item or item 64990, 64991, 64992, 64994 or 64995) applies if: (a) the service is an unreferred service; and (b) the service is provided to a person who is under the age of 16 or is a Commonwealth concession card holder; and (c) the person is not an admitted patient of a hospital; and (d) the service is bulk-billed in respect of the fees for: (i) this item; and (ii) the other item in this Schedule applying to the service; and (e) the service is provided at, or from, a practice location in a Modified Monash 5 area\\n\",\n            \"ScheduleFee\": \"13.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I6\",\n            \"EligibleAgeRange\": \"younger than 16 years\",\n            \"ReferralRequirements\": \"This is an unreferred service, which means it should not be referred to the providing practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2022-01-01\"\n        },\n        {\n            \"ItemNumber\": \"64994\",\n            \"Description\": \"A diagnostic imaging service to which an item in this table (other than this item or item 64990, 64991, 64992, 64993 or 64995) applies if: (a) the service is an unreferred service; and (b) the service is provided to a person who is under the age of 16 or is a Commonwealth concession card holder; and (c) the person is not an admitted patient of a hospital; and (d) the service is bulk-billed in respect of the fees for: (i) this item; and (ii) the other item in this Schedule applying to the service; and (e) the service is provided at, or from, a practice location in a Modified Monash 6 area\\n\",\n            \"ScheduleFee\": \"14.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I6\",\n            \"EligibleAgeRange\": \"younger than 16 years\",\n            \"ReferralRequirements\": \"This is an unreferred service, which means it should not be referred to the providing practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2022-01-01\"\n        },\n        {\n            \"ItemNumber\": \"64995\",\n            \"Description\": \"A diagnostic imaging service to which an item in this table (other than this item or item 64990, 64991, 64992, 64993 or 64994) applies if: (a) the service is an unreferred service; and (b) the service is provided to a person who is under the age of 16 or is a Commonwealth concession card holder; and (c) the person is not an admitted patient of a hospital; and (d) the service is bulk-billed in respect of the fees for: (i) this item; and (ii) the other item in this Schedule applying to the service; and (e) the service is provided at, or from, a practice location in a Modified Monash 7 area\\n\",\n            \"ScheduleFee\": \"15.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"5\",\n            \"Group\": \"I6\",\n            \"EligibleAgeRange\": \"younger than 16 years\",\n            \"ReferralRequirements\": \"This is an unreferred service, which means it should not be referred to the providing practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2022-01-01\"\n        },\n        {\n            \"ItemNumber\": \"65060\",\n            \"Description\": \"Haemoglobin, erythrocyte sedimentation rate, blood viscosity - 1 or more tests\\n\",\n            \"ScheduleFee\": \"8.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"65066\",\n            \"Description\": \"Examination of: (a) a blood film by special stains to demonstrate Heinz bodies, parasites or iron; or (b) a blood film by enzyme cytochemistry for neutrophil alkaline phosphatase, alpha-naphthyl acetate esterase or chloroacetate esterase; or (c) a blood film using any other special staining methods including periodic acid Schiff and Sudan Black; or (d) a urinary sediment for haemosiderin including a service described in item 65072\\n\",\n            \"ScheduleFee\": \"10.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"65070\",\n            \"Description\": \"Erythrocyte count, haematocrit, haemoglobin, calculation or measurement of red cell index or indices, platelet count, leucocyte count and manual or instrument generated differential count - not being a service where haemoglobin only is requested - one or more instrument generated sets of results from a single sample; and (if performed) (a) a morphological assessment of a blood film; (b) any service in item 65060 or 65072\\n\",\n            \"ScheduleFee\": \"17.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"65072\",\n            \"Description\": \"Examination for reticulocytes including a reticulocyte count by any method - 1 or more tests\\n\",\n            \"ScheduleFee\": \"10.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"65075\",\n            \"Description\": \"Haemolysis or metabolic enzymes - assessment by: (a) erythrocyte autohaemolysis test; or (b) erythrocyte osmotic fragility test; or (c) sugar water test; or (d) G-6-P D (qualitative or quantitative) test; or (e) pyruvate kinase (qualitative or quantitative) test; or (f) acid haemolysis test; or (g) quantitation of muramidase in serum or urine; or (h) Donath Landsteiner antibody test; or (i) other erythrocyte metabolic enzyme tests 1 or more tests\\n\",\n            \"ScheduleFee\": \"53.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"65078\",\n            \"Description\": \"Tests for the diagnosis of thalassaemia consisting of haemoglobin electrophoresis or chromatography and at least 2 of: (a) examination for HbH; or (b) quantitation of HbA2; or (c) quantitation of HbF; including (if performed) any service described in item 65060 or 65070\\n\",\n            \"ScheduleFee\": \"92.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"65079\",\n            \"Description\": \"Tests described in item 65078 if rendered by a receiving APP - 1 or more tests (Item is subject to rule 18)\\n\",\n            \"ScheduleFee\": \"92.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"65081\",\n            \"Description\": \"Tests for the investigation of haemoglobinopathy consisting of haemoglobin electrophoresis or chromatography and at least 1 of: (a) heat denaturation test; or (b) isopropanol precipitation test; or (c) tests for the presence of haemoglobin S; or (d) quantitation of any haemoglobin fraction (including S, C, D, E); including (if performed) any service described in item 65060, 65070 or 65078\\n\",\n            \"ScheduleFee\": \"98.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"65082\",\n            \"Description\": \"Tests described in item 65081 if rendered by a receiving APP - 1 or more tests (Item is subject to rule 18)\\n\",\n            \"ScheduleFee\": \"98.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"65084\",\n            \"Description\": \"Bone marrow trephine biopsy - histopathological examination of sections of bone marrow and examination of aspirated material (including clot sections where necessary), including (if performed): any test described in item 65060, 65066 or 65070\\n\",\n            \"ScheduleFee\": \"169.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"65087\",\n            \"Description\": \"Bone marrow - examination of aspirated material (including clot sections where necessary), including (if performed): any test described in item 65060, 65066 or 65070\\n\",\n            \"ScheduleFee\": \"85.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"65090\",\n            \"Description\": \"Blood grouping (including back-grouping if performed) - ABO and Rh (D antigen)\\n\",\n            \"ScheduleFee\": \"11.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"65093\",\n            \"Description\": \"Blood grouping - Rh phenotypes, Kell system, Duffy system, M and N factors or any other blood group system - 1 or more systems, including item 65090 (if performed)\\n\",\n            \"ScheduleFee\": \"22.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"65096\",\n            \"Description\": \"Blood grouping (including back-grouping if performed), and examination of serum for Rh and other blood group antibodies, including: (a) identification and quantitation of any antibodies detected; and (b) (if performed) any test described in item 65060 or 65070\\n\",\n            \"ScheduleFee\": \"42.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"65099\",\n            \"Description\": \"Compatibility tests by crossmatch - all tests performed on any 1 day for up to 6 units, including: (a) direct testing of donor red cells from each unit against the serum of the patient by one or more accepted crossmatching techniques; and (b) all grouping checks of the patient and donor; and (c) examination for antibodies, and if necessary identification of any antibodies detected; and (d) (if performed) any tests described in item 65060, 65070, 65090 or 65096 (Item is subject to rule 5)\\n\",\n            \"ScheduleFee\": \"111.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"65102\",\n            \"Description\": \"Compatibility tests by crossmatch - all tests performed on any 1 day in excess of 6 units, including: (a) direct testing of donor red cells from each unit against serum of the patient by one or more accepted crossmatching techniques; and (b) all grouping checks of the patient and donor; and (c) examination for antibodies, and if necessary identification of any antibodies detected; and (d) (if performed) any tests described in item 65060, 65070, 65090, 65096, 65099 or 65105 (Item is subject to rule 5)\\n\",\n            \"ScheduleFee\": \"168.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"65105\",\n            \"Description\": \"Compatibility testing using at least a 3 cell panel and issue of red cells for transfusion - all tests performed on any one day for up to 6 units, including: (a) all grouping checks of the patient and donor; and (b) examination for antibodies and, if necessary, identification of any antibodies detected; and (c) (if performed) any tests described in item 65060, 65070, 65090 or 65096 (Item is subject to rule 5)\\n\",\n            \"ScheduleFee\": \"111.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"65108\",\n            \"Description\": \"Compatibility testing using at least a 3 cell panel and issue of red cells for transfusion - all tests performed on any one day in excess of 6 units, including: (a) all grouping checks of the patient and donor; and (b) examination for antibodies and, if necessary, identification of any antibodies detected; and (c) (if performed) any tests described in item 65060, 65070, 65090, 65096, 65099 or 65105 (Item is subject to rule 5)\\n\",\n            \"ScheduleFee\": \"168.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"65109\",\n            \"Description\": \"Release of fresh frozen plasma or cryoprecipitate for the use in a patient for the correction of a coagulopathy - 1 release.\\n\",\n            \"ScheduleFee\": \"13.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"65110\",\n            \"Description\": \"Release of compatible fresh platelets for the use in a patient for platelet support as prophylaxis to minimize bleeding or during active bleeding - 1 release.\\n\",\n            \"ScheduleFee\": \"13.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"65111\",\n            \"Description\": \"Examination of serum for blood group antibodies (including identification and, if necessary, quantitation of any antibodies detected)\\n\",\n            \"ScheduleFee\": \"23.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"65114\",\n            \"Description\": \"1 or more of the following tests: (a) direct Coombs (antiglobulin) test; (b) qualitative or quantitative test for cold agglutinins or heterophil antibodies\\n\",\n            \"ScheduleFee\": \"9.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"65117\",\n            \"Description\": \"1 or more of the following tests: (a) Spectroscopic examination of blood for chemically altered haemoglobins; (b) detection of methaemalbumin (Schumm's test)\\n\",\n            \"ScheduleFee\": \"20.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"65120\",\n            \"Description\": \"Prothrombin time (including INR where appropriate), activated partial thromboplastin time, thrombin time (including test for the presence of heparin), test for factor XIII deficiency (qualitative), Echis test, Stypven test, reptilase time, fibrinogen, or 1 of fibrinogen degradation products, fibrin monomer or D-dimer - 1 test\\n\",\n            \"ScheduleFee\": \"14.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"65123\",\n            \"Description\": \"2 tests described in item 65120\\n\",\n            \"ScheduleFee\": \"20.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"65126\",\n            \"Description\": \"3 tests described in item 65120\\n\",\n            \"ScheduleFee\": \"28.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"65129\",\n            \"Description\": \"4 or more tests described in item 65120\\n\",\n            \"ScheduleFee\": \"36.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"65137\",\n            \"Description\": \"Test for the presence of lupus anticoagulant not being a service associated with any service to which items 65175, 65176, 65177, 65178 and 65179 apply\\n\",\n            \"ScheduleFee\": \"25.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-05-01\"\n        },\n        {\n            \"ItemNumber\": \"65142\",\n            \"Description\": \"Confirmation or clarification of an abnormal or indeterminate result from a test described in item 65175, by testing a specimen collected on a different day - 1 or more tests\\n\",\n            \"ScheduleFee\": \"25.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-05-01\"\n        },\n        {\n            \"ItemNumber\": \"65144\",\n            \"Description\": \"Platelet aggregation in response to ADP, collagen, 5HT, ristocetin or other substances; or heparin, low molecular weight heparins, heparinoid or other drugs - 1 or more tests\\n\",\n            \"ScheduleFee\": \"57.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"65147\",\n            \"Description\": \"Quantitation of anti-Xa activity when monitoring is required for a patient receiving a low molecular weight heparin or heparinoid - 1 test\\n\",\n            \"ScheduleFee\": \"38.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"65150\",\n            \"Description\": \"Quantitation of von Willebrand factor antigen, von Willebrand factor activity (ristocetin cofactor assay), von Willebrand factor collagen binding activity, factor II, factor V, factor VII, factor VIII, factor IX, factor X, factor XI, factor XII, factor XIII, Fletcher factor, Fitzgerald factor, circulating coagulation factor inhibitors other than by Bethesda assay - 1 test (Item is subject to rule 6 )\\n\",\n            \"ScheduleFee\": \"72.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"65153\",\n            \"Description\": \"2 tests described in item 65150 (Item is subject to rule 6 )\\n\",\n            \"ScheduleFee\": \"145.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"65156\",\n            \"Description\": \"3 or more tests described in item 65150 (Item is subject to rule 6 )\\n\",\n            \"ScheduleFee\": \"217.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"65157\",\n            \"Description\": \"A test described in item 65150, if rendered by a receiving APP, where no tests in the item have been rendered by the referring APP - 1 test (Item is subject to rule 6 and 18)\\n\",\n            \"ScheduleFee\": \"72.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"65158\",\n            \"Description\": \"Tests described in item 65150, other than that described in 65157, if rendered by a receiving APP - each test to a maximum of 2 tests (Item is subject to rule 6 and 18)\\n\",\n            \"ScheduleFee\": \"72.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"65159\",\n            \"Description\": \"Quantitation of circulating coagulation factor inhibitors by Bethesda assay - 1 test\\n\",\n            \"ScheduleFee\": \"72.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"65162\",\n            \"Description\": \"Examination of a maternal blood film for the presence of fetal red blood cells (Kleihauer test)\\n\",\n            \"ScheduleFee\": \"10.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"65165\",\n            \"Description\": \"Detection and quantitation of fetal red blood cells in the maternal circulation by detection of red cell antigens using flow cytometric methods including (if performed) any test described in item 65070 or 65162\\n\",\n            \"ScheduleFee\": \"35.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"65166\",\n            \"Description\": \"A test described in item 65165 if rendered by a receiving APP - 1 or more tests (Item is subject to rule 18)\\n\",\n            \"ScheduleFee\": \"35.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"65171\",\n            \"Description\": \"Test for the presence of antithrombin III deficiency, protein C deficiency, protein S deficiency or activated protein C resistance in a first degree relative of a person who has a proven defect of any of the above - 1 or more tests\\n\",\n            \"ScheduleFee\": \"25.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-05-01\"\n        },\n        {\n            \"ItemNumber\": \"65175\",\n            \"Description\": \"Test for the presence of antithrombin III deficiency, protein C deficiency, protein S deficiency, lupus anticoagulant, activated protein C resistance - where the request for the test(s) specifically identifies that the patient has a history of venous thromboembolism - quantitation by 1 or more techniques - 1 test (Item is subject to Rule 6)\\n\",\n            \"ScheduleFee\": \"25.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"65176\",\n            \"Description\": \"2 tests described in item 65175 (Item is subject to rule 6)\\n\",\n            \"ScheduleFee\": \"49.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"65177\",\n            \"Description\": \"3 tests described in item 65175 (Item is subject to rule 6)\\n\",\n            \"ScheduleFee\": \"73.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"65178\",\n            \"Description\": \"4 tests described in item 65175 (Item is subject to rule 6)\\n\",\n            \"ScheduleFee\": \"97.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"65179\",\n            \"Description\": \"5 tests described in item 65175 (Item is subject to rule 6)\\n\",\n            \"ScheduleFee\": \"121.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"65180\",\n            \"Description\": \"A test described in item 65175, if rendered by a receiving APA, where no tests in the item have been rendered by the referring APA - 1 test (Item is subject to rule 6 and 18)\\n\",\n            \"ScheduleFee\": \"25.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"65181\",\n            \"Description\": \"A test described in item 65175, if rendered by a receiving APP, if one or more tests described in the item have been rendered by the referring APP - one test (Item is subject to rule 6 and 18)\\n\",\n            \"ScheduleFee\": \"23.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"66500\",\n            \"Description\": \"Quantitation in serum, plasma, urine or other body fluid (except amniotic fluid), by any method except reagent tablet or reagent strip (with or without reflectance meter) of: acid phosphatase, alanine aminotransferase, albumin, alkaline phosphatase, ammonia, amylase, aspartate aminotransferase, bicarbonate, bilirubin (total), bilirubin (any fractions), C-reactive protein, calcium (total or corrected for albumin), chloride, creatine kinase, creatinine, gamma glutamyl transferase, globulin, glucose, lactate dehydrogenase, lipase, magnesium, phosphate, potassium, sodium, total protein, total cholesterol, triglycerides, urate or urea - 1 test\\n\",\n            \"ScheduleFee\": \"9.70\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66503\",\n            \"Description\": \"2 tests described in item 66500\\n\",\n            \"ScheduleFee\": \"11.65\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66506\",\n            \"Description\": \"3 tests described in item 66500\\n\",\n            \"ScheduleFee\": \"13.65\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66509\",\n            \"Description\": \"4 tests described in item 66500\\n\",\n            \"ScheduleFee\": \"15.65\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66512\",\n            \"Description\": \"5 or more tests described in item 66500\\n\",\n            \"ScheduleFee\": \"17.70\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66517\",\n            \"Description\": \"Quantitation of bile acids in blood in pregnancy. Applicable not more than 3 times in a pregnancy.\\n\",\n            \"ScheduleFee\": \"19.65\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66518\",\n            \"Description\": \"Investigation of cardiac or skeletal muscle damage by quantitative measurement of creatine kinase isoenzymes, troponin or myoglobin in blood - testing on 1 specimen in a 24 hour period\\n\",\n            \"ScheduleFee\": \"20.05\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66519\",\n            \"Description\": \"Investigation of cardiac or skeletal muscle damage by quantitative measurement of creatine kinase isoenzymes, troponin or myoglobin in blood - testing on 2 or more specimens in a 24 hour period\\n\",\n            \"ScheduleFee\": \"40.15\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66520\",\n            \"Description\": \"Fibroblast growth factor 23 quantification in serum or plasma, requested by a specialist or consultant physician to determine eligibility for a relevant treatment listed on the Pharmaceutical Benefits Scheme\\n\",\n            \"ScheduleFee\": \"90.00\",\n            \"ScheduleFeeStartDate\": \"2025-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2025-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66522\",\n            \"Description\": \"Faecal calprotectin test for the diagnosis of inflammatory bowel disease, if all the following apply: the patient is under 50 years of age; the patient has gastrointestinal symptoms suggestive of inflammatory or functional bowel disease of more than 6 weeks’ duration; infectious causes have been excluded; the likelihood of malignancy has been assessed as low; no relevant clinical alarms are present\\n\",\n            \"ScheduleFee\": \"75.00\",\n            \"ScheduleFeeStartDate\": \"2021-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"EligibleAgeRange\": \"younger than 50 years\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2021-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66523\",\n            \"Description\": \"Faecal calprotectin test for the diagnosis of inflammatory bowel disease, if all the following apply: the results of a service to which item 66522 applies were inconclusive for the patient (that is, the results showed a faecal calprotectin level of more than 50 μg/g but not more than 100 μg/g); the patient has ongoing gastrointestinal symptoms suggestive of inflammatory or functional bowel disease; the service is requested by a specialist or consultant physician practising as a specialist gastroenterologist; the request indicates that an endoscopic examination is not initially required; no relevant clinical alarms are present\\n\",\n            \"ScheduleFee\": \"75.00\",\n            \"ScheduleFeeStartDate\": \"2021-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist gastroenterologist and hepatologist.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2021-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66525\",\n            \"Description\": \"Faecal calprotectin test for the management of a symptomatic patient with diagnosed inflammatory bowel disease, requested by or on behalf of a specialist or consultant physician\\n\",\n            \"ScheduleFee\": \"75.00\",\n            \"ScheduleFeeStartDate\": \"2025-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2025-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66536\",\n            \"Description\": \"Quantitation of HDL cholesterol\\n\",\n            \"ScheduleFee\": \"11.05\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66539\",\n            \"Description\": \"Electrophoresis of serum for demonstration of lipoprotein subclasses, if the cholesterol is &gt;6.5 mmol/L and triglyceride &gt;4.0 mmol/L or in the diagnosis of types III and IV hyperlipidaemia - (Item is subject to rule 25)\\n\",\n            \"ScheduleFee\": \"30.60\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66542\",\n            \"Description\": \"Oral glucose tolerance test for the diagnosis of diabetes mellitus that includes: (a) administration of glucose; and (b) at least 2 measurements of blood glucose; and (c) (if performed) any test described in item 66695\\n\",\n            \"ScheduleFee\": \"18.95\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66545\",\n            \"Description\": \"Oral glucose challenge test in pregnancy for the detection of gestational diabetes that includes: (a) administration of glucose; and (b) 1 or 2 measurements of blood glucose; and (c) (if performed) any test in item 66695\\n\",\n            \"ScheduleFee\": \"15.80\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66548\",\n            \"Description\": \"Oral glucose tolerance test in pregnancy for the diagnosis of gestational diabetes that includes: (a) administration of glucose; and (b) at least 3 measurements of blood glucose; and (c) any test in item 66695 (if performed)\\n\",\n            \"ScheduleFee\": \"19.90\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66551\",\n            \"Description\": \"Quantitation of glycated haemoglobin performed in the management of established diabetes (See para PR.2.2 of explanatory notes to this Category)\\n\",\n            \"ScheduleFee\": \"16.80\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66554\",\n            \"Description\": \"Quantitation of glycated haemoglobin performed in the management of pre-existing diabetes where the patient is pregnant - including a service in item 66551 (if performed) - (Item is subject to rule 25)\\n\",\n            \"ScheduleFee\": \"16.80\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66557\",\n            \"Description\": \"Quantitation of fructosamine performed in the management of established diabetes - each test to a maximum of 4 tests in a 12 month period\\n\",\n            \"ScheduleFee\": \"9.70\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66560\",\n            \"Description\": \"Microalbumin - quantitation in urine\\n\",\n            \"ScheduleFee\": \"20.10\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66563\",\n            \"Description\": \"Osmolality, estimation by osmometer, in serum or in urine - 1 or more tests\\n\",\n            \"ScheduleFee\": \"24.70\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66566\",\n            \"Description\": \"Quantitation of: (a) blood gases (including pO2, oxygen saturation and pCO2) ; and (b) bicarbonate and pH; including any other measurement (eg. haemoglobin, lactate, potassium or ionised calcium) or calculation performed on the same specimen - 1 or more tests on 1 specimen\\n\",\n            \"ScheduleFee\": \"33.70\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66569\",\n            \"Description\": \"Quantitation of blood gases, bicarbonate and pH as described in item 66566 on 2 specimens performed within any 1 day\\n\",\n            \"ScheduleFee\": \"42.60\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66572\",\n            \"Description\": \"Quantitation of blood gases, bicarbonate and pH as described in item 66566 on 3 specimens performed within any 1 day\\n\",\n            \"ScheduleFee\": \"51.55\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66575\",\n            \"Description\": \"Quantitation of blood gases, bicarbonate and pH as described in item 66566 on 4 specimens performed within any 1 day\\n\",\n            \"ScheduleFee\": \"60.45\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66578\",\n            \"Description\": \"Quantitation of blood gases, bicarbonate and pH as described in item 66566 on 5 specimens performed within any 1 day\\n\",\n            \"ScheduleFee\": \"69.35\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66581\",\n            \"Description\": \"Quantitation of blood gases, bicarbonate and pH as described in item 66566 on 6 or more specimens performed within any 1 day\\n\",\n            \"ScheduleFee\": \"78.25\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66584\",\n            \"Description\": \"Quantitation of ionised calcium (except if performed as part of item 66566) - 1 test\\n\",\n            \"ScheduleFee\": \"9.70\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66585\",\n            \"Description\": \"Quantification of laboratory‑based BNP or NT‑proBNP testing in a patient with systemic sclerosis (scleroderma) to assess risk of pulmonary arterial hypertension Maximum of 2 tests in a 12 month period\\n\",\n            \"ScheduleFee\": \"58.50\",\n            \"ScheduleFeeStartDate\": \"2023-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66586\",\n            \"Description\": \"Quantification of BNP or NT-proBNP testing in a patient with diagnosed pulmonary arterial hypertension to monitor for disease progression Applicable 4 times in any 12-month period\\n\",\n            \"ScheduleFee\": \"58.50\",\n            \"ScheduleFeeStartDate\": \"2024-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"66587\",\n            \"Description\": \"Urine acidification test for the diagnosis of renal tubular acidosis including the administration of an acid load, and pH measurements on 4 or more urine specimens and at least 1 blood specimen\\n\",\n            \"ScheduleFee\": \"47.55\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66590\",\n            \"Description\": \"Calculus, analysis of 1 or more\\n\",\n            \"ScheduleFee\": \"30.60\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66593\",\n            \"Description\": \"Ferritin - quantitation, except if requested as part of iron studies\\n\",\n            \"ScheduleFee\": \"18.00\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66596\",\n            \"Description\": \"Iron studies, consisting of quantitation of: (a) serum iron; and (b) transferrin or iron binding capacity; and (c) ferritin\\n\",\n            \"ScheduleFee\": \"32.55\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66605\",\n            \"Description\": \"Vitamins - quantitation of vitamins B1, B2, B3, B6 or C in blood, urine or other body fluid - 1 or more tests\\n\",\n            \"ScheduleFee\": \"30.60\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66606\",\n            \"Description\": \"A test described in item 66605 if rendered by a receiving APP - 1 or more tests (Item is subject to rule 18 and 25)\\n\",\n            \"ScheduleFee\": \"30.60\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"66607\",\n            \"Description\": \"Vitamins - quantitation of vitamins A or E in blood, urine or other body fluid - 1 or more tests within a 6 month period\\n\",\n            \"ScheduleFee\": \"75.75\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2009-05-01\"\n        },\n        {\n            \"ItemNumber\": \"66610\",\n            \"Description\": \"A test described in item 66607 if rendered by a receiving APP - 1 or more tests\\n\",\n            \"ScheduleFee\": \"75.75\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2011-07-01\"\n        },\n        {\n            \"ItemNumber\": \"66623\",\n            \"Description\": \"All qualitative and quantitative tests on blood, urine or other body fluid for: (a) a drug or drugs of abuse (including illegal drugs and legally available drugs taken other than in appropriate dosage); or (b) ingested or absorbed toxic chemicals; including a service described in item 66800, 66803, 66806, 66812 or 66815 (if performed), but excluding: (c) the surveillance of sports people and athletes for performance improving substances; and (d) the monitoring of patients participating in a drug abuse treatment program\\n\",\n            \"ScheduleFee\": \"41.50\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66626\",\n            \"Description\": \"Detection or quantitation or both (not including the detection of nicotine and metabolites in smoking withdrawal programs) of a drug, or drugs, of abuse or a therapeutic drug, on a sample collected from a patient participating in a drug abuse treatment program; but excluding the surveillance of sports people and athletes for performance improving substances; including all tests on blood, urine or other body fluid (Item is subject to rule 25)\\n\",\n            \"ScheduleFee\": \"24.10\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66629\",\n            \"Description\": \"Beta-2-microglobulin - quantitation in serum, urine or other body fluids - 1 or more tests\\n\",\n            \"ScheduleFee\": \"20.10\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66632\",\n            \"Description\": \"Caeruloplasmin, haptoglobins, or prealbumin - quantitation in serum, urine or other body fluids - 1 or more tests\\n\",\n            \"ScheduleFee\": \"20.10\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66635\",\n            \"Description\": \"Alpha-1-antitrypsin - quantitation in serum, urine or other body fluid - 1 or more tests\\n\",\n            \"ScheduleFee\": \"20.10\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66638\",\n            \"Description\": \"Isoelectric focussing or similar methods for determination of alpha-1-antitrypsin phenotype in serum - 1 or more tests\\n\",\n            \"ScheduleFee\": \"49.05\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66639\",\n            \"Description\": \"A test described in item 66638 if rendered by a receiving APP - 1 or more tests (Item is subject to rule 18)\\n\",\n            \"ScheduleFee\": \"29.20\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"66641\",\n            \"Description\": \"Electrophoresis of serum or other body fluid to demonstrate: (a) the isoenzymes of lactate dehydrogenase; or (b) the isoenzymes of alkaline phosphatase; including the preliminary quantitation of total relevant enzyme activity - 1 or more tests\\n\",\n            \"ScheduleFee\": \"29.20\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66642\",\n            \"Description\": \"A test described in item 66641 if rendered by a receiving APP - 1 or more tests (Item is subject to rule 18)\\n\",\n            \"ScheduleFee\": \"29.20\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"66644\",\n            \"Description\": \"C-1 esterase inhibitor - quantitation\\n\",\n            \"ScheduleFee\": \"20.15\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66647\",\n            \"Description\": \"C-1 esterase inhibitor - functional assay\\n\",\n            \"ScheduleFee\": \"45.10\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66650\",\n            \"Description\": \"Alpha-fetoprotein, CA-15.3 antigen (CA15.3), CA-125 antigen (CA125), CA-19.9 antigen (CA19.9), cancer associated serum antigen (CASA), carcinoembryonic antigen (CEA), human chorionic gonadotrophin (HCG), neuron specific enolase (NSE), thyroglobulin in serum or other body fluid, in the monitoring of malignancy or in the detection or monitoring of hepatic tumours, gestational trophoblastic disease or germ cell tumour - quantitation - 1 test (Item is subject to rule 6)\\n\",\n            \"ScheduleFee\": \"24.35\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66651\",\n            \"Description\": \"A test described in item 66650 if rendered by a receiving APP, where no tests in the item have been rendered by the referring APP - 1 test (Item is subject to rule 6 and 18)\\n\",\n            \"ScheduleFee\": \"24.35\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"66652\",\n            \"Description\": \"A test described in item 66650 if rendered by a receiving APP - other than that described in 66651, if rendered by a receiving APP, 1 test (Item is subject to rule 6 and 18)\\n\",\n            \"ScheduleFee\": \"20.30\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"66653\",\n            \"Description\": \"2 or more tests described in item 66650 (Item is subject to rule 6)\\n\",\n            \"ScheduleFee\": \"44.60\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66654\",\n            \"Description\": \"Prostate specific antigen – quantitation in the monitoring of high-risk patients For any particular patient, applicable not more than once in 11 months\\n\",\n            \"ScheduleFee\": \"20.15\",\n            \"ScheduleFeeStartDate\": \"2023-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66655\",\n            \"Description\": \"Prostate specific antigen—quantitation For any particular patient, applicable not more than once in 23 months\\n\",\n            \"ScheduleFee\": \"20.15\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-05-01\"\n        },\n        {\n            \"ItemNumber\": \"66656\",\n            \"Description\": \"Prostate specific antigen (PSA) quantitation in the monitoring of previously diagnosed prostatic disease (including prostate cancer, prostatitis or a premalignant condition such as atypical small acinar proliferation)\\n\",\n            \"ScheduleFee\": \"20.15\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66659\",\n            \"Description\": \"Prostate specific antigen (PSA), quantitation of 2 or more fractions of PSA and any derived index, including, if performed, a test described in item 66656, in the follow up of a PSA result under item 66654 or 66655 that lies at: (a) more than 2.0 ug/L but less than or equal to 5.5 ug/L for patients with a family history of prostate cancer; or (b) more than 3.0 ug/L but less than or equal to 5.5 ug/L for patients who are at least 50 years of age but under 70 years of age; or (c) more than 5.5 ug/L but less than or equal to 10.0 ug/L for patients who are at least 70 years of age For any particular patient, applicable not more than once in 11 months\\n\",\n            \"ScheduleFee\": \"37.30\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66660\",\n            \"Description\": \"Prostate specific antigen (PSA), quantitation of 2 or more fractions of PSA and any derived index, in the monitoring of previously diagnosed prostatic disease, including, if performed, a test described in item 66656, if the current PSA level lies at: (a) more than 2.0 ug/L but less than or equal to 5.5 ug/L for patients with a family history of prostate cancer; or (b) more than 3.0 ug/L but less than or equal to 5.5 ug/L for patients who are at least 50 years of age but under 70 years of age; or (c) more than 5.5 ug/L but less than or equal to 10.0 ug/L for patients who are at least 70 years of age For any particular patient, applicable not more than 4 times in 11 months\\n\",\n            \"ScheduleFee\": \"37.30\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2009-05-01\"\n        },\n        {\n            \"ItemNumber\": \"66662\",\n            \"Description\": \"Quantitation of hormone receptors on proven primary breast or ovarian carcinoma or a metastasis from a breast or ovarian carcinoma or a subsequent lesion in the breast - 1 or more tests\\n\",\n            \"ScheduleFee\": \"79.95\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66663\",\n            \"Description\": \"A test described in item 66662 if rendered by a receiving APP - 1 or more tests (Item is subject to rule 18)\\n\",\n            \"ScheduleFee\": \"79.95\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"66665\",\n            \"Description\": \"Lead quantitation in blood or urine (other than for occupational health screening purposes) to a maximum of 3 tests in a 6 month period - each test\\n\",\n            \"ScheduleFee\": \"30.60\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66666\",\n            \"Description\": \"A test described in item 66665 if rendered by a receiving APP - 1 or more tests (Item is subject to rule 18)\\n\",\n            \"ScheduleFee\": \"30.60\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"66667\",\n            \"Description\": \"Quantitation of serum zinc in a patient receiving intravenous alimentation - each test\\n\",\n            \"ScheduleFee\": \"30.60\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66671\",\n            \"Description\": \"Quantitation of serum aluminium in a patient in a renal dialysis program - each test\\n\",\n            \"ScheduleFee\": \"36.90\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66674\",\n            \"Description\": \"Quantitation of: (a) faecal fat; or (b) breath hydrogen in response to loading with disaccharides; 1 or more tests within a 28 day period\\n\",\n            \"ScheduleFee\": \"39.95\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66677\",\n            \"Description\": \"Test for tryptic activity in faeces in the investigation of diarrhoea of longer than 4 weeks duration in children under 6 years old\\n\",\n            \"ScheduleFee\": \"11.15\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"EligibleAgeRange\": \"younger than 6 years\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66680\",\n            \"Description\": \"Quantitation of disaccharidases and other enzymes in intestinal tissue - 1 or more tests\\n\",\n            \"ScheduleFee\": \"74.45\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66683\",\n            \"Description\": \"Enzymes - quantitation in solid tissue or tissues other than blood elements or intestinal tissue - 1 or more tests\\n\",\n            \"ScheduleFee\": \"74.45\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66686\",\n            \"Description\": \"Performance of 1 or more of the following procedures: (a) growth hormone suppression by glucose loading; (b) growth hormone stimulation by exercise; (c) dexamethasone suppression test; (d) sweat collection by iontophoresis for chloride analysis; (e) pharmacological stimulation of growth hormone\\n\",\n            \"ScheduleFee\": \"50.65\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66695\",\n            \"Description\": \"Quantitation in blood or urine of hormones and hormone binding proteins - ACTH, aldosterone, androstenedione, C-peptide, calcitonin, cortisol, DHEAS, 11-deoxycortisol, dihydrotestosterone, FSH, gastrin, glucagon, growth hormone, hydroxyprogesterone, insulin, LH, oestradiol, oestrone, progesterone, prolactin, PTH, renin, sex hormone binding globulin, somatomedin C(IGF-1), free or total testosterone, urine steroid fraction or fractions, vasoactive intestinal peptide, - 1 test (Item is subject to rule 6)\\n\",\n            \"ScheduleFee\": \"30.50\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66696\",\n            \"Description\": \"A test described in item 66695, if rendered by a receiving APP - where no tests in the item have been rendered by the referring APP (Item is subject to rule 6 and 18)\\n\",\n            \"ScheduleFee\": \"30.50\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"66697\",\n            \"Description\": \"Tests described in item 66695, other than that described in 66696, if rendered by a receiving APP - each test to a maximum of 4 tests (Item is subject to rule 6 and 18)\\n\",\n            \"ScheduleFee\": \"13.20\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"66698\",\n            \"Description\": \"2 tests described in item 66695 (Item is subject to rule 6)\\n\",\n            \"ScheduleFee\": \"43.70\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66701\",\n            \"Description\": \"3 tests described in item 66695 (Item is subject to rule 6)\\n\",\n            \"ScheduleFee\": \"56.90\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66704\",\n            \"Description\": \"4 tests described in item 66695 (This fee applies where 1 laboratory, or more than 1 laboratory belonging to the same APA, performs the only 4 tests specified on the request form or performs 4 tests and refers the rest to the laboratory of a separate APA) (Item is subject to rule 6)\\n\",\n            \"ScheduleFee\": \"70.15\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66707\",\n            \"Description\": \"5 or more tests described in item 66695 (Item is subject to rule 6)\\n\",\n            \"ScheduleFee\": \"83.35\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66711\",\n            \"Description\": \"Quantitation in saliva of cortisol in: (a) the investigation of Cushing's syndrome; or (b) the management of children with congenital adrenal hyperplasia (Item is subject to rule 6)\\n\",\n            \"ScheduleFee\": \"30.15\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2005-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66712\",\n            \"Description\": \"Two tests described in item 66711 (Item is subject to rule 6)\\n\",\n            \"ScheduleFee\": \"43.05\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2005-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66714\",\n            \"Description\": \"A test described in item 66711, if rendered by a receiving APP, where no tests in the item have been rendered by the referring APP (Item is subject to rule 6 and 18)\\n\",\n            \"ScheduleFee\": \"30.15\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"66715\",\n            \"Description\": \"Tests described in item 66711, other than that described in 66714, if rendered by a receiving APP, each test to a maximum of 1 test (Item is subject to rule 6 and 18)\\n\",\n            \"ScheduleFee\": \"12.85\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"66716\",\n            \"Description\": \"TSH quantitation\\n\",\n            \"ScheduleFee\": \"25.05\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66719\",\n            \"Description\": \"Thyroid function tests (comprising the service described in item 66716 and either or both of a test for free thyroxine and a test for free T3) for a patient, if: (a) the patient has a level of TSH that is outside the normal reference range for the particular method of assay used to determine the level; or (b) the request from the requesting medical practitioner indicates that the tests are performed: (i) for the purpose of monitoring thyroid disease in the patient; or (ii) to investigate the sick euthyroid syndrome if the patient is an admitted patient; or (iii) to investigate dementia or psychiatric illness of the patient; or (iv) to investigate amenorrhoea or infertility of the patient; or (c) the request from the requesting medical practitioner indicates that the medical practitioner suspects the patient has a pituitary dysfunction; or (d) the request from the requesting medical practitioner indicates that the patient is on drugs that interfere with thyroid hormone metabolism or function\\n\",\n            \"ScheduleFee\": \"34.80\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist Medical Practitioner', 'General Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66722\",\n            \"Description\": \"TSH quantitation described in item 66716 and 1 test described in item 66695 (This fee applies where 1 laboratory, or more than 1 laboratory belonging to the same APA, performs the only 2 tests specified on the request form or performs 2 tests and refers the rest to the laboratory of a separate APA) (Item is subject to rule 6)\\n\",\n            \"ScheduleFee\": \"37.90\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66723\",\n            \"Description\": \"Tests described in item 66722, that is, TSH quantitation and 1 test described in 66695, if rendered by a receiving APP, where no tests in the item have been rendered by the referring APP - 1 test (Item is subject to rule 6 and 18)\\n\",\n            \"ScheduleFee\": \"37.90\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"66724\",\n            \"Description\": \"Tests described in item 66722, if rendered by a receiving APP, other than that described in 66723. It is to include a quantitation of TSH - each test to a maximum of 4 tests described in item 66695 (Item is subject to rule 6 and 18)\\n\",\n            \"ScheduleFee\": \"13.15\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"66725\",\n            \"Description\": \"TSH quantitation described in item 66716 and 2 tests described in item 66695 (This fee applies where 1 laboratory, or more than 1 laboratory belonging to the same APA, performs the only 3 tests specified on the request form or performs 3 tests and refers the rest to the laboratory of a separate APA) (Item is subject to rule 6)\\n\",\n            \"ScheduleFee\": \"51.05\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66728\",\n            \"Description\": \"TSH quantitation described in item 66716 and 3 tests described in item 66695 (This fee applies where 1 laboratory, or more than 1 laboratory belonging to the same APA, performs the only 4 tests specified on the request form or performs 4 tests and refers the rest to the laboratory of a separate APA) (Item is subject to rule 6)\\n\",\n            \"ScheduleFee\": \"64.20\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66731\",\n            \"Description\": \"TSH quantitation described in item 66716 and 4 tests described in item 66695 (This fee applies where 1 laboratory, or more than 1 laboratory belonging to the same APA, performs the only 5 tests specified on the request form or performs 5 tests and refers the rest to the laboratory of a separate APA) (Item is subject to rule 6)\\n\",\n            \"ScheduleFee\": \"77.40\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66734\",\n            \"Description\": \"TSH quantitation described in item 66716 and 5 tests described in item 66695 (This fee applies where 1 laboratory, or more than 1 laboratory belonging to the same APA, performs 6 or more tests specified on the request form) (Item is subject to rule 6)\\n\",\n            \"ScheduleFee\": \"90.55\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66743\",\n            \"Description\": \"Quantitation of alpha-fetoprotein in serum or other body fluids during pregnancy except if requested as part of items 66750 or 66751\\n\",\n            \"ScheduleFee\": \"20.10\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66749\",\n            \"Description\": \"Amniotic fluid, spectrophotometric examination of, and quantitation of: (a) lecithin/sphingomyelin ratio; or (b) palmitic acid, phosphatidylglycerol or lamellar body phospholipid; or (c) bilirubin, including correction for haemoglobin 1 or more tests\\n\",\n            \"ScheduleFee\": \"32.95\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66750\",\n            \"Description\": \"Quantitation, in pregnancy, of any 2 of the following to detect foetal abnormality - total human chorionic gonadotrophin (total HCG), free alpha human chorionic gonadotrophin (free alpha HCG), free beta human chorionic gonadotrophin (free beta HCG), pregnancy associated plasma protein A (PAPP-A), unconjugated oestriol (uE3), alpha-fetoprotein (AFP) - including (if performed) a service described in item 73527 or 73529 - Applicable not more than once in a pregnancy\\n\",\n            \"ScheduleFee\": \"39.75\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2003-05-01\"\n        },\n        {\n            \"ItemNumber\": \"66751\",\n            \"Description\": \"Quantitation, in pregnancy, of any three or more tests described in 66750 (Item is subject to rule 25)\\n\",\n            \"ScheduleFee\": \"55.25\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2003-05-01\"\n        },\n        {\n            \"ItemNumber\": \"66752\",\n            \"Description\": \"Quantitation of acetoacetate, beta-hydroxybutyrate, citrate, oxalate, total free fatty acids, cysteine, homocysteine, cystine, lactate, pyruvate or other amino acids and hydroxyproline (except if performed as part of item 66773 or 66776) - 1 test\\n\",\n            \"ScheduleFee\": \"24.70\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66755\",\n            \"Description\": \"2 or more tests described in item 66752\\n\",\n            \"ScheduleFee\": \"38.85\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66756\",\n            \"Description\": \"Quantitation of 10 or more amino acids for the diagnosis of inborn errors of metabolism - up to 4 tests in a 12 month period on specimens of plasma, CSF and urine.\\n\",\n            \"ScheduleFee\": \"98.30\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"66757\",\n            \"Description\": \"Quantitation of 10 or more amino acids for monitoring of previously diagnosed inborn errors of metabolism in 1 tissue type.\\n\",\n            \"ScheduleFee\": \"98.30\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"66758\",\n            \"Description\": \"Quantitation of angiotensin converting enzyme, or cholinesterase - 1 or more tests\\n\",\n            \"ScheduleFee\": \"24.70\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66761\",\n            \"Description\": \"Test for reducing substances in faeces by any method (except reagent strip or dipstick)\\n\",\n            \"ScheduleFee\": \"13.15\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66764\",\n            \"Description\": \"Examination for faecal occult blood (including tests for haemoglobin and its derivatives in the faeces except by reagent strip or dip stick methods) with a maximum of 3 examinations on specimens collected on separate days in a 28 day period\\n\",\n            \"ScheduleFee\": \"8.90\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66767\",\n            \"Description\": \"2 examinations described in item 66764 performed on separately collected and identified specimens\\n\",\n            \"ScheduleFee\": \"17.85\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66770\",\n            \"Description\": \"3 examinations described in item 66764 performed on separately collected and identified specimens\\n\",\n            \"ScheduleFee\": \"26.70\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66773\",\n            \"Description\": \"Quantitation of products of collagen breakdown or formation for the monitoring of patients with proven low bone mineral density, and if performed, a service described in item 66752 - 1 or more tests (Low bone densitometry is defined in the explanatory notes to Category 2 - Diagnostic Procedures and Investigations of the Medicare Benefits Schedule)\\n\",\n            \"ScheduleFee\": \"24.65\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66776\",\n            \"Description\": \"Quantitation of products of collagen breakdown or formation for the monitoring of patients with metabolic bone disease or Paget's disease of bone, and if performed, a service described in item 66752 - 1 or more tests\\n\",\n            \"ScheduleFee\": \"24.65\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66779\",\n            \"Description\": \"Adrenaline, noradrenaline, dopamine, histamine, hydroxyindoleacetic acid (5HIAA), hydroxymethoxymandelic acid (HMMA), homovanillic acid (HVA), metanephrines, methoxyhydroxyphenylethylene glycol (MHPG), phenylacetic acid (PAA) or serotonin quantitation - 1 or more tests\\n\",\n            \"ScheduleFee\": \"39.95\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66780\",\n            \"Description\": \"A test described in item 66779 if rendered by a receiving APP - 1 or more tests (Item is subject to rule 18)\\n\",\n            \"ScheduleFee\": \"39.95\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"66782\",\n            \"Description\": \"Porphyrins or porphyrins precursors - detection in plasma, red cells, urine or faeces - 1 or more tests\\n\",\n            \"ScheduleFee\": \"13.15\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66783\",\n            \"Description\": \"A test described in item 66782 if rendered by a receiving APP - 1 or more tests (Item is subject to rule 18)\\n\",\n            \"ScheduleFee\": \"13.15\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"66785\",\n            \"Description\": \"Porphyrins or porphyrins precursors - quantitation in plasma, red cells, urine or faeces - 1 test (Item is subject to rule 6)\\n\",\n            \"ScheduleFee\": \"39.95\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66788\",\n            \"Description\": \"Porphyrins or porphyrins precursors - quantitation in plasma, red cells, urine or faeces - 2 or more tests (Item is subject to rule 6)\\n\",\n            \"ScheduleFee\": \"65.85\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66789\",\n            \"Description\": \"A test described in item 66785 if rendered by a receiving APP, where no tests in the item have been rendered by the referring APP - 1 test (Item is subject to rule 6 and 18)\\n\",\n            \"ScheduleFee\": \"39.95\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"66790\",\n            \"Description\": \"A test described in item 66785 other than that described in 66789, if rendered by a receiving APP - to a maximum of 1 test (Item is subject to rule 6 and 18)\\n\",\n            \"ScheduleFee\": \"25.90\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"66791\",\n            \"Description\": \"Porphyrin biosynthetic enzymes - measurement of activity in blood cells or other tissues - 1 or more tests\\n\",\n            \"ScheduleFee\": \"74.45\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66792\",\n            \"Description\": \"A test described in item 66791 if rendered by a receiving APP - 1 or more tests (Item is subject to rule 18)\\n\",\n            \"ScheduleFee\": \"74.45\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"66800\",\n            \"Description\": \"Quantitation in blood, urine or other body fluid by any method (except reagent tablet or reagent strip) of any of the following being used therapeutically by the patient from whom the specimen was taken: amikacin, carbamazepine, digoxin, disopyramide, ethanol, ethosuximide, gentamicin, lithium, lignocaine, netilmicin, paracetamol, phenobarbitone, primidone, phenytoin, procainamide, quinidine, salicylate, theophylline, tobramycin, valproate or vancomycin - 1 test (Item to be subject to rule 6)\\n\",\n            \"ScheduleFee\": \"18.15\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2003-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66803\",\n            \"Description\": \"2 tests described in item 66800 (Item is subject to rule 6)\\n\",\n            \"ScheduleFee\": \"30.50\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2003-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66804\",\n            \"Description\": \"A test described in item 66800 if rendered by a receiving APP, where no tests in the item have been rendered by the referring APP - 1 test (Item is subject to rule 6 and 18)\\n\",\n            \"ScheduleFee\": \"18.15\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"66805\",\n            \"Description\": \"A test described in item 66800 other than that described in 66804, if rendered by a receiving APP - each test to a maximum of 2 tests (Item is subject to rule 6 and 18)\\n\",\n            \"ScheduleFee\": \"12.35\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"66806\",\n            \"Description\": \"3 tests described in item 66800 (Item is subject to rule 6)\\n\",\n            \"ScheduleFee\": \"41.85\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2003-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66812\",\n            \"Description\": \"Quantitation, not elsewhere described in this Table by any method or methods, in blood, urine or other body fluid, of a drug being used therapeutically by the patient from whom the specimen was taken - 1 test (This fee applies where 1 laboratory performs the only test specified on the request form or performs 1 test and refers the rest to the laboratory of a separate APA) (Item is subject to rule 6)\\n\",\n            \"ScheduleFee\": \"34.80\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2003-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66815\",\n            \"Description\": \"2 tests described in item 66812 (This fee applies where 1 laboratory, or more than 1 laboratory belonging to the same APA, performs the only 2 tests specified on the request form or performs 2 tests and refers the rest to the laboratory of a separate APA) (Item is subject to rule 6)\\n\",\n            \"ScheduleFee\": \"59.55\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2003-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66816\",\n            \"Description\": \"A test described in item 66812 if rendered by a receiving APP, where no tests in the item have been rendered by the referring APP - 1 test (Item is subject to rule 6 and 18)\\n\",\n            \"ScheduleFee\": \"34.80\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"66817\",\n            \"Description\": \"A test described in item 66812, other than that described in 66816, if rendered by a receiving APP - to a maximum of 1 test (Item is subject to rule 6 and 18)\\n\",\n            \"ScheduleFee\": \"24.75\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"66819\",\n            \"Description\": \"Quantitation of copper, manganese, selenium, or zinc (except if item 66667 applies), in blood, urine or other body fluid - 1 test. (Item is subject to rule 6, 22 and 25)\\n\",\n            \"ScheduleFee\": \"30.60\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"66820\",\n            \"Description\": \"A test described in item 66819 if rendered by a receiving APP, where no tests in the item have been rendered by the referring APP - 1 test (Item is subject to rule 6, 18, 22 and 25)\\n\",\n            \"ScheduleFee\": \"30.60\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"66821\",\n            \"Description\": \"A test described in item 66819 other than that described in 66820 if rendered by a receiving APP to a maximum of 1 test (Item is subject to rule 6, 18, 22 and 25)\\n\",\n            \"ScheduleFee\": \"21.80\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"66822\",\n            \"Description\": \"Quantitation of copper, manganese, selenium, or zinc (except if item 66667 applies), in blood, urine or other body fluid - 2 or more tests. (Item is subject to rule 6, 22 and 25)\\n\",\n            \"ScheduleFee\": \"52.45\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"66825\",\n            \"Description\": \"Quantitation of aluminium (except if item 66671 applies), arsenic, beryllium, cadmium, chromium, gold, mercury, nickel, or strontium, in blood, urine or other body fluid or tissue - 1 test. To a maximum of 3 of this item in a 6 month period (Item is subject to rule 6, 22 and 25)\\n\",\n            \"ScheduleFee\": \"30.60\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"66826\",\n            \"Description\": \"A test described in item 66825 if rendered by a receiving APP where no tests have been rendered by the referring APP - 1 test (Item is subject to rules 6, 18, 22 and 25 )\\n\",\n            \"ScheduleFee\": \"30.60\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"66827\",\n            \"Description\": \"A test described in item 66825, other than that described in 66826, if rendered by a receiving APP to a maximum of 1 test (Item is subject to rules 6, 18, 22 and 25)\\n\",\n            \"ScheduleFee\": \"21.80\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"66828\",\n            \"Description\": \"Quantitation of aluminium (except if item 66671 applies), arsenic, beryllium, cadmium, chromium, gold, mercury, nickel, or strontium, in blood, urine or other body fluid or tissue - 2 or more tests. To a maximum of 3 of this item in a 6 month period (Item is subject to rule 6, 22 and 25)\\n\",\n            \"ScheduleFee\": \"52.45\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"66829\",\n            \"Description\": \"Quantitation of BNP or NT‑proBNP for the exclusion of a diagnosis of heart failure in a patient presenting in a non‑hospital setting to assist in decision‑making regarding the clinical necessity of an echocardiogram, where heart failure is suspected based on signs and symptoms but diagnosis is uncertain Applicable once in any 12 month period\\n\",\n            \"ScheduleFee\": \"58.50\",\n            \"ScheduleFeeStartDate\": \"2024-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66830\",\n            \"Description\": \"Quantitation of BNP or NT-proBNP for the diagnosis of heart failure in patients presenting with dyspnoea to a hospital Emergency Department (Item is subject to rule 25)\\n\",\n            \"ScheduleFee\": \"58.50\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2008-07-01\"\n        },\n        {\n            \"ItemNumber\": \"66831\",\n            \"Description\": \"Quantitation of copper or iron in liver tissue biopsy\\n\",\n            \"ScheduleFee\": \"30.95\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2008-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66832\",\n            \"Description\": \"A test described in item 66831 if rendered by a receiving APP (Item is subject to rule 18A and 22)\\n\",\n            \"ScheduleFee\": \"30.95\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2008-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66833\",\n            \"Description\": \"25-hydroxyvitamin D, quantification in serum, for the investigation of a patient who: (a) has signs or symptoms of osteoporosis or osteomalacia; or (b) has increased alkaline phosphatase and otherwise normal liver function tests; or (c) has hyperparathyroidism, hypo- or hypercalcaemia, or hypophosphataemia; or (d) is suffering from malabsorption (for example, because the patient has cystic fibrosis, short bowel syndrome, inflammatory bowel disease or untreated coeliac disease, or has had bariatric surgery); or (e) has deeply pigmented skin, or chronic and severe lack of sun exposure for cultural, medical, occupational or residential reasons; or (f) is taking medication known to decrease 25OH-D levels (for example, anticonvulsants); or (g) has chronic renal failure or is a renal transplant recipient; or (h) is less than 16 years of age and has signs or symptoms of rickets; or (i) is an infant whose mother has established vitamin D deficiency; or (j) is a exclusively breastfed baby and has at least one other risk factor mentioned in a paragraph in this item; or (k) has a sibling who is less than 16 years of age and has vitamin D deficiency\\n\",\n            \"ScheduleFee\": \"30.05\",\n            \"ScheduleFeeStartDate\": \"2014-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2014-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66834\",\n            \"Description\": \"A test described in item 66833 if rendered by a receiving APP (Item is subject to Rule 18)\\n\",\n            \"ScheduleFee\": \"30.05\",\n            \"ScheduleFeeStartDate\": \"2014-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2014-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66835\",\n            \"Description\": \"1, 25-dihydroxyvitamin D - quantification in serum, if the request for the test is made by, or on advice of, the specialist or consultant physician managing the treatment of the patient\\n\",\n            \"ScheduleFee\": \"39.05\",\n            \"ScheduleFeeStartDate\": \"2014-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2014-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66836\",\n            \"Description\": \"1, 25-dihydroxyvitamin D-quantification in serum, if: (a) the patient has hypercalcaemia; and (b) the request for the test is made by a general practitioner managing the treatment of the patient\\n\",\n            \"ScheduleFee\": \"39.05\",\n            \"ScheduleFeeStartDate\": \"2014-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"ReferralRequirements\": \"This item should be referred by a General Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2014-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66837\",\n            \"Description\": \"A test described in item 66835 or 66836 if rendered by a receiving APP (Item is subject to Rule 18)\\n\",\n            \"ScheduleFee\": \"39.05\",\n            \"ScheduleFeeStartDate\": \"2014-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2014-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66838\",\n            \"Description\": \"Quantification of either or both of total vitamin B12 and holotranscobalamin Applicable not more than once in 11 months\\n\",\n            \"ScheduleFee\": \"23.60\",\n            \"ScheduleFeeStartDate\": \"2014-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2014-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66839\",\n            \"Description\": \"Quantification of methylmalonic acid or homocysteine, rendered in the same patient episode as a service to which item 66838 applies if the result of that service is inconclusive or abnormal Applicable not more than once in 11 months\\n\",\n            \"ScheduleFee\": \"42.95\",\n            \"ScheduleFeeStartDate\": \"2014-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2014-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66840\",\n            \"Description\": \"Serum folate test and, if required, red cell folate test for a patient at risk of folate deficiency, including patients with malabsorption conditions, macrocytic anaemia or coeliac disease\\n\",\n            \"ScheduleFee\": \"23.60\",\n            \"ScheduleFeeStartDate\": \"2014-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2014-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66841\",\n            \"Description\": \"Quantitation of HbA1c (glycated haemoglobin) performed for the diagnosis of diabetes in asymptomatic patients at high risk. (Item is subject to rule 25)\\n\",\n            \"ScheduleFee\": \"16.80\",\n            \"ScheduleFeeStartDate\": \"2014-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2014-11-01\"\n        },\n        {\n            \"ItemNumber\": \"66842\",\n            \"Description\": \"Quantification of one or more of total vitamin B12, holotranscobalamin, methylmalonic acid or homocysteine for a patient: a) who: (i) is still experiencing symptoms of vitamin B12 deficiency 3 to 6 months after a service described in item 66838 or 66839 was rendered for the patient; or(ii) obtained inconclusive results from a service described in item 66839; or b) to whom one or more of the following applies: (i) the patient has a diet low in vitamin B12;(ii) the patient has a family history of vitamin B12 deficiency or an autoimmune condition;(iii) the patient has previously had abdominal or pelvic radiotherapy;(iv) the patient has previously had surgery involving the gastrointestinal tract;(v) the patient uses, or has a recent history of using, recreational nitrous oxide;(vi) the patient requires monitoring of vitamin B12 treatment;(vii) the patient uses vitamin B12-antagonistic medicines;(viii) the patient has one or more clinical conditions with a recognised risk of vitamin B12 deficiency\\n\",\n            \"ScheduleFee\": \"23.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"66900\",\n            \"Description\": \"CARBON-LABELLED UREA BREATH TEST using oral C-13 or C-14 urea, including the measurement of exhaled 13CO2 or 14CO2 (except if item 12533 applies) for either:- (a) the confirmation of Helicobacter pylori colonisation OR (b) the monitoring of the success of eradication of Helicobacter pylori.\\n\",\n            \"ScheduleFee\": \"77.65\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P2\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2009-05-01\"\n        },\n        {\n            \"ItemNumber\": \"69300\",\n            \"Description\": \"Microscopy of wet film material other than blood, from 1 or more sites, obtained directly from a patient (not cultures) including: (a) differential cell count (if performed); or (b) examination for dermatophytes; or (c) dark ground illumination; or (d) stained preparation or preparations using any relevant stain or stains; 1 or more tests\\n\",\n            \"ScheduleFee\": \"12.50\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"69303\",\n            \"Description\": \"Culture and (if performed) microscopy to detect pathogenic micro-organisms from nasal swabs, throat swabs, eye swabs and ear swabs (excluding swabs taken for epidemiological surveillance), including (if performed): (a) pathogen identification and antibiotic susceptibility testing; or (b) a service described in item 69300; specimens from 1 or more sites\\n\",\n            \"ScheduleFee\": \"22.00\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"69306\",\n            \"Description\": \"Microscopy and culture to detect pathogenic micro-organisms from skin or other superficial sites, including (if performed): (a) pathogen identification and antibiotic susceptibility testing; or (b) a service described in items 69300, 69303, 69312, 69318; 1 or more tests on 1 or more specimens\\n\",\n            \"ScheduleFee\": \"33.75\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"69309\",\n            \"Description\": \"Microscopy and culture to detect dermatophytes and other fungi causing cutaneous disease from skin scrapings, skin biopsies, hair and nails (excluding swab specimens) and including (if performed): (a) the detection of antigens not elsewhere specified in this Schedule; or (b) a service described in items 69300, 69303, 69306, 69312, 69318; 1 or more tests on 1 or more specimens\\n\",\n            \"ScheduleFee\": \"48.15\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"69312\",\n            \"Description\": \"Microscopy and culture to detect pathogenic micro-organisms from urethra, vagina, cervix or rectum (except for faecal pathogens), including (if performed): (a) pathogen identification and antibiotic susceptibility testing; or (b) a service described in items 69300, 69303, 69306 and 69318; 1 or more tests on 1 or more specimens\\n\",\n            \"ScheduleFee\": \"33.75\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"69316\",\n            \"Description\": \"Detection of Chlamydia trachomatis by any method - 1 test (Item is subject to rule 26)\\n\",\n            \"ScheduleFee\": \"28.65\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"69317\",\n            \"Description\": \"1 test described in item 69494 and a test described in 69316. (Item is subject to rule 26)\\n\",\n            \"ScheduleFee\": \"35.85\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"69318\",\n            \"Description\": \"Microscopy and culture to detect pathogenic micro-organisms from specimens of sputum (except when part of items 69324, 69327 and 69330), including (if performed): (a) pathogen identification and antibiotic susceptibility testing; or (b) a service described in items 69300, 69303, 69306 and 69312; 1 or more tests on 1 or more specimens\\n\",\n            \"ScheduleFee\": \"33.75\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"69319\",\n            \"Description\": \"2 tests described in item 69494 and a test described in 69316. (Item is subject to rule 26)\\n\",\n            \"ScheduleFee\": \"42.95\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"69321\",\n            \"Description\": \"Microscopy and culture of post-operative wounds, aspirates of body cavities, synovial fluid, CSF or operative or biopsy specimens, for the presence of pathogenic micro-organisms involving aerobic and anaerobic cultures and the use of different culture media, and including (if performed): (a) pathogen identification and antibiotic susceptibility testing; or (b) a service described in item 69300, 69303, 69306, 69312 or 69318; specimens from 1 or more sites\\n\",\n            \"ScheduleFee\": \"48.15\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"69324\",\n            \"Description\": \"Microscopy (with appropriate stains) and culture for mycobacteria - 1 specimen of sputum, urine, or other body fluid or 1 operative or biopsy specimen, including (if performed): (a) microscopy and culture of other bacterial pathogens isolated as a result of this procedure; or (b) pathogen identification and antibiotic susceptibility testing; including a service described in item 69300\\n\",\n            \"ScheduleFee\": \"43.00\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"69325\",\n            \"Description\": \"A test described in item 69324 if rendered by a receiving APP (Item is subject to rule 18)\\n\",\n            \"ScheduleFee\": \"43.00\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"69327\",\n            \"Description\": \"Microscopy (with appropriate stains) and culture for mycobacteria - 2 specimens of sputum, urine, or other body fluid or 2 operative or biopsy specimens, including (if performed): (a) microscopy and culture of other bacterial pathogens isolated as a result of this procedure; or (b) pathogen identification and antibiotic susceptibility testing; including a service mentioned in item 69300\\n\",\n            \"ScheduleFee\": \"85.00\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"69328\",\n            \"Description\": \"A test described in item 69327 if rendered by a receiving APP (Item is subject to rule 18)\\n\",\n            \"ScheduleFee\": \"85.00\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"69330\",\n            \"Description\": \"Microscopy (with appropriate stains) and culture for mycobacteria - 3 specimens of sputum, urine, or other body fluid or 3 operative or biopsy specimens, including (if performed): (a) microscopy and culture of other bacterial pathogens isolated as a result of this procedure; or (b) pathogen identification and antibiotic susceptibility testing; including a service mentioned in item 69300\\n\",\n            \"ScheduleFee\": \"128.00\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"69331\",\n            \"Description\": \"A test described in item 69330 if rendered by a receiving APP (Item is subject to rule 18)\\n\",\n            \"ScheduleFee\": \"128.00\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"69333\",\n            \"Description\": \"Urine examination (including serial examinations), if: (a) the patient has symptoms of urinary tract infection or kidney disease, or is a clinically‑indicated asymptomatic patient who is: (i) pregnant; or (ii) less than 16 years of age; or (iii) a renal transplant recipient; or (iv) suffering from recurrent urinary tract infections; or (v) being investigated or monitored for kidney disease; or (vi) undergoing urinary tract instrumentation, a urological procedure or transurethral resection of the prostate; and (b) the examination is performed by any means other than simple culture by dip slide, including: (i) cell count; and (ii) culture; and (iii) colony count; and (iv) (if performed) stained preparations; and (v) (if performed) identification of cultured pathogens; and (vi) (if performed) antibiotic susceptibility testing; and (vii) (if performed) examination for pH, specific gravity, blood, protein, urobilinogen, sugar, acetone or bile salts\\n\",\n            \"ScheduleFee\": \"20.55\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"69336\",\n            \"Description\": \"Microscopy of faeces for ova, cysts and parasites that must include a concentration technique, and the use of fixed stains or antigen detection for cryptosporidia and giardia - including (if performed) a service described in item 69300 - 1 of this item in any 7 day period\\n\",\n            \"ScheduleFee\": \"33.45\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"69339\",\n            \"Description\": \"Microscopy of faeces for ova, cysts and parasites using concentration techniques examined subsequent to item 69336 on a separately collected and identified specimen collected within 7 days of the examination described in 69336 - 1 examination in any 7 day period\\n\",\n            \"ScheduleFee\": \"19.10\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"69345\",\n            \"Description\": \"Culture and (if performed) microscopy without concentration techniques of faeces for faecal pathogens, using at least 2 selective or enrichment media and culture in at least 2 different atmospheres including (if performed): (a) pathogen identification and antibiotic susceptibility testing; and (b) the detection of clostridial toxins; and (c) a service described in item 69300; - 1 examination in any 7 day period\\n\",\n            \"ScheduleFee\": \"52.90\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"69354\",\n            \"Description\": \"Blood culture for pathogenic micro-organisms (other than viruses), including sub-cultures and (if performed): (a) identification of any cultured pathogen; and (b) necessary antibiotic susceptibility testing; to a maximum of 3 sets of cultures - 1 set of cultures\\n\",\n            \"ScheduleFee\": \"30.75\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"69357\",\n            \"Description\": \"2 sets of cultures described in item 69354\\n\",\n            \"ScheduleFee\": \"61.45\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"69360\",\n            \"Description\": \"3 sets of cultures described in item 69354\\n\",\n            \"ScheduleFee\": \"92.20\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"69363\",\n            \"Description\": \"Detection of Clostridium difficile or Clostridium difficile toxin (except if a service described in item 69345 has been performed) - one or more tests\\n\",\n            \"ScheduleFee\": \"28.65\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"69378\",\n            \"Description\": \"Quantitation of HIV viral RNA load in plasma or serum in the monitoring of a HIV sero-positive patient not on antiretroviral therapy - 1 or more tests\\n\",\n            \"ScheduleFee\": \"180.25\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"69379\",\n            \"Description\": \"A test described in item 69378 if rendered by a receiving APP - 1 or more tests (Item is subject to rule 18)\\n\",\n            \"ScheduleFee\": \"180.25\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"69380\",\n            \"Description\": \"Genotypic testing for HIV antiretroviral resistance in a patient with confirmed HIV infection if the patient's viral load is greater than 1,000 copies per ml at any of the following times: (a) at presentation; or (b) before antiretroviral therapy: or (c) when treatment with combination antiretroviral agents fails; maximum of 2 tests in a 12 month period\\n\",\n            \"ScheduleFee\": \"770.30\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2011-07-01\"\n        },\n        {\n            \"ItemNumber\": \"69381\",\n            \"Description\": \"Quantitation of HIV viral RNA load in plasma or serum in the monitoring of antiretroviral therapy in a HIV sero-positive patient - 1 or more tests on 1 or more specimens\\n\",\n            \"ScheduleFee\": \"180.25\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"69382\",\n            \"Description\": \"Quantitation of HIV viral RNA load in cerebrospinal fluid in a HIV sero-positive patient - 1 or more tests on 1 or more specimens\\n\",\n            \"ScheduleFee\": \"180.25\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1999-03-01\"\n        },\n        {\n            \"ItemNumber\": \"69383\",\n            \"Description\": \"A test described in item 69381 if rendered by a receiving APP - 1 or more tests on 1 or more specimens (Item is subject to rule 18)\\n\",\n            \"ScheduleFee\": \"180.25\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"69384\",\n            \"Description\": \"Quantitation of 1 antibody to microbial antigens not elsewhere described in the Schedule - 1 test (This fee applies where a laboratory performs the only antibody test specified on the request form or performs 1 test and refers the rest to the laboratory of a separate APA) (Item is subject to rule 6)\\n\",\n            \"ScheduleFee\": \"15.65\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"69387\",\n            \"Description\": \"2 tests described in item 69384 (This fee applies where 1 laboratory, or more than 1 laboratory belonging to the same APA, performs the only 2 estimations specified on the request form or performs 2 of the antibody estimations specified on the request form and refers the remainder to the laboratory of a separate APA) (Item is subject to rule 6)\\n\",\n            \"ScheduleFee\": \"29.00\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"69390\",\n            \"Description\": \"3 tests described in item 69384 (This fee applies where 1 laboratory, or more than 1 laboratory belonging to the same APA, performs the only 3 estimations specified on the request form or performs 3 of the antibody estimations specified on the request form and refers the remainder to the laboratory of a separate APA) (Item is subject to rule 6)\\n\",\n            \"ScheduleFee\": \"42.35\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"69393\",\n            \"Description\": \"4 tests described in item 69384 (This fee applies where 1 laboratory, or more than 1 laboratory belonging to the same APA, performs the only 4 estimations specified on the request form or performs 4 of the antibody estimations specified on the request form and refers the remainder to the laboratory of a separate APA) (Item is subject to rule 6)\\n\",\n            \"ScheduleFee\": \"55.70\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"69396\",\n            \"Description\": \"5 or more tests described in item 69384 (This fee applies where 1 laboratory, or more than 1 laboratory belonging to the same APA, performs the only 5 estimations specified on the request form or performs 5 of the antibody tests specified on the request form and refers the remainder to the laboratory of a separate APA) (Item is subject to rule 6)\\n\",\n            \"ScheduleFee\": \"69.10\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"69400\",\n            \"Description\": \"A test described in item 69384, if rendered by a receiving APP, where no tests in the item have been rendered by the referring APP - 1 test (Item is subject to rules 6 and 18)\\n\",\n            \"ScheduleFee\": \"15.65\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"69401\",\n            \"Description\": \"A test described in item 69384, other than that described in 69400, if rendered by a receiving APP - each test to a maximum of 4 tests (Item is subject to rule 6, 18 and 18A)\\n\",\n            \"ScheduleFee\": \"13.35\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"69405\",\n            \"Description\": \"Microbiological serology during a pregnancy (except in the investigation of a clinically apparent intercurrent microbial illness or close contact with a patient suffering from parvovirus infection or varicella during that pregnancy) including: (a) the determination of 1 of the following - rubella immune status, specific syphilis serology, carriage of Hepatitis B, Hepatitis C antibody, HIV antibody and (b) (if performed) a service described in 1 or more of items 69384, 69475, 69478 and 69481\\n\",\n            \"ScheduleFee\": \"15.65\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"69408\",\n            \"Description\": \"Microbiological serology during a pregnancy (except in the investigation of a clinically apparent intercurrent microbial illness or close contact with a patient suffering from parvovirus infection or varicella during that pregnancy) including: (a) the determination of 2 of the following - rubella immune status, specific syphilis serology, carriage of Hepatitis B, Hepatitis C antibody, HIV antibody and (b) (if performed) a service described in 1 or more of items 69384, 69475, 69478 and 69481\\n\",\n            \"ScheduleFee\": \"29.00\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"69411\",\n            \"Description\": \"Microbiological serology during a pregnancy (except in the investigation of a clinically apparent intercurrent microbial illness or close contact with a patient suffering from parvovirus infection or varicella during that pregnancy) including: (a) the determination of 3 of the following - rubella immune status, specific syphilis serology, carriage of Hepatitis B, Hepatitis C antibody, HIV antibody and (b) (if performed) a service described in 1 or more of items 69384, 69475, 69478 and 69481\\n\",\n            \"ScheduleFee\": \"42.35\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"69413\",\n            \"Description\": \"Microbiological serology during a pregnancy (except in the investigation of a clinically apparent intercurrent microbial illness or close contact with a patient suffering from parvovirus infection or varicella during that pregnancy) including: (a) the determination of 4 of the following - rubella immune status, specific syphilis serology, carriage of Hepatitis B, Hepatitis C antibody, HIV antibody and (b) (if performed) a service described in 1 or more of items 69384, 69475, 69478 and 69481\\n\",\n            \"ScheduleFee\": \"55.70\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2003-11-01\"\n        },\n        {\n            \"ItemNumber\": \"69415\",\n            \"Description\": \"Microbiological serology during a pregnancy (except in the investigation of a clinically apparent intercurrent microbial illness or close contact with a patient suffering from parvovirus infection or varicella during that pregnancy) including: (a) the determination of all 5 of the following - rubella immune status, specific syphilis serology, carriage of Hepatitis B, Hepatitis C antibody, HIV antibody and (b) (if performed) a service described in 1 or more of items 69384, 69475, 69478 and 69481\\n\",\n            \"ScheduleFee\": \"69.10\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2005-11-01\"\n        },\n        {\n            \"ItemNumber\": \"69421\",\n            \"Description\": \"Detection of respiratory pathogen nucleic acid from a nasal swab, throat swab, nasopharyngeal aspirate and/or lower respiratory tract sample Testing of 4 pathogens\\n\",\n            \"ScheduleFee\": \"78.25\",\n            \"ScheduleFeeStartDate\": \"2024-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"69422\",\n            \"Description\": \"Detection of respiratory pathogen nucleic acid from a nasal swab, throat swab, nasopharyngeal aspirate and/or lower respiratory tract sample, including a service described in item 69421 Testing of 5 or more pathogens\\n\",\n            \"ScheduleFee\": \"85.55\",\n            \"ScheduleFeeStartDate\": \"2024-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"69445\",\n            \"Description\": \"Detection of Hepatitis C viral RNA in a patient undertaking antiviral therapy for chronic HCV hepatitis (including a service described in item 69499) - 1 test. To a maximum of 4 of this item in a 12 month period (Item is subject to rule 25)\\n\",\n            \"ScheduleFee\": \"92.20\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2000-11-01\"\n        },\n        {\n            \"ItemNumber\": \"69451\",\n            \"Description\": \"A test described in item 69445 if rendered by a receiving APP - 1 test. (Item is subject to rule 18 and 25)\\n\",\n            \"ScheduleFee\": \"92.20\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"69471\",\n            \"Description\": \"Test of cell‑mediated immune response in blood for the detection of latent tuberculosis by interferon gamma release assay (IGRA) in the following people: (a) a person who has been exposed to a confirmed case of active tuberculosis; (b) a person who is infected with human immunodeficiency virus; (c) a person who is to commence, or has commenced, tumour necrosis factor (TNF) inhibitor therapy; (d) a person who is to commence, or has commenced, renal dialysis; (e) a person with silicosis; (f) a person who is, or is about to become, immunosuppressed because of a disease, or a medical treatment, not mentioned in paragraphs (a) to (e)\\n\",\n            \"ScheduleFee\": \"34.90\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"69472\",\n            \"Description\": \"Detection of antibodies to Epstein Barr Virus using specific serology - 1 test\\n\",\n            \"ScheduleFee\": \"15.65\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"69474\",\n            \"Description\": \"Detection of antibodies to Epstein Barr Virus using specific serology - 2 or more tests\\n\",\n            \"ScheduleFee\": \"28.65\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-11-01\"\n        },\n        {\n            \"ItemNumber\": \"69475\",\n            \"Description\": \"One test for hepatitis antigen or antibodies to determine immune status or viral carriage following exposure or vaccination to Hepatitis A, Hepatitis B, Hepatitis C or Hepatitis D (Item subject to rule 11)\\n\",\n            \"ScheduleFee\": \"15.65\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2002-11-01\"\n        },\n        {\n            \"ItemNumber\": \"69478\",\n            \"Description\": \"2 tests described in 69475 (Item subject to rule 11)\\n\",\n            \"ScheduleFee\": \"29.25\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2002-11-01\"\n        },\n        {\n            \"ItemNumber\": \"69481\",\n            \"Description\": \"Investigation of infectious causes of acute or chronic hepatitis - 3 tests for hepatitis antibodies or antigens, (Item subject to rule 11)\\n\",\n            \"ScheduleFee\": \"40.55\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2002-11-01\"\n        },\n        {\n            \"ItemNumber\": \"69482\",\n            \"Description\": \"Quantitation of Hepatitis B viral DNA in patients who are Hepatitis B surface antigen positive and have chronic hepatitis B, but are not receiving antiviral therapy - 1 test (Item is subject to rule 25)\\n\",\n            \"ScheduleFee\": \"152.10\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2008-07-01\"\n        },\n        {\n            \"ItemNumber\": \"69483\",\n            \"Description\": \"Quantitation of Hepatitis B viral DNA in patients who are Hepatitis B surface antigen positive and who have chronic hepatitis B and are receiving antiviral therapy - 1 test (Item is subject to rule 25)\\n\",\n            \"ScheduleFee\": \"152.10\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2008-07-01\"\n        },\n        {\n            \"ItemNumber\": \"69484\",\n            \"Description\": \"Supplementary testing for Hepatitis B surface antigen or Hepatitis C antibody using a different assay on the specimen which yielded a reactive result on initial testing (Item is subject to rule 18)\\n\",\n            \"ScheduleFee\": \"17.10\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2002-11-01\"\n        },\n        {\n            \"ItemNumber\": \"69488\",\n            \"Description\": \"Quantitation of HCV RNA load in plasma or serum in: (a) the pre-treatment evaluation, of a patient with chronic HCV hepatitis, for antiviral therapy; or (b) the assessment of efficacy of antiviral therapy for such a patient (including a service in item 69499 or 69445) (Item is subject to rule 18 and 25)\\n\",\n            \"ScheduleFee\": \"180.25\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"69489\",\n            \"Description\": \"A test described in item 69488 if rendered by a receiving APP (Item is subject to rule 18 and 25)\\n\",\n            \"ScheduleFee\": \"180.25\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"69491\",\n            \"Description\": \"Nucleic acid amplification and determination of Hepatitis C virus (HCV) genotype if the patient is HCV RNA positive and is being evaluated for antiviral therapy of chronic HCV hepatitis. To a maximum of 1 of this item in a 12 month period\\n\",\n            \"ScheduleFee\": \"204.80\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"69492\",\n            \"Description\": \"A test described in item 69491 if rendered by a receiving APP - 1 test (Item is subject to rule 18 and 25)\\n\",\n            \"ScheduleFee\": \"204.80\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"69494\",\n            \"Description\": \"Detection of a virus or microbial antigen or microbial nucleic acid (not elsewhere specified) 1 test (Item is subject to rule 6 and 26)\\n\",\n            \"ScheduleFee\": \"28.65\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"69495\",\n            \"Description\": \"2 tests described in 69494 (Item is subject to rule 6 and 26)\\n\",\n            \"ScheduleFee\": \"35.85\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"69496\",\n            \"Description\": \"3 or more tests described in 69494 (Item is subject to rule 6 and 26)\\n\",\n            \"ScheduleFee\": \"43.05\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"69497\",\n            \"Description\": \"A test described in item 69494, if rendered by a receiving APP, where no tests in the item have been rendered by the referring APP - 1 test (Item is subject to rule 6, 18 and 26)\\n\",\n            \"ScheduleFee\": \"28.65\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"69498\",\n            \"Description\": \"A test described in item 69494, other than that described in 69497, if rendered by a receiving APP - each test to a maximum of 2 tests (Item is subject to rule 6, 18 and 26)\\n\",\n            \"ScheduleFee\": \"7.20\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"69499\",\n            \"Description\": \"Detection of Hepatitis C viral RNA if at least 1 of the following criteria is satisfied: (a) the patient is Hepatitis C seropositive; (b) the patient's serological status is uncertain after testing; (c) the test is performed for the purpose of: (i) determining the Hepatitis C status of an immunosuppressed or immunocompromised patient; or (ii) the detection of acute Hepatitis C prior to seroconversion where considered necessary for the clinical management of the patient; To a maximum of 1 of this item in a 12 month period (Item is subject to rule 19 and 25)\\n\",\n            \"ScheduleFee\": \"92.20\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"69500\",\n            \"Description\": \"A test described in item 69499 if rendered by a receiving APP - 1 test (Item is subject to rule 18,19 and 25)\\n\",\n            \"ScheduleFee\": \"92.20\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"69505\",\n            \"Description\": \"Sequencing and analysis of the genome of mycobacterium tuberculosis complex from an isolate or nucleic acid extract: (a) to speciate the organism: (i) at the time of a patient’s initial diagnosis and commencement of initial empiric therapy; or (ii) following recurrence of a patient’s symptoms or a patient’s failure to respond to treatment within the expected timeframe; and (b) for the purpose of: (i) genome‑wide determination of the antimicrobial resistance markers (resistome) of the isolate; and (ii) individualising the patient’s treatment Applicable once at initial diagnosis and once per episode of disease recurrence\\n\",\n            \"ScheduleFee\": \"150.00\",\n            \"ScheduleFeeStartDate\": \"2023-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P3\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"71057\",\n            \"Description\": \"Electrophoresis, quantitative and qualitative, of serum, urine or other body fluid all collected within a 28 day period, to demonstrate: (a) protein classes; or (b) presence and amount of paraprotein; including the preliminary quantitation of total protein, albumin and globulin - 1 specimen type\\n\",\n            \"ScheduleFee\": \"33.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"71058\",\n            \"Description\": \"Examination as described in item 71057 of 2 or more specimen types\\n\",\n            \"ScheduleFee\": \"51.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"71059\",\n            \"Description\": \"Immunofixation or immunoelectrophoresis or isoelectric focusing of: (a) urine for detection of Bence Jones proteins; or (b) serum, plasma or other body fluid; and characterisation of a paraprotein or cryoglobulin - examination of 1 specimen type (eg. serum, urine or CSF)\\n\",\n            \"ScheduleFee\": \"36.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"71060\",\n            \"Description\": \"Examination as described in item 71059 of 2 or more specimen types\\n\",\n            \"ScheduleFee\": \"45.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"71062\",\n            \"Description\": \"Electrophoresis and immunofixation or immunoelectrophoresis or isoelectric focussing of CSF for the detection of oligoclonal bands and including if required electrophoresis of the patient's serum for comparison purposes - 1 or more tests\\n\",\n            \"ScheduleFee\": \"45.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"71064\",\n            \"Description\": \"Detection and quantitation of cryoglobulins or cryofibrinogen - 1 or more tests\\n\",\n            \"ScheduleFee\": \"21.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"71066\",\n            \"Description\": \"Quantitation of total immunoglobulin A by any method in serum, urine or other body fluid - 1 test\\n\",\n            \"ScheduleFee\": \"14.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2002-11-01\"\n        },\n        {\n            \"ItemNumber\": \"71068\",\n            \"Description\": \"Quantitation of total immunoglobulin G by any method in serum, urine or other body fluid - 1 test\\n\",\n            \"ScheduleFee\": \"14.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2002-11-01\"\n        },\n        {\n            \"ItemNumber\": \"71069\",\n            \"Description\": \"2 tests described in items 71066, 71068, 71072 or 71074\\n\",\n            \"ScheduleFee\": \"23.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-09-01\"\n        },\n        {\n            \"ItemNumber\": \"71071\",\n            \"Description\": \"3 or more tests described in items 71066, 71068, 71072 or 71074\\n\",\n            \"ScheduleFee\": \"31.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-09-01\"\n        },\n        {\n            \"ItemNumber\": \"71072\",\n            \"Description\": \"Quantitation of total immunoglobulin M by any method in serum, urine or other body fluid - 1 test\\n\",\n            \"ScheduleFee\": \"14.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2002-11-01\"\n        },\n        {\n            \"ItemNumber\": \"71073\",\n            \"Description\": \"Quantitation of all 4 immunoglobulin G subclasses\\n\",\n            \"ScheduleFee\": \"108.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-09-01\"\n        },\n        {\n            \"ItemNumber\": \"71074\",\n            \"Description\": \"Quantitation of total immunoglobulin D by any method in serum, urine or other body fluid - 1 test\\n\",\n            \"ScheduleFee\": \"14.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2002-11-01\"\n        },\n        {\n            \"ItemNumber\": \"71075\",\n            \"Description\": \"Quantitation of immunoglobulin E (total), 1 test. (Item is subject to rule 25)\\n\",\n            \"ScheduleFee\": \"23.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-09-01\"\n        },\n        {\n            \"ItemNumber\": \"71076\",\n            \"Description\": \"A test described in item 71073 if rendered by a receiving APP - 1 test (Item is subject to rule 18)\\n\",\n            \"ScheduleFee\": \"108.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"71077\",\n            \"Description\": \"Quantitation of immunoglobulin E (total) in the follow up of a patient with proven immunoglobulin-E-secreting myeloma, proven congenital immunodeficiency or proven allergic bronchopulmonary aspergillosis, 1 test. (Item is subject to rule 25)\\n\",\n            \"ScheduleFee\": \"27.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-09-01\"\n        },\n        {\n            \"ItemNumber\": \"71079\",\n            \"Description\": \"Detection of specific immunoglobulin E antibodies to single or multiple potential allergens, 1 test (Item is subject to rule 25)\\n\",\n            \"ScheduleFee\": \"27.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-09-01\"\n        },\n        {\n            \"ItemNumber\": \"71081\",\n            \"Description\": \"Quantitation of total haemolytic complement\\n\",\n            \"ScheduleFee\": \"41.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-09-01\"\n        },\n        {\n            \"ItemNumber\": \"71083\",\n            \"Description\": \"Quantitation of complement components C3 and C4 or properdin factor B - 1 test\\n\",\n            \"ScheduleFee\": \"20.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-09-01\"\n        },\n        {\n            \"ItemNumber\": \"71085\",\n            \"Description\": \"2 tests described in item 71083\\n\",\n            \"ScheduleFee\": \"29.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-09-01\"\n        },\n        {\n            \"ItemNumber\": \"71087\",\n            \"Description\": \"3 or more tests described in item 71083\\n\",\n            \"ScheduleFee\": \"38.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-09-01\"\n        },\n        {\n            \"ItemNumber\": \"71089\",\n            \"Description\": \"Quantitation of complement components or breakdown products of complement proteins not elsewhere described in an item in this Schedule - 1 test (Item is subject to rule 6)\\n\",\n            \"ScheduleFee\": \"29.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-09-01\"\n        },\n        {\n            \"ItemNumber\": \"71090\",\n            \"Description\": \"A test described in item 71089, if rendered by a receiving APP, where no tests in the item have been rendered by the referring APP - 1 test (Item is subject to rule 6 and 18)\\n\",\n            \"ScheduleFee\": \"29.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"71091\",\n            \"Description\": \"2 tests described in item 71089 (Item is subject to rule 6)\\n\",\n            \"ScheduleFee\": \"54.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-09-01\"\n        },\n        {\n            \"ItemNumber\": \"71092\",\n            \"Description\": \"Tests described in item 71089, other than that described in 71090, if rendered by a receiving APP - each test to a maximum of 2 tests (Item is subject to rule 6 and 18)\\n\",\n            \"ScheduleFee\": \"24.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"71093\",\n            \"Description\": \"3 or more tests described in item 71089 (Item is subject to rule 6)\\n\",\n            \"ScheduleFee\": \"78.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-09-01\"\n        },\n        {\n            \"ItemNumber\": \"71095\",\n            \"Description\": \"Quantitation of serum or plasma eosinophil cationic protein, or both, to a maximum of 3 assays in 1 year, for monitoring the response to therapy in corticosteroid treated asthma, in a child aged less than 12 years\\n\",\n            \"ScheduleFee\": \"41.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"younger than 12 years\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-11-01\"\n        },\n        {\n            \"ItemNumber\": \"71096\",\n            \"Description\": \"A test described in item 71095 if rendered by a receiving APP. (Item is subject to rule 18)\\n\",\n            \"ScheduleFee\": \"41.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"71097\",\n            \"Description\": \"Antinuclear antibodies - detection in serum or other body fluids, including quantitation if required\\n\",\n            \"ScheduleFee\": \"25.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-09-01\"\n        },\n        {\n            \"ItemNumber\": \"71099\",\n            \"Description\": \"Double-stranded DNA antibodies - quantitation by 1 or more methods other than the Crithidia method\\n\",\n            \"ScheduleFee\": \"27.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-09-01\"\n        },\n        {\n            \"ItemNumber\": \"71101\",\n            \"Description\": \"Antibodies to 1 or more extractable nuclear antigens - detection in serum or other body fluids\\n\",\n            \"ScheduleFee\": \"17.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-09-01\"\n        },\n        {\n            \"ItemNumber\": \"71103\",\n            \"Description\": \"Characterisation of an antibody detected in a service described in item 71101 (including that service)\\n\",\n            \"ScheduleFee\": \"53.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-09-01\"\n        },\n        {\n            \"ItemNumber\": \"71106\",\n            \"Description\": \"Rheumatoid factor - detection by any technique in serum or other body fluids, including quantitation if required\\n\",\n            \"ScheduleFee\": \"11.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1994-07-01\"\n        },\n        {\n            \"ItemNumber\": \"71119\",\n            \"Description\": \"Antibodies to tissue antigens not elsewhere specified in this Table - detection, including quantitation if required, of 1 antibody\\n\",\n            \"ScheduleFee\": \"17.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-09-01\"\n        },\n        {\n            \"ItemNumber\": \"71121\",\n            \"Description\": \"Detection of 2 antibodies specified in item 71119\\n\",\n            \"ScheduleFee\": \"21.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-09-01\"\n        },\n        {\n            \"ItemNumber\": \"71123\",\n            \"Description\": \"Detection of 3 antibodies specified in item 71119\\n\",\n            \"ScheduleFee\": \"24.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-09-01\"\n        },\n        {\n            \"ItemNumber\": \"71125\",\n            \"Description\": \"Detection of 4 or more antibodies specified in item 71119\\n\",\n            \"ScheduleFee\": \"28.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-09-01\"\n        },\n        {\n            \"ItemNumber\": \"71127\",\n            \"Description\": \"Functional tests for lymphocytes - quantitation other than by microscopy of: (a) proliferation induced by 1 or more mitogens; or (b) proliferation induced by 1 or more antigens; or (c) estimation of 1 or more mixed lymphocyte reactions; including a test described in item 65066 or 65070 (if performed), 1 of this item to a maximum of 2 in a 12 month period\\n\",\n            \"ScheduleFee\": \"180.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-09-01\"\n        },\n        {\n            \"ItemNumber\": \"71129\",\n            \"Description\": \"2 tests described in item 71127\\n\",\n            \"ScheduleFee\": \"223.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-09-01\"\n        },\n        {\n            \"ItemNumber\": \"71131\",\n            \"Description\": \"3 or more tests described in item 71127\\n\",\n            \"ScheduleFee\": \"265.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-09-01\"\n        },\n        {\n            \"ItemNumber\": \"71133\",\n            \"Description\": \"Investigation of recurrent infection by qualitative assessment for the presence of defects in oxidative pathways in neutrophils by the nitroblue tetrazolium (NBT) reduction test\\n\",\n            \"ScheduleFee\": \"10.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2002-11-01\"\n        },\n        {\n            \"ItemNumber\": \"71134\",\n            \"Description\": \"Investigation of recurrent infection by quantitative assessment of oxidative pathways by flow cytometric techniques, including a test described in 71133 (if performed)\\n\",\n            \"ScheduleFee\": \"106.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2002-11-01\"\n        },\n        {\n            \"ItemNumber\": \"71135\",\n            \"Description\": \"Quantitation of neutrophil function, comprising at least 2 of the following: (a) chemotaxis; (b) phagocytosis; (c) oxidative metabolism; (d) bactericidal activity; including any test described in items 65066, 65070, 71133 or 71134 (if performed), 1 of this item to a maximum of 2 in a 12 month period\\n\",\n            \"ScheduleFee\": \"212.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-09-01\"\n        },\n        {\n            \"ItemNumber\": \"71137\",\n            \"Description\": \"Quantitation of cell-mediated immunity by multiple antigen delayed type hypersensitivity intradermal skin testing using a minimum of 7 antigens, 1 of this item to a maximum of 2 in a 12 month period\\n\",\n            \"ScheduleFee\": \"31.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-09-01\"\n        },\n        {\n            \"ItemNumber\": \"71139\",\n            \"Description\": \"Characterisation of 3 or more leucocyte surface antigens by immunofluorescence or immunoenzyme techniques to assess lymphoid or myeloid cell populations, including a total lymphocyte count or total leucocyte count by any method, on 1 or more specimens of blood, CSF or serous fluid\\n\",\n            \"ScheduleFee\": \"106.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-09-01\"\n        },\n        {\n            \"ItemNumber\": \"71141\",\n            \"Description\": \"Characterisation of 3 or more leucocyte surface antigens by immunofluorescence or immunoenzyme techniques to assess lymphoid or myeloid cell populations on 1 or more disaggregated tissue specimens\\n\",\n            \"ScheduleFee\": \"202.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-09-01\"\n        },\n        {\n            \"ItemNumber\": \"71143\",\n            \"Description\": \"Characterisation of 6 or more leucocyte surface antigens by immunofluorescence or immunoenzyme techniques to assess lymphoid or myeloid cell populations for the diagnosis (but not monitoring) of an immunological or haematological malignancy, including a service described in 1 or both of items 71139 and 71141 (if performed), on a specimen of blood, CSF, serous fluid or disaggregated tissue\\n\",\n            \"ScheduleFee\": \"266.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-09-01\"\n        },\n        {\n            \"ItemNumber\": \"71145\",\n            \"Description\": \"Characterisation of 6 or more leucocyte surface antigens by immunofluorescence or immunoenzyme techniques to assess lymphoid or myeloid cell populations for the diagnosis (but not monitoring) of an immunological or haematological malignancy, including a service described in 1 or more of items 71139, 71141 and 71143 (if performed), on 2 or more specimens of disaggregated tissues or 1 specimen of disaggregated tissue and 1 or more specimens of blood, CSF or serous fluid\\n\",\n            \"ScheduleFee\": \"434.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-09-01\"\n        },\n        {\n            \"ItemNumber\": \"71146\",\n            \"Description\": \"Enumeration of CD34+ cells, only for the purposes of autologous or directed allogeneic haemopoietic stem cell transplantation, including a total white cell count on the pherisis collection\\n\",\n            \"ScheduleFee\": \"106.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2004-05-01\"\n        },\n        {\n            \"ItemNumber\": \"71147\",\n            \"Description\": \"HLA-B27 typing (Item is subject to rule 27)\\n\",\n            \"ScheduleFee\": \"41.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-09-01\"\n        },\n        {\n            \"ItemNumber\": \"71148\",\n            \"Description\": \"A test described in item 71147 if rendered by a receiving APP. (Item is subject to rule 18 and 27)\\n\",\n            \"ScheduleFee\": \"41.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"71149\",\n            \"Description\": \"Complete tissue typing for 4 HLA-A and HLA-B Class I antigens (including any separation of leucocytes), including (if performed) a service described in item 71147\\n\",\n            \"ScheduleFee\": \"110.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-09-01\"\n        },\n        {\n            \"ItemNumber\": \"71151\",\n            \"Description\": \"Tissue typing for HLA-DR, HLA-DP and HLA-DQ Class II antigens (including any separation of leucocytes) - phenotyping or genotyping of 2 or more antigens\\n\",\n            \"ScheduleFee\": \"121.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1992-09-01\"\n        },\n        {\n            \"ItemNumber\": \"71153\",\n            \"Description\": \"Investigations in the assessment or diagnosis of systemic inflammatory disease or vasculitis - antineutrophil cytoplasmic antibody immunofluorescence (ANCA test), antineutrophil proteinase 3 antibody (PR-3 ANCA test), antimyeloperoxidase antibody (MPO ANCA test) or antiglomerular basement membrane antibody (GBM test) - detection of 1 antibody (Item is subject to rule 6 and 23)\\n\",\n            \"ScheduleFee\": \"35.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-05-01\"\n        },\n        {\n            \"ItemNumber\": \"71154\",\n            \"Description\": \"A test described in item 71153, if rendered by a receiving APP, where no tests in the item have been rendered by the referring APP - 1 test. (Item is subject to rule 6, 18 and 23)\\n\",\n            \"ScheduleFee\": \"35.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"71155\",\n            \"Description\": \"Detection of 2 antibodies described in item 71153 (Item is subject to rule 6 and 23)\\n\",\n            \"ScheduleFee\": \"48.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-05-01\"\n        },\n        {\n            \"ItemNumber\": \"71156\",\n            \"Description\": \"Tests described in item 71153, other than that described in 71154, if rendered by a receiving APP - each test to a maximum of 3 tests (Item is subject to rule 6, 18 and 23)\\n\",\n            \"ScheduleFee\": \"13.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"71157\",\n            \"Description\": \"Detection of 3 antibodies described in item 71153 (Item is subject to rule 6 and 23)\\n\",\n            \"ScheduleFee\": \"61.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-05-01\"\n        },\n        {\n            \"ItemNumber\": \"71159\",\n            \"Description\": \"Detection of 4 or more antibodies described in item 71153 (Item is subject to rule 6 and 23)\\n\",\n            \"ScheduleFee\": \"74.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2001-05-01\"\n        },\n        {\n            \"ItemNumber\": \"71163\",\n            \"Description\": \"Detection of one of the following antibodies (of 1 or more class or isotype) in the assessment or diagnosis of coeliac disease or other gluten hypersensitivity syndromes and including a service described in item 71066 (if performed): a) Antibodies to gliadin; or b) Antibodies to endomysium; or c) Antibodies to tissue transglutaminase; - 1 test\\n\",\n            \"ScheduleFee\": \"25.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2003-11-01\"\n        },\n        {\n            \"ItemNumber\": \"71164\",\n            \"Description\": \"Two or more tests described in 71163 and including a service described in 71066 (if performed)\\n\",\n            \"ScheduleFee\": \"40.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2003-11-01\"\n        },\n        {\n            \"ItemNumber\": \"71165\",\n            \"Description\": \"Antibodies to tissue antigens (acetylcholine receptor, adrenal cortex, heart, histone, insulin, insulin receptor, intrinsic factor, islet cell, lymphocyte, neuron, ovary, parathyroid, platelet, salivary gland, skeletal muscle, skin basement membrane and intercellular substance, thyroglobulin, thyroid microsome or thyroid stimulating hormone receptor) - detection, including quantitation if required, of 1 antibody (Item is subject to rule 6)\\n\",\n            \"ScheduleFee\": \"35.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"71166\",\n            \"Description\": \"Detection of 2 antibodies described in item 71165 (Item is subject to rule 6)\\n\",\n            \"ScheduleFee\": \"48.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"71167\",\n            \"Description\": \"Detection of 3 antibodies described in item 71165 (Item is subject to rule 6)\\n\",\n            \"ScheduleFee\": \"61.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"71168\",\n            \"Description\": \"Detection of 4 or more antibodies described in item 71165 (Item is subject to rule 6)\\n\",\n            \"ScheduleFee\": \"74.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"71169\",\n            \"Description\": \"A test described in item 71165, if rendered by a receiving APP, where no tests in the item have been rendered by the referring APP - 1 test (Item is subject to rule 6 and 18)\\n\",\n            \"ScheduleFee\": \"35.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"71170\",\n            \"Description\": \"Tests described in item 71165, other than that described in 71169, if rendered by a receiving APP - each test to a maximum of 3 tests (Item is subject to rule 6 and 18)\\n\",\n            \"ScheduleFee\": \"13.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"71175\",\n            \"Description\": \"A test, requested by a specialist or consultant physician, to diagnose neuromyelitis optica spectrum disorder (NMOSD) or myelin oligodendrocyte glycoprotein antibody‑related demyelination (MARD), by the detection of one or more antibodies, for a patient: suspected of having NMOSD or MARD; and with any of the following: recurrent, bilateral or severe optic neuritis; recurrent longitudinal extensive transverse myelitis (LETM); area postrema syndrome (unexplained hiccups, nausea or vomiting); acute brainstem syndrome; symptomatic narcolepsy or acute diencephalic clinical syndrome with typical NMOSD magnetic resonance imaging lesions; symptomatic cerebral syndrome with typical NMOSD magnetic resonance imaging lesions; monophasic neuromyelitis optica (no recurrence, and simultaneous or closely related optic neuritis and LETM within 30 days of each other); acute disseminated encephalomyelitis; aseptic meningitis and encephalomyelitis; poor recovery from multiple sclerosis relapses Applicable not more than 4 times in 12 months\\n\",\n            \"ScheduleFee\": \"51.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2021-11-01\"\n        },\n        {\n            \"ItemNumber\": \"71180\",\n            \"Description\": \"Antibody to cardiolipin or beta-2 glycoprotein I - detection, including quantitation if required; one antibody specificity (IgG or IgM)\\n\",\n            \"ScheduleFee\": \"35.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-11-01\"\n        },\n        {\n            \"ItemNumber\": \"71183\",\n            \"Description\": \"Detection of two antibodies described in item 71180\\n\",\n            \"ScheduleFee\": \"48.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-11-01\"\n        },\n        {\n            \"ItemNumber\": \"71186\",\n            \"Description\": \"Detection of three or more antibodies described in item 71180\\n\",\n            \"ScheduleFee\": \"61.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-11-01\"\n        },\n        {\n            \"ItemNumber\": \"71189\",\n            \"Description\": \"Detection of specific IgG antibodies to 1 or more respiratory disease allergens not elsewhere specified.\\n\",\n            \"ScheduleFee\": \"15.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-11-01\"\n        },\n        {\n            \"ItemNumber\": \"71192\",\n            \"Description\": \"2 items described in item 71189.\\n\",\n            \"ScheduleFee\": \"29.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-11-01\"\n        },\n        {\n            \"ItemNumber\": \"71195\",\n            \"Description\": \"3 or more items described in item 71189.\\n\",\n            \"ScheduleFee\": \"41.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-11-01\"\n        },\n        {\n            \"ItemNumber\": \"71198\",\n            \"Description\": \"Estimation of serum tryptase for the evaluation of unexplained acute hypotension or suspected anaphylactic event, assessment of risk in stinging insect anaphylaxis, exclusion of mastocytosis, monitoring of known mastocytosis.\\n\",\n            \"ScheduleFee\": \"41.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-11-01\"\n        },\n        {\n            \"ItemNumber\": \"71200\",\n            \"Description\": \"Detection and quantitation, if present, of free kappa and lambda light chains in serum for the diagnosis or monitoring of amyloidosis, myeloma or plasma cell dyscrasias.\\n\",\n            \"ScheduleFee\": \"61.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-11-01\"\n        },\n        {\n            \"ItemNumber\": \"71202\",\n            \"Description\": \"Measurable residual disease (MRD) testing by flow cytometry, performed on bone marrow from a patient diagnosed with acute lymphoblastic leukaemia, for the purpose of determining baseline MRD, or facilitating the determination of MRD following combination chemotherapy or after salvage therapy, requested by a specialist or consultant physician practising as a haematologist or oncologist\\n\",\n            \"ScheduleFee\": \"563.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist haematologist', 'Specialist medical oncologist' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"71203\",\n            \"Description\": \"Determination of HLAB5701 status by flow cytometry or cytotoxity assay prior to the initiation of Abacavir therapy including item 73323 if performed.\\n\",\n            \"ScheduleFee\": \"41.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-11-01\"\n        },\n        {\n            \"ItemNumber\": \"72813\",\n            \"Description\": \"Examination of complexity level 2 biopsy material with 1 or more tissue blocks, including specimen dissection, all tissue processing, staining, light microscopy and professional opinion or opinions - 1 or more separately identified specimens (Item is subject to rule 13)\\n\",\n            \"ScheduleFee\": \"73.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-03-20\"\n        },\n        {\n            \"ItemNumber\": \"72814\",\n            \"Description\": \"Immunohistochemical examination by immunoperoxidase or other labelled antibody techniques using the programmed cell death ligand 1 (PD‑L1) antibody of tumour material from a patient diagnosed with: (a) non‑small cell lung cancer; or (b) recurrent or metastatic squamous cell carcinoma of the oral cavity, pharynx or larynx; or (c) locally recurrent unresectable or metastatic triple-negative breast cancer.\\n\",\n            \"ScheduleFee\": \"76.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2018-11-01\"\n        },\n        {\n            \"ItemNumber\": \"72816\",\n            \"Description\": \"Examination of complexity level 3 biopsy material with 1 or more tissue blocks, including specimen dissection, all tissue processing, staining, light microscopy and professional opinion or opinions - 1 separately identified specimen (Item is subject to rule 13)\\n\",\n            \"ScheduleFee\": \"88.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-03-20\"\n        },\n        {\n            \"ItemNumber\": \"72817\",\n            \"Description\": \"Examination of complexity level 3 biopsy material with 1 or more tissue blocks, including specimen dissection, all tissue processing, staining, light microscopy and professional opinion or opinions - 2 to 4 separately identified specimens (Item is subject to rule 13)\\n\",\n            \"ScheduleFee\": \"99.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-03-20\"\n        },\n        {\n            \"ItemNumber\": \"72818\",\n            \"Description\": \"Examination of complexity level 3 biopsy material with 1 or more tissue blocks, including specimen dissection, all tissue processing, staining, light microscopy and professional opinion or opinions - 5 or more separately identified specimens (Item is subject to rule 13)\\n\",\n            \"ScheduleFee\": \"109.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2002-11-01\"\n        },\n        {\n            \"ItemNumber\": \"72823\",\n            \"Description\": \"Examination of complexity level 4 biopsy material with 1 or more tissue blocks, including specimen dissection, all tissue processing, staining, light microscopy and professional opinion or opinions - 1 separately identified specimen (Item is subject to rule 13)\\n\",\n            \"ScheduleFee\": \"99.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-03-20\"\n        },\n        {\n            \"ItemNumber\": \"72824\",\n            \"Description\": \"Examination of complexity level 4 biopsy material with 1 or more tissue blocks, including specimen dissection, all tissue processing, staining, light microscopy and professional opinion or opinions - 2 to 4 separately identified specimens (Item is subject to rule 13)\\n\",\n            \"ScheduleFee\": \"144.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-03-20\"\n        },\n        {\n            \"ItemNumber\": \"72825\",\n            \"Description\": \"Examination of complexity level 4 biopsy material with 1 or more tissue blocks, including specimen dissection, all tissue processing, staining, light microscopy and professional opinion or opinions - 5 to 7 separately identified specimens (Item is subject to rule 13)\\n\",\n            \"ScheduleFee\": \"184.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-03-20\"\n        },\n        {\n            \"ItemNumber\": \"72826\",\n            \"Description\": \"Examination of complexity level 4 biopsy material with 1 or more tissue blocks, including specimen dissection, all tissue processing, staining, light microscopy and professional opinion or opinions - 8 to 11 separately identified specimens (Item is subject to rule 13)\\n\",\n            \"ScheduleFee\": \"199.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2002-11-01\"\n        },\n        {\n            \"ItemNumber\": \"72827\",\n            \"Description\": \"Examination of complexity level 4 biopsy material with 1 or more tissue blocks, including specimen dissection, all tissue processing, staining, light microscopy and professional opinion or opinions - 12 to 17 separately identified specimens (Item is subject to Rule 13)\\n\",\n            \"ScheduleFee\": \"213.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2008-11-01\"\n        },\n        {\n            \"ItemNumber\": \"72828\",\n            \"Description\": \"Examination of complexity level 4 biopsy material with 1 or more tissue blocks, including specimen dissection, all tissue processing, staining, light microscopy and professional opinion or opinions - 18 or more separately identified specimens (Item is subject to Rule 13)\\n\",\n            \"ScheduleFee\": \"228.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2008-11-01\"\n        },\n        {\n            \"ItemNumber\": \"72830\",\n            \"Description\": \"Examination of complexity level 5 biopsy material with 1 or more tissue blocks, including specimen dissection, all tissue processing, staining, light microscopy and professional opinion or opinions - 1 or more separately identified specimens (Item is subject to rule 13)\\n\",\n            \"ScheduleFee\": \"280.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-03-20\"\n        },\n        {\n            \"ItemNumber\": \"72836\",\n            \"Description\": \"Examination of complexity level 6 biopsy material with 1 or more tissue blocks, including specimen dissection, all tissue processing, staining, light microscopy and professional opinion or opinions - 1 or more separately identified specimens (Item is subject to rule 13)\\n\",\n            \"ScheduleFee\": \"427.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-03-20\"\n        },\n        {\n            \"ItemNumber\": \"72838\",\n            \"Description\": \"Examination of complexicity level 7 biopsy material with multiple tissue blocks, including specimen dissection, all tissue processing, staining, light microscopy and professional opinion or opinions - 1 or more separately identified specimens. (Item is subject to rule 13)\\n\",\n            \"ScheduleFee\": \"478.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-11-01\"\n        },\n        {\n            \"ItemNumber\": \"72844\",\n            \"Description\": \"Enzyme histochemistry of skeletal muscle for investigation of primary degenerative or metabolic muscle diseases or of muscle abnormalities secondary to disease of the central or peripheral nervous system - 1 or more tests\\n\",\n            \"ScheduleFee\": \"31.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1998-11-01\"\n        },\n        {\n            \"ItemNumber\": \"72846\",\n            \"Description\": \"Immunohistochemical examination of biopsy material by immunofluorescence, immunoperoxidase or other labelled antibody techniques with multiple antigenic specificities per specimen - 1 to 3 antibodies except those listed in 72848 (Item is subject to rule 13)\\n\",\n            \"ScheduleFee\": \"61.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-03-20\"\n        },\n        {\n            \"ItemNumber\": \"72847\",\n            \"Description\": \"Immunohistochemical examination of biopsy material by immunofluorescence, immunoperoxidase or other labelled antibody techniques with multiple antigenic specificities per specimen - 4-6 antibodies (Item is subject to rule 13)\\n\",\n            \"ScheduleFee\": \"91.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-03-20\"\n        },\n        {\n            \"ItemNumber\": \"72848\",\n            \"Description\": \"Immunohistochemical examination of biopsy material by immunofluorescence, immunoperoxidase or other labelled antibody techniques with multiple antigenic specificities per specimen - 1 to 3 of the following antibodies - oestrogen, progesterone and c-erb-B2 (HER2) (Item is subject to rule 13)\\n\",\n            \"ScheduleFee\": \"76.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2003-11-01\"\n        },\n        {\n            \"ItemNumber\": \"72849\",\n            \"Description\": \"Immunohistochemical examination of biopsy material by immunofluorescence, immunoperoxidase or other labelled antibody techniques with multiple antigenic specificities per specimen - 7-10 antibodies (Item is subject to rule 13)\\n\",\n            \"ScheduleFee\": \"106.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2008-11-01\"\n        },\n        {\n            \"ItemNumber\": \"72850\",\n            \"Description\": \"Immunohistochemical examination of biopsy material by immunofluorescence, immunoperoxidase or other labelled antibody techniques with multiple antigenic specificities per specimen - 11 or more antibodies (Item is subject to rule 13)\\n\",\n            \"ScheduleFee\": \"122.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2008-11-01\"\n        },\n        {\n            \"ItemNumber\": \"72851\",\n            \"Description\": \"Electron microscopic examination of biopsy material - 1 separately identified specimen (Item is subject to rule 13)\\n\",\n            \"ScheduleFee\": \"578.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-03-20\"\n        },\n        {\n            \"ItemNumber\": \"72852\",\n            \"Description\": \"Electron microscopic examination of biopsy material - 2 or more separately identified specimens (Item is subject to rule 13)\\n\",\n            \"ScheduleFee\": \"771.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-03-20\"\n        },\n        {\n            \"ItemNumber\": \"72855\",\n            \"Description\": \"Intraoperative consultation and examination of biopsy material by frozen section or tissue imprint or smear - 1 separately identified specimen (Item is subject to rule 13)\\n\",\n            \"ScheduleFee\": \"188.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-03-20\"\n        },\n        {\n            \"ItemNumber\": \"72856\",\n            \"Description\": \"Intraoperative consultation and examination of biopsy material by frozen section or tissue imprint or smear - 2 to 4 separately identified specimens (Item is subject to rule 13)\\n\",\n            \"ScheduleFee\": \"251.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-03-20\"\n        },\n        {\n            \"ItemNumber\": \"72857\",\n            \"Description\": \"Intraoperative consultation and examination of biopsy material by frozen section or tissue imprint or smear - 5 or more separately identified specimens (Item is subject to rule 13)\\n\",\n            \"ScheduleFee\": \"293.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P5\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2003-11-01\"\n        },\n        {\n            \"ItemNumber\": \"72858\",\n            \"Description\": \"A second opinion, provided in a written report, where the opinion and report together require no more than 30 minutes to complete, on a patient specimen, requested by a treating practitioner, where further information is needed for accurate diagnosis and appropriate patient management.\\n\",\n            \"ScheduleFee\": \"184.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P5\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2015-11-01\"\n        },\n        {\n            \"ItemNumber\": \"72859\",\n            \"Description\": \"A second opinion, provided in a written report, where the opinion and report together require more than 30 minutes to complete, on a patient specimen, requested by a treating practitioner, where further information is needed for accurate diagnosis and appropriate patient management.\\n\",\n            \"ScheduleFee\": \"378.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P5\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2015-11-01\"\n        },\n        {\n            \"ItemNumber\": \"72860\",\n            \"Description\": \"Retrieval and review of one or more archived formalin fixed paraffin embedded blocks to determine the appropriate samples for the purpose of conducting genetic testing, other than: (a) a service associated with a service to which item 72858 or 72859 applies; or (b) a service associated with, and rendered in the same patient episode as, a service to which an item in Group P5, P6, P10 or P11 applies Applicable not more than once in a patient episode\\n\",\n            \"ScheduleFee\": \"87.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P5\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2019-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73043\",\n            \"Description\": \"Cytology (including serial examinations) of nipple discharge or smears from skin, lip, mouth, nose or anus for detection of precancerous or cancerous changes 1 or more tests\\n\",\n            \"ScheduleFee\": \"23.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"73045\",\n            \"Description\": \"Cytology (including serial examinations) for malignancy (other than an examination mentioned in item 73076); and including any Group P5 service, if performed on: (a) specimens resulting from washings or brushings from sites not specified in item 73043; or (b) a single specimen of sputum or urine; or (c) 1 or more specimens of other body fluids; 1 or more tests\\n\",\n            \"ScheduleFee\": \"49.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"73047\",\n            \"Description\": \"Cytology of a series of 3 sputum or urine specimens for malignant cells\\n\",\n            \"ScheduleFee\": \"96.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"73049\",\n            \"Description\": \"Cytology of material obtained directly from a patient by fine needle aspiration of solid tissue or tissues - 1 identified site\\n\",\n            \"ScheduleFee\": \"69.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"73051\",\n            \"Description\": \"Cytology of material obtained directly from a patient at one identified site by fine needle aspiration of solid tissue or tissues if a recognized pathologist: (a) performs the aspiration; or (b) attends the aspiration and performs cytological examination during the attendance\\n\",\n            \"ScheduleFee\": \"174.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"73059\",\n            \"Description\": \"Immunocytochemical examination of material obtained by procedures described in items 73045, 73047, 73049, 73051, 73062, 73063, 73066 and 73067 for the characterisation of a malignancy by immunofluorescence, immunoperoxidase or other labelled antibody techniques with multiple antigenic specificities per specimen - 1 to 3 antibodies except those listed in 73061 (Item is subject to rule 13)\\n\",\n            \"ScheduleFee\": \"44.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73060\",\n            \"Description\": \"Immunocytochemical examination of material obtained by procedures described in items 73045, 73047, 73049, 73051, 73062, 73063, 73066 and 73067 for the characterisation of a malignancy by immunofluorescence, immunoperoxidase or other labelled antibody techniques with multiple antigenic specificities per specimen - 4 to 6 antibodies (Item is subject to rule 13)\\n\",\n            \"ScheduleFee\": \"58.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1997-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73061\",\n            \"Description\": \"Immunocytochemical examination of material obtained by procedures described in items 73045, 73047, 73049, 73051, 73062, 73063, 73066 and 73067 for the characterisation of a malignancy by immunofluorescence, immunoperoxidase or other labelled antibody techniques with multiple antigenic specificities per specimen - 1 to 3 of the following antibodies - oestrogen, progesterone and c-erb-B2 (HER2) (Item is subject to rule 13)\\n\",\n            \"ScheduleFee\": \"52.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2003-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73062\",\n            \"Description\": \"Cytology of material obtained directly from a patient by fine needle aspiration of solid tissue or tissues - 2 or more separately identified sites.\\n\",\n            \"ScheduleFee\": \"91.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2009-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73063\",\n            \"Description\": \"Cytology of material obtained directly from a patient at one identified site by fine needle aspiration of solid tissue or tissues if an employee of an approved pathology authority attends the aspiration for confirmation of sample adequacy\\n\",\n            \"ScheduleFee\": \"101.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2009-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73064\",\n            \"Description\": \"Immunocytochemical examination of material obtained by procedures described in items 73045, 73047, 73049, 73051, 73062, 73063, 73066 and 73067 for the characterisation of a malignancy by immunofluorescence, immunoperoxidase or other labelled antibody techniques with multiple antigenic specificities per specimen - 7 to 10 antibodies (Item is subject to rule 13)\\n\",\n            \"ScheduleFee\": \"73.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2009-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73065\",\n            \"Description\": \"Immunocytochemical examination of material obtained by procedures described in items 73045, 73047, 73049, 73051, 73062, 73063, 73066 and 73067 for the characterisation of a malignancy by immunofluorescence, immunoperoxidase or other labelled antibody techniques with multiple antigenic specificities per specimen - 11 or more antibodies (Item is subject to rule 13)\\n\",\n            \"ScheduleFee\": \"88.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2009-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73066\",\n            \"Description\": \"Cytology of material obtained directly from a patient at 2 or more separately identified sites by fine needle aspiration of solid tissue or tissues if a recognized pathologist: (a) performs the aspiration; or (b) attends the aspiration and performs cytological examination during the attendance\\n\",\n            \"ScheduleFee\": \"226.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2011-07-01\"\n        },\n        {\n            \"ItemNumber\": \"73067\",\n            \"Description\": \"Cytology of material obtained directly from a patient at 2 or more separately identified sites by fine needle aspiration of solid tissue or tissues if an employee of an approved pathology authority attends the aspiration for confirmation of sample adequacy\\n\",\n            \"ScheduleFee\": \"132.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2011-07-01\"\n        },\n        {\n            \"ItemNumber\": \"73070\",\n            \"Description\": \"73070 A test, including partial genotyping, for oncogenic human papillomavirus that may be associated with cervical pre‑cancer or cancer: (a) performed on a liquid based cervical specimen; and (b) for an asymptomatic patient who is at least 24 years and 9 months of age For any particular patient, once only in a 57 month period\\n\",\n            \"ScheduleFee\": \"35.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"24 years and 9 months or older\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2017-12-01\"\n        },\n        {\n            \"ItemNumber\": \"73071\",\n            \"Description\": \"A test, including partial genotyping, for oncogenic human papillomavirus that may be associated with cervical pre‑cancer or cancer, if performed: (a) on a self‑collected vaginal specimen; and (b) for an asymptomatic patient who is at least 24 years and 9 months of age For any particular patient, applicable once in 57 months\\n\",\n            \"ScheduleFee\": \"35.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P6\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"24 years and 9 months or older\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2017-12-01\"\n        },\n        {\n            \"ItemNumber\": \"73072\",\n            \"Description\": \"A test, including partial genotyping, for oncogenic human papillomavirus: (a) for the investigation of a patient in a specific population that appears to have a higher risk of cervical pre‑cancer or cancer; or (b) for the follow‑up management of a patient with a previously detected oncogenic human papillomavirus infection or cervical pre‑cancer or cancer; or (c) for the investigation of a patient with symptoms suggestive of cervical cancer; or (d) for the follow‑up management of a patient after treatment of high grade squamous intraepithelial lesions or adenocarcinoma in situ of the cervix; or (e) for the follow‑up management of a patient with glandular abnormalities; or (f) for the follow‑up management of a patient exposed to diethylstilboestrol in utero; or (g) for a patient previously treated for a genital tract malignancy when performed as a co-test for both human papillomavirus (HPV) and liquid-based cytology (LBC).\\n\",\n            \"ScheduleFee\": \"35.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2017-12-01\"\n        },\n        {\n            \"ItemNumber\": \"73074\",\n            \"Description\": \"A test, including partial genotyping, for oncogenic human papillomavirus, for the investigation of a patient following a total hysterectomy.\\n\",\n            \"ScheduleFee\": \"35.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2017-12-01\"\n        },\n        {\n            \"ItemNumber\": \"73075\",\n            \"Description\": \"A test, including partial genotyping, for oncogenic human papillomavirus, if: (a) the test is a repeat of a test to which item 73070, 73071, 73072, 73074 or this item applies; and (b) the specimen collected for the previous test is unsatisfactory\\n\",\n            \"ScheduleFee\": \"35.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2017-12-01\"\n        },\n        {\n            \"ItemNumber\": \"73076\",\n            \"Description\": \"Cytology of a liquid‑based cervical or vaginal vault specimen, where the stained cells are examined microscopically or by automated image analysis by or on behalf of a pathologist, if: (a) the cytology is associated with the detection of oncogenic human papillomavirus infection by: (i) a test to which item 73070, 73071, 73074 or 73075 applies; or (ii) a test to which item 73072 applies for a patient mentioned in paragraph (a) or (b) of that item; or (b) the cytology is associated with a test to which item 73072 applies for a patient mentioned in paragraph (c), (d), (e) or (f) of that item; or (c) the cytology is associated with a test to which item 73074 applies; or (d) the test is a repeat of a test to which this item applies, if the specimen collected for the previous test is unsatisfactory; or (e) the cytology is for the follow‑up management of a patient treated for endometrial adenocarcinoma\\n\",\n            \"ScheduleFee\": \"47.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P6\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2017-12-01\"\n        },\n        {\n            \"ItemNumber\": \"73287\",\n            \"Description\": \"The study of the whole of every chromosome by cytogenetic or other techniques, performed on 1 or more of any tissue or fluid except blood (including a service mentioned in item 73293, if performed) - 1 or more tests\\n\",\n            \"ScheduleFee\": \"394.55\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-07-01\"\n        },\n        {\n            \"ItemNumber\": \"73289\",\n            \"Description\": \"The study of the whole of every chromosome by cytogenetic or other techniques, performed on blood (including a service mentioned in item 73293, if performed) - 1 or more tests\\n\",\n            \"ScheduleFee\": \"358.95\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1993-07-01\"\n        },\n        {\n            \"ItemNumber\": \"73290\",\n            \"Description\": \"The study of the whole of each chromosome by cytogenetic or other techniques, performed on blood or bone marrow, in the diagnosis and monitoringof haematological malignancy (including a service in items 73287 or 73289, if performed). - 1 or more tests.\\n\",\n            \"ScheduleFee\": \"394.55\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2010-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73291\",\n            \"Description\": \"Analysis of one or more chromosome regions for specific constitutional genetic abnormalities of blood or fresh tissue in a) diagnostic studies of a person with developmental delay, intellectual disability, autism, or at least two congenital abnormalities, in whom cytogenetic studies (item 73287 or 73289) are either normal or have not been performed; or b) studies of a relative for an abnormality previously identified in such an affected person. - 1 or more tests.\\n\",\n            \"ScheduleFee\": \"230.95\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2010-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73292\",\n            \"Description\": \"Analysis of chromosomes by genome-wide micro-array including targeted assessment of specific regions for constitutional genetic abnormalities in diagnostic studies of a person with developmental delay, intellectual disability, autism, or at least two congenital abnormalities (including a service in items 73287, 73289 or 73291, if performed) - 1 or more tests.\\n\",\n            \"ScheduleFee\": \"589.90\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2010-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73293\",\n            \"Description\": \"Analysis of one or more regions on all chromosomes for specific constitutional genetic abnormalities of fresh tissue in diagnostic studies of the products of conception, including exclusion of maternal cell contamination. - 1 or more tests.\\n\",\n            \"ScheduleFee\": \"230.95\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2010-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73294\",\n            \"Description\": \"Analysis of the PMP22 gene for constitutional genetic abnormalities causing peripheral neuropathy, either as: a) diagnostic studies of an affected person; or b) studies of a relative for an abnormality previously identified in an affected person - 1 or more tests.\\n\",\n            \"ScheduleFee\": \"230.95\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2010-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73295\",\n            \"Description\": \"Detection of germline BRCA1 or BRCA2 pathogenic or likely pathogenic gene variants, requested by a specialist or consultant physician, to determine eligibility for a relevant treatment under the Pharmaceutical Benefits Scheme (PBS), in a patient with: (a) advanced (FIGO III‑IV) high‑grade serous or high‑grade epithelial ovarian, fallopian tube or primary peritoneal cancer for whom testing of tumour tissue is not feasible; or (b) breast cancer. Applicable once per lifetime\\n\",\n            \"ScheduleFee\": \"1200.00\",\n            \"ScheduleFeeStartDate\": \"2017-02-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2017-02-01\"\n        },\n        {\n            \"ItemNumber\": \"73296\",\n            \"Description\": \"Characterisation of germline gene variants, including copy number variation where appropriate, requested by a specialist or consultant physician: (a) in genes associated with breast, ovarian, fallopian tube or primary peritoneal cancer, which must include at least: (i) BRCA1 and BRCA 2 genes; and (ii) one or more other relevant genes; and (b) in a patient: (i) with breast, ovarian, fallopian tube or primary peritoneal cancer; and (ii) for whom clinical and family history criteria place the patient at greater than 10% risk of having a pathogenic or likely pathogenic gene associated with breast, ovarian, fallopian tube or primary peritoneal cancer Once per cancer diagnosis\\n\",\n            \"ScheduleFee\": \"1200.00\",\n            \"ScheduleFeeStartDate\": \"2017-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2017-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73297\",\n            \"Description\": \"Characterisation of germline gene variants, including copy number variation where appropriate, requested by a specialist or consultant physician: (a) in genes associated with breast, ovarian, fallopian tube or primary peritoneal cancer, which may include the following genes: (i) BRCA1 or BRCA2; (ii) one or more other relevant genes; and (b) in a patient: (i) who has a biological relative who has had a pathogenic or likely pathogenic gene variant identified in one or more of the genes mentioned in paragraph (a); and (ii) who has not previously received a service to which item 73295, 73296 or 73302 applies Once per variant\\n\",\n            \"ScheduleFee\": \"400.00\",\n            \"ScheduleFeeStartDate\": \"2017-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2017-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73298\",\n            \"Description\": \"Characterisation of germline gene variants in the following genes: (a) COL4A3; and (b) COL4A4; and (c) COL4A5; in a patient for whom clinical and relevant family history criteria have been assessed by a specialist or consultant physician, who requests the service to be strongly suggestive of Alport syndrome.\\n\",\n            \"ScheduleFee\": \"1200.00\",\n            \"ScheduleFeeStartDate\": \"2019-05-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2019-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73299\",\n            \"Description\": \"Characterisation of germline gene variants: (a) in the following genes: (i) COL4A3; and (ii) COL4A4; and (iii) COL4A5; (b) in a patient who: (i) is a first degree biological relative of a patient who has had a pathogenic mutation identified in one or more of the genes mentioned in subparagraphs (a)(i), (ii) and (iii); and (ii) has not previously received a service which item 73298 applies; requested by a specialist or consultant physician.\\n\",\n            \"ScheduleFee\": \"400.00\",\n            \"ScheduleFeeStartDate\": \"2019-05-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2019-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73300\",\n            \"Description\": \"Detection of mutation of the FMR1 gene where: (a) the patient exhibits intellectual disability, ataxia, neurodegeneration, or premature ovarian failure consistent with an FMRI mutation; or (b) the patient has a relative with a FMR1 mutation 1 or more tests\\n\",\n            \"ScheduleFee\": \"101.30\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2003-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73301\",\n            \"Description\": \"A test of tumour tissue from a patient with advanced (FIGO III-IV), high grade serous or high grade epithelial ovarian, fallopian tube or primary peritoneal cancer, requested by a specialist or consultant physician, to determine eligibility relating to BRCA status for access to treatment with a poly (adenosine diphosphate [ADP]-ribose) polymerase (PARP) inhibitor under the Pharmaceutical Benefits Scheme (PBS) Applicable once per primary tumour diagnosis\\n\",\n            \"ScheduleFee\": \"1200.00\",\n            \"ScheduleFeeStartDate\": \"2020-08-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-08-01\"\n        },\n        {\n            \"ItemNumber\": \"73302\",\n            \"Description\": \"Characterisation of germline gene variants including copy number variants, in BRCA1 or BRCA2 genes, in a patient who has had a pathogenic or likely pathogenic variant identified in either gene by tumour testing and who has not previously received a service to which items 73295, 73296 or 73297 applies, requested by a specialist or consultant physician. Applicable once per primary tumour diagnosis\\n\",\n            \"ScheduleFee\": \"400.00\",\n            \"ScheduleFeeStartDate\": \"2020-08-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-08-01\"\n        },\n        {\n            \"ItemNumber\": \"73303\",\n            \"Description\": \"A test of tumour tissue from a patient with metastatic castration-resistant prostate cancer, including subsequent characterisation of germline gene variants should tumour tissue testing undertaken during the same service be inconclusive, requested by a specialist or consultant physician, to determine eligibility relating to BRCA status for access to a relevant treatment under the Pharmaceutical Benefits Scheme; Applicable once per primary tumour diagnosis\\n\",\n            \"ScheduleFee\": \"1000.00\",\n            \"ScheduleFeeStartDate\": \"2022-04-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-04-01\"\n        },\n        {\n            \"ItemNumber\": \"73304\",\n            \"Description\": \"Detection of germline BRCA1 or BRCA2 pathogenic or likely pathogenic gene variants, in a patient with metastatic castration‑resistant prostate cancer, for whom testing of tumour tissue is not clinically feasible, requested by a specialist or consultant physician, to determine eligibility for a relevant treatment under the Pharmaceutical Benefits Scheme; Applicable once per lifetime\\n\",\n            \"ScheduleFee\": \"1000.00\",\n            \"ScheduleFeeStartDate\": \"2022-04-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-04-01\"\n        },\n        {\n            \"ItemNumber\": \"73305\",\n            \"Description\": \"Detection of mutation of the FMR1 gene by Southern Blot analysis where the results in item 73300 are inconclusive\\n\",\n            \"ScheduleFee\": \"202.65\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2003-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73306\",\n            \"Description\": \"Gene expression profiling testing using EndoPredict, for the purpose of profiling gene expression in formalin‑fixed, paraffin‑embedded primary breast cancer tissue from core needle biopsy or surgical tumour sample to estimate the risk of distant recurrence of breast cancer within 10 years, if: (a) the sample is from a new primary breast cancer, which is suitable for adjuvant chemotherapy; and (b) the sample has been determined to be oestrogen receptor positive and HER2 negative by IHC and ISH respectively on surgically removed tumour; and (c) the sample is axillary node negative or positive (up to 3 nodes) with a tumour size of at least 1 cm and no more than 5 cm determined by histopathology on surgically removed tumour; and (d) the sample has no evidence of distal metastasis; and (e) pre‑testing of intermediate risk of distant metastases has shown that the tumour is defined by at least one of the following characteristics: (i) histopathological grade 2 or 3; (ii) one to 3 lymph nodes involved in metastatic disease (including micrometastases but not isolated tumour cells); and (f) the service is not administered for the purpose of altering treatment decisions Applicable once per new primary breast cancer diagnosis for any particular patient\\n\",\n            \"ScheduleFee\": \"1200.00\",\n            \"ScheduleFeeStartDate\": \"2023-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73307\",\n            \"Description\": \"A test of tumour tissue from a patient with advanced (FIGO III-IV), high-grade serous or other high-grade ovarian, fallopian tube or primary peritoneal carcinoma, requested by a specialist or consultant physician, if the test is: (a) to determine eligibility with respect to homologous recombination deficiency (HRD) status, including BRCA1 or BRCA2 status, to provide access to poly (adenosine diphosphate [ADP]-ribose) polymerase (PARP) inhibitor therapy under the Pharmaceutical Benefits Scheme; and (b) including a service described in item 73301 Applicable once per primary tumour diagnosis\\n\",\n            \"ScheduleFee\": \"3000.00\",\n            \"ScheduleFeeStartDate\": \"2024-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-01-01\"\n        },\n        {\n            \"ItemNumber\": \"73308\",\n            \"Description\": \"Characterisation of the genotype of a patient for Factor V Leiden gene mutation, or detection of the other relevant mutations in the investigation of proven venous thrombosis or pulmonary embolism - 1 or more tests\\n\",\n            \"ScheduleFee\": \"36.45\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73309\",\n            \"Description\": \"A test described in item 73308, if rendered by a receiving APP - 1 or more tests (Item is subject to rule 18)\\n\",\n            \"ScheduleFee\": \"36.45\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73310\",\n            \"Description\": \"Measurable residual disease (MRD) testing by next-generation sequencing, performed on bone marrow (or a peripheral blood sample if bone marrow cannot be collected) from a patient diagnosed with acute lymphoblastic leukaemia, for the purpose of determining baseline MRD, or facilitating the determination of MRD following combination chemotherapy or after salvage therapy, requested by a specialist or consultant physician practising as a haematologist or oncologist\\n\",\n            \"ScheduleFee\": \"1550.00\",\n            \"ScheduleFeeStartDate\": \"2023-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist haematologist', 'Specialist medical oncologist' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73311\",\n            \"Description\": \"Characterisation of the genotype of a person who is a first degree relative of a person who has proven to have 1 or more abnormal genotypes under item 73308 - 1 or more tests\\n\",\n            \"ScheduleFee\": \"36.45\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73312\",\n            \"Description\": \"A test described in item 73311, if rendered by a receiving APP - 1 or more tests (Item is subject to rule 18)\\n\",\n            \"ScheduleFee\": \"36.45\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73313\",\n            \"Description\": \"Development of a quantitative patient‑specific molecular assay for measurable residual disease (MRD) testing performed on bone marrow (or a peripheral blood sample if bone marrow cannot be collected) from a patient diagnosed with acute lymphoblastic leukaemia treated with combination chemotherapy or after salvage therapy, including the first service described in item 73316 performed on that bone marrow or peripheral blood sample, requested by a specialist or consultant physician practising as a haematologist or oncologist Applicable once per patient per episode of disease or per relapse\\n\",\n            \"ScheduleFee\": \"3000.00\",\n            \"ScheduleFeeStartDate\": \"2024-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist haematologist', 'Specialist medical oncologist' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"73314\",\n            \"Description\": \"Characterisation of gene rearrangement or the identification of mutations within a known gene rearrangement, in the diagnosis and monitoring of patients with laboratory evidence of: (a) acute myeloid leukaemia; or (b) acute promyelocytic leukaemia; or (c) acute lymphoid leukaemia; or (d) chronic myeloid leukaemia;\\n\",\n            \"ScheduleFee\": \"230.95\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73315\",\n            \"Description\": \"A test described in item 73314, if rendered by a receiving APP - 1 or more tests (Item is subject to rule 18)\\n\",\n            \"ScheduleFee\": \"230.95\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73316\",\n            \"Description\": \"Measurable residual disease (MRD) testing by a quantitative patient-specific molecular assay performed on bone marrow (or, in a patient with T-cell acute lymphoblastic leukaemia, performed on a peripheral blood sample if bone marrow cannot be collected) from a patient diagnosed with acute lymphoblastic leukaemia treated with combination chemotherapy or after salvage therapy, requested by a specialist or consultant physician practising as a haematologist or oncologist, other than a service associated with a service to which item 73313 applies\\n\",\n            \"ScheduleFee\": \"780.00\",\n            \"ScheduleFeeStartDate\": \"2024-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist haematologist', 'Specialist medical oncologist' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-07-01\"\n        },\n        {\n            \"ItemNumber\": \"73317\",\n            \"Description\": \"Detection of the C282Y genetic mutation of the HFE gene and, if performed, detection of other mutations for haemochromatosis where: (a) the patient has an elevated transferrin saturation or elevated serum ferritin on testing of repeated specimens; or (b) the patient has a first degree relative with haemochromatosis; or (c) the patient has a first degree relative with homozygosity for the C282Y genetic mutation, or with compound heterozygosity for recognised genetic mutations for haemochromatosis (Item is subject to rule 20)\\n\",\n            \"ScheduleFee\": \"36.45\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73318\",\n            \"Description\": \"A test described in item 73317, if rendered by a receiving APP - 1 or more tests (Item is subject to rule 18 and 20)\\n\",\n            \"ScheduleFee\": \"36.45\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73319\",\n            \"Description\": \"Detection in tumour tissue of isocitrate dehydrogenase 1 (IDH1) variant status, in a patient with histologically confirmed cholangiocarcinoma, to determine eligibility for a relevant treatment listed under the Pharmaceutical Benefits Scheme. Applicable only once per lifetime\\n\",\n            \"ScheduleFee\": \"340.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"73320\",\n            \"Description\": \"Detection of HLA-B27 by nucleic acid amplification includes a service described in 71147 unless the service in item 73320 is rendered as a pathologist determinable service. (Item is subject to rule 27)\\n\",\n            \"ScheduleFee\": \"40.55\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2006-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73321\",\n            \"Description\": \"A test described in item 73320, if rendered by a receiving APP - 1 or more tests. (Item is subject to rule 18 and 27)\\n\",\n            \"ScheduleFee\": \"40.55\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73322\",\n            \"Description\": \"Genetic testing in the DPYD gene to diagnose or predict fluoropyrimidine-induced toxicity in a patient, if: (a) the service is requested by a specialist or consultant physician; and (b) the service is rendered before, during or after systemic administration of chemotherapy or radio-sensitisation, with a fluoropyrimidine, to the patient; and (c) genotyping is performed to detect DPYD variants linked to reduced or absent dihydropyrimidine dehydrogenase activity Applicable once per lifetime\\n\",\n            \"ScheduleFee\": \"182.00\",\n            \"ScheduleFeeStartDate\": \"2025-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2025-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73323\",\n            \"Description\": \"Determination of HLAB5701 status by molecular techniques prior to the initiation of Abacavir therapy including item 71203 if performed.\\n\",\n            \"ScheduleFee\": \"40.55\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73324\",\n            \"Description\": \"A test described in item 73323 if rendered by a receiving APP 1 or more tests (Item is subject to Rule 18)\\n\",\n            \"ScheduleFee\": \"40.95\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2008-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73325\",\n            \"Description\": \"Determination of JAK2 V617F variant allele frequency in the diagnostic work‑up by, or on behalf of, a specialist or consultant physician, for a patient with clinical and laboratory evidence of a myeloproliferative neoplasm\\n\",\n            \"ScheduleFee\": \"90.00\",\n            \"ScheduleFeeStartDate\": \"2022-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2011-07-01\"\n        },\n        {\n            \"ItemNumber\": \"73326\",\n            \"Description\": \"Characterisation of the gene rearrangement FIP1L1-PDGFRA in the diagnostic work-up and management of a patient with laboratory evidence of: a) mast cell disease; or b) idiopathic hypereosinophilic syndrome; or c) chronic eosinophilic leukaemia;. 1 or more tests\\n\",\n            \"ScheduleFee\": \"230.95\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2011-07-01\"\n        },\n        {\n            \"ItemNumber\": \"73327\",\n            \"Description\": \"Detection of genetic polymorphisms in the Thiopurine S-methyltransferase gene for the prevention of dose-related toxicity during treatment with thiopurine drugs; including (if performed) any service described in item 65075. 1 or more tests\\n\",\n            \"ScheduleFee\": \"51.95\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2011-07-01\"\n        },\n        {\n            \"ItemNumber\": \"73332\",\n            \"Description\": \"An in situ hybridization (ISH) test of tumour tissue from a patient with breast cancer requested by, or on the advice of, a specialist or consultant physician who manages the treatment of the patient to determine if the requirements relating to human epidermal growth factor receptor 2 (HER2) gene amplification for access to trastuzumab under the Pharmaceutical Benefits Scheme (PBS) or the Herceptin Program are fulfilled.\\n\",\n            \"ScheduleFee\": \"315.40\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2012-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73333\",\n            \"Description\": \"Detection of germline mutations of the von Hippel‑Lindau (VHL) gene: (a) in a patient who has a clinical diagnosis of VHL syndrome and: (i) a family history of VHL syndrome and one of the following: (A) haemangioblastoma (retinal or central nervous system); (B) phaeochromocytoma; (C) renal cell carcinoma; or (ii) 2 or more haemangioblastomas; or (iii) one haemangioblastoma and a tumour or a cyst of: (A) the adrenal gland; or (B) the kidney; or (C) the pancreas; or (D) the epididymis; or (E) a broad ligament (other than epididymal and single renal cysts, which are common in the general population); or (b) in a patient presenting with one or more of the following clinical features suggestive of VHL syndrome: (i) haemangiblastomas of the brain, spinal cord, or retina; (ii) phaeochromocytoma; (iii) functional extra‑adrenal paraganglioma\\n\",\n            \"ScheduleFee\": \"600.00\",\n            \"ScheduleFeeStartDate\": \"2012-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2012-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73334\",\n            \"Description\": \"Detection of germline mutations of the von Hippel-Lindau (VHL) gene in biological relatives of a patient with a known mutation in the VHL gene\\n\",\n            \"ScheduleFee\": \"340.00\",\n            \"ScheduleFeeStartDate\": \"2012-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2012-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73335\",\n            \"Description\": \"Detection of somatic mutations of the von Hippel-Lindau (VHL) gene in a patient with: (a) 2 or more tumours comprising: (i) 2 or more haemangioblastomas, or (ii) one haemangioblastoma and a tumour of: (A) the adrenal gland; or (B) the kidney; or (C) the pancreas; or (D) the epididymis; and (b) no germline mutations of the VHL gene identified by genetic testing\\n\",\n            \"ScheduleFee\": \"470.00\",\n            \"ScheduleFeeStartDate\": \"2012-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2012-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73336\",\n            \"Description\": \"A test of tumour tissue from a patient with stage III or stage IV metastatic cutaneous melanoma, requested by, or on behalf of, a specialist or consultant physician, to determine if the requirements relating to BRAF V600 mutation status for access to dabrafenib, vemurafenib or encorafenib under the Pharmaceutical Benefits Scheme are fulfilled.\\n\",\n            \"ScheduleFee\": \"230.95\",\n            \"ScheduleFeeStartDate\": \"2013-12-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2013-12-01\"\n        },\n        {\n            \"ItemNumber\": \"73337\",\n            \"Description\": \"A test of tumour tissue from a patient with a new diagnosis of non-small cell lung cancer, requested by, or on behalf of, a specialist or consultant physician, if the test is: (a) for epidermal growth factor receptor (EGFR) status to determine eligibility for a relevant treatment under the Pharmaceutical Benefits Scheme; and (b) not associated with a service to which item 73437 or 73438 applies\\n\",\n            \"ScheduleFee\": \"397.35\",\n            \"ScheduleFeeStartDate\": \"2014-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"73338\",\n            \"Description\": \"A test of tumour tissue from a patient with metastatic colorectal cancer (stage IV), requested by a specialist or consultant physician, to determine if: (a) requirements relating to rat sarcoma oncogene (RAS) gene variant status for access to cetuximab or panitumumab under the Pharmaceutical Benefits Scheme are fulfilled, if: the test is conducted for all clinically relevant mutations on KRAS exons 2, 3 and 4 and NRAS exons 2, 3, and 4; or a clinically-relevant RAS variant is detected; and, in cases where no RAS variant is detected (b) the requirements relating to BRAF V600 gene variant status for access to encorafenib under the Pharmaceutical Benefits Scheme are fulfilled.\\n\",\n            \"ScheduleFee\": \"362.60\",\n            \"ScheduleFeeStartDate\": \"2016-08-22\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2014-04-01\"\n        },\n        {\n            \"ItemNumber\": \"73339\",\n            \"Description\": \"Detection of germline mutations in the RET gene in patients with a suspected clinical diagnosis of multiple endocrine neoplasia type 2 (MEN2) requested by a specialist or consultant physician who manages the treatment of the patient. One test. (Item is subject to rule 25)\\n\",\n            \"ScheduleFee\": \"400.00\",\n            \"ScheduleFeeStartDate\": \"2014-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2014-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73340\",\n            \"Description\": \"Detection of a known mutation in the RET gene in an asymptomatic relative of a patient with a documented pathogenic germline RET mutation requested by a specialist or consultant physician who manages the treatment of the patient. One test. (Item is subject to rule 25)\\n\",\n            \"ScheduleFee\": \"200.00\",\n            \"ScheduleFeeStartDate\": \"2014-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2014-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73341\",\n            \"Description\": \"Fluorescence in situ hybridisation (FISH) test of tumour tissue from a patient with a new diagnosis of non-small cell lung cancer, requested by a specialist or consultant physician, if the test is: (a) for ALK gene rearrangement status to determine eligibility for a relevant treatment under the Pharmaceutical Benefits Scheme; and (b) not associated with a service to which item 73437 or 73439 applies\\n\",\n            \"ScheduleFee\": \"400.00\",\n            \"ScheduleFeeStartDate\": \"2015-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2015-07-01\"\n        },\n        {\n            \"ItemNumber\": \"73342\",\n            \"Description\": \"An in situ hybridisation (ISH) test of tumour tissue from a patient with metastatic adenocarcinoma of the stomach or gastro-oesophageal junction, with documented evidence of human epidermal growth factor receptor 2 (HER2) overexpression by immunohistochemical (IHC) examination giving a staining intensity score of 2+ or 3+ on the same tumour tissue sample, requested by, or on the advice of, a specialist or consultant physician who manages the treatment of the patient to determine if the requirements relating to HER2 gene amplification for access to trastuzumab under the Pharmaceutical Benefits Scheme are fulfilled.\\n\",\n            \"ScheduleFee\": \"315.40\",\n            \"ScheduleFeeStartDate\": \"2016-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2016-01-01\"\n        },\n        {\n            \"ItemNumber\": \"73343\",\n            \"Description\": \"Detection of 17p chromosomal deletions, in a patient with chronic lymphocytic leukaemia or small lymphocytic lymphoma, on a peripheral blood, bone marrow or lymph node sample, requested by a specialist or consultant physician For any particular patient: (a) at initial diagnosis; or (b) at disease relapse; or (c) on disease progression; but only where initiation of, or change in, therapy is anticipated\\n\",\n            \"ScheduleFee\": \"589.90\",\n            \"ScheduleFeeStartDate\": \"2021-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2017-09-01\"\n        },\n        {\n            \"ItemNumber\": \"73344\",\n            \"Description\": \"Fluorescence in situ hybridization (FISH) test of tumour tissue from a patient with a new diagnosis of non-small cell lung cancer, requested by a specialist or consultant physician, if the test is: (a) for ROS1 gene arrangement status to determine eligibility for a relevant treatment under the Pharmaceutical Benefits Scheme; and (b) not associated with a service to which item 73437 or 73439 applies\\n\",\n            \"ScheduleFee\": \"400.00\",\n            \"ScheduleFeeStartDate\": \"2019-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2019-01-01\"\n        },\n        {\n            \"ItemNumber\": \"73345\",\n            \"Description\": \"Testing of a patient for pathogenic cystic fibrosis transmembrane conductance regulator variants for the purpose of investigating, making or excluding a diagnosis of cystic fibrosis or a cystic fibrosis transmembrane conductance regulator related disorder when requested by a specialist or consultant physician who manages the treatment of the patient, not being a service associated with a service to which item 73347, 73348, or 73349 applies. The patient must have clinical or laboratory findings suggesting there is a high probability suggestive of cystic fibrosis or a cystic fibrosis transmembrane conductance regulator related disorder.\\n\",\n            \"ScheduleFee\": \"500.00\",\n            \"ScheduleFeeStartDate\": \"2018-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"73346\",\n            \"Description\": \"Testing of a pregnant patient whose carrier status for pathogenic cystic fibrosis transmembrane conductance regulator variants, as well as their reproductive partner carrier status is unknown, for the purpose of determining whether pathogenic cystic fibrosis transmembrane conductance regulator variants are present in the fetus, in order to make or exclude a diagnosis of cystic fibrosis or a cystic fibrosis transmembrane conductance regulator related disorder in the fetus when requested by a specialist or consultant physician who manages the treatment of the patient, not being a service associated with a service to which item 73350 applies. The fetus must have ultrasonic findings of echogenic gut, with unknown familial cystic fibrosis transmembrane conductance regulator variants.\\n\",\n            \"ScheduleFee\": \"500.00\",\n            \"ScheduleFeeStartDate\": \"2018-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"73347\",\n            \"Description\": \"Testing of a prospective parent for pathogenic cystic fibrosis transmembrane conductance regulator variants for the purpose of determining the risk of their fetus having pathogenic cystic fibrosis transmembrane conductance regulator variants. This is indicated when the fetus has ultrasonic evidence of echogenic gut when requested by a specialist or consultant physician who manages the treatment of the patient, not being a service associated with a service to which item 73345, 73348, or 73349 applies.\\n\",\n            \"ScheduleFee\": \"500.00\",\n            \"ScheduleFeeStartDate\": \"2018-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"73348\",\n            \"Description\": \"Testing of a patient with a laboratory-established family history of pathogenic cystic fibrosis transmembrane conductance regulator variants, for the purpose of determining whether the patient is an asymptomatic genetic carrier of the pathogenic cystic fibrosis transmembrane conductance regulator variants that have been laboratory established in the family history, not being a service associated with a service to which item 73345, 73347, or 73349 applies. The patient must have a positive family history, confirmed by laboratory findings of pathogenic cystic fibrosis transmembrane conductance regulator variants, with a personal risk of being a heterozygous genetic carrier of at least 6%. (This includes family relatedness of: parents, children, full-siblings, half-siblings, grand-parents, grandchildren, aunts, uncles, first cousins, and first cousins once-removed, but excludes relatedness of second cousins or more distant relationships).\\n\",\n            \"ScheduleFee\": \"250.00\",\n            \"ScheduleFeeStartDate\": \"2018-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"73349\",\n            \"Description\": \"Testing of a patient for pathogenic cystic fibrosis transmembrane conductance regulator variants for the purpose of determining the reproductive risk of the patient with their reproductive partner because their reproductive partner is already known to have pathogenic cystic fibrosis transmembrane conductance regulator variants requested by a specialist or consultant physician who manages the treatment of the patient, not being a service associated with a service to which item 73345, 73347, or 73348 applies.\\n\",\n            \"ScheduleFee\": \"500.00\",\n            \"ScheduleFeeStartDate\": \"2018-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"73350\",\n            \"Description\": \"Testing of a pregnant patient, where one or both prospective parents are known to be a genetic carrier of pathogenic cystic fibrosis transmembrane conductance regulator variants for the purpose of determining whether pathogenic cystic fibrosis transmembrane conductance regulator variants are present in the fetus in order to make or exclude a diagnosis of cystic fibrosis or a cystic fibrosis transmembrane conductance regulator related disorder in the fetus, when requested by a specialist or consultant physician who manages the treatment of the patient, not being a service associated with a service to which item 73346 applies. The fetus must be at 25% or more risk of cystic fibrosis or a cystic fibrosis transmembrane conductance regulator related disorder because of known familial cystic fibrosis transmembrane conductance regulator variants.\\n\",\n            \"ScheduleFee\": \"250.00\",\n            \"ScheduleFeeStartDate\": \"2018-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2018-07-01\"\n        },\n        {\n            \"ItemNumber\": \"73351\",\n            \"Description\": \"A test of tumour tissue that is derived from a new sample from a patient with locally advanced (Stage IIIb) or metastatic (Stage IV) non-small cell lung cancer (NSCLC), who has progressed on or after treatment with an epidermal growth factor receptor tyrosine kinase inhibitor (EGFR TKI). The test is to be requested by a specialist or consultant physician, to determine if the requirements relating to EGFR T790M gene status for access to osimertinib under the Pharmaceutical Benefits Scheme are fulfilled.\\n\",\n            \"ScheduleFee\": \"397.35\",\n            \"ScheduleFeeStartDate\": \"2019-02-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2019-02-01\"\n        },\n        {\n            \"ItemNumber\": \"73352\",\n            \"Description\": \"Characterisation of germline variants causing familial hypercholesterolaemia (which must include the LDLR, PCSK9 and APOB genes), requested by a specialist or consultant physician, for a patient: (a) for whom no familial mutation has been identified; and (b) who has any of the following: (i) a Dutch Lipid Clinic Network score of at least 6; (ii) an LDL-cholesterol level of at least 6.5 mmol/L in the absence of secondary causes; (iii) an LDL-cholesterol level of between 5.0 and 6.5 mmol/L with signs of premature or accelerated atherogenesis Applicable only once per lifetime\\n\",\n            \"ScheduleFee\": \"1200.00\",\n            \"ScheduleFeeStartDate\": \"2020-05-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73353\",\n            \"Description\": \"Detection of a familial mutation for a patient who has a first- or second-degree relative with a documented pathogenic germline gene variant for familial hypercholesterolaemia Applicable only once per lifetime\\n\",\n            \"ScheduleFee\": \"400.00\",\n            \"ScheduleFeeStartDate\": \"2020-05-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73354\",\n            \"Description\": \"Characterisation of germline gene variants, including copy number variation, in the MLH1, MSH2, MSH6, PMS2 and EPCAM genes, requested by a specialist or consultant physician, for:(a) a patient with suspected Lynch syndrome following immunohistochemical examination of neoplastic tissue that has demonstrated loss of expression of one or more mismatch repair proteins; or (b) a patient: (i) who has endometrial cancer; and (ii) who is assessed by the specialist or consultant physician as being at a risk of more than 10% of having Lynch syndrome, on the basis of clinical and family history criteria\\n\",\n            \"ScheduleFee\": \"1200.00\",\n            \"ScheduleFeeStartDate\": \"2020-05-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73355\",\n            \"Description\": \"Characterisation of germline gene variants, including copy number variation, in the APC and MUTYH genes, requested by a specialist or consultant physician, for a patient: (a) who has adenomatous polyposis; and (b) who is assessed by the specialist or consultant physician as being at a risk of more than 10% of having either of the following, on the basis of clinical and family history criteria: (i) familial adenomatous polyposis; (ii) MUTYH-associated polyposis\\n\",\n            \"ScheduleFee\": \"1200.00\",\n            \"ScheduleFeeStartDate\": \"2020-05-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73356\",\n            \"Description\": \"Characterisation of germline gene variants, including copy number variation, in the SMAD4, BMPR1A, STK11 and GREM1 genes, requested by a specialist or consultant physician, for a patient: (a) who has non-adenomatous polyposis; and (b) who is assessed by the specialist or consultant physician as being at a risk of more than 10% of having any of the following, on the basis of clinical and family history criteria: (i) juvenile polyposis syndrome; (ii) Peutz-Jeghers syndrome; (iii) hereditary mixed polyposis syndrome\\n\",\n            \"ScheduleFee\": \"1200.00\",\n            \"ScheduleFeeStartDate\": \"2020-05-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73357\",\n            \"Description\": \"Characterisation of germline gene variants, including copy number variation, in the genes mentioned in item 73354, 73355 or 73356, requested by a specialist or consultant physician, for a patient: (a) who has a biological relative with a pathogenic mutation identified in one or more of those genes; and (b) who has not previously received a service to which any of items 73354, 73355 and 73356 apply\\n\",\n            \"ScheduleFee\": \"400.00\",\n            \"ScheduleFeeStartDate\": \"2020-05-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73358\",\n            \"Description\": \"Characterisation, via whole exome or genome sequencing and analysis, of germline variants known to cause monogenic disorders, if: (a) the characterisation is: (i) requested by a consultant physician practising as a clinical geneticist; or (ii) requested by a consultant physician practising as a specialist paediatrician, following consultation with a clinical geneticist; and (b) the patient is aged 10 years or younger and is strongly suspected of having a monogenic condition, based on the presence of: (i) dysmorphic facial appearance and one or more major structural congenital anomalies; or (ii) intellectual disability or global developmental delay of at least moderate severity, as determined by a specialist paediatrician; and (c) the characterisation is performed following the performance for the patient of a service to which item 73292 applies for which the results were non-informative; and (d) the characterisation is not performed in conjunction with a service to which item 73359 applies Applicable only once per lifetime\\n\",\n            \"ScheduleFee\": \"2100.00\",\n            \"ScheduleFeeStartDate\": \"2020-05-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"10 years or younger\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist paediatrician', 'Specialist clinical geneticist' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73359\",\n            \"Description\": \"Characterisation, via whole exome or genome sequencing and analysis, of germline variants known to cause monogenic disorders, if: (a) the characterisation is: (i) requested by a consultant physician practising as a clinical geneticist; or (ii) requested by a consultant physician practising as a specialist paediatrician, following consultation with a clinical geneticist; and (b) the request for the characterisation states that singleton testing is inappropriate; and (c) the patient is aged 10 years or younger and is strongly suspected of having a monogenic condition, based on the presence of: (i) dysmorphic facial appearance and one or more major structural congenital anomalies; or (ii) intellectual disability or global developmental delay of at least moderate severity, as determined by a specialist paediatrician; and (d) the characterisation is performed following the performance for the patient of a service to which item 73292 applies for which the results were non-informative; and (e) the characterisation is performed using a sample from the patient and a sample from each of the patient’s biological parents; and (f) the characterisation is not performed in conjunction with a service to which item 73358 applies Applicable only once per lifetime\\n\",\n            \"ScheduleFee\": \"2900.00\",\n            \"ScheduleFeeStartDate\": \"2020-05-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"10 years or younger\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist paediatrician', 'Specialist clinical geneticist' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73360\",\n            \"Description\": \"Re-analysis of whole exome or genome data obtained in performing a service to which item 73358 or 73359 applies, for characterisation of previously unreported germline gene variants related to the clinical phenotype, if: (a) the re-analysis is: (i) requested by a consultant physician practising as a clinical geneticist; or (ii) requested by a consultant physician practising as a specialist paediatrician, following consultation with a clinical geneticist; and (b) the patient is aged 15 years or younger and is strongly suspected of having a monogenic condition; and (c) the re-analysis is performed at least 18 months after: (i) a service to which item 73358 or 73359 applies; or (ii) a service to which this item applies Applicable only twice per lifetime\\n\",\n            \"ScheduleFee\": \"500.00\",\n            \"ScheduleFeeStartDate\": \"2020-05-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligibleAgeRange\": \"15 years or younger\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist paediatrician', 'Specialist clinical geneticist' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73361\",\n            \"Description\": \"Testing of a person (the person tested) for the detection of a single gene variant for diagnostic purposes, if: the person tested has a biological sibling (the sibling) with a known monogenic condition; and a service described in item 73358, 73359 or 73360 has identified the causative variant for the sibling’s condition; and the results of the testing performed for the sibling are made available for the purpose of providing the detection for the person tested; and the detection is: requested by a consultant physician practising as a clinical geneticist; or requested by a consultant physician practising as a specialist paediatrician, following consultation with a clinical geneticist; and the detection is not performed in conjunction with a service to which item 73362 or 73363 applies Applicable only once per variant per lifetime\\n\",\n            \"ScheduleFee\": \"400.00\",\n            \"ScheduleFeeStartDate\": \"2020-05-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist paediatrician', 'Specialist clinical geneticist' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73362\",\n            \"Description\": \"Testing of a person (the person tested) for the detection of a single gene variant for the purpose of reproductive decision making, if: the person tested has a first‑degree relative (the relative) with a known monogenic condition; and a service described in item 73358, 73359 or 73360 has identified the causative variant for the relative’s condition; and the results of the testing performed for the relative are made available for the purpose of providing the detection for the person tested; and the detection is requested by a consultant physician or specialist; and the detection is not performed in conjunction with item 73359, 73361 or 73363 Applicable only once per variant per lifetime\\n\",\n            \"ScheduleFee\": \"400.00\",\n            \"ScheduleFeeStartDate\": \"2020-05-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73363\",\n            \"Description\": \"Testing of a person (the person tested) for the detection of a single gene variant for segregation analysis in relation to another person (the patient), if: the patient has a known phenotype of a suspected monogenic condition; and a service described in item 73358 or 73360 has identified a potentially causative variant for the patient; and the person tested is a biological parent or other biological relative of the patient; and a sample from the person tested has not previously been tested in relation to the patient for a service to which item 73359 applies; and the results of the testing of the person tested for this service are made available for the purpose of providing the detection for the patient; and the detection is: requested by a consultant physician practising as a clinical geneticist; or requested by a consultant physician practising as a specialist paediatrician, following consultation with a clinical geneticist; and the detection is not performed in conjunction with item 73361 or 73362 Applicable only once per variant per lifetime\\n\",\n            \"ScheduleFee\": \"400.00\",\n            \"ScheduleFeeStartDate\": \"2020-05-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist paediatrician', 'Specialist clinical geneticist' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73364\",\n            \"Description\": \"Analysis of tumour tissue, requested by a specialist or consultant physician, that: (a) is for: (i) the characterisation of MYC gene rearrangement; and (ii) if the results of the characterisation mentioned in subparagraph (i) are positive—the characterisation of either or both of BCL2 gene rearrangement and BCL6 gene rearrangement; and (b) is for a patient: (i) for whom MYC immunohistochemistry is non-negative; and (ii) with clinical or laboratory evidence, including morphological features, of diffuse large B-cell lymphoma or high grade B-cell lymphoma; and (c) is not performed in conjunction with item 73365 Applicable only once per lifetime\\n\",\n            \"ScheduleFee\": \"400.00\",\n            \"ScheduleFeeStartDate\": \"2020-05-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73365\",\n            \"Description\": \"Analysis of tumour tissue, requested by a specialist or consultant physician, that: (a) is for the characterisation of MYC gene rearrangement; and (b) is for a patient with clinical or laboratory evidence, including morphological features, of Burkitt lymphoma; and (c) is not performed in conjunction with item 73364 Applicable only once per lifetime\\n\",\n            \"ScheduleFee\": \"340.00\",\n            \"ScheduleFeeStartDate\": \"2020-05-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73366\",\n            \"Description\": \"Analysis of tumour tissue, requested by a specialist or consultant physician, that: (a) is for the characterisation of either or both of the following: (i) CCND1 gene rearrangement; (ii) CCND2 gene rearrangement; and (b) is for a patient with clinical or laboratory evidence, including morphological features, of mantle cell lymphoma Applicable only once per lifetime\\n\",\n            \"ScheduleFee\": \"400.00\",\n            \"ScheduleFeeStartDate\": \"2020-05-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73367\",\n            \"Description\": \"Analysis of tumour tissue, requested by a specialist or consultant physician, that: (a) is for the presence of isochromosome 7q; and (b) is for a patient with clinical or laboratory evidence, including morphological features, of hepatosplenic T‑cell lymphoma Applicable only once per lifetime\\n\",\n            \"ScheduleFee\": \"340.00\",\n            \"ScheduleFeeStartDate\": \"2020-05-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73368\",\n            \"Description\": \"Analysis of tumour tissue, requested by a specialist or consultant physician, that: (a) is for the characterisation of either or both of the following: (i) DUSP22 gene rearrangement; (ii) TP63 gene rearrangement; and (b) is for a patient with clinical or laboratory evidence, including morphological features, of ALK negative anaplastic large cell lymphoma Applicable only once per lifetime\\n\",\n            \"ScheduleFee\": \"400.00\",\n            \"ScheduleFeeStartDate\": \"2020-05-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73369\",\n            \"Description\": \"Analysis of blood or bone marrow, requested by a specialist or consultant physician, that: (a) is for the characterisation of either or both of the following: (i) TCL1A gene rearrangement; (ii) MTCP1 gene rearrangement; and (b) is for a patient with clinical or laboratory evidence, including morphological features, of T‑cell prolymphocytic leukaemia Applicable only once per lifetime\\n\",\n            \"ScheduleFee\": \"400.00\",\n            \"ScheduleFeeStartDate\": \"2020-05-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73370\",\n            \"Description\": \"Analysis of blood or bone marrow, requested by a specialist or consultant physician, that: (a) is for the characterisation of the following: (i) chromosome translocations t(4;14), t(14;16), t(14;20); (ii) 1q gain; (iii) 17p deletion; and (b) is for a patient with clinical or laboratory evidence, including morphological features, of plasma cell myeloma Applicable only once per lifetime\\n\",\n            \"ScheduleFee\": \"500.00\",\n            \"ScheduleFeeStartDate\": \"2020-05-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73371\",\n            \"Description\": \"Analysis of tumour tissue, requested by a specialist or consultant physician, that: (a) is for the detection of chromosome 1p/19q co‑deletion; and (b) is for a patient with clinical or laboratory evidence, including morphological features, of glial neoplasm with probable oligodendroglial component Applicable only once per lifetime\\n\",\n            \"ScheduleFee\": \"340.00\",\n            \"ScheduleFeeStartDate\": \"2020-05-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73372\",\n            \"Description\": \"Analysis of tumour tissue, requested by a specialist or consultant physician, that: (a) is for the identification of IDH1/2 pathological variant status; and (b) is for a patient with: (i) negative IDH1 (R132H) immunohistochemistry; and (ii) clinical or laboratory evidence, including morphological features, of glial neoplasm Applicable only once per lifetime\\n\",\n            \"ScheduleFee\": \"340.00\",\n            \"ScheduleFeeStartDate\": \"2020-05-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73373\",\n            \"Description\": \"Analysis of tumour tissue, requested by a specialist or consultant physician, that: (a) is for the characterisation of MGMT promoter methylation status; and (b) is for a patient with clinical or laboratory evidence, including morphological features, of glioblastoma Applicable only once per lifetime\\n\",\n            \"ScheduleFee\": \"400.00\",\n            \"ScheduleFeeStartDate\": \"2020-05-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73374\",\n            \"Description\": \"Analysis of tumour tissue, requested by a specialist or consultant physician, that: (a) is for the characterisation of copy number changes, gene rearrangements, or other molecular changes in genes associated with sarcoma; and (b) is for a patient with clinical or laboratory evidence, including morphological features, of sarcoma— analysis in relation to only one gene Applicable once per tumour diagnostic episode\\n\",\n            \"ScheduleFee\": \"340.00\",\n            \"ScheduleFeeStartDate\": \"2020-05-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73375\",\n            \"Description\": \"An analysis described in item 73374—analysis in relation to only 2 or 3 genes Applicable once per tumour diagnostic episode\\n\",\n            \"ScheduleFee\": \"400.00\",\n            \"ScheduleFeeStartDate\": \"2020-05-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73376\",\n            \"Description\": \"An analysis described in item 73374—analysis in relation to 4 or more genes Applicable once per tumour diagnostic episode\\n\",\n            \"ScheduleFee\": \"800.00\",\n            \"ScheduleFeeStartDate\": \"2020-05-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73377\",\n            \"Description\": \"Analysis of tumour tissue, requested by a specialist or consultant physician, that: (a) is for the detection of FOXL2.402C&gt;G status; and (b) is for a patient with clinical or laboratory evidence, including morphological features, of granulosa cell ovarian tumour Applicable only once per lifetime\\n\",\n            \"ScheduleFee\": \"250.00\",\n            \"ScheduleFeeStartDate\": \"2020-05-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73378\",\n            \"Description\": \"Analysis of tumour tissue, requested by a specialist or consultant physician, that: (a) is for the characterisation of NUTM1 gene status at 15q14; and (b) is for a patient with clinical or laboratory evidence, including morphological features, of midline NUT carcinoma Applicable only once per lifetime\\n\",\n            \"ScheduleFee\": \"340.00\",\n            \"ScheduleFeeStartDate\": \"2020-05-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73379\",\n            \"Description\": \"Analysis of tumour tissue, requested by a specialist or consultant physician, that: (a) is for the characterisation of ETV6‑NTRK3 gene rearrangement; and (b) is for a patient with clinical or laboratory evidence, including morphological features, of secretory carcinoma of the breast Applicable only once per lifetime\\n\",\n            \"ScheduleFee\": \"340.00\",\n            \"ScheduleFeeStartDate\": \"2020-05-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73380\",\n            \"Description\": \"Analysis of tumour tissue, requested by a specialist or consultant physician, that: (a) is for the characterisation of MAML2 gene rearrangement; and (b) is for a patient with clinical or laboratory evidence, including morphological features, of mucoepidermoid carcinoma Applicable only once per lifetime\\n\",\n            \"ScheduleFee\": \"340.00\",\n            \"ScheduleFeeStartDate\": \"2020-05-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73381\",\n            \"Description\": \"Analysis of tumour tissue, requested by a specialist or consultant physician, that: (a) is for the characterisation of ETV6‑NTRK3 gene rearrangement; and (b) is for a patient with clinical or laboratory evidence, including morphological features, of mammary analogue secretory carcinoma of the salivary gland Applicable only once per lifetime\\n\",\n            \"ScheduleFee\": \"340.00\",\n            \"ScheduleFeeStartDate\": \"2020-05-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73382\",\n            \"Description\": \"Analysis of tumour tissue, requested by a specialist or consultant physician, that: (a) is for the characterisation of EWSR1 gene rearrangement, with or without PLAG1 gene rearrangement; and (b) is for a patient with clinical or laboratory evidence, including morphological features, of hyalinising clear cell carcinoma of the salivary gland Applicable only once per lifetime\\n\",\n            \"ScheduleFee\": \"340.00\",\n            \"ScheduleFeeStartDate\": \"2020-05-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73383\",\n            \"Description\": \"Analysis of tumour tissue, requested by a specialist or consultant physician, that: (a) is for the characterisation of either or both of the following: (i) TFE3 gene rearrangement; (ii) TFEB gene rearrangement; and (b) is for a patient with clinical or laboratory evidence, including morphological features, of renal cell carcinoma Applicable only once per lifetime\\n\",\n            \"ScheduleFee\": \"400.00\",\n            \"ScheduleFeeStartDate\": \"2020-05-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2020-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73384\",\n            \"Description\": \"Genetic analysis, for a patient who is eligible for this service under clause 2.7.3A of the pathology services table (see PR.7.1), of samples from the patient and (if relevant) the patient’s reproductive partner, for the purpose of providing an assay for pre‑implantation genetic testing, requested by a specialist or consultant physician Applicable not more than once per patient episode per disorder (of a kind described in clause 2.7.3A (PR.7.1)) per reproductive relationship\\n\",\n            \"ScheduleFee\": \"1736.00\",\n            \"ScheduleFeeStartDate\": \"2021-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2021-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73385\",\n            \"Description\": \"Genetic analysis, for a patient who is eligible for this service under clause 2.7.3A of the Pathology Services Table (see PR.7.1), of embryonic tissue from a sample from one embryo, if: (a) the analysis is: (i) requested by a specialist or consultant physician; and (ii) for the purpose of providing a pre‑implantation genetic test; and (iii) performed on an embryo that was produced in a single assisted reproductive treatment cycle; and (b) the service is not a service to which item 73386 or 73387 applies for the same assisted reproductive treatment cycle Applicable not more than once per embryo\\n\",\n            \"ScheduleFee\": \"635.00\",\n            \"ScheduleFeeStartDate\": \"2021-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2021-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73386\",\n            \"Description\": \"Genetic analysis, for a patient who is eligible for this service under clause 2.7.3A of the Pathology Services Table (see PR.7.1), of embryonic tissue from samples from 2 embryos, if: (a) the analysis is: (i) requested by a specialist or consultant physician; and (ii) for the purpose of providing a pre‑implantation genetic test; and (iii) performed on embryos that were produced in a single assisted reproductive treatment cycle; and (b) the service is not a service to which item 73385 or 73387 applies for the same assisted reproductive treatment cycle Applicable not more than once per assisted reproductive treatment cycle for the 2 embryos tested\\n\",\n            \"ScheduleFee\": \"1270.00\",\n            \"ScheduleFeeStartDate\": \"2021-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2021-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73387\",\n            \"Description\": \"Genetic analysis, for a patient who is eligible for this service under clause 2.7.3A of the Pathology Services Table (see PR.7.1), of embryonic tissue from samples from 3 or more embryos, if: (a) the analysis is: (i) requested by a specialist or consultant physician; and (ii) for the purpose of providing a pre‑implantation genetic test; and (iii) performed on embryos that were produced in a single assisted reproductive treatment cycle; and (b) the service is not a service to which item 73385 or 73386 applies for the same assisted reproductive treatment cycle Applicable not more than once per assisted reproductive treatment cycle for the 3 or more embryos tested\\n\",\n            \"ScheduleFee\": \"1905.00\",\n            \"ScheduleFeeStartDate\": \"2021-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2021-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73388\",\n            \"Description\": \"Analysis of chromosomes by genome‑wide microarray, of a sample from amniocentesis or chorionic villus sampling, including targeted assessment of specific regions for constitutional genetic abnormalities in diagnostic studies of a fetus, if one or more major fetal structural abnormalities have been detected on ultrasound; or nuchal translucency was greater than 3.5 mm Applicable only once per fetus\\n\",\n            \"ScheduleFee\": \"589.90\",\n            \"ScheduleFeeStartDate\": \"2021-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2021-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73389\",\n            \"Description\": \"Analysis of products of conception from a patient with suspected hydatidiform mole for the characterisation of ploidy status Applicable once per pregnancy\\n\",\n            \"ScheduleFee\": \"340.00\",\n            \"ScheduleFeeStartDate\": \"2021-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2021-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73391\",\n            \"Description\": \"Analysis of chromosomes by genome‑wide microarray in diagnostic studies of a patient with multiple myeloma Applicable once per lifetime\\n\",\n            \"ScheduleFee\": \"589.90\",\n            \"ScheduleFeeStartDate\": \"2021-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2021-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73392\",\n            \"Description\": \"Characterisation of pathogenic or likely pathogenic germline gene variants, requested by a specialist or consultant physician: (a) in at least the following genes: (i) MYBPC3; (ii) MYH7; (iii) TNNI3; (iv) TNNT2; (v) TPM1; (vi) ACTC1; (vii) MYL2; (viii) MYL3; (ix) PRKAG2; (x) LAMP2; (xi) GLA; (xii) LMNA; (xiii) SCN5A; (xiv) TTN; (xv) RBM20; (xvi) PLN; (xvii) DSP; (xviii) DSC2; (xix) DSG2; (xx) JUP; (xxi) PKP2; (xxii) TMEM43; and (b) for a patient for whom clinical history, family history or laboratory findings suggest there is a high probability of one or more of the following heritable cardiomyopathies in the patient: (i) hypertrophic cardiomyopathy; (ii) dilated cardiomyopathy; (iii) arrhythmogenic cardiomyopathy Applicable once per lifetime\\n\",\n            \"ScheduleFee\": \"1200.00\",\n            \"ScheduleFeeStartDate\": \"2022-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-07-01\"\n        },\n        {\n            \"ItemNumber\": \"73393\",\n            \"Description\": \"Characterisation of one or more pathogenic or likely pathogenic germline gene variants, requested by a specialist or consultant physician, if: (a) a service described in item 73392 has not previously been performed for the patient; and (b) the patient is a first-degree biological relative (or a second-degree biological relative if a first-degree biological relative is unavailable) of a person who has a pathogenic or likely pathogenic germline gene variant that is confirmed by laboratory findings; and (c) the service is performed for the purpose of assessing present or future risk of any of the following heritable cardiomyopathies in the patient: (i) hypertrophic cardiomyopathy; (ii) dilated cardiomyopathy; (iii) arrhythmogenic cardiomyopathy Applicable once per variant per lifetime\\n\",\n            \"ScheduleFee\": \"400.00\",\n            \"ScheduleFeeStartDate\": \"2022-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-07-01\"\n        },\n        {\n            \"ItemNumber\": \"73394\",\n            \"Description\": \"Characterisation of one or more recessive pathogenic or likely pathogenic germline genes, requested by a specialist or consultant physician, for the purpose of determining the reproductive risk of heritable cardiomyopathy in a patient: (a) who is a reproductive partner of a known carrier of a pathogenic or likely pathogenic germline gene that is confirmed by laboratory findings ; and (b) for whom carrier status of a pathogenic or likely pathogenic germline gene is unknown; and (c) who has a clinical history, family history or laboratory findings suggesting there is a low probability of heritable cardiomyopathy Applicable once per gene per lifetime\\n\",\n            \"ScheduleFee\": \"1200.00\",\n            \"ScheduleFeeStartDate\": \"2022-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-07-01\"\n        },\n        {\n            \"ItemNumber\": \"73395\",\n            \"Description\": \"Re‑analysis of whole exome or genome data that is obtained in performing a service to which item 73392 applies, for characterisation of previously unreported germline gene variants related to the clinical phenotype, if: (a) the re-analysis is requested by a consultant physician practising as a clinical geneticist or a cardiologist; and (b) the patient is strongly suspected of having a heritable cardiomyopathy; and (c) the re-analysis is performed at least 18 months after a service to which item 73392 or this item applies is performed for the patient Applicable twice per lifetime\\n\",\n            \"ScheduleFee\": \"500.00\",\n            \"ScheduleFeeStartDate\": \"2022-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist clinical geneticist', 'Specialist cardiologist' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-07-01\"\n        },\n        {\n            \"ItemNumber\": \"73396\",\n            \"Description\": \"Characterisation of variants in the JAK2 exon 12 in the diagnostic work‑up of a patient with clinical and laboratory evidence of polycythaemia vera, requested by a specialist or consultant physician\\n\",\n            \"ScheduleFee\": \"90.00\",\n            \"ScheduleFeeStartDate\": \"2022-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-07-01\"\n        },\n        {\n            \"ItemNumber\": \"73397\",\n            \"Description\": \"Characterisation of variants in both the CALR and MPL genes in the diagnostic work‑up of a patient with clinical and laboratory evidence of essential thrombocythaemia or primary myelofibrosis, requested by a specialist or consultant physician\\n\",\n            \"ScheduleFee\": \"200.00\",\n            \"ScheduleFeeStartDate\": \"2022-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-07-01\"\n        },\n        {\n            \"ItemNumber\": \"73398\",\n            \"Description\": \"Characterisation of variants in at least 8 genes, which must include all of the following genes: (a) JAK2 (including exons 12 and 14); (b) CALR; (c) MPL; in the diagnostic work‑up of a patient with clinical and laboratory evidence of polycythaemia vera or essential thrombocythaemia, requested by a specialist or consultant physician Applicable to one test per diagnostic episode\\n\",\n            \"ScheduleFee\": \"420.00\",\n            \"ScheduleFeeStartDate\": \"2022-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-07-01\"\n        },\n        {\n            \"ItemNumber\": \"73399\",\n            \"Description\": \"Characterisation of variants in at least 20 genes, which must include all of the following genes: (a) JAK2 (including exons 12 and 14); (b) CALR; (c) MPL; in the diagnostic work‑up of a patient, with clinical and laboratory evidence of primary myelofibrosis, who is eligible for a stem cell transplant, requested by a specialist or consultant physician Applicable to one test per diagnostic episode\\n\",\n            \"ScheduleFee\": \"700.00\",\n            \"ScheduleFeeStartDate\": \"2022-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-07-01\"\n        },\n        {\n            \"ItemNumber\": \"73401\",\n            \"Description\": \"Characterisation, by whole exome or genome sequencing and analysis, of germline gene variants in one or more of the genes implicated in heritable cystic kidney disease, if: (a) the service is requested by a consultant physician practising as: (i) a clinical geneticist; or (ii) a specialist nephrologist; and (b) the patient has a renal abnormality and is strongly suspected of having a monogenic condition Applicable once per lifetime\\n\",\n            \"ScheduleFee\": \"2100.00\",\n            \"ScheduleFeeStartDate\": \"2022-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist clinical geneticist', 'Specialist nephrologist' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-07-01\"\n        },\n        {\n            \"ItemNumber\": \"73402\",\n            \"Description\": \"Characterisation, by whole exome or genome sequencing and analysis, of germline gene variants in one or more of the genes implicated in heritable kidney disease, if: (a) the service is requested by a consultant physician practising as: (i) a clinical geneticist; or (ii) a specialist nephrologist; and (b) the patient has chronic kidney disease (other than cystic disease or Alport syndrome) and is strongly suspected of having a monogenic condition Applicable once per lifetime\\n\",\n            \"ScheduleFee\": \"2100.00\",\n            \"ScheduleFeeStartDate\": \"2022-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist clinical geneticist', 'Specialist nephrologist' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-07-01\"\n        },\n        {\n            \"ItemNumber\": \"73403\",\n            \"Description\": \"Re‑analysis of genetic data obtained in performing a service to which item 73401 or 73402 applies, for characterisation of previously unreported germline gene variants related to the clinical phenotype, if: (a) the re-analysis is requested by a consultant physician practising as a clinical geneticist or a specialist paediatrician; and (b) the patient has a strong clinical suspicion of a monogenic condition; and (c) a service to which item 73401, 73402 or this item applies has not been performed for the patient in the previous 18 months Applicable twice per lifetime\\n\",\n            \"ScheduleFee\": \"500.00\",\n            \"ScheduleFeeStartDate\": \"2022-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist paediatrician', 'Specialist clinical geneticist' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-07-01\"\n        },\n        {\n            \"ItemNumber\": \"73404\",\n            \"Description\": \"Detection of a single gene variant in a patient, if: (a) the service is requested by: (i) a clinical geneticist; or (ii) a specialist or consultant physician providing professional genetic counselling services; and (b) the patient has a first-degree relative with a known monogenic cause of kidney disease; and (c) a service described in item 73401, 73402, or 73403 has identified the causative variant for the disease for the relative Applicable once per variant per lifetime\\n\",\n            \"ScheduleFee\": \"400.00\",\n            \"ScheduleFeeStartDate\": \"2022-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist clinical geneticist', 'Specialist Medical Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-07-01\"\n        },\n        {\n            \"ItemNumber\": \"73405\",\n            \"Description\": \"Detection of one or more variants of a single gene known to cause heritable kidney disease, for the purpose of reproductive decision making, if: (a) the detection is requested by a consultant physician practising as: (i) a clinical geneticist; or (ii) a specialist nephrologist; and (b) the patient is the reproductive partner of an individual known to be a carrier of a pathogenic variant that causes heritable kidney disease that has a recessive mode of inheritance; and (c) a service described in item 73401, 73402, 73403 or 73404 has identified the causative gene for the patient’s partner; and (d) the detection test methodology has sufficient diagnostic range and sensitivity to detect at least 95% of pathogenic variants likely to be present in the patient\\n\",\n            \"ScheduleFee\": \"1200.00\",\n            \"ScheduleFeeStartDate\": \"2022-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist clinical geneticist', 'Specialist nephrologist' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-07-01\"\n        },\n        {\n            \"ItemNumber\": \"73406\",\n            \"Description\": \"Testing of a pregnant patient, for the purpose of determining whether monogenic variants are present in the fetus, if: (a) the service is requested by a consultant physician practising as: (i) a clinical geneticist; or (ii) a specialist nephrologist; and (b) the patient or the patient’s reproductive partner (or both) are known to be affected by, or are carriers of, a known pathogenic variant that causes heritable kidney disease; and (c) the fetus is at risk, of at least 25%, of inheriting a monogenic variant known to cause kidney disease\\n\",\n            \"ScheduleFee\": \"400.00\",\n            \"ScheduleFeeStartDate\": \"2022-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist clinical geneticist', 'Specialist nephrologist' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-07-01\"\n        },\n        {\n            \"ItemNumber\": \"73410\",\n            \"Description\": \"Deletion testing of HBA1 and HBA2 for: (a) the diagnosis of alpha thalassaemia in a patient of reproductive age: (i) who has abnormal red cell indices; and (ii) for whom thalassaemia screening was suggestive of thalassaemia; and (iii) who does not have a concurrent iron deficiency (or who, irrespective of iron status, is pregnant); and (iv) who has no historic normal cell indices; or (b) the determination of carrier status in a person: (i) who is a reproductive partner of a person with alpha thalassaemia; and (ii) who has abnormal red cell indices; and (iii) who does not have a concurrent iron deficiency; or (c) the determination of carrier status in a person: (i) who is a reproductive partner of a person with alpha thalassaemia and heterozygous 2‑gene deletion; and (ii) who has normal red cell indices\\n\",\n            \"ScheduleFee\": \"100.00\",\n            \"ScheduleFeeStartDate\": \"2022-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-07-01\"\n        },\n        {\n            \"ItemNumber\": \"73411\",\n            \"Description\": \"Sequencing of HBA1 or HBA2, if the results of deletion testing described in item 73410 were inconclusive and a less common or rare variant is suspected, either: (a) for the diagnosis of alpha thalassaemia in a patient of reproductive age; or (b) for the determination of carrier status in a reproductive partner of a person with alpha thalassaemia Applicable once per gene per lifetime\\n\",\n            \"ScheduleFee\": \"400.00\",\n            \"ScheduleFeeStartDate\": \"2022-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-07-01\"\n        },\n        {\n            \"ItemNumber\": \"73412\",\n            \"Description\": \"Deletion testing of HBA1 and HBA2, if the results of deletion testing described in item 73410 were inconclusive and a large deletion variant is suspected, either: (a) for the diagnosis of alpha thalassaemia in a patient of reproductive age; or (b) for the determination of carrier status in a reproductive partner of a person with alpha thalassaemia\\n\",\n            \"ScheduleFee\": \"250.00\",\n            \"ScheduleFeeStartDate\": \"2022-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-07-01\"\n        },\n        {\n            \"ItemNumber\": \"73413\",\n            \"Description\": \"Non‑deletion testing of HBA1 and HBA2 using techniques other than sequencing, if the results of deletion testing described in item 73410 were inconclusive, either: (a) for the diagnosis of alpha thalassaemia in a patient of reproductive age ; or (b) for the determination of carrier status in a reproductive partner of a person with alpha thalassaemia\\n\",\n            \"ScheduleFee\": \"250.00\",\n            \"ScheduleFeeStartDate\": \"2022-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-07-01\"\n        },\n        {\n            \"ItemNumber\": \"73416\",\n            \"Description\": \"Detection of germline gene variants, including copy number variation, requested by a specialist or consultant physician: (a) in at least the following genes: (i) KCNQ1; (ii) KCNH2; (iii) SCN5A; (iv) KCNE1; (v) KCNE2; (vi) KCNJ2; (vii) CACNA1C; (viii) RYR2; (ix) CASQ2; (x) CAV3; (xi) SCN4B; (xii) AKAP9; (xiii) SNTA1; (xiv) KCNJ5; (xv) ALG10; (xvi) CALM1; (xvii) CALM2; (xviii) ANK2; (xix) TECRL; (xx) TRDN; and (b) for a patient for whom clinical or family history criteria is suggestive of inherited cardiac arrhythmias or channelopathies that place the patient at greater than 10% risk of having a pathogenic variant Applicable once per lifetime\\n\",\n            \"ScheduleFee\": \"1200.00\",\n            \"ScheduleFeeStartDate\": \"2022-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-07-01\"\n        },\n        {\n            \"ItemNumber\": \"73417\",\n            \"Description\": \"Characterisation of one or more pathogenic or likely pathogenic germline gene variants, requested by a specialist or consultant physician, if: (a) the patient is a first-degree or second‑degree biological relative of a person with a pathogenic or likely pathogenic germline gene variant that is confirmed by laboratory findings; and (b) the service is performed for the purpose of assessing present or future risk of a cardiac arrhythmia or channelopathy; and (c) a service to which item 73416 applies has not previously been performed for the patient Applicable once per variant per lifetime\\n\",\n            \"ScheduleFee\": \"400.00\",\n            \"ScheduleFeeStartDate\": \"2022-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-07-01\"\n        },\n        {\n            \"ItemNumber\": \"73418\",\n            \"Description\": \"Characterisation of one or more recessive pathogenic or likely pathogenic germline genes, requested by a specialist or consultant physician, for the purpose of determining the reproductive risk of cardiac arrhythmia or channelopathy in a patient: (a) who is a reproductive partner of a person who is a known carrier of a pathogenic or likely pathogenic germline gene variant of a gene confirmed by laboratory findings; and (b) for whom a service to which item 73416 applies has not previously been performed; and (c) for whom carrier status of a pathogenic or likely pathogenic germline gene variant is unknown; and (d) who has a clinical history, family history or laboratory findings suggesting there is a low probability of cardiac arrhythmia or channelopathy Applicable once per gene per lifetime\\n\",\n            \"ScheduleFee\": \"1200.00\",\n            \"ScheduleFeeStartDate\": \"2023-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-07-01\"\n        },\n        {\n            \"ItemNumber\": \"73419\",\n            \"Description\": \"Re‑analysis of whole exome or genome data that was obtained in performing a service to which item 73416 applies, for characterisation of previously unreported germline gene variants related to the clinical phenotype, if: (a) the re-analysis is requested by a consultant physician practising as a clinical geneticist or a cardiologist; and (b) the patient is strongly suspected of having inheritable cardiac arrhythmia or channelopathies; and (c) the service is performed at least 18 months after a service to which item 73416 or this item applies was performed for the patient Applicable twice per lifetime\\n\",\n            \"ScheduleFee\": \"500.00\",\n            \"ScheduleFeeStartDate\": \"2022-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist clinical geneticist', 'Specialist cardiologist' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-07-01\"\n        },\n        {\n            \"ItemNumber\": \"73420\",\n            \"Description\": \"Non‑invasive prenatal testing of blood from an RhD negative pregnant patient for the detection of the RHD gene from fetal DNA circulating in maternal blood, if the patient has not been previously alloimmunised against RhD\\n\",\n            \"ScheduleFee\": \"150.40\",\n            \"ScheduleFeeStartDate\": \"2024-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-07-01\"\n        },\n        {\n            \"ItemNumber\": \"73421\",\n            \"Description\": \"Non-invasive prenatal testing of blood from an RhD negative pregnant patient for the detection of the RHD gene from fetal DNA circulating in maternal blood, if the patient has been previously alloimmunised against RhD\\n\",\n            \"ScheduleFee\": \"550.00\",\n            \"ScheduleFeeStartDate\": \"2022-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-07-01\"\n        },\n        {\n            \"ItemNumber\": \"73422\",\n            \"Description\": \"Characterisation of a gene variant or gene variants using a gene panel, in a patient presenting with clinical signs and symptoms suggestive of a genetic neuromuscular disorder (other than signs and symptoms associated with variants that are not detectable by massively parallel sequencing), if the service is requested: (a) by a specialist or consultant physician; and (b) after exclusion of non‑genetic causes Applicable once per lifetime\\n\",\n            \"ScheduleFee\": \"1200.00\",\n            \"ScheduleFeeStartDate\": \"2022-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73423\",\n            \"Description\": \"Detection of a single identified gene variant, in a biological relative of a person with a germline gene variant for a neuromuscular disorder identified by a service described in item 73422, 73425 or 73426, if the service is requested by a specialist or consultant physician Applicable once per variant\\n\",\n            \"ScheduleFee\": \"500.00\",\n            \"ScheduleFeeStartDate\": \"2022-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73424\",\n            \"Description\": \"Prenatal detection of an actionable pathogenic familial gene variant or gene variants (including maternal cell contamination assessment), requested by a specialist or consultant physician, for a genetic neuromuscular disorder previously identified in an index person in the patient’s family as a result of a service described in item 73422, 73434 or 73435 Applicable once per pregnancy\\n\",\n            \"ScheduleFee\": \"1600.00\",\n            \"ScheduleFeeStartDate\": \"2022-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73425\",\n            \"Description\": \"Prenatal detection of unknown gene variants (including maternal cell contamination assessment) using a gene panel, if: (a) the service is requested: (i) by a specialist or consultant physician, for a suspected genetic neuromuscular disorder; and (ii) after exclusion of non‑genetic causes; and (b) the service is performed using a sample from the fetus; and (c) the service is not performed in conjunction with a service to which item 73426 applies Applicable once per pregnancy\\n\",\n            \"ScheduleFee\": \"1800.00\",\n            \"ScheduleFeeStartDate\": \"2022-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73426\",\n            \"Description\": \"Prenatal detection of unknown gene variants (including maternal cell contamination assessment) using a gene panel, if: (a) the service is requested: (i) by a specialist or consultant physician; and (ii) for a suspected genetic neuromuscular disorder; and (iii) after exclusion of non‑genetic causes; and (b) the request states that singleton testing is inappropriate; and (c) the service is performed using a sample from the fetus and a sample from each of the fetus’s biological parents; and (d) the service is not performed in conjunction with a service to which item 73425 applies Applicable once per pregnancy\\n\",\n            \"ScheduleFee\": \"2400.00\",\n            \"ScheduleFeeStartDate\": \"2022-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73427\",\n            \"Description\": \"Single gene testing for the characterisation of a germline gene variant or germline gene variants: (a) if requested by a specialist or consultant physician; and (b) within the same gene in which the patient’s reproductive partner has a documented pathogenic germline recessive gene variant for a neuromuscular disorder identified by a service described in: (i) item 73422, 73425 or 73426; or (ii) item 73434, if the patient has been provided a service described in item 73434 and that service has not identified a relevant variant Applicable once per gene\\n\",\n            \"ScheduleFee\": \"1200.00\",\n            \"ScheduleFeeStartDate\": \"2022-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73428\",\n            \"Description\": \"Re‑analysis of whole genome or exome data obtained in performing a service described in item 73422, 73425 or 73426, for characterisation of previously unreported gene variants related to the clinical phenotype, if the re‑analysis is requested by: (a) a consultant physician practicing as a clinical geneticist; or (b) a consultant physician practising as a specialist paediatrician, following consultation with a clinical geneticist Applicable twice per lifetime\\n\",\n            \"ScheduleFee\": \"500.00\",\n            \"ScheduleFeeStartDate\": \"2022-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist paediatrician', 'Specialist clinical geneticist' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73429\",\n            \"Description\": \"Genetic testing (including characterisation of single nucleotide variants, structural variants, fusions and copy number alterations) in a gene panel, requested by a specialist or consultant physician, for a patient with clinical or laboratory evidence of a glioma, glioneuronal tumour or glioblastoma, to aid diagnosis and classification of the relevant tumour, including assessments of at least the following kinds: (a) IDH1, IDH2—variant testing; (b) 1p/19q—co‑deletion assessment; (c) H3F3A—variant status; (d) TERT—promoter variant status; (e) EGFR—amplification; (f) CDKN2A/B—deletion; (g) BRAF—variants Applicable to one test per diagnostic episode\\n\",\n            \"ScheduleFee\": \"887.90\",\n            \"ScheduleFeeStartDate\": \"2023-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"73430\",\n            \"Description\": \"Fluorescence in-situ hybridisation (FISH) test of tumour tissue from a patient with locally advanced or metastatic solid tumour, if: (a) the tumour is at risk of being caused by a neurotrophic receptor tyrosine kinase (NTRK) gene fusion as determined by either: (i) occurring in a child less than 18 years of age; or (ii) being mammary analogue secretory carcinoma of the salivary gland; or (iii) being secretory breast carcinoma; and (b) the test is requested by a specialist or consultant physician to determine if requirements relating to NTRK gene fusion status for access to a tropomyosin receptor kinase (Trk) inhibitor under the Pharmaceutical Benefits Scheme are fulfilled This item cannot be claimed if item 73433 has been claimed for the same patient during the same cancer diagnosis Applicable only once per cancer diagnosis\\n\",\n            \"ScheduleFee\": \"400.00\",\n            \"ScheduleFeeStartDate\": \"2022-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-07-01\"\n        },\n        {\n            \"ItemNumber\": \"73431\",\n            \"Description\": \"Two tests described in item 73430\\n\",\n            \"ScheduleFee\": \"533.00\",\n            \"ScheduleFeeStartDate\": \"2022-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-07-01\"\n        },\n        {\n            \"ItemNumber\": \"73432\",\n            \"Description\": \"Three or more tests described in item 73430\\n\",\n            \"ScheduleFee\": \"667.00\",\n            \"ScheduleFeeStartDate\": \"2022-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-07-01\"\n        },\n        {\n            \"ItemNumber\": \"73433\",\n            \"Description\": \"Next generation sequencing (NGS) test for neurotrophic receptor tyrosine kinase (NTRK1, NTRK2, NTRK3) fusions by RNA or DNA in tumour tissue from a patient with locally advanced or metastatic solid tumour, if: (a) the tumour is at risk of being caused by an NTRK gene fusion as determined by either: (i) occurring in a child less than 18 years of age; or (ii) being mammary analogue secretory carcinoma of the salivary gland; or (iii) being secretory breast carcinoma; (b) the test is requested by a specialist or consultant physician to determine if requirements relating to NTRK gene fusion status for access to a tropomyosin receptor kinase (Trk) inhibitor under the Pharmaceutical Benefits Scheme are fulfilled This item cannot be claimed if item 73430 has been claimed for the same patient during the same cancer diagnosis Applicable only once per cancer diagnosis\\n\",\n            \"ScheduleFee\": \"1000.00\",\n            \"ScheduleFeeStartDate\": \"2022-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-07-01\"\n        },\n        {\n            \"ItemNumber\": \"73434\",\n            \"Description\": \"Detection of pathogenic or likely pathogenic gene variants, requested by a specialist or consultant physician, for any of the following: (a) a patient with a suspected neuromuscular disorder, being a neuromuscular disorder with signs and symptoms associated with variants that are not detectable by massively parallel sequencing; (b) a relative of a patient with a pathogenic or likely pathogenic germline gene variant associated with a neuromuscular disorder (confirmed by laboratory findings); (c) the reproductive partner of a patient with a recessive pathogenic or likely pathogenic germline gene variant associated with a neuromuscular disorder (confirmed by laboratory findings) Applicable once per gene per lifetime\\n\",\n            \"ScheduleFee\": \"392.00\",\n            \"ScheduleFeeStartDate\": \"2023-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"73435\",\n            \"Description\": \"Detection of pathogenic or likely pathogenic DUX4 gene variants, requested by a specialist or consultant physician, for: (a) a patient with a suspected neuromuscular disorder; or (b) a relative of a patient with a pathogenic or likely pathogenic germline gene variant associated with a neuromuscular disorder (confirmed by laboratory findings) Applicable once per gene per lifetime\\n\",\n            \"ScheduleFee\": \"1000.00\",\n            \"ScheduleFeeStartDate\": \"2023-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"73436\",\n            \"Description\": \"A test of tumour tissue from a patient with a new diagnosis of non-small cell lung cancer requested by, or on behalf of, a specialist or consultant physician, if the test is: (a) for MET proto-oncogene, receptor tyrosine kinase (MET) exon 14 skipping alterations (METex14sk) status to determine eligibility for access to a relevant treatment under the Pharmaceutical Benefits Scheme; and (b) not associated with a service to which item 73437 or 73438 applies\\n\",\n            \"ScheduleFee\": \"397.35\",\n            \"ScheduleFeeStartDate\": \"2022-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2022-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73437\",\n            \"Description\": \"A nucleic acid-based multi-gene panel test of tumour tissue from a patient with a new diagnosis of non-small cell lung cancer requested by, or on behalf of, a specialist or consultant physician, if the test is: (a) to detect variants in at least EGFR, BRAF, KRAS and MET exon 14 to determine eligibility for a relevant treatment under the Pharmaceutical Benefits Scheme; and (b) to detect the fusion status of at least ALK, ROS1, RET, NTRK1, NTRK2 and NTRK3 to determine eligibility for a relevant treatment under the PBS; and (c) not associated with a service to which item 73438, 73439, 73337, 73341, 73344, 73436 or 73351 applies\\n\",\n            \"ScheduleFee\": \"1247.00\",\n            \"ScheduleFeeStartDate\": \"2023-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73438\",\n            \"Description\": \"A DNA-based multi-gene panel test of tumour tissue from a patient with a new diagnosis of non-small cell lung cancer requested by, or on behalf of, a specialist or consultant physician, if the test is: (a) to detect variants in at least EGFR, BRAF, KRAS and MET exon 14; and (b) to determine eligibility for a relevant treatment under the Pharmaceutical Benefits Scheme; and (c) not associated with a service to which item 73437, 73337, 73436 or 73351 applies\\n\",\n            \"ScheduleFee\": \"682.35\",\n            \"ScheduleFeeStartDate\": \"2023-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73439\",\n            \"Description\": \"A nucleic acid-based multi-gene panel test of tumour tissue from a patient with a new diagnosis of non-small cell lung cancer and with documented absence of activating variants of the EGFR gene, KRAS, BRAF and MET exon14, requested by, or on behalf of, a specialist or consultant physician, if the test is: (a) for fusion status of at least ALK, ROS1, RET, NTRK1, NTRK2, and NTRK3 to determine eligibility for a relevant treatment under the Pharmaceutical Benefits Scheme; and (b) not associated with a service to which item 73437, 73341, 73344 or 73351 applies\\n\",\n            \"ScheduleFee\": \"682.35\",\n            \"ScheduleFeeStartDate\": \"2023-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73440\",\n            \"Description\": \"Genomic testing and copy number variant analysis of genes known to be causative or likely causative of childhood hearing loss in a patient, if:(a) the testing and analysis is requested by a specialist or consultant physician; and(b) the patient has congenital or childhood onset hearing loss that presented before the patient was 18 years of age and is permanent moderate, severe, or profound (&gt;40 dB in the worst ear over 3 frequencies) and classified as sensorineural, auditory neuropathy or mixed; and(c) the patient is not eligible for a service to which item 73358 or 73359 applies; and(d) the testing and analysis is not associated with a service to which item 73441 applies Applicable once per lifetime\\n\",\n            \"ScheduleFee\": \"1200.00\",\n            \"ScheduleFeeStartDate\": \"2023-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73441\",\n            \"Description\": \"Genomic testing and copy number variant analysis of relevant genes known to be causative or likely causative of childhood hearing loss in a patient, if:(a) the testing and analysis is requested by a specialist or consultant physician; and(b) the patient has congenital or childhood onset hearing loss that presented before the patient was 18 years of age and is permanent moderate, severe, or profound (&gt;40 dB in the worst ear over 3 frequencies) and classified as sensorineural, auditory neuropathy or mixed; and(c) the testing and analysis is performed using a sample from the patient and a sample from each of the patient’s biological parents; and(d) the patient is not eligible for a service to which item 73358 or 73359 applies; and(e) the testing and analysis is not associated with a service to which item 73440 applies Applicable once per lifetime\\n\",\n            \"ScheduleFee\": \"2100.00\",\n            \"ScheduleFeeStartDate\": \"2023-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73442\",\n            \"Description\": \"Re-analysis of whole exome or genome data obtained under a service to which item 73440 or 73441 applies, for characterisation of previously unreported germline gene variants for childhood hearing loss in a patient, if:(a) the re-analysis is requested by a specialist or consultant physician; and(b) the re-analysis is performed at least 24 months after:(i) the service to which items 73440 or 73441 applies has been provided to the patient; or(ii) a service to which this item applies is performed for the patient Applicable twice per lifetime\\n\",\n            \"ScheduleFee\": \"500.00\",\n            \"ScheduleFeeStartDate\": \"2023-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73443\",\n            \"Description\": \"Characterisation of one or more familial germline gene variants known to be causative or likely causative of childhood hearing loss in a person, if:(a) the person tested is a biological relative of a patient with a germline gene variant known to be causative or likely causative of hearing loss confirmed by laboratory findings; and(b) the result of a previous proband testing is made available to the laboratory undertaking the characterisation\\n\",\n            \"ScheduleFee\": \"400.00\",\n            \"ScheduleFeeStartDate\": \"2023-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73444\",\n            \"Description\": \"Characterisation of all germline variants in one or more genes known to cause hearing loss in a person, if:(a) the characterisation is requested by a specialist or consultant physician; and(b) the characterisation is for the reproductive partner of a patient with a pathogenic or likely pathogenic recessive germline gene variant known to cause hearing loss confirmed by laboratory findings; and(c) the result of the patient’s previous testing is made available to the laboratory undertaking the characterisation\\n\",\n            \"ScheduleFee\": \"1200.00\",\n            \"ScheduleFeeStartDate\": \"2023-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73445\",\n            \"Description\": \"Characterisation of a variant or variants in a panel of at least 25 genes using DNA and RNA, requested by a specialist or consultant physician, to determine the diagnosis, prognosis and/or management of a patient presenting with a clinically suspected haematological malignancy of myeloid origin Applicable once per diagnostic episode, at diagnosis, disease progression or relapse\\n\",\n            \"ScheduleFee\": \"1100.00\",\n            \"ScheduleFeeStartDate\": \"2023-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73446\",\n            \"Description\": \"Characterisation of a variant or variants in a panel of at least 25 genes using DNA and RNA, requested by a specialist or consultant physician, to determine the diagnosis, prognosis and/or management of a patient presenting with a clinically suspected haematological malignancy of lymphoid origin Applicable once per diagnostic episode, at diagnosis, disease progression or relapse\\n\",\n            \"ScheduleFee\": \"1100.00\",\n            \"ScheduleFeeStartDate\": \"2023-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73447\",\n            \"Description\": \"Characterisation of a variant or variants in a panel of at least 25 genes using DNA, requested by a specialist or consultant physician, to determine the diagnosis, prognosis and/or management of a patient presenting with a clinically suspected haematological malignancy of myeloid origin Applicable once per diagnostic episode, at diagnosis, disease progression or relapse\\n\",\n            \"ScheduleFee\": \"927.90\",\n            \"ScheduleFeeStartDate\": \"2023-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73448\",\n            \"Description\": \"Characterisation of a variant or variants in a panel of at least 25 genes using DNA, requested by a specialist or consultant physician, to determine the diagnosis, prognosis and/or management of a patient presenting with a clinically suspected haematological malignancy of lymphoid origin Applicable once per diagnostic episode, at diagnosis, disease progression or relapse\\n\",\n            \"ScheduleFee\": \"927.90\",\n            \"ScheduleFeeStartDate\": \"2023-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73451\",\n            \"Description\": \"Testing of a patient (who is pregnant or planning pregnancy) to identify carrier status for pathogenic or likely pathogenic variants in a gene mentioned in paragraph (a), (b) or (c), to determine: (a) for the cystic fibrosis transmembrane conductance regulator (CFTR) gene—reproductive risk of cystic fibrosis; (b) for the survival motor neuron 1 (SMN1) gene—reproductive risk of spinal muscular atrophy; (c) for the fragile X messenger ribonucleoprotein 1 (FMR1) gene—reproductive risk of fragile X syndrome; (other than a service associated with a service to which item 73300, 73305, 73345, 73346, 73347, 73348, 73349 or 73350 applies) One test per lifetime\\n\",\n            \"ScheduleFee\": \"400.00\",\n            \"ScheduleFeeStartDate\": \"2023-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligiblePatientSex\": \"Female\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73452\",\n            \"Description\": \"Testing of the reproductive partner of a patient who has been found to be a carrier of a pathogenic or likely pathogenic variant in the CFTR or SMN1 gene identified by testing under item 73451, for the purpose of determining the couple’s reproductive risk of cystic fibrosis or spinal muscular atrophy One test per condition per lifetime\\n\",\n            \"ScheduleFee\": \"400.00\",\n            \"ScheduleFeeStartDate\": \"2023-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"EligiblePatientSex\": \"Male\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73453\",\n            \"Description\": \"Characterisation of germline pathogenic or likely pathogenic gene variants: (a) in at least the following genes: (i) ASPA; (ii) BLM; (iii) CFTR; (iv) ELP1; (v) FANCA; (vi) FANCC; (vii) FANCG; (viii) FMR1; (ix) G6PC1; (x) GBA1; (xi) HEXA; (xii) MCOLN1; (xiii) SLC37A4; (xiv) SMN1; (xv) SMPD1; and (b) in a patient of reproductive age who is of Ashkenazi Jewish descent for the purpose of ascertaining the patient’s carrier status for the following: (i) Bloom syndrome (ii) Canavan disease (iii) Cystic fibrosis (iv) Familial dysautonomia (v) Fanconi anaemia type C (vi) Fragile-X syndrome (vii) Gaucher disease (viii) Glycogen storage disease type I (ix) Mucolipidosis type IV (x) Niemann-Pick disease type A 7 (xi) Spinal muscular atrophy (xii) Tay-Sachs disease Applicable once per lifetime\\n\",\n            \"ScheduleFee\": \"425.00\",\n            \"ScheduleFeeStartDate\": \"2023-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73454\",\n            \"Description\": \"Whole gene sequencing of a gene or genes described in item 73453, in a patient who is the reproductive partner of an individual who is affected by, or is a known genetic carrier of, one or more conditions described in item 73453 (other than cystic fibrosis, fragile‑X syndrome or spinal muscular atrophy), for the purpose of determining the couple’s combined reproductive risk of the conditions, if: (a) the patient is not eligible for a service to which item 73453 applies; and (b) the patient has not received a service to which item 73453 applies; and (c) the patient has not received a service to which this item applies for the purpose of determining the patient’s reproductive risk with the patient’s current reproductive partner Applicable once per couple per lifetime\\n\",\n            \"ScheduleFee\": \"1200.00\",\n            \"ScheduleFeeStartDate\": \"2023-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73455\",\n            \"Description\": \"Testing of a pregnant patient, if at least one prospective parent is known to be affected by, or is a genetic carrier of, one or more conditions described in item 73453, for the purpose of determining whether a familial variant or variants are present in the fetus, if: (a) the testing is requested by a specialist or consultant physician; and (b) there is at least a 25% risk of the fetus inheriting a condition described in paragraph (b) of item 73453\\n\",\n            \"ScheduleFee\": \"1600.00\",\n            \"ScheduleFeeStartDate\": \"2023-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73456\",\n            \"Description\": \"Characterisation by whole genome sequencing, or by either or both whole exome sequencing and mitochondrial DNA sequencing, of germline variants present in nuclear DNA and in mitochondrial DNA of a patient with a strong suspicion of a mitochondrial disease, if: (a) the characterisation is requested by a specialist or consultant physician; and (b) the characterisation is requested because of the onset of one or more clinical features indicative of mitochondrial disease, including at least one or more of the following: (i) meeting the clinical criteria of a probable indicator of mitochondrial disease on a relevant scoring system; (ii) evident mitochondrial dysfunction or decompensation; (iii) unexplained hypotonia or weakness, profound hypoglycaemia or “failure to thrive” in the presence of a metabolic acidosis; (iv) unexplained single or multi-organ dysfunction or fulminant failure (including, but not limited to, neuropathies, myopathies, hepatopathy, pancreatic and/or bone marrow failure); (v) refractory or atypical seizures, developmental delays or cognitive regression, or progressive encephalopathy or progressive encephalomyopathy; (vi) cardiomyopathy and/or cardiac arrythmias; (vii) rapid hearing or painless visual loss or ptosis; (viii) stroke-like episodes or nonvasculitic strokes; (ix) ataxia, encephalopathy, seizures, muscle fatigue or weakness; (x) external ophthalmoplegia; (xi) hearing loss, diabetes, unexplained short stature, or endocrinopathy; (xii) family history of mitochondrial disease, or any of the above; and (c) the service is not a service associated with a service to which item 73358, 73359 or 73457 applies Applicable only once per lifetime\\n\",\n            \"ScheduleFee\": \"2100.00\",\n            \"ScheduleFeeStartDate\": \"2023-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73457\",\n            \"Description\": \"Characterisation by whole genome sequencing, or either or both whole exome sequencing and mitochondrial DNA sequencing, of germline variants present in nuclear DNA and in mitochondrial DNA, of a patient with a strong suspicion of a mitochondrial disease, if: (a) the characterisation is performed using a sample from the patient and a sample from each of the patient’s biological parents; and (b) the request for the characterisation states that singleton testing is inappropriate; and (c) the characterisation is requested by a specialist or consultant physician; and (d) the characterisation is requested because of the onset of one or more clinical features indicative of mitochondrial disease, including at least one or more of the following: (i) meeting the clinical criteria of a probable indicator of mitochondrial disease on a relevant scoring system; (ii) evident mitochondrial dysfunction or decompensation; (iii) unexplained hypotonia or weakness, profound hypoglycaemia or “failure to thrive” in the presence of a metabolic acidosis; (iv) unexplained single or multi-organ dysfunction or fulminant failure (including, but not limited to, neuropathies, myopathies, hepatopathy, pancreatic and/or bone marrow failure); (v) refractory or atypical seizures, developmental delays or cognitive regression, or progressive encephalopathy or progressive encephalomyopathy; (vi) cardiomyopathy and/or cardiac arrythmias; (vii) rapid hearing or painless visual loss or ptosis; (viii) stroke-like episodes or nonvasculitic strokes; (ix) ataxia, encephalopathy, seizures, muscle fatigue or weakness; (x) external ophthalmoplegia; (xi) hearing loss, diabetes, unexplained short stature, or endocrinopathy; (xii) family history of mitochondrial disease; and (e) the service is not a service associated with a service to which item 73358, 73359 or 73456 applies Applicable only once per lifetime\\n\",\n            \"ScheduleFee\": \"3300.00\",\n            \"ScheduleFeeStartDate\": \"2023-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73458\",\n            \"Description\": \"Re-analysis of whole genome or whole exome or mitochondrial DNA data obtained in performing a service to which item 73456 or 73457 applies, for characterisation of previously unreported germline variants related to the clinical phenotype, if: (a) the re-analysis is requested by a specialist or consultant physician; and (b) the patient is strongly suspected of having a monogenic mitochondrial disease; and (c) the re-analysis is performed at least 24 months after: (i) the service to which item 73456 or 73457 applies; or (ii) a service to which this item applies Applicable twice per lifetime\\n\",\n            \"ScheduleFee\": \"500.00\",\n            \"ScheduleFeeStartDate\": \"2023-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73459\",\n            \"Description\": \"Testing for diagnostic purposes of a pregnant patient, for detection in the fetus of a gene variant or variants present in the parents, if: (a) the gene variant or variants are: (i) a variant or variants in the mitochondrial genome identified in the oocyte donating parent; or (ii) autosomal recessive variants identified in both biological parents within the same gene; or (iii) an autosomal dominant or X-linked variant identified in either biological parent; or (iv) identified in a biological sibling of the fetus; and (b) the causative variant or variants for the condition of the fetus’ first-degree relative have been confirmed by laboratory findings; and (c) the detection is requested by a specialist or consultant physician; and (d) the service is not a service associated with a service to which item 73361, 73362, 73363 or 73462 applies\\n\",\n            \"ScheduleFee\": \"1600.00\",\n            \"ScheduleFeeStartDate\": \"2023-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73460\",\n            \"Description\": \"Characterisation of mitochondrial DNA deletion or variant for diagnostic purposes in a patient suspected to have mitochondrial disease, if: (a) the characterisation is requested by the specialist or consultant physician managing the patient’s treatment; and (b) the patient displays onset of one or more clinical features indicative of mitochondrial disease, including at least one or more of the following: (i) meeting the clinical criteria of a probable indicator of mitochondrial disease on a relevant scoring system; (ii) evident mitochondrial dysfunction or decompensation; (iii) unexplained hypotonia or weakness, profound hypoglycaemia or ‘failure to thrive’ in the presence of a metabolic acidosis; (iv) unexplained single or multi-organ dysfunction or fulminant failure (including, but not limited to, neuropathies, myopathies, hepatopathy, pancreatic and/or bone marrow failure); (v) refractory or atypical seizures, developmental delays or cognitive regression, or progressive encephalopathy or progressive encephalomyopathy; (vi) cardiomyopathy and/or cardiac arrythmias; (vii) rapid hearing or painless visual loss or ptosis; (viii) stroke-like episodes or nonvasculitic strokes; (ix) ataxia, encephalopathy, seizures, muscle fatigue or weakness; (x) external ophthalmoplegia; (xi) hearing loss, diabetes, unexplained short stature, or endocrinopathy; (xii) family history of mitochondrial disease; and (c) the service is performed following a service to which items 73292, 73358, 73359, 73456 or 73457 applies for the same patient if the results were non-informativeApplicable 3 times per lifetime\\n\",\n            \"ScheduleFee\": \"450.00\",\n            \"ScheduleFeeStartDate\": \"2023-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73461\",\n            \"Description\": \"Whole gene testing of a person for the characterisation of all germline gene variants within the same gene in which the person’s reproductive partner has a pathogenic or likely pathogenic germline recessive gene variant for mitochondrial disease, if: (a) the partner’s germline recessive gene variant is confirmed by laboratory findings; and (b) the characterisation is requested by a specialist or consultant physician\\n\",\n            \"ScheduleFee\": \"1200.00\",\n            \"ScheduleFeeStartDate\": \"2023-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73462\",\n            \"Description\": \"Testing of a person for the detection of a single gene variant, if: (a) the person tested has a biological relative with a known pathogenic or likely pathogenic mitochondrial disease variant confirmed by laboratory findings; and (b) the testing is requested by a specialist or consultant physician; and (c) the service is not a service associated with a service to which item 73361, 73362 or 73363 applies\\n\",\n            \"ScheduleFee\": \"400.00\",\n            \"ScheduleFeeStartDate\": \"2023-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P7\",\n            \"ReferralRequirements\": \"This item should be referred by a Specialist Medical Practitioner.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73521\",\n            \"Description\": \"Semen examination for presence of spermatozoa or examination of cervical mucus for spermatozoa (Huhner's test)\\n\",\n            \"ScheduleFee\": \"9.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P8\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"73523\",\n            \"Description\": \"Semen examination (other than post-vasectomy semen examination), including: (a) measurement of volume, sperm count and motility; and (b) examination of stained preparations; and (c) morphology; and (if performed) (d) differential count and 1 or more chemical tests; (Item is subject to rule 25)\\n\",\n            \"ScheduleFee\": \"42.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P8\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"73525\",\n            \"Description\": \"Sperm antibodies - sperm-penetrating ability - 1 or more tests\\n\",\n            \"ScheduleFee\": \"29.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P8\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"73527\",\n            \"Description\": \"Human chorionic gonadotrophin (HCG) - detection in serum or urine by 1 or more methods for diagnosis of pregnancy - 1 or more tests\\n\",\n            \"ScheduleFee\": \"10.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P8\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"73529\",\n            \"Description\": \"Human chorionic gonadotrophin (HCG), quantitation in serum by 1 or more methods (except by latex, membrane, strip or other pregnancy test kit) for diagnosis of threatened abortion, or follow up of abortion or diagnosis of ectopic pregnancy, including any services performed in item 73527 - 1 test\\n\",\n            \"ScheduleFee\": \"29.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P8\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"73801\",\n            \"Description\": \"Semen examination for presence of spermatozoa\\n\",\n            \"ScheduleFee\": \"6.90\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"73802\",\n            \"Description\": \"Leucocyte count, erythrocyte sedimentation rate, examination of blood film (including differential leucocyte count), haemoglobin, haematocrit or erythrocyte count - 1 test\\n\",\n            \"ScheduleFee\": \"4.55\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"73803\",\n            \"Description\": \"2 tests described in item 73802\\n\",\n            \"ScheduleFee\": \"6.35\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"73804\",\n            \"Description\": \"3 or more tests described in item 73802\\n\",\n            \"ScheduleFee\": \"8.15\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"73805\",\n            \"Description\": \"Microscopy of urine, excluding dipstick testing.\\n\",\n            \"ScheduleFee\": \"4.55\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"73806\",\n            \"Description\": \"Pregnancy test by 1 or more immunochemical methods\\n\",\n            \"ScheduleFee\": \"10.15\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"73807\",\n            \"Description\": \"Microscopy for wet film other than urine, including any relevant stain\\n\",\n            \"ScheduleFee\": \"6.90\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"73808\",\n            \"Description\": \"Microscopy of Gram-stained film, including (if performed) a service described in item 73805 or 73807\\n\",\n            \"ScheduleFee\": \"8.65\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"73809\",\n            \"Description\": \"Chemical tests for occult blood in faeces by reagent stick, strip, tablet or similar method\\n\",\n            \"ScheduleFee\": \"2.35\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"73810\",\n            \"Description\": \"Microscopy for fungi in skin, hair or nails - 1 or more sites\\n\",\n            \"ScheduleFee\": \"6.90\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"73811\",\n            \"Description\": \"Mantoux test\\n\",\n            \"ScheduleFee\": \"11.20\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P9\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"73812\",\n            \"Description\": \"Quantitation of glycated haemoglobin (HbA1c) performed in the management of established diabetes, if performed: (a) as a point‑of‑care test; and (b) by or on behalf of a medical practitioner who works in a general practice that is accredited to the Royal Australian College of General Practitioners Standards for point‑of-care testing under the National General Practice Accreditation Scheme; and (c) using a method certified by the National Glycohemoglobin Standardization Program (NGSP), if the instrumentation used has a total coefficient variation less than 3.0% at 48 mmol/mol (6.5%) Applicable not more than 3 times per 12 months per patient\\n\",\n            \"ScheduleFee\": \"11.80\",\n            \"ScheduleFeeStartDate\": \"2021-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P9\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2021-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73813\",\n            \"Description\": \"Detection performed by, or on behalf of, a medical practitioner of: (a) chlamydia trachomatis (CT) and neisseria gonorrhoeae (NG) via molecular point-of-care testing for the diagnosis of CT or NG infection; and (b) trichomonas vaginalis (TV) via molecular point-of-care testing for the diagnosis of TV infection\\n\",\n            \"ScheduleFee\": \"117.65\",\n            \"ScheduleFeeStartDate\": \"2024-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P9\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2024-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73825\",\n            \"Description\": \"Detection performed by a participating nurse practitioner of: (a) chlamydia trachomatis (CT) and neisseria gonorrhoeae (NG) via molecular point-of-care testing for the diagnosis of CT or NG infection; and (b) trichomonas vaginalis (TV) via molecular point-of-care testing for the diagnosis of TV infection\\n\",\n            \"ScheduleFee\": \"117.65\",\n            \"ScheduleFeeStartDate\": \"2024-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P9\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2024-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73826\",\n            \"Description\": \"Quantitation of glycated haemoglobin (HbA1c) performed by a participating nurse practitioner in the management of established diabetes when performed: (a) as a point‑of‑care test; (b) by a nurse practitioner who works in a general practice that is accredited to the Royal Australian College of General Practitioners Standards for point-of-care testing under the National General Practice Accreditation Scheme; and (c) using a method and instrument certified by the National Glycohemoglobin Standardization Program (NGSP), if the instrument has a total coefficient variation less than 3.0% at 48 mmol/mol (6.5%) Applicable not more than 3 times per 12 months per patient\\n\",\n            \"ScheduleFee\": \"11.80\",\n            \"ScheduleFeeStartDate\": \"2021-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P9\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2021-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73828\",\n            \"Description\": \"Semen examination for presence of spermatozoa by a participating nurse practitioner\\n\",\n            \"ScheduleFee\": \"6.90\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P9\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2011-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73829\",\n            \"Description\": \"Leucocyte count, erythrocyte sedimentation rate, examination of blood film (including differential leucocyte count), haemoglobin, haematocrit or erythrocyte count by a participating nurse practitioner - 1 test\\n\",\n            \"ScheduleFee\": \"4.55\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P9\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2011-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73830\",\n            \"Description\": \"2 tests described in item 73829 by a participating nurse practitioner\\n\",\n            \"ScheduleFee\": \"6.35\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P9\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2011-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73831\",\n            \"Description\": \"3 or more tests described in item 73829 by a participating nurse practitioner\\n\",\n            \"ScheduleFee\": \"8.15\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P9\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2011-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73832\",\n            \"Description\": \"Microscopy of urine, excluding dipstick testing by a participating nurse practitioner.\\n\",\n            \"ScheduleFee\": \"4.55\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P9\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2011-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73833\",\n            \"Description\": \"Pregnancy test by 1 or more immunochemical methods by a participating nurse practitioner\\n\",\n            \"ScheduleFee\": \"10.15\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P9\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2011-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73834\",\n            \"Description\": \"Microscopy for wet film other than urine, including any relevant stain by a participating nurse practitioner\\n\",\n            \"ScheduleFee\": \"6.90\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P9\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2011-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73835\",\n            \"Description\": \"Microscopy of Gram-stained film, including (if performed) a service described in item 73832 or 73834 by a participating nurse practitioner\\n\",\n            \"ScheduleFee\": \"8.65\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P9\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2011-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73836\",\n            \"Description\": \"Chemical tests for occult blood in faeces by reagent stick, strip, tablet or similar method by a participating nurse practitioner\\n\",\n            \"ScheduleFee\": \"2.35\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P9\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2011-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73837\",\n            \"Description\": \"Microscopy for fungi in skin, hair or nails by a participating nurse practitioner - 1 or more sites\\n\",\n            \"ScheduleFee\": \"6.90\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P9\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2011-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73839\",\n            \"Description\": \"Quantitation of HbA1c (glycated haemoglobin) performed for the diagnosis of diabetes in asymptomatic patients at high risk - not more than once in a 12 month period.\\n\",\n            \"ScheduleFee\": \"16.80\",\n            \"ScheduleFeeStartDate\": \"2015-12-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P9\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2015-12-01\"\n        },\n        {\n            \"ItemNumber\": \"73840\",\n            \"Description\": \"Quantitation of glycosylated haemoglobin performed in the management of established diabetes – each test to a maximum of 4 tests in a 12 month period\\n\",\n            \"ScheduleFee\": \"17.00\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P9\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2000-12-01\"\n        },\n        {\n            \"ItemNumber\": \"73844\",\n            \"Description\": \"Quantitation of urinary albumin/creatine ratio in urine on a random spot collection in the management of patients with established diabetes or patients at risk of microalbuminuria.\\n\",\n            \"ScheduleFee\": \"20.35\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P9\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2006-01-01\"\n        },\n        {\n            \"ItemNumber\": \"73899\",\n            \"Description\": \"Initiation of a patient episode that consists of a service described in item 72858 or 72859 in circumstances other than those mentioned in item 73900\\n\",\n            \"ScheduleFee\": \"5.95\",\n            \"ScheduleFeeStartDate\": \"2015-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P10\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2015-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73900\",\n            \"Description\": \"Initiation of a patient episode that consists of a service described in item 72858 or 72859 if the service is rendered in a prescribed laboratory.\\n\",\n            \"ScheduleFee\": \"2.40\",\n            \"ScheduleFeeStartDate\": \"2015-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P10\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2015-11-01\"\n        },\n        {\n            \"ItemNumber\": \"73920\",\n            \"Description\": \"Initiation of a patient episode by collection of a specimen for 1 or more services (other than those services described in items 73922, 73924 or 73926) if the specimen is collected in an approved collection centre that the APA operates in the same premises as it operates a category GX or GY pathology laboratory\\n\",\n            \"ScheduleFee\": \"2.40\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P10\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2008-07-01\"\n        },\n        {\n            \"ItemNumber\": \"73922\",\n            \"Description\": \"Initiation of a patient episode that consists of a service described in item 73070, 73071, 73072, 73074, 73075 or 73076 (in circumstances other than those described in item 73923)\\n\",\n            \"ScheduleFee\": \"8.20\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P10\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73923\",\n            \"Description\": \"Initiation of a patient episode that consists of a service described in items 73070, 73071, 73072, 73074, 73075 or 73076 if: (a) the person is a private patient in a recognised hospital; or (b) the person receives the service from a prescribed laboratory\\n\",\n            \"ScheduleFee\": \"2.40\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P10\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73924\",\n            \"Description\": \"Initiation of a patient episode that consists of 1 or more services described in items 72813, 72816, 72817, 72818, 72823, 72824, 72825, 72826, 72827, 72828, 72830, 72836 and 72838 (in circumstances other than those described in item 73925) from a person who is an in-patient of a hospital.\\n\",\n            \"ScheduleFee\": \"14.65\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P10\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73925\",\n            \"Description\": \"Initiation of a patient episode that consists of 1 or more services described in items 72813, 72816, 72817, 72818, 72823, 72824, 72825, 72826, 72827, 72828, 72830, 72836 and 72838 if the person is: (a) a private patient of a recognised hospital; or (b) a private patient of a hospital who receives the service or services from a prescribed laboratory.\\n\",\n            \"ScheduleFee\": \"2.40\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P10\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73926\",\n            \"Description\": \"Initiation of a patient episode that consists of 1 or more services described in items 72813, 72816, 72817, 72818, 72823, 72824, 72825, 72826, 72827, 72828, 72830, 72836 and 72838 (in circumstances other than those described in item 73927) from a person who is not a patient of a hospital.\\n\",\n            \"ScheduleFee\": \"8.20\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P10\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73927\",\n            \"Description\": \"Initiation of a patient episode by a prescribed laboratory that consists of 1 or more services described in items, 72813, 72816, 72817, 72818, 72823, 72824, 72825, 72826, 72827, 72828, 72830, 72836 and 72838 from a person who is not a patient of a hospital.\\n\",\n            \"ScheduleFee\": \"2.40\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P10\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73928\",\n            \"Description\": \"Initiation of a patient episode by collection of a specimen for 1 or more services (other than those services described in items 73922, 73924 or 73926) if the specimen is collected in an approved collection centre. Unless item 73920 or 73929 applies\\n\",\n            \"ScheduleFee\": \"5.95\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P10\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73929\",\n            \"Description\": \"Initiation of a patient episode by collection of a specimen for 1 or more services (other than those services described in items 73922, 73924 or 73926) if the specimen is collected by an approved pathology practitioner for a prescribed laboratory or by an employee of an approved pathology authority, who conducts a prescribed laboratory, if the specimen is collected in an approved pathology collection centre\\n\",\n            \"ScheduleFee\": \"2.40\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P10\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73930\",\n            \"Description\": \"Initiation of a patient episode by collection of a specimen for a service for 1 or more services (other than those services described in items 73922, 73924 or 73926) if the specimen is collected by an approved pathology practitioner or an employee of an approved pathology authority from a person who is an in-patient of a hospital other than a recognised hospital. Unless item 73931 applies\\n\",\n            \"ScheduleFee\": \"5.95\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P10\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73931\",\n            \"Description\": \"Initiation of a patient episode by collection of a specimen for 1 or more services (other than those services described in items 73922, 73924 or 73926) if: () the specimen is collected by an approved pathology practitioner for a prescribed laboratory or by an employee of an approved pathology authority, who conducts a prescribed laboratory, from a person who is a private patient in a hospital or () the person is a private patient in a recognised hospital and the specimen is collected by an approved pathology practitioner or an employee of an approved pathology authority\\n\",\n            \"ScheduleFee\": \"2.40\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P10\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73932\",\n            \"Description\": \"Initiation of a patient episode by collection of a specimen for one or more services (in circumstances other than those described in item 73922, 73923, 73924, 73925, 73926, 73927 or 73933) if: (a) the specimen is collected from a person in the place where the person resides; and (b) the place where the person resides is not a care institution or a residential aged care facility; and (c) the specimen is collected by: (i) an approved pathology practitioner of an approved pathology authority; or (ii) an employee of an approved pathology authority.\\n\",\n            \"ScheduleFee\": \"10.25\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P10\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73933\",\n            \"Description\": \"Initiation of a patient episode by collection of a specimen for one or more services (in circumstances other than those described in item 73922, 73923, 73924, 73925, 73926 or 73927) if: (a) the specimen is collected from a person in the place where the person resides; and (b) the place where the person resides is not a care institution or a residential aged care facility; and (c) the specimen is collected by: (i) an approved pathology practitioner of a prescribed laboratory; or (ii) an employee of an approved pathology authority that operates a prescribed laboratory\\n\",\n            \"ScheduleFee\": \"2.40\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P10\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73934\",\n            \"Description\": \"Initiation of a patient episode by collection of a specimen for one or more services (in circumstances other than those described in item 73922, 73923, 73924, 73925, 73926, 73927 or 73935) if: (a) the specimen is collected from a person in a care institution or a residential aged care facility; and (b) the specimen is collected by: (i) an approved pathology practitioner of an approved pathology authority; or (ii) an employee of an approved pathology authority\\n\",\n            \"ScheduleFee\": \"17.60\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P10\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73935\",\n            \"Description\": \"Initiation of a patient episode by collection of a specimen for one or more services (in circumstances other than those described in item 73922, 73923, 73924, 73925, 73926 or 73927) if: (a) the specimen is collected from a person in a care institution or a residential aged care facility; and (b) the specimen is collected by: (i) an approved pathology practitioner of a prescribed laboratory; or (ii) an employee of an approved pathology authority that operates a prescribed laboratory\\n\",\n            \"ScheduleFee\": \"2.40\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P10\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73936\",\n            \"Description\": \"Initiation of a patient episode by collection of a specimen for 1 or more services (other than those services described in items 73922, 73924 or 73926) if the specimen is collected from the person by the person.\\n\",\n            \"ScheduleFee\": \"5.95\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P10\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73937\",\n            \"Description\": \"Initiation of a patient episode by collection of a specimen for 1 or more services (other than those services described in items 73922, 73924 or 73926), if the specimen is collected from the person by the person and if: () the service is performed in a prescribed laboratory or () the person is a private patient in a recognised hospital\\n\",\n            \"ScheduleFee\": \"2.40\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P10\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73938\",\n            \"Description\": \"Initiation of a patient episode by collection of a specimen for 1 or more services (other than those services described in items 73922, 73924 or 73926) if the specimen is collected by or on behalf of the treating practitioner. Unless item 73939 applies\\n\",\n            \"ScheduleFee\": \"7.95\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P10\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73939\",\n            \"Description\": \"Initiation of a patient episode by collection of a specimen for 1 or more services (other than those services described in items 73922, 73924 or 73926), if the specimen is collected by or on behalf of the treating practitioner and if: () the service is performed in a prescribed laboratory or () the person is a private patient in a recognised hospital\\n\",\n            \"ScheduleFee\": \"2.40\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P10\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"73940\",\n            \"Description\": \"Receipt of a specimen by an approved pathology practitioner of an approved pathology authority from another approved pathology practitioner of another approved pathology authority\\n\",\n            \"ScheduleFee\": \"10.25\",\n            \"ScheduleFeeStartDate\": \"2013-01-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P11\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"74990\",\n            \"Description\": \"A pathology service to which an item in this table (other than this item or item 74991, 75861, 75862, 75863 or 75864) applies if: (a) the service is an unreferred service; and (b) the service is provided to a person who is under the age of 16 or is a Commonwealth concession card holder; and (c) the person is not an admitted patient of a hospital; and (d) the service is bulk-billed in respect of the fees for: (i) this item; and (ii) the other item in this table applying to the service\\n\",\n            \"ScheduleFee\": \"8.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P12\",\n            \"EligibleAgeRange\": \"younger than 16 years\",\n            \"ReferralRequirements\": \"This is an unreferred service, which means it should not be referred to the providing practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2004-02-01\"\n        },\n        {\n            \"ItemNumber\": \"74991\",\n            \"Description\": \"A pathology service to which an item in this table (other than this item or items 74990, 75861, 75862, 75863 or 75864) applies if: (a) the service is an unreferred service; and (b) the service is provided to a person who is under the age of 16 or is a Commonwealth concession card holder; and (c) the person is not an admitted patient of a hospital; and (d) the service is bulk-billed in respect of the fees for: (i) this item; and (ii) the other item in this table applying to the service; and (e) the service is provided at, or from, a practice location in a Modified Monash 2 area.\\n\",\n            \"ScheduleFee\": \"12.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P12\",\n            \"EligibleAgeRange\": \"younger than 16 years\",\n            \"ReferralRequirements\": \"This is an unreferred service, which means it should not be referred to the providing practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2004-05-01\"\n        },\n        {\n            \"ItemNumber\": \"74992\",\n            \"Description\": \"A payment when the episode is bulk billed and includes item 73920.\\n\",\n            \"ScheduleFee\": \"1.60\",\n            \"ScheduleFeeStartDate\": \"2009-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2009-11-01\"\n        },\n        {\n            \"ItemNumber\": \"74993\",\n            \"Description\": \"A payment when the episode is bulk billed and includes item 73922 or 73926.\\n\",\n            \"ScheduleFee\": \"3.75\",\n            \"ScheduleFeeStartDate\": \"2009-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2009-11-01\"\n        },\n        {\n            \"ItemNumber\": \"74994\",\n            \"Description\": \"A payment when the episode is bulk billed and includes item 73924.\\n\",\n            \"ScheduleFee\": \"3.25\",\n            \"ScheduleFeeStartDate\": \"2009-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2009-11-01\"\n        },\n        {\n            \"ItemNumber\": \"74995\",\n            \"Description\": \"A payment when the episode is bulk billed and includes item 73899, 73900, 73928, 73930 or 73936.\\n\",\n            \"ScheduleFee\": \"4.00\",\n            \"ScheduleFeeStartDate\": \"2009-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2009-11-01\"\n        },\n        {\n            \"ItemNumber\": \"74996\",\n            \"Description\": \"A payment when the episode is bulk billed and includes item 73932 or 73940.\\n\",\n            \"ScheduleFee\": \"3.70\",\n            \"ScheduleFeeStartDate\": \"2009-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2009-11-01\"\n        },\n        {\n            \"ItemNumber\": \"74997\",\n            \"Description\": \"A payment when the episode is bulk billed and includes item 73934.\\n\",\n            \"ScheduleFee\": \"3.30\",\n            \"ScheduleFeeStartDate\": \"2009-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2009-11-01\"\n        },\n        {\n            \"ItemNumber\": \"74998\",\n            \"Description\": \"A payment when the episode is bulk billed and includes item 73938.\\n\",\n            \"ScheduleFee\": \"2.00\",\n            \"ScheduleFeeStartDate\": \"2009-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2009-11-01\"\n        },\n        {\n            \"ItemNumber\": \"74999\",\n            \"Description\": \"A payment when the episode is bulk billed and includes item 73923, 73925, 73927, 73929, 73931, 73933, 73935, 73937 or 73939.\\n\",\n            \"ScheduleFee\": \"1.60\",\n            \"ScheduleFeeStartDate\": \"2009-11-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P13\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2009-11-01\"\n        },\n        {\n            \"ItemNumber\": \"75861\",\n            \"Description\": \"A pathology service to which an item in this table (other than this item or item 74990, 74991, 75862, 75863 or 75864) applies if: (a) the service is an unreferred service; and (b) the service is rendered to a person who is under the age of 16 or is a concessional beneficiary; and (c) the person is not an admitted patient of a hospital; and (d) the service is bulk-billed in respect of the fees for: (i) this item; and (ii) the other item in this Schedule applying to the service; and (e) the service is rendered at, or from, a practice location in: (i) a Modified Monash 3 area; or (ii) a Modified Monash 4 area\\n\",\n            \"ScheduleFee\": \"12.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P12\",\n            \"EligibleAgeRange\": \"younger than 16 years\",\n            \"ReferralRequirements\": \"This is an unreferred service, which means it should not be referred to the providing practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2022-01-01\"\n        },\n        {\n            \"ItemNumber\": \"75862\",\n            \"Description\": \"A pathology service to which an item in this Schedule (other than this item or item 74990, 74991, 75861, 75863, or 75864) applies if: (a) the service is an unreferred service; and (b) the service is rendered to a person who is under the age of 16 or is a concessional beneficiary; and (c) the person is not an admitted patient of a hospital; and (d) the service is bulk-billed in relation to the fees for: (i) this item; and (ii) the other item in this Schedule applying to the service; and (e) the service is rendered at, or from, a practice location in a Modified Monash 5 area\\n\",\n            \"ScheduleFee\": \"13.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P12\",\n            \"EligibleAgeRange\": \"younger than 16 years\",\n            \"ReferralRequirements\": \"This is an unreferred service, which means it should not be referred to the providing practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2022-01-01\"\n        },\n        {\n            \"ItemNumber\": \"75863\",\n            \"Description\": \"A pathology service to which an item in this Schedule (other than this item or item 74990, 74991, 75861, 75862 or 75864) applies if: (a) the service is an unreferred service; and (b) the service is rendered to a person who is under the age of 16 or is a concessional beneficiary; and (c) the person is not an admitted patient of a hospital; and (d) the service is bulk-billed in respect of the fees for: (i) this item; and (ii) the other item in this Schedule applying to the service; and (e) the service is rendered at, or from, a practice location in a Modified Monash 6 area\\n\",\n            \"ScheduleFee\": \"14.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P12\",\n            \"EligibleAgeRange\": \"younger than 16 years\",\n            \"ReferralRequirements\": \"This is an unreferred service, which means it should not be referred to the providing practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2022-01-01\"\n        },\n        {\n            \"ItemNumber\": \"75864\",\n            \"Description\": \"A pathology service to which an item in this Schedule (other than this item or item 74990, 74991, 75861, 75862 or 75863) applies if: (a) the service is an unreferred service; and (b) the service is rendered to a person who is under the age of 16 or is a concessional beneficiary; and (c) the person is not an admitted patient of a hospital; and (d) the service is bulk-billed in relation to the fees for: (i) this item; and (ii) the other item in this Schedule applying to the service; and (e) the service is rendered at, or from, a practice location in a Modified Monash 7 area\\n\",\n            \"ScheduleFee\": \"15.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"6\",\n            \"Group\": \"P12\",\n            \"EligibleAgeRange\": \"younger than 16 years\",\n            \"ReferralRequirements\": \"This is an unreferred service, which means it should not be referred to the providing practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2022-01-01\"\n        },\n        {\n            \"ItemNumber\": \"75002\",\n            \"Description\": \"Initial professional attendance, in a single course of treatment (other than a service associated with a service to which item 75009, 75012, 75015 or 75023 applies)\\n\",\n            \"ScheduleFee\": \"99.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"7\",\n            \"Group\": \"C1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"75005\",\n            \"Description\": \"Subsequent professional attendance in a single course of treatment (other than a service associated with a service to which item 75009, 75012, 75015 or 75023 applies)\\n\",\n            \"ScheduleFee\": \"50.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"7\",\n            \"Group\": \"C1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"75007\",\n            \"Description\": \"Production of dental study models (other than a service associated with a service to which item 75002 or 75005 applies) prior to provision of a service to which: (a) item 75030, 75032, 75039, 75045 or 75051 apply; or (b) an item in Group T8 or Groups O3 to O9 apply; or (c) item 52321, 53212 or 75618 apply; or (d) any of items 52330 to 52382, 52600 to 52630, 53400 to 53409 or 53415 to 53429 apply; in a single treatment\\n\",\n            \"ScheduleFee\": \"88.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"7\",\n            \"Group\": \"C1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"75009\",\n            \"Description\": \"Orthodontic radiography—orthopantomography (panoramic radiography), including any consultation on the same occasion\\n\",\n            \"ScheduleFee\": \"79.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"7\",\n            \"Group\": \"C1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"75010\",\n            \"Description\": \"Orthodontic radiography – anteroposterior or lateral cephalometric radiography, with cephalometric tracings, and orthopantomography, including any consultation on the same occasion\\n\",\n            \"ScheduleFee\": \"151.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"7\",\n            \"Group\": \"C1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"75011\",\n            \"Description\": \"Orthodontic radiography – anteroposterior and lateral cephalometric radiography, with cephalometric tracings, and orthopantomography, including any consultation on the same occasion\\n\",\n            \"ScheduleFee\": \"197.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"7\",\n            \"Group\": \"C1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2025-07-01\"\n        },\n        {\n            \"ItemNumber\": \"75012\",\n            \"Description\": \"Orthodontic anteroposterior cephalometric radiography with cephalometric tracings or lateral cephalometric radiography with cephalometric tracings, including any consultation on the same occasion\\n\",\n            \"ScheduleFee\": \"126.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"7\",\n            \"Group\": \"C1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"75015\",\n            \"Description\": \"Radiography anteroposterior and lateral cephalometric radiography with cephalometric tracings, including any consultation on the same occasion\\n\",\n            \"ScheduleFee\": \"173.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"7\",\n            \"Group\": \"C1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"75023\",\n            \"Description\": \"Intraoral radiography—single area, periapical or bitewing film\\n\",\n            \"ScheduleFee\": \"54.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"7\",\n            \"Group\": \"C1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"75024\",\n            \"Description\": \"Pre-surgical infant maxillary arch repositioning including nasoalveolar moulding, supply of appliances and all adjustments of appliances, and supervision of all components of the service—if 1 appliance is used\\n\",\n            \"ScheduleFee\": \"700.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"7\",\n            \"Group\": \"C1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"75027\",\n            \"Description\": \"Pre-surgical infant maxillary arch repositioning including nasoalveolar moulding, supply of appliances and all adjustments of appliances, and supervision of all components of the service—if 2 appliances are used\\n\",\n            \"ScheduleFee\": \"959.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"7\",\n            \"Group\": \"C1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"75030\",\n            \"Description\": \"Maxillary arch expansion (other than a service associated with a service to which item 75039, 75042, 75045 or 75048 applies), including supply of appliances and all adjustments of appliances, removal of appliances and retention\\n\",\n            \"ScheduleFee\": \"854.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"7\",\n            \"Group\": \"C1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"75032\",\n            \"Description\": \"Mixed dentition treatment including incisor alignment (mandibular and/or maxillary) lateral arch expansion, including supply of appliances and all adjustments of appliances, removal of appliances and retention\\n\",\n            \"ScheduleFee\": \"1924.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"7\",\n            \"Group\": \"C1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"75034\",\n            \"Description\": \"Mixed dentition treatment—incisor alignment with or without lateral arch expansion using a removable appliance in the maxillary arch, including supply of all appliances, and associated adjustments and retention\\n\",\n            \"ScheduleFee\": \"713.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"7\",\n            \"Group\": \"C1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"75039\",\n            \"Description\": \"Permanent dentition treatment—single arch (mandibular or maxillary) treatment (correction and alignment) using orthodontic fixed appliances or aligners, including supply of appliances and aligners—initial 3 months of active treatment\\n\",\n            \"ScheduleFee\": \"647.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"7\",\n            \"Group\": \"C1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"75042\",\n            \"Description\": \"Permanent dentition treatment—single arch (mandibular or maxillary) treatment (correction and alignment) using orthodontic fixed appliances or aligners, including supply of appliances and aligners—each subsequent 3 months of active treatment (including all adjustments and maintenance and removal of the appliances) after the initial three months of active treatment for a maximum of a further 33 months\\n\",\n            \"ScheduleFee\": \"242.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"7\",\n            \"Group\": \"C1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"75045\",\n            \"Description\": \"Permanent dentition treatment—2 arch (mandibular and maxillary) treatment (correction and alignment) using orthodontic fixed appliances or aligners, including supply of appliances or aligners—initial 3 months of active treatment\\n\",\n            \"ScheduleFee\": \"1296.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"7\",\n            \"Group\": \"C1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"75048\",\n            \"Description\": \"Permanent dentition treatment—2 arch (mandibular and maxillary) treatment (correction and alignment) using orthodontic fixed appliances or aligners, including supply of appliances or aligners—each subsequent 3 months of active treatment (including all adjustments and maintenance, and removal of the appliances) after the initial three months of active treatment for a maximum of a further 33 months\\n\",\n            \"ScheduleFee\": \"332.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"7\",\n            \"Group\": \"C1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"75049\",\n            \"Description\": \"Retention, fixed or removable, single arch (mandibular or maxillary)—supply of retainer and supervision of retention\\n\",\n            \"ScheduleFee\": \"389.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"7\",\n            \"Group\": \"C1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"75050\",\n            \"Description\": \"Retention, fixed or removable, 2‑arch (mandibular and maxillary)—supply of retainers and supervision of retention\\n\",\n            \"ScheduleFee\": \"751.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"7\",\n            \"Group\": \"C1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"75051\",\n            \"Description\": \"Jaw growth guidance using removable or functional appliances, including supply of appliances and all adjustments to appliances\\n\",\n            \"ScheduleFee\": \"1153.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"7\",\n            \"Group\": \"C1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"75200\",\n            \"Description\": \"Removal of tooth or tooth fragment (other than treatment to which item 75402 or 75405 applies)\\n\",\n            \"ScheduleFee\": \"64.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"7\",\n            \"Group\": \"C1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"75203\",\n            \"Description\": \"Removal of tooth or tooth fragment under general anaesthesia (H)\\n\",\n            \"ScheduleFee\": \"96.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"7\",\n            \"Group\": \"C1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"75206\",\n            \"Description\": \"Removal of each additional tooth or tooth fragment if provided in association with a service to which item 75200 or 75203 applies\\n\",\n            \"ScheduleFee\": \"31.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"7\",\n            \"Group\": \"C1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"75400\",\n            \"Description\": \"Surgical removal of erupted tooth\\n\",\n            \"ScheduleFee\": \"192.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"7\",\n            \"Group\": \"C1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"75402\",\n            \"Description\": \"Surgical removal of tooth, or tooth fragment requiring incision of soft tissue only\\n\",\n            \"ScheduleFee\": \"189.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"7\",\n            \"Group\": \"C1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"75405\",\n            \"Description\": \"Surgical removal of tooth, or tooth fragment requiring removal of bone, where the patient is referred by a referring dentist or medical practitioner\\n\",\n            \"ScheduleFee\": \"242.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"7\",\n            \"Group\": \"C1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Dental Practitioner', 'Specialist Medical Practitioner', 'General Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"75600\",\n            \"Description\": \"Surgical exposure and packing of unerupted tooth\\n\",\n            \"ScheduleFee\": \"270.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"7\",\n            \"Group\": \"C1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"75603\",\n            \"Description\": \"Surgical exposure of unerupted tooth for the purpose of fitting a traction device or placement of a temporary anchorage device\\n\",\n            \"ScheduleFee\": \"318.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"7\",\n            \"Group\": \"C1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"75606\",\n            \"Description\": \"Surgical repositioning of unerupted tooth where the patient is referred by a referring dentist or medical practitioner\\n\",\n            \"ScheduleFee\": \"318.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"7\",\n            \"Group\": \"C1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Dental Practitioner', 'Specialist Medical Practitioner', 'General Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"75609\",\n            \"Description\": \"Transplantation of tooth bud where the patient is referred by a referring dentist or medical practitioner\\n\",\n            \"ScheduleFee\": \"475.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"7\",\n            \"Group\": \"C1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Dental Practitioner', 'Specialist Medical Practitioner', 'General Practitioner' ].\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"75610\",\n            \"Description\": \"Surgical procedure for intraoral implantation of an osseointegrated fixture and placement of transmucosal abutments where the patient is referred by a referring dentist or medical practitioner (H)\\n\",\n            \"ScheduleFee\": \"402.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"7\",\n            \"Group\": \"C1\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Dental Practitioner', 'Specialist Medical Practitioner', 'General Practitioner' ].\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"75618\",\n            \"Description\": \"Fabrication and fitting of a bite rising appliance or dental splint for the management of temporomandibular joint dysfunction syndrome\\n\",\n            \"ScheduleFee\": \"270.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"7\",\n            \"Group\": \"C1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"75621\",\n            \"Description\": \"The fabrication and fitting of surgical splint or guide in conjunction with orthognathic surgical procedures and implant treatment, if provided in association with a service to which: (a) any item in the following series applies: (i) any of items 46150 to 46161 apply; or (ii) any of items 52342 to 52375 apply; or (b) item 52380 or 52382 applies; (c) item 75610 applies\\n\",\n            \"ScheduleFee\": \"270.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"7\",\n            \"Group\": \"C1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1995-07-01\"\n        },\n        {\n            \"ItemNumber\": \"75800\",\n            \"Description\": \"Attendance involving consultation, preventive treatment and prophylaxis, of not less than 30 minutes in duration for each attendance to a maximum of 3 attendances in any 12 month period (other than a service associated with a service to which item 75009, 75012, 75015 or 75023 applies)\\n\",\n            \"ScheduleFee\": \"96.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"7\",\n            \"Group\": \"C1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"75802\",\n            \"Description\": \"Fabrication and fitting of acrylic base partial denture, including retainers—1 to 4 teeth\\n\",\n            \"ScheduleFee\": \"490.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"7\",\n            \"Group\": \"C1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"75815\",\n            \"Description\": \"Fabrication and fitting of acrylic base partial denture, including retainers—5 to 9 teeth\\n\",\n            \"ScheduleFee\": \"724.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"7\",\n            \"Group\": \"C1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"75818\",\n            \"Description\": \"Fabrication and fitting of acrylic base partial denture or complete denture or overdenture, including retainers—10 to 12 teeth\\n\",\n            \"ScheduleFee\": \"854.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"7\",\n            \"Group\": \"C1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"75820\",\n            \"Description\": \"Fabrication and fitting of metal framework partial denture, including all components—1 to 4 teeth\\n\",\n            \"ScheduleFee\": \"851.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"7\",\n            \"Group\": \"C1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"75833\",\n            \"Description\": \"Fabrication and fitting of metal framework partial denture including all components—5 to 9 teeth\\n\",\n            \"ScheduleFee\": \"1234.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"7\",\n            \"Group\": \"C1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"75836\",\n            \"Description\": \"Fabrication and fitting of metal framework partial denture or complete denture or overdenture including all components—10 to 12 teeth\\n\",\n            \"ScheduleFee\": \"1412.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"7\",\n            \"Group\": \"C1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"75842\",\n            \"Description\": \"Adjustment of denture (other than a service associated with a service to which item 75802, 75815, 75818, 75820, 75833 or 75836 applies)\\n\",\n            \"ScheduleFee\": \"47.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"7\",\n            \"Group\": \"C1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"75845\",\n            \"Description\": \"Relining of denture by laboratory process and associated fitting\\n\",\n            \"ScheduleFee\": \"237.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"7\",\n            \"Group\": \"C1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"75848\",\n            \"Description\": \"Remodelling and fitting of denture of more than 4 teeth\\n\",\n            \"ScheduleFee\": \"284.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"7\",\n            \"Group\": \"C1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"75851\",\n            \"Description\": \"Repair to metal framework of denture—1 or more points\\n\",\n            \"ScheduleFee\": \"142.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"7\",\n            \"Group\": \"C1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"75854\",\n            \"Description\": \"Addition of a tooth or teeth to a denture to replace extracted tooth or teeth, including taking of necessary impression\\n\",\n            \"ScheduleFee\": \"142.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"7\",\n            \"Group\": \"C1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"1991-12-01\"\n        },\n        {\n            \"ItemNumber\": \"10950\",\n            \"Description\": \"Aboriginal and Torres Strait Islander health and wellbeing service provided to a patient by an eligible Aboriginal and Torres Strait Islander health worker or eligible Aboriginal and Torres Strait Islander health practitioner if: (a) the patient has a chronic condition and complex care needs being managed by a medical practitioner (other than a specialist or consultant physician) under: (i) a GP chronic condition management plan that has been prepared or reviewed in the last 18 months; or (ii) until the end of 30 June 2027—a GP Management Plan and Team Care Arrangements prepared prior to 1 July 2025; or (iii) a multidisciplinary care plan; and (b) the service is recommended in the patient’s plan or arrangements as part of the management of the patient’s chronic condition and complex care needs; and (c) the service is of at least 20 minutes duration; to a maximum of 5 services (including any services to which this item or any other item in this Subgroup or item 93000 or 93013 in the Telehealth Attendance Determination applies) in a calendar year\\n\",\n            \"ScheduleFee\": \"72.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M3\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2004-07-01\"\n        },\n        {\n            \"ItemNumber\": \"10951\",\n            \"Description\": \"Diabetes education health service provided to a patient by an eligible diabetes educator if: (a) the patient has a chronic condition and complex care needs being managed by a medical practitioner (other than a specialist or consultant physician) under: (i) a GP chronic condition management plan that has been prepared or reviewed in the last 18 months; or (ii) until the end of 30 June 2027—a GP Management Plan and Team Care Arrangements prepared prior to 1 July 2025; or (iii) a multidisciplinary care plan; and (b) the service is recommended in the patient’s plan or arrangements as part of the management of the patient’s chronic condition and complex care needs; and (c) the service is of at least 20 minutes duration; to a maximum of 5 services (including any services to which this item or any other item in this Subgroup or item 93000 or 93013 in the Telehealth Attendance Determination applies) in a calendar year\\n\",\n            \"ScheduleFee\": \"72.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M3\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2004-11-01\"\n        },\n        {\n            \"ItemNumber\": \"10952\",\n            \"Description\": \"Audiology health service provided to a patient by an eligible audiologist if: (a) the patient has a chronic condition and complex care needs being managed by a medical practitioner (other than a specialist or consultant physician) under: (i) a GP chronic condition management plan that has been prepared or reviewed in the last 18 months; or (ii) until the end of 30 June 2027—a GP Management Plan and Team Care Arrangements prepared prior to 1 July 2025; or (iii) a multidisciplinary care plan; and (b) the service is recommended in the patient’s plan or arrangements as part of the management of the patient’s chronic condition and complex care needs; and (c) the service is of at least 20 minutes duration; to a maximum of 5 services (including any services to which this item or any other item in this Subgroup or item 93000 or 93013 in the Telehealth Attendance Determination applies) in a calendar year\\n\",\n            \"ScheduleFee\": \"72.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M3\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2004-07-01\"\n        },\n        {\n            \"ItemNumber\": \"10953\",\n            \"Description\": \"Exercise physiology health service provided to a patient by an eligible exercise physiologist if: (a) the patient has a chronic condition and complex care needs being managed by a medical practitioner (other than a specialist or consultant physician) under: (i) a GP chronic condition management plan that has been prepared or reviewed in the last 18 months; or (ii) until the end of 30 June 2027—a GP Management Plan and Team Care Arrangements prepared prior to 1 July 2025; or (iii) a multidisciplinary care plan; and (b) the service is recommended in the patient’s plan or arrangements as part of the management of the patient’s chronic condition and complex care needs; and (c) the service is of at least 20 minutes duration; to a maximum of 5 services (including any services to which this item or any other item in this Subgroup or item 93000 or 93013 in the Telehealth Attendance Determination applies) in a calendar year\\n\",\n            \"ScheduleFee\": \"72.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M3\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2006-01-01\"\n        },\n        {\n            \"ItemNumber\": \"10954\",\n            \"Description\": \"Dietetics health service provided to a patient by an eligible dietitian if: (a) the patient has a chronic condition and complex care needs being managed by a medical practitioner (other than a specialist or consultant physician) under: (i) a GP chronic condition management plan that has been prepared or reviewed in the last 18 months; or (ii) until the end of 30 June 2027—a GP Management Plan and Team Care Arrangements prepared prior to 1 July 2025; or (iii) a multidisciplinary care plan; and (b) the service is recommended in the patient’s plan or arrangements as part of the management of the patient’s chronic condition and complex care needs; and (c) the service is of at least 20 minutes duration; to a maximum of 5 services (including any services to which this item or any other item in this Subgroup or item 93000 or 93013 in the Telehealth Attendance Determination applies) in a calendar year\\n\",\n            \"ScheduleFee\": \"72.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M3\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2004-07-01\"\n        },\n        {\n            \"ItemNumber\": \"10955\",\n            \"Description\": \"Attendance by an eligible allied health practitioner, or eligible Aboriginal and Torres Strait Islander primary health care professional, as a member of a multidisciplinary case conference team, to participate in: (a) a community case conference; or (b) a multidisciplinary case conference in a residential aged care facility; if the conference lasts for at least 15 minutes, but for less than 20 minutes (other than a service associated with a service to which another item in this Group applies)\\n\",\n            \"ScheduleFee\": \"57.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M3\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2021-11-01\"\n        },\n        {\n            \"ItemNumber\": \"10956\",\n            \"Description\": \"Mental health service provided to a patient by an eligible mental health worker if: (a) the patient has a chronic condition and complex care needs being managed by a medical practitioner (other than a specialist or consultant physician) under: (i) a GP chronic condition management plan that has been prepared or reviewed in the last 18 months; or (ii) until the end of 30 June 2027—a GP Management Plan and Team Care Arrangements prepared prior to 1 July 2025; or (iii) a multidisciplinary care plan; and (b) the service is recommended in the patient’s plan or arrangements as part of the management of the patient’s chronic condition and complex care needs; and (c) the service is of at least 20 minutes duration; to a maximum of 5 services (including any services to which this item or any other item in this Subgroup or item 93000 or 93013 in the Telehealth Attendance Determination applies) in a calendar year\\n\",\n            \"ScheduleFee\": \"72.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M3\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2004-07-01\"\n        },\n        {\n            \"ItemNumber\": \"10957\",\n            \"Description\": \"Attendance by an eligible allied health practitioner, or eligible Aboriginal and Torres Strait Islander primary health care professional, as a member of a multidisciplinary case conference team, to participate in: (a) a community case conference; or (b) a multidisciplinary case conference in a residential aged care facility; if the conference lasts for at least 20 minutes, but for less than 40 minutes (other than a service associated with a service to which another item in this Group applies)\\n\",\n            \"ScheduleFee\": \"97.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M3\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2021-11-01\"\n        },\n        {\n            \"ItemNumber\": \"10958\",\n            \"Description\": \"Occupational therapy health service provided to a patient by an eligible occupational therapist if: (a) the patient has a chronic condition and complex care needs being managed by a medical practitioner (other than a specialist or consultant physician) under: (i) a GP chronic condition management plan that has been prepared or reviewed in the last 18 months; or (ii) until the end of 30 June 2027—a GP Management Plan and Team Care Arrangements prepared prior to 1 July 2025; or (iii) a multidisciplinary care plan; and (b) the service is recommended in the patient’s plan or arrangements as part of the management of the patient’s chronic condition and complex care needs; and (c) the service is of at least 20 minutes duration; to a maximum of 5 services (including any services to which this item or any other item in this Subgroup or item 93000 or 93013 in the Telehealth Attendance Determination applies) in a calendar year\\n\",\n            \"ScheduleFee\": \"72.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M3\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2004-07-01\"\n        },\n        {\n            \"ItemNumber\": \"10959\",\n            \"Description\": \"Attendance by an eligible allied health practitioner, or eligible Aboriginal and Torres Strait Islander primary health care professional, as a member of a multidisciplinary case conference team, to participate in: (a) a community case conference; or (b) a multidisciplinary case conference in a residential aged care facility; if the conference lasts for at least 40 minutes (other than a service associated with a service to which another item in this Group applies)\\n\",\n            \"ScheduleFee\": \"162.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M3\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2021-11-01\"\n        },\n        {\n            \"ItemNumber\": \"10960\",\n            \"Description\": \"Physiotherapy health service provided to a patient by an eligible physiotherapist if: (a) the patient has a chronic condition and complex care needs being managed by a medical practitioner (other than a specialist or consultant physician) under: (i) a GP chronic condition management plan that has been prepared or reviewed in the last 18 months; or (ii) until the end of 30 June 2027—a GP Management Plan and Team Care Arrangements prepared prior to 1 July 2025; or (iii) a multidisciplinary care plan; and (b) the service is recommended in the patient’s plan or arrangements as part of the management of the patient’s chronic condition and complex care needs; and (c) the service is of at least 20 minutes duration; to a maximum of 5 services (including any services to which this item or any other item in this Subgroup or item 93000 or 93013 in the Telehealth Attendance Determination applies) in a calendar year\\n\",\n            \"ScheduleFee\": \"72.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M3\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2004-07-01\"\n        },\n        {\n            \"ItemNumber\": \"10962\",\n            \"Description\": \"Podiatry health service provided to a patient by an eligible podiatrist if: (a) the patient has a chronic condition and complex care needs being managed by a medical practitioner (other than a specialist or consultant physician) under: (i) a GP chronic condition management plan that has been prepared or reviewed in the last 18 months; or (ii) until the end of 30 June 2027—a GP Management Plan and Team Care Arrangements prepared prior to 1 July 2025; or (iii) a multidisciplinary care plan; and (b) the service is recommended in the patient’s plan or arrangements as part of the management of the patient’s chronic condition and complex care needs; and (c) the service is of at least 20 minutes duration; to a maximum of 5 services (including any services to which this item or any other item in this Subgroup or item 93000 or 93013 in the Telehealth Attendance Determination applies) in a calendar year\\n\",\n            \"ScheduleFee\": \"72.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M3\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2004-07-01\"\n        },\n        {\n            \"ItemNumber\": \"10964\",\n            \"Description\": \"Chiropractic health service provided to a patient by an eligible chiropractor if: (a) the patient has a chronic condition and complex care needs being managed by a medical practitioner (other than a specialist or consultant physician) under: (i) a GP chronic condition management plan that has been prepared or reviewed in the last 18 months; or (ii) until the end of 30 June 2027—a GP Management Plan and Team Care Arrangements prepared prior to 1 July 2025; or (iii) a multidisciplinary care plan; and (b) the service is recommended in the patient’s plan or arrangements as part of the management of the patient’s chronic condition and complex care needs; and (c) the service is of at least 20 minutes duration; to a maximum of 5 services (including any services to which this item or any other item in this Subgroup or item 93000 or 93013 in the Telehealth Attendance Determination applies) in a calendar year\\n\",\n            \"ScheduleFee\": \"72.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M3\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2004-07-01\"\n        },\n        {\n            \"ItemNumber\": \"10966\",\n            \"Description\": \"Osteopathy health service provided to a patient by an eligible osteopath if: (a) the patient has a chronic condition and complex care needs being managed by a medical practitioner (other than a specialist or consultant physician) under: (i) a GP chronic condition management plan that has been prepared or reviewed in the last 18 months; or (ii) until the end of 30 June 2027—a GP Management Plan and Team Care Arrangements prepared prior to 1 July 2025; or (iii) a multidisciplinary care plan; and (b) the service is recommended in the patient’s plan or arrangements as part of the management of the patient’s chronic condition and complex care needs; and (c) the service is of at least 20 minutes duration; to a maximum of 5 services (including any services to which this item or any other item in this Subgroup or item 93000 or 93013 in the Telehealth Attendance Determination applies) in a calendar year\\n\",\n            \"ScheduleFee\": \"72.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M3\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2004-07-01\"\n        },\n        {\n            \"ItemNumber\": \"10968\",\n            \"Description\": \"Psychology health service provided to a patient by an eligible psychologist if: (a) the patient has a chronic condition and complex care needs being managed by a medical practitioner (other than a specialist or consultant physician) under: (i) a GP chronic condition management plan that has been prepared or reviewed in the last 18 months; or (ii) until the end of 30 June 2027—a GP Management Plan and Team Care Arrangements prepared prior to 1 July 2025; or (iii) a multidisciplinary care plan; and (b) the service is recommended in the patient’s plan or arrangements as part of the management of the patient’s chronic condition and complex care needs; and (c) the service is of at least 20 minutes duration; to a maximum of 5 services (including any services to which this item or any other item in this Subgroup or item 93000 or 93013 in the Telehealth Attendance Determination applies) in a calendar year\\n\",\n            \"ScheduleFee\": \"72.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M3\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2004-07-01\"\n        },\n        {\n            \"ItemNumber\": \"10970\",\n            \"Description\": \"Speech pathology health service provided to a patient by an eligible speech pathologist if: (a) the patient has a chronic condition and complex care needs being managed by a medical practitioner (other than a specialist or consultant physician) under: (i) a GP chronic condition management plan that has been prepared or reviewed in the last 18 months; or (ii) until the end of 30 June 2027—a GP Management Plan and Team Care Arrangements prepared prior to 1 July 2025; or (iii) a multidisciplinary care plan; and (b) the service is recommended in the patient’s plan or arrangements as part of the management of the patient’s chronic condition and complex care needs; and (c) the service is of at least 20 minutes duration; to a maximum of 5 services (including any services to which this item or any other item in this Subgroup or item 93000 or 93013 in the Telehealth Attendance Determination applies) in a calendar year\\n\",\n            \"ScheduleFee\": \"72.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M3\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2004-07-01\"\n        },\n        {\n            \"ItemNumber\": \"10983\",\n            \"Description\": \"Attendance by a practice nurse, an Aboriginal and Torres Strait Islander health worker or an Aboriginal and Torres Strait Islander health practitioner on behalf of, and under the supervision of, a medical practitioner, to provide clinical support to a patient who: (a) is participating in a video conferencing consultation with a specialist, consultant physician or psychiatrist; and (b) is not an admitted patient\\n\",\n            \"ScheduleFee\": \"37.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M12\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2011-07-01\"\n        },\n        {\n            \"ItemNumber\": \"10987\",\n            \"Description\": \"Follow up service provided by a practice nurse or Aboriginal and Torres Strait Islander health practitioner, on behalf of a medical practitioner, for an Indigenous person who has received a health assessment if: a) The service is provided on behalf of and under the supervision of a medical practitioner; and b) the person is not an admitted patient of a hospital; and c) the service is consistent with the needs identified through the health assessment; - to a maximum of 10 services per patient in a calendar year\\n\",\n            \"ScheduleFee\": \"27.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M12\",\n            \"SubGroup\": \"3\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2008-11-01\"\n        },\n        {\n            \"ItemNumber\": \"10988\",\n            \"Description\": \"Immunisation provided to a person by an Aboriginal and Torres Strait Islander health practitioner if: (a) the immunisation is provided on behalf of, and under the supervision of, a medical practitioner; and (b) the person is not an admitted patient of a hospital.\\n\",\n            \"ScheduleFee\": \"14.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M12\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2006-05-01\"\n        },\n        {\n            \"ItemNumber\": \"10989\",\n            \"Description\": \"Treatment of a person's wound (other than normal aftercare) provided by an Aboriginal and Torres Strait Islander health practitioner if: (a) the treatment is provided on behalf of, and under the supervision of, a medical practitioner; and (b) the person is not an admitted patient of a hospital.\\n\",\n            \"ScheduleFee\": \"14.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M12\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2006-05-01\"\n        },\n        {\n            \"ItemNumber\": \"10990\",\n            \"Description\": \"A medical service to which an item in this Schedule (other than this item) applies, if: (a) the service is an unreferred service; and (b) the service is provided to a person who is not an admitted patient of a hospital; and (d) the service is bulk-billed in relation to the fees for: (i) this item; and (ii) any other item in this Schedule applying to the service; other than a service associated with a service: (e) to which another item in this Group applies; or (f) that is a general practice support service; or (g) that is a MyMedicare service\\n\",\n            \"ScheduleFee\": \"8.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M1\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This is an unreferred service, which means it should not be referred to the providing practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2004-02-01\"\n        },\n        {\n            \"ItemNumber\": \"10991\",\n            \"Description\": \"A medical service to which an item in this Schedule (other than this item) applies, if: (a) the service is an unreferred service; and (b) the service is provided to a person who is not an admitted patient of a hospital; and (d) the service is bulk-billed in relation to the fees for: (i) this item; and (ii) any other item in this Schedule applying to the service; and (e) the service is provided at, or from, a practice location in a Modified Monash 2 area; other than a service associated with a service: (f) to which another item in this Group applies; or (g) that is a general practice support service; or (h) that is a MyMedicare service\\n\",\n            \"ScheduleFee\": \"13.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M1\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This is an unreferred service, which means it should not be referred to the providing practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2004-05-01\"\n        },\n        {\n            \"ItemNumber\": \"10992\",\n            \"Description\": \"A medical service to which: (a) item 585, 588, 591, 594, 599, 600, 5003, 5010, 5220 or 5260 applies; or (b) item 761 or 772 applies (see the Health Insurance (Section 3C General Medical Services – Other Medical Practitioner) Determination 2018); if: (c) the service is an unreferred service; and (d) the service is provided to a person who is not an admitted patient of a hospital; and (f) the service is not provided in consulting rooms; and (g) the service is provided in any of the following areas: (i) a Modified Monash 2 area; (ii) a Modified Monash 3 area; (iii) a Modified Monash 4 area; (iv) a Modified Monash 5 area; (v) a Modified Monash 6 area; (vi) a Modified Monash 7 area; and (h) the service is provided by, or on behalf of, a medical practitioner whose practice location is not in an area mentioned in paragraph (g); and (i) the service is bulk‑billed in relation to the fees for: (i) this item; and (ii) the other item mentioned in paragraph (a) or (b) applying to the service\\n\",\n            \"ScheduleFee\": \"13.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M1\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This is an unreferred service, which means it should not be referred to the providing practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2005-01-01\"\n        },\n        {\n            \"ItemNumber\": \"10997\",\n            \"Description\": \"Service provided by a practice nurse or an Aboriginal and Torres Strait Islander health practitioner to a person with a chronic condition, if: (a) the service is provided on behalf of and under the supervision of a medical practitioner; and (b) the person is not an admitted patient of a hospital; and (c) the person has in place: (i) a GP chronic condition management plan that has been prepared or reviewed in the last 18 months; or (ii) until the end of 30 June 2027—a GP management plan, or team care arrangements, prepared before 1 July 2025; or (iii) a multidisciplinary care plan; and (d) the service is consistent with the plan or arrangements Applicable up to a total of 5 services to which this item, item 92301 or item 93203 applies in a calendar year\\n\",\n            \"ScheduleFee\": \"14.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M12\",\n            \"SubGroup\": \"3\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2007-07-01\"\n        },\n        {\n            \"ItemNumber\": \"75855\",\n            \"Description\": \"A medical service to which an item in this Schedule (other than this item) applies, if: (a) the service is an unreferred service; and (b) the service is provided to a person who is not an admitted patient of a hospital; and (d) the service is bulk-billed in relation to the fees for: (i) this item; and (ii) any other item in this Schedule applying to the service; and (e) the service is provided at, or from, a practice location in: (i) a Modified Monash 3 area; or (ii) a Modified Monash 4 area; other than a service associated with a service: (f) to which another item in this Group applies; or (g) that is a general practice support service; or (h) that is a MyMedicare service\\n\",\n            \"ScheduleFee\": \"13.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M1\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This is an unreferred service, which means it should not be referred to the providing practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2022-01-01\"\n        },\n        {\n            \"ItemNumber\": \"75856\",\n            \"Description\": \"A medical service to which an item in this Schedule (other than this item) applies, if: (a) the service is an unreferred service; and (b) the service is provided to a person who is not an admitted patient of a hospital; and (d) the service is bulk-billed in relation to the fees for: (i) this item; and (ii) any other item in this Schedule applying to the service; and (e) the service is provided at, or from, a practice location in a Modified Monash 5 area; other than a service associated with a service: (f) to which another item in this Group applies; or (g) that is a general practice support service; or (h) that is a MyMedicare service\\n\",\n            \"ScheduleFee\": \"14.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M1\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This is an unreferred service, which means it should not be referred to the providing practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2022-01-01\"\n        },\n        {\n            \"ItemNumber\": \"75857\",\n            \"Description\": \"A medical service to which an item in this Schedule (other than this item) applies, if: (a) the service is an unreferred service; and (b) the service is provided to a person who is not an admitted patient of a hospital; and (d) the service is bulk-billed in relation to the fees for: (i) this item; and (ii) any other item in this Schedule applying to the service; and (e) the service is provided at, or from, a practice location in a Modified Monash 6 area; other than a service associated with a service: (f) to which another item in this Group applies; or (g) that is a general practice support service; or (h) that is a MyMedicare service\\n\",\n            \"ScheduleFee\": \"15.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M1\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This is an unreferred service, which means it should not be referred to the providing practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2022-01-01\"\n        },\n        {\n            \"ItemNumber\": \"75858\",\n            \"Description\": \"A medical service to which an item in this Schedule (other than this item) applies, if: (a) the service is an unreferred service; and (b) the service is provided to a person who is not an admitted patient of a hospital; and (d) the service is bulk-billed in relation to the fees for: (i) this item; and (ii) any other item in this Schedule applying to the service; and (e) the service is provided at, or from, a practice location in a Modified Monash 7 area; other than a service associated with a service: (f) to which another item in this Group applies; or (g) that is a general practice support service; or (h) that is a MyMedicare service\\n\",\n            \"ScheduleFee\": \"16.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M1\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This is an unreferred service, which means it should not be referred to the providing practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2022-01-01\"\n        },\n        {\n            \"ItemNumber\": \"75870\",\n            \"Description\": \"Professional attendance (the attendance service) by a general practitioner, a medical practitioner or a prescribed medical practitioner, at which a general practice support service is provided, if: (a) the attendance service is provided to a patient who is not an admitted patient of a hospital; and (c) the attendance service is bulk-billed in relation to the fees for: (i) this item; and (ii) the general practice support service item applying to the attendance service; other than an attendance service associated with a service to which item 10990, 10991, 10992, 75855, 75856, 75857, 75858, 75871, 75872, 75873, 75874, 75875, 75876, 75880, 75881, 75882, 75883, 75884 or 75885 applies Subgroup 2NOTE: this item can be claimed with face to face level B, C, D and E general attendance items, and level B video and phone general attendance items.\\n\",\n            \"ScheduleFee\": \"25.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M1\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"75871\",\n            \"Description\": \"Professional attendance (the attendance service) by a general practitioner, a medical practitioner or a prescribed medical practitioner, at which a general practice support service is provided, if: (a) the attendance service is provided to a patient who is not an admitted patient of a hospital; and (c) the attendance service is bulk-billed in relation to the fees for: (i) this item; and (ii) the general practice support service item applying to the attendance service; and (d) the attendance service is provided at, or from, a practice location in a Modified Monash 2 area; other than an attendance service associated with a service to which item 10990, 10991, 10992, 75855, 75856, 75857, 75858, 75870, 75872, 75873, 75874, 75875, 75876, 75880, 75881, 75882, 75883, 75884 or 75885 applies Subgroup 2NOTE: this item can be claimed with face to face level B, C, D and E general attendance items, and level B video and phone general attendance items.\\n\",\n            \"ScheduleFee\": \"39.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M1\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"75872\",\n            \"Description\": \"Professional attendance (the attendance service) if: (a) item 763, 766, 769, 776, 788, 789, 2198, 2200, 5023, 5028, 5043, 5049, 5063, 5067, 5076, 5077, 5223, 5227, 5228, 5261, 5263, 5265, 5267 or 5262 applies; and (b) the attendance service is an unreferred service; and (c) the attendance service is provided to a patient who is not an admitted patient of a hospital; and (e) the attendance service is not provided in consulting rooms; and (f) the attendance service is provided in any of the following areas: (i) a Modified Monash 2 area; (ii) a Modified Monash 3 area; (iii) a Modified Monash 4 area; (iv) a Modified Monash 5 area; (v) a Modified Monash 6 area; (vi) a Modified Monash 7 area; and (g) the attendance service is provided by, or on behalf of, a general practitioner, a medical practitioner or a prescribed medical practitioner whose practice location is not in an area mentioned in paragraph (f); and (h) the attendance service is bulk-billed in relation to the fees for: (i) this item; and (ii) an item mentioned in paragraph (a) that applies to the service\\n\",\n            \"ScheduleFee\": \"39.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M1\",\n            \"SubGroup\": \"2\",\n            \"ReferralRequirements\": \"This is an unreferred service, which means it should not be referred to the providing practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"75873\",\n            \"Description\": \"Professional attendance (the attendance service) by a general practitioner, a medical practitioner or a prescribed medical practitioner, at which a general practice support service is provided, if: (a) the attendance service is provided to a patient who is not an admitted patient of a hospital; and (c) the attendance service is bulk-billed in relation to the fees for: (i) this item; and (ii) the general practice support service item applying to the attendance service; and (d) the attendance service is provided at, or from, a practice location in: (i) a Modified Monash 3 area; or (ii) a Modified Monash 4 area; other than an attendance service associated with a service to which item 10990, 10991, 10992, 75855, 75856, 75857, 75858, 75870, 75871, 75872, 75874, 75875, 75876, 75880, 75881, 75882, 75883, 75884 or 75885 applies Subgroup 2NOTE: this item can be claimed with face to face level B, C, D and E general attendance items, and level B video and phone general attendance items.\\n\",\n            \"ScheduleFee\": \"41.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M1\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"75874\",\n            \"Description\": \"Professional attendance (the attendance service) by a general practitioner, a medical practitioner or a prescribed medical practitioner, at which a general practice support service is provided, if: (a) the attendance service is provided to a patient who is not an admitted patient of a hospital; and (c) the attendance service is bulk-billed in relation to the fees for: (i) this item; and (ii) the general practice support service item applying to the attendance service; and (d) the attendance service is provided at, or from, a practice location in a Modified Monash 5 area; other than an attendance service associated with a service which item 10990, 10991, 10992, 75855, 75856, 75857, 75858, 75870, 75871, 75872, 75873, 75875, 75876, 75880, 75881, 75882, 75883, 75884 or 75885 applies Subgroup 2NOTE: this item can be claimed with face to face level B, C, D and E general attendance items, and level B video and phone general attendance items.\\n\",\n            \"ScheduleFee\": \"44.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M1\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"75875\",\n            \"Description\": \"Professional attendance (the attendance service) by a general practitioner, a medical practitioner or a prescribed medical practitioner, at which a general practice support service is provided, if: (a) the attendance service is provided to a patient who is not an admitted patient of a hospital; and (c) the attendance service is bulk-billed in relation to the fees for: (i) this item; and (ii) the general practice support service item applying to the attendance service; and (d) the attendance service is provided at, or from, a practice location in a Modified Monash 6 area; other than an attendance service associated with a service to which item 10990, 10991, 10992, 75855, 75856, 75857, 75858, 75870, 75871, 75872, 75873, 75874, 75876, 75880, 75881, 75882, 75883, 75884 or 75885 applies Subgroup 2NOTE: this item can be claimed with face to face level B, C, D and E general attendance items, and level B video and phone general attendance items.\\n\",\n            \"ScheduleFee\": \"46.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M1\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"75876\",\n            \"Description\": \"Professional attendance (the attendance service) by a general practitioner, a medical practitioner or a prescribed medical practitioner, at which a general practice support service is provided, if: (a) the attendance service is provided to a patient who is not an admitted patient of a hospital; and (c) the attendance service is bulk-billed in relation to the fees for: (i) this item; and (ii) the general practice support service item applying to the attendance service; and (d) the attendance service is provided at, or from, a practice location in a Modified Monash 7 area; other than an attendance service associated with a service to which item 10990, 10991, 10992, 75855, 75856, 75857, 75858, 75870, 75871, 75872, 75873, 75874, 75875, 75880, 75881, 75882, 75883, 75884 or 75885 applies Subgroup 2NOTE: this item can be claimed with face to face level B, C, D and E general attendance items, and level B video and phone general attendance items.\\n\",\n            \"ScheduleFee\": \"49.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M1\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"75880\",\n            \"Description\": \"Professional attendance (the attendance service) by a general practitioner, a medical practitioner or a prescribed medical practitioner, at which a MyMedicare service is provided, if: (a) the attendance service is provided to a patient who is enrolled in MyMedicare at the general practice through which the attendance service is provided; and (b) the patient is not an admitted patient of a hospital; and (c) the attendance service is bulk-billed in relation to the fees for: (i) this item; and (ii) the MyMedicare service item applying to the attendance service; other than an attendance service associated with a service to which item 10990, 10991, 10992, 75855, 75856, 75857, 75858, 75870, 75871, 75872, 75873, 75874, 75875, 75876, 75881, 75882, 75883, 75884 or 75885 applies Subgroup 3NOTE: this item can be claimed with level C, D, and E video general attendance items, and level C and D phone general attendance items, where the patient is registered with MyMedicare.\\n\",\n            \"ScheduleFee\": \"25.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M1\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"75881\",\n            \"Description\": \"Professional attendance (the attendance service) by a general practitioner, a medical practitioner or a prescribed medical practitioner, at which a MyMedicare service is provided, if: (a) the attendance service is provided to a patient who is enrolled in MyMedicare at the general practice through which the attendance service is provided; and (b) the patient is not an admitted patient of a hospital; and (c) the attendance service is bulk-billed in relation to the fees for: (i) this item; and (ii) the MyMedicare service item applying to the attendance service; and (d) the attendance service is provided at, or from, a practice location in a Modified Monash 2 area; other than an attendance service associated with a service to which item 10990, 10991, 10992, 75855, 75856, 75857, 75858, 75870, 75871, 75872, 75873, 75874, 75875, 75876, 75880, 75882, 75883, 75884 or 75885 applies Subgroup 3NOTE: this item can be claimed with level C, D, and E video general attendance items, and level C and D phone general attendance items, where the patient is registered with MyMedicare.\\n\",\n            \"ScheduleFee\": \"39.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M1\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"75882\",\n            \"Description\": \"Professional attendance (the attendance service) by a general practitioner, a medical practitioner or a prescribed medical practitioner, at which a MyMedicare service is provided, if: (a) the attendance service is provided to a patient who is enrolled in MyMedicare at the general practice through which the attendance service is provided; and (b) the patient is not an admitted patient of a hospital; and (c) the attendance service is bulk-billed in relation to the fees for: (i) this item; and (ii) the MyMedicare service item applying to the attendance service; and (d) the attendance service is provided at, or from, a practice location in: (i) a Modified Monash 3 area; or (ii) a Modified Monash 4 area; other than an attendance service associated with a service to which item 10990, 10991, 10992, 75855, 75856, 75857, 75858, 75870, 75871, 75872, 75873, 75874, 75875, 75876, 75880, 75881, 75883, 75884 or 75885 applies Subgroup 3NOTE: this item can be claimed with level C, D, and E video general attendance items, and level C and D phone general attendance items, where the patient is registered with MyMedicare.\\n\",\n            \"ScheduleFee\": \"41.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M1\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"75883\",\n            \"Description\": \"Professional attendance (the attendance service) by a general practitioner, a medical practitioner or a prescribed medical practitioner, at which a MyMedicare service is provided, if: (a) the attendance service is provided to a patient who is enrolled in MyMedicare at the general practice through which the attendance service is provided; and (b) the patient is not an admitted patient of a hospital; and (c) the attendance service is bulk-billed in relation to the fees for: (i) this item; and (ii) the MyMedicare service item applying to the attendance service; and (d) the attendance service is provided at, or from, a practice location in a Modified Monash 5 area; other than an attendance service associated with a service to which item 10990, 10991, 10992, 75855, 75856, 75857, 75858, 75870, 75871, 75872, 75873, 75874, 75875, 75876, 75880, 75881, 75882, 75884 or 75885 applies Subgroup 3NOTE: this item can be claimed with level C, D, and E video general attendance items, and level C and D phone general attendance items, where the patient is registered with MyMedicare.\\n\",\n            \"ScheduleFee\": \"44.15\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M1\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"75884\",\n            \"Description\": \"Professional attendance (the attendance service) by a general practitioner, a medical practitioner or a prescribed medical practitioner, at which a MyMedicare service is provided, if: (a) the attendance service is provided to a patient who is enrolled in MyMedicare at the general practice through which the attendance service is provided; and (b) the patient is not an admitted patient of a hospital; and (c) the attendance service is bulk-billed in relation to the fees for: (i) this item; and (ii) the MyMedicare service item applying to the attendance service; and (d) the attendance service is provided at, or from, a practice location in a Modified Monash 6 area; other than an attendance service associated with a service to which item 10990, 10991, 10992, 75855, 75856, 75857, 75858, 75870, 75871, 75872, 75873, 75874, 75875, 75876, 75880, 75881, 75882, 75883 or 75885 applies Subgroup 3NOTE: this item can be claimed with level C, D, and E video general attendance items, and level C and D phone general attendance items, where the patient is registered with MyMedicare.\\n\",\n            \"ScheduleFee\": \"46.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M1\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"75885\",\n            \"Description\": \"Professional attendance (the attendance service) by a general practitioner, a medical practitioner or a prescribed medical practitioner, at which a MyMedicare service is provided, if: (a) the attendance service is provided to a patient who is enrolled in MyMedicare at the general practice through which the attendance service is provided; and (b) the patient is not an admitted patient of a hospital; and (c) the attendance service is bulk-billed in relation to the fees for: (i) this item; and (ii) the MyMedicare service item applying to the attendance service; and (d) the attendance service is provided at, or from, a practice location in a Modified Monash 7 area; other than an attendance service associated with a service to which item 10990, 10991, 10992, 75855, 75856, 75857, 75858, 75870, 75871, 75872, 75873, 75874, 75875, 75876, 75880, 75881, 75882, 75883 or 75884 applies Subgroup 3NOTE: this item can be claimed with level C, D, and E video general attendance items, and level C and D phone general attendance items, where the patient is registered with MyMedicare.\\n\",\n            \"ScheduleFee\": \"49.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M1\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2023-11-01\"\n        },\n        {\n            \"ItemNumber\": \"80000\",\n            \"Description\": \"Psychological therapy health service provided to a patient in consulting rooms by an eligible clinical psychologist if: (a) the patient is referred by a referring practitioner; and (b) the service is provided to the patient individually and in person; and (c) at the completion of a course of treatment, the referring practitioner reviews the need for a further course of treatment; and (d) on the completion of the course of treatment, the eligible clinical psychologist gives a written report to the referring practitioner on assessments carried out, treatment provided and recommendations on future management of the patient’s condition; and (e) the service is at least 30 minutes but less than 50 minutes duration\\n\",\n            \"ScheduleFee\": \"116.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M6\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"80002\",\n            \"Description\": \"Psychological therapy health service provided in consulting rooms by an eligible clinical psychologist to a person other than the patient, if: (a) the service is part of the patient’s treatment; (b) the patient has been referred to the eligible clinical psychologist by a referring practitioner; and (c) the service lasts at least 30 minutes but less than 50 minutes\\n\",\n            \"ScheduleFee\": \"116.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M6\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"80005\",\n            \"Description\": \"Psychological therapy health service provided to a patient at a place other than consulting rooms by an eligible clinical psychologist if: (a) the patient is referred by a referring practitioner; and (b) the service is provided to the patient individually and in person; and (c) at the completion of a course of treatment, the referring practitioner reviews the need for a further course of treatment; and (d) on the completion of the course of treatment, the eligible clinical psychologist gives a written report to the referring practitioner on assessments carried out, treatment provided and recommendations on future management of the patient’s condition; and (e) the service is at least 30 minutes but less than 50 minutes duration\\n\",\n            \"ScheduleFee\": \"145.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M6\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"80006\",\n            \"Description\": \"Psychological therapy health service provided at a place other than consulting rooms by an eligible clinical psychologist to a person other than the patient, if: (a) the service is part of the patient’s treatment; (b) the patient has been referred to the eligible clinical psychologist by a referring practitioner; and (c) the service lasts at least 30 minutes but less than 50 minutes\\n\",\n            \"ScheduleFee\": \"145.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M6\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"80010\",\n            \"Description\": \"Psychological therapy health service provided to a patient in consulting rooms by an eligible clinical psychologist if: (a) the patient is referred by a referring practitioner; and (b) the service is provided to the patient individually and in person; and (c) at the completion of a course of treatment, the referring practitioner reviews the need for a further course of treatment; and (d) on the completion of the course of treatment, the eligible clinical psychologist gives a written report to the referring practitioner on assessments carried out, treatment provided and recommendations on future management of the patient’s condition; and (e) the service is at least 50 minutes duration\\n\",\n            \"ScheduleFee\": \"170.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M6\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"80012\",\n            \"Description\": \"Psychological therapy health service provided in consulting rooms by an eligible clinical psychologist to a person other than the patient, if: (a) the service is part of the patient’s treatment; (b) the patient has been referred to the eligible clinical psychologist by a referring practitioner; and (c) the service lasts at least 50 minutes\\n\",\n            \"ScheduleFee\": \"170.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M6\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"80015\",\n            \"Description\": \"Psychological therapy health service provided to a patient at a place other than consulting rooms by an eligible clinical psychologist if: (a) the patient is referred by a referring practitioner; and (b) the service is provided to the patient individually and in person; and (c) at the completion of a course of treatment, the referring practitioner reviews the need for a further course of treatment; and (d) on the completion of the course of treatment, the eligible clinical psychologist gives a written report to the referring practitioner on assessments carried out, treatment provided and recommendations on future management of the patient’s condition; and (e) the service is at least 50 minutes duration\\n\",\n            \"ScheduleFee\": \"199.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M6\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"80016\",\n            \"Description\": \"Psychological therapy health service provided at a place other than consulting rooms by an eligible clinical psychologist to a person other than the patient, if: (a) the service is part of the patient’s treatment; (b) the patient has been referred to the eligible clinical psychologist by a referring practitioner; and (c) the service lasts at least 50 minutes\\n\",\n            \"ScheduleFee\": \"199.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M6\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"80020\",\n            \"Description\": \"Psychological therapy health service provided to a patient as part of a group of 4 to 10 patients by an eligible clinical psychologist if: (a) the patient is referred by a referring practitioner; and (b) the service is provided in person; and (c) the service is at least 60 minutes duration\\n\",\n            \"ScheduleFee\": \"43.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M6\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"80021\",\n            \"Description\": \"Psychological therapy health service provided to a patient as part of a group of 4 to 10 patients by an eligible clinical psychologist if: (a) the patient is referred by a referring practitioner; and (b) the attendance is by video conference; and (c) the patient is located within a telehealth eligible area; and (d) the patient is, at the time of the attendance, at least 15 kilometres by road from the clinical psychologist; and (e) the service is at least 60 minutes duration\\n\",\n            \"ScheduleFee\": \"43.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M6\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2017-11-01\"\n        },\n        {\n            \"ItemNumber\": \"80022\",\n            \"Description\": \"Psychological therapy health service provided to a patient as part of a group of 4 to 10 patients by an eligible clinical psychologist if: (a) the patient is referred for a course of treatment by a referring practitioner; and (b) the service is provided in person; and (c) the service is at least 90 minutes duration\\n\",\n            \"ScheduleFee\": \"59.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M6\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2022-11-01\"\n        },\n        {\n            \"ItemNumber\": \"80023\",\n            \"Description\": \"Psychological therapy health service provided to a patient as part of a group of 4 to 10 patients by an eligible clinical psychologist if: (a) the patient is referred by a referring practitioner; and (b) the attendance is by video conference; and (c) the patient is located within a telehealth eligible area; and (d) the patient is, at the time of the attendance, at least 15 kilometres by road from the clinical psychologist; and (e) the service is at least 90 minutes duration\\n\",\n            \"ScheduleFee\": \"59.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M6\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2022-11-01\"\n        },\n        {\n            \"ItemNumber\": \"80024\",\n            \"Description\": \"Psychological therapy health service provided to a patient as part of a group of 4 to 10 patients by an eligible clinical psychologist if: (a) the patient is referred for a course of treatment by a referring practitioner; and (b) the service is provided in person; and (c) the service is at least 120 minutes duration\\n\",\n            \"ScheduleFee\": \"80.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M6\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2022-11-01\"\n        },\n        {\n            \"ItemNumber\": \"80025\",\n            \"Description\": \"Psychological therapy health service provided to a patient as part of a group of 4 to 10 patients by an eligible clinical psychologist if: (a) the patient is referred by a referring practitioner; and (b) the attendance is by video conference; and (c) the patient is located within a telehealth eligible area; and (d) the patient is, at the time of the attendance, at least 15 kilometres by road from the clinical psychologist; and (e) the service is at least 120 minutes duration\\n\",\n            \"ScheduleFee\": \"80.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M6\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2022-11-01\"\n        },\n        {\n            \"ItemNumber\": \"80100\",\n            \"Description\": \"Focussed psychological strategies health service provided to a patient in consulting rooms by an eligible psychologist if: (a) the patient is referred by a referring practitioner; and (b) the service is provided to the patient individually and in person; and (c) at the completion of a course of treatment, the referring practitioner reviews the need for a further course of treatment; and (d) on the completion of the course of treatment, the eligible psychologist gives a written report to the referring practitioner on assessments carried out, treatment provided and recommendations on future management of the patient’s condition; and (e) the service is at least 20 minutes but less than 50 minutes duration\\n\",\n            \"ScheduleFee\": \"82.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M7\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"80102\",\n            \"Description\": \"Focussed psychological strategies health service provided in consulting rooms by an eligible psychologist to a person other than the patient, if: (a) the service is part of the patient’s treatment; (b) the patient has been referred to the eligible psychologist by a referring practitioner; and (c) the service lasts at least 20 minutes but less than 50 minutes\\n\",\n            \"ScheduleFee\": \"82.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M7\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"80105\",\n            \"Description\": \"Focussed psychological strategies health service provided to a patient at a place other than consulting rooms by an eligible psychologist if: (a) the patient is referred by a referring practitioner; and (b) the service is provided to the patient individually and in person; and (c) at the completion of a course of treatment, the referring practitioner reviews the need for a further course of treatment; and (d) on the completion of the course of treatment, the eligible psychologist gives a written report to the referring practitioner on assessments carried out, treatment provided and recommendations on future management of the patient’s condition; and (e) the service is at least 20 minutes but less than 50 minutes duration\\n\",\n            \"ScheduleFee\": \"112.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M7\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"80106\",\n            \"Description\": \"Focussed psychological strategies health service provided at a place other than consulting rooms by an eligible psychologist to a person other than the patient, if: (a) the service is part of the patient’s treatment; (b) the patient has been referred to the eligible psychologist by a referring practitioner; and (c) the service lasts at least 20 minutes but less than 50 minutes\\n\",\n            \"ScheduleFee\": \"112.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M7\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"80110\",\n            \"Description\": \"Focussed psychological strategies health service provided to a patient in consulting rooms by an eligible psychologist if: (a) the patient is referred by a referring practitioner; and (b) the service is provided to the patient individually and in person; and (c) at the completion of a course of treatment, the referring practitioner reviews the need for a further course of treatment; and (d) on the completion of the course of treatment, the eligible psychologist gives a written report to the referring practitioner on assessments carried out, treatment provided and recommendations on future management of the patient’s condition; and (e) the service is at least 50 minutes duration\\n\",\n            \"ScheduleFee\": \"116.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M7\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"80112\",\n            \"Description\": \"Focussed psychological strategies health service provided in consulting rooms by an eligible psychologist to a person other than the patient, if: (a) the service is part of the patient’s treatment; (b) the patient has been referred to the eligible psychologist by a referring practitioner; and (c) the service lasts at least 50 minutes\\n\",\n            \"ScheduleFee\": \"116.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M7\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"80115\",\n            \"Description\": \"Focussed psychological strategies health service provided to a patient at a place other than consulting rooms by an eligible psychologist if: (a) the patient is referred by a referring practitioner; and (b) the service is provided to the patient individually and in person; and (c) at the completion of a course of treatment, the referring practitioner reviews the need for a further course of treatment; and (d) on the completion of the course of treatment, the eligible psychologist gives a written report to the referring practitioner on assessments carried out, treatment provided and recommendations on future management of the patient’s condition; and (e) the service is at least 50 minutes duration\\n\",\n            \"ScheduleFee\": \"146.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M7\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"80116\",\n            \"Description\": \"Focussed psychological strategies health service provided at a place other than consulting rooms by an eligible psychologist to a person other than the patient, if: (a) the service is part of the patient’s treatment; (b) the patient has been referred to the eligible psychologist by a referring practitioner; and (c) the service lasts at least 50 minutes\\n\",\n            \"ScheduleFee\": \"146.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M7\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"80120\",\n            \"Description\": \"Focussed psychological strategies health service provided to a patient as part of a group of 4 to 10 patients by an eligible psychologist if: (a) the patient is referred by a referring practitioner; and (b) the service is provided in person; and (c) the service is at least 60 minutes duration\\n\",\n            \"ScheduleFee\": \"29.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M7\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"80121\",\n            \"Description\": \"Focussed psychological strategies health service provided to a patient as part of a group of 4 to 10 patients by an eligible psychologist if: (a) the patient is referred by a referring practitioner; and (b) the attendance is by video conference; and (c) the patient is located within a telehealth eligible area; and (d) the patient is, at the time of the attendance, at least 15 kilometres by road from the psychologist; and (e) the service is at least 60 minutes duration\\n\",\n            \"ScheduleFee\": \"29.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M7\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2017-11-01\"\n        },\n        {\n            \"ItemNumber\": \"80122\",\n            \"Description\": \"Focussed psychological strategies health service provided to a patient as part of a group of 4 to 10 patients by an eligible psychologist if: (a) the patient is referred by a referring practitioner; and (b) the service is provided in person; and (c) the service is at least 90 minutes duration\\n\",\n            \"ScheduleFee\": \"40.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M7\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2022-11-01\"\n        },\n        {\n            \"ItemNumber\": \"80123\",\n            \"Description\": \"Focussed psychological strategies health service provided to a patient as part of a group of 4 to 10 by an eligible psychologist if: (a) the patient is referred by a referring practitioner; and (b) the attendance is by video conference; and (c) the patient is located within a telehealth eligible area; and (d) the patient is, at the time of the attendance, at least 15 kilometres by road from the psychologist; and (e) the service is at least 90 minutes duration\\n\",\n            \"ScheduleFee\": \"40.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M7\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2022-11-01\"\n        },\n        {\n            \"ItemNumber\": \"80125\",\n            \"Description\": \"Focussed psychological strategies health service provided to a patient in consulting rooms by an eligible occupational therapist if: (a) the patient is referred by a referring practitioner; and (b) the service is provided to the patient individually and in person; and (c) at the completion of a course of treatment, the referring practitioner reviews the need for a further course of treatment; and (d) on the completion of the course of treatment, the eligible occupational therapist gives a written report to the referring practitioner on assessments carried out, treatment provided and recommendations on future management of the patient’s condition; and (e) the service is at least 20 minutes but less than 50 minutes duration\\n\",\n            \"ScheduleFee\": \"72.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M7\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"80127\",\n            \"Description\": \"Focussed psychological strategies health service provided to a patient as part of a group of 4 to 10 patients by an eligible psychologist if: (a) the patient is referred by a referring practitioner; and (b) the service is provided in person; and (c) the service is at least 120 minutes duration\\n\",\n            \"ScheduleFee\": \"54.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M7\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2022-11-01\"\n        },\n        {\n            \"ItemNumber\": \"80128\",\n            \"Description\": \"Focussed psychological strategies health service provided to a patient as part of a group of 4 to 10 patients by an eligible psychologist if: (a) the patient is referred by a referring practitioner; and (b) the attendance is by video conference; and (c) the patient is located within a telehealth eligible area; and (d) the patient is, at the time of the attendance, at least 15 kilometres by road from the psychologist; and (e) the service is at least 120 minutes duration\\n\",\n            \"ScheduleFee\": \"54.95\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M7\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2022-11-01\"\n        },\n        {\n            \"ItemNumber\": \"80129\",\n            \"Description\": \"Focussed psychological strategies health service provided in consulting rooms by an eligible occupational therapist to a person other than the patient, if: (a) the service is part of the patient’s treatment; (b) the patient has been referred to the eligible occupational therapist by a referring practitioner; and (c) the service lasts at least 20 minutes but less than 50 minutes\\n\",\n            \"ScheduleFee\": \"72.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M7\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"80130\",\n            \"Description\": \"Focussed psychological strategies health service provided to a patient at a place other than consulting rooms by an eligible occupational therapist if: (a) the patient is referred by a referring practitioner; and (b) the service is provided to the patient individually and in person; and (c) at the completion of a course of treatment, the referring practitioner reviews the need for a further course of treatment; and (d) on the completion of the course of treatment, the eligible occupational therapist gives a written report to the referring practitioner on assessments carried out, treatment provided and recommendations on future management of the patient’s condition; and (e) the service is at least 20 minutes but less than 50 minutes duration\\n\",\n            \"ScheduleFee\": \"102.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M7\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"80131\",\n            \"Description\": \"Focussed psychological strategies health service provided at a place other than consulting rooms by an eligible occupational therapist to a person other than the patient, if: (a) the service is part of the patient’s treatment; (b) the patient has been referred to the eligible occupational therapist by a referring practitioner; and (c) the service lasts at least 20 minutes but less than 50 minutes\\n\",\n            \"ScheduleFee\": \"102.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M7\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"80135\",\n            \"Description\": \"Focussed psychological strategies health service provided to a patient in consulting rooms by an eligible occupational therapist if: (a) the patient is referred by a referring practitioner; and (b) the service is provided to the patient individually and in person; and (c) at the completion of a course of treatment, the referring practitioner reviews the need for a further course of treatment; and (d) on the completion of the course of treatment, the eligible occupational therapist gives a written report to the referring practitioner on assessments carried out, treatment provided and recommendations on future management of the patient’s condition; and (e) the service is at least 50 minutes duration\\n\",\n            \"ScheduleFee\": \"102.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M7\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"80137\",\n            \"Description\": \"Focussed psychological strategies health service provided in consulting rooms by an eligible occupational therapist to a person other than the patient, if: (a) the service is part of the patient’s treatment; (b) the patient has been referred to the eligible occupational therapist by a referring practitioner; and (c) the service lasts at least 50 minutes\\n\",\n            \"ScheduleFee\": \"102.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M7\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"80140\",\n            \"Description\": \"Focussed psychological strategies health service provided to a patient at a place other than consulting rooms by an eligible occupational therapist if: (a) the patient is referred by a referring practitioner; and (b) the service is provided to the patient individually and in person; and (c) at the completion of a course of treatment, the referring practitioner reviews the need for a further course of treatment; and (d) on the completion of the course of treatment, the eligible occupational therapist gives a written report to the referring practitioner on assessments carried out, treatment provided and recommendations on future management of the patient’s condition; and (e) the service is at least 50 minutes duration\\n\",\n            \"ScheduleFee\": \"132.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M7\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"80141\",\n            \"Description\": \"Focussed psychological strategies health service provided at a place other than consulting rooms by an eligible occupational therapist to a person other than the patient, if: (a) the service is part of the patient’s treatment; (b) the patient has been referred to the eligible occupational therapist by a referring practitioner; and (c) the service lasts at least 50 minutes\\n\",\n            \"ScheduleFee\": \"132.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M7\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"80145\",\n            \"Description\": \"Focussed psychological strategies health service provided to a patient as part of a group of 4 to 10 patients by an eligible occupational therapist if: (a) the patient is referred by a referring practitioner; and (b) the service is provided in person; and (c) the service is at least 60 minutes duration\\n\",\n            \"ScheduleFee\": \"26.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M7\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"80146\",\n            \"Description\": \"Focussed psychological strategies health service provided to a patient as part of a group of 4 to 10 patients by an eligible occupational therapist if: (a) the patient is referred by a referring practitioner; and (b) the attendance is by video conference; and (c) the patient is located within a telehealth eligible area; and (d) the patient is, at the time of the attendance, at least 15 kilometres by road from the occupational therapist; and (e) the service is at least 60 minutes duration\\n\",\n            \"ScheduleFee\": \"26.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M7\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2017-11-01\"\n        },\n        {\n            \"ItemNumber\": \"80147\",\n            \"Description\": \"Focussed psychological strategies health service provided to a patient as part of a group of 4 to 10 patients by an eligible occupational therapist if: (a) the patient is referred by a referring practitioner; and (b) the service is provided in person; and (c) the service is at least 90 minutes duration\\n\",\n            \"ScheduleFee\": \"35.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M7\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2022-11-01\"\n        },\n        {\n            \"ItemNumber\": \"80148\",\n            \"Description\": \"Focussed psychological strategies health service provided to a patient as part of a group of 4 to 10 patients by an eligible occupational therapist if: (a) the patient is referred by a referring practitioner; and (b) the attendance is by video conference; and (c) the patient is located within a telehealth eligible area; and (d) the patient is, at the time of the attendance, at least 15 kilometres by road from the occupational therapist; and (e) the service is at least 90 minutes duration\\n\",\n            \"ScheduleFee\": \"35.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M7\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2022-11-01\"\n        },\n        {\n            \"ItemNumber\": \"80150\",\n            \"Description\": \"Focussed psychological strategies health service provided to a patient in consulting rooms by an eligible social worker if: (a) the patient is referred by a referring practitioner; and (b) the service is provided to the patient individually and in person; and (c) at the completion of a course of treatment, the referring practitioner reviews the need for a further course of treatment; and (d) on the completion of the course of treatment, the eligible social worker gives a written report to the referring practitioner on assessments carried out, treatment provided and recommendations on future management of the patient’s condition; and (e) the service is at least 20 minutes but less than 50 minutes duration\\n\",\n            \"ScheduleFee\": \"72.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M7\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"80152\",\n            \"Description\": \"Focussed psychological strategies health service provided to a patient as part of a group of 4 to 10 patients by an eligible occupational therapist if: (a) the patient is referred by a referring practitioner; and (b) the service is provided in person; and (c) the service is at least 120 minutes duration\\n\",\n            \"ScheduleFee\": \"48.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M7\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2022-11-01\"\n        },\n        {\n            \"ItemNumber\": \"80153\",\n            \"Description\": \"Focussed psychological strategies health service provided to a patient as part of a group of 4 to 10 patients by an eligible occupational therapist if: (a) the patient is referred by a referring practitioner; and (b) the attendance is by video conference; and (c) the patient is located within a telehealth eligible area; and (d) the patient is, at the time of the attendance, at least 15 kilometres by road from the occupational therapist; and (e) the service is at least 120 minutes duration\\n\",\n            \"ScheduleFee\": \"48.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M7\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2022-11-01\"\n        },\n        {\n            \"ItemNumber\": \"80154\",\n            \"Description\": \"Focussed psychological strategies health service provided in consulting rooms by an eligible social worker to a person other than the patient, if: (a) the service is part of the patient’s treatment; (b) the patient has been referred to the eligible social worker by a referring practitioner; and (c) the service lasts at least 20 minutes but less than 50 minutes\\n\",\n            \"ScheduleFee\": \"72.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M7\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"80155\",\n            \"Description\": \"Focussed psychological strategies health service provided to a patient at a place other than consulting rooms by an eligible social worker if: (a) the patient is referred by a referring practitioner; and (b) the service is provided to the patient individually and in person; and (c) at the completion of a course of treatment, the referring practitioner reviews the need for a further course of treatment; and (d) on the completion of the course of treatment, the eligible social worker gives a written report to the referring practitioner on assessments carried out, treatment provided and recommendations on future management of the patient’s condition; and (e) the service is at least 20 minutes but less than 50 minutes duration\\n\",\n            \"ScheduleFee\": \"102.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M7\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"80156\",\n            \"Description\": \"Focussed psychological strategies health service provided at a place other than consulting rooms by an eligible social worker to a person other than the patient, if: (a) the service is part of the patient’s treatment; (b) the patient has been referred to the eligible social worker by a referring practitioner; and (c) the service lasts at least 20 minutes but less than 50 minutes\\n\",\n            \"ScheduleFee\": \"102.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M7\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"80160\",\n            \"Description\": \"Focussed psychological strategies health service provided to a patient in consulting rooms by an eligible social worker if: (a) the patient is referred by a referring practitioner; and (b) the service is provided to the patient individually and in person; and (c) at the completion of a course of treatment, the referring practitioner reviews the need for a further course of treatment; and (d) on the completion of the course of treatment, the eligible social worker gives a written report to the referring practitioner on assessments carried out, treatment provided and recommendations on future management of the patient’s condition; and (e) the service is at least 50 minutes duration\\n\",\n            \"ScheduleFee\": \"102.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M7\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"80162\",\n            \"Description\": \"Focussed psychological strategies health service provided in consulting rooms by an eligible social worker to a person other than the patient, if: (a) the service is part of the patient’s treatment; (b) the patient has been referred to the eligible social worker by a referring practitioner; and (c) the service lasts at least 50 minutes\\n\",\n            \"ScheduleFee\": \"102.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M7\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"80165\",\n            \"Description\": \"Focussed psychological strategies health service provided to a patient at a place other than consulting rooms by an eligible social worker if: (a) the patient is referred by a referring practitioner; and (b) the service is provided to the patient individually and in person; and (c) at the completion of a course of treatment, the referring practitioner reviews the need for a further course of treatment; and (d) on the completion of the course of treatment, the eligible social worker gives a written report to the referring practitioner on assessments carried out, treatment provided and recommendations on future management of the patient’s condition; and (e) the service is at least 50 minutes duration\\n\",\n            \"ScheduleFee\": \"132.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M7\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"80166\",\n            \"Description\": \"Focussed psychological strategies health service provided at a place other than consulting rooms by an eligible social worker to a person other than the patient, if: (a) the service is part of the patient’s treatment; (b) the patient has been referred to the eligible social worker by a referring practitioner; and (c) the service lasts at least 50 minutes\\n\",\n            \"ScheduleFee\": \"132.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M7\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"80170\",\n            \"Description\": \"Focussed psychological strategies health service provided to a patient as part of a group of 4 to 10 patients by an eligible social worker if: (a) the patient is referred by referring practitioner; and (b) the service is provided in person; and (c) the service is at least 60 minutes duration\\n\",\n            \"ScheduleFee\": \"26.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M7\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"80171\",\n            \"Description\": \"Focussed psychological strategies health service provided to a patient as part of a group of 4 to 10 patients by an eligible social worker if: (a) the patient is referred by a referring practitioner; and (b) the attendance is by video conference; and (c) the patient is located within a telehealth eligible area; and (d) the patient is, at the time of the attendance, at least 15 kilometres by road from the social worker; and (e) the service is at least 60 minutes duration\\n\",\n            \"ScheduleFee\": \"26.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M7\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2017-11-01\"\n        },\n        {\n            \"ItemNumber\": \"80172\",\n            \"Description\": \"Focussed psychological strategies health service provided to a patient as part of a group of 4 to 10 patients by an eligible social worker if: (a) the patient is referred by a referring practitioner; and (b) the service is provided in person; and (c) the service is at least 90 minutes duration\\n\",\n            \"ScheduleFee\": \"35.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M7\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2022-11-01\"\n        },\n        {\n            \"ItemNumber\": \"80173\",\n            \"Description\": \"Focussed psychological strategies health service provided to a patient as part of a group of 4 to 10 patients by an eligible social worker if: (a) the patient is referred by a referring practitioner; and (b) the attendance is by video conference; and (c) the patient is located within a telehealth eligible area; and (d) the patient is, at the time of the attendance, at least 15 kilometres by road from the social worker; and (e) the service is at least 90 minutes duration\\n\",\n            \"ScheduleFee\": \"35.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M7\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2022-11-01\"\n        },\n        {\n            \"ItemNumber\": \"80174\",\n            \"Description\": \"Focussed psychological strategies health service provided to a patient as part of a group of 4 to 10 patients by an eligible social worker if: (a) the patient is referred by a referring practitioner; and (b) the service is provided in person; and (c) the service is at least 120 minutes duration\\n\",\n            \"ScheduleFee\": \"48.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M7\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2022-11-01\"\n        },\n        {\n            \"ItemNumber\": \"80175\",\n            \"Description\": \"Focussed psychological strategies health service provided to a patient as part of a group of 4 to 10 patients by an eligible social worker if: (a) the patient is referred by a referring practitioner; and (b) the attendance is by video conference; and (c) the patient is located within a telehealth eligible area; and (d) the patient is, at the time of the attendance, at least 15 kilometres by road from the social worker; and (e) the service is at least 120 minutes duration\\n\",\n            \"ScheduleFee\": \"48.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M7\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2022-11-01\"\n        },\n        {\n            \"ItemNumber\": \"80176\",\n            \"Description\": \"Attendance by an eligible allied health practitioner, as a member of a multidisciplinary case conference team, to participate in a mental health case conference if the conference lasts for at least 15 minutes, but for less than 20 minutes\\n\",\n            \"ScheduleFee\": \"57.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M7\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"80177\",\n            \"Description\": \"Attendance by an eligible allied health practitioner, as a member of a multidisciplinary case conference team, to participate in a mental health case conference if the conference lasts for at least 20 minutes, but for less than 40 minutes\\n\",\n            \"ScheduleFee\": \"97.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M7\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"80178\",\n            \"Description\": \"Attendance by an eligible allied health practitioner, as a member of a multidisciplinary case conference team, to participate in a mental health case conference if the conference lasts for at least 40 minutes\\n\",\n            \"ScheduleFee\": \"162.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M7\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2023-07-01\"\n        },\n        {\n            \"ItemNumber\": \"81000\",\n            \"Description\": \"Non‑directive pregnancy support counselling health service provided to a patient who is currently pregnant or who has been pregnant in the preceding 12 months, by an eligible psychologist if: (a) the patient is concerned about a current pregnancy or a pregnancy that occurred in the 12 months preceding the provision of the first service; and (b) the patient is referred by a medical practitioner who is not a specialist or consultant physician; and (c) the eligible psychologist does not have a direct pecuniary interest in a health service that has as its primary purpose the provision of services for pregnancy termination; and (d) the service is at least 30 minutes duration; to a maximum of 3 services (including services to which items 81000, 81005 or 81010, items 792 or 4001 in the general medical services table, or items 92136, 92138, 93026, 93029, 92137 or 92139 in the Telehealth Attendance Determination apply) for each pregnancy\\n\",\n            \"ScheduleFee\": \"85.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M8\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a General Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"81005\",\n            \"Description\": \"Non‑directive pregnancy support counselling health service provided to a patient, who is currently pregnant or who has been pregnant in the preceding 12 months, by an eligible social worker if: (a) the patient is concerned about a current pregnancy or a pregnancy that occurred in the 12 months preceding the provision of the first service; and (b) the patient is referred by a medical practitioner who is not a specialist or consultant physician; and (c) the eligible social worker does not have a direct pecuniary interest in a health service that has as its primary purpose the provision of services for pregnancy termination; and (d) the service is at least 30 minutes duration; to a maximum of 3 services (including services to which items 81000, 81005 or 81010, items 792 or 4001 in the general medical services table, or items 92136, 92138, 93026, 93029, 92137 or 92139 in the Telehealth Attendance Determination apply) for each pregnancy\\n\",\n            \"ScheduleFee\": \"85.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M8\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a General Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"81010\",\n            \"Description\": \"Non‑directive pregnancy support counselling health service provided to a patient, who is currently pregnant or who has been pregnant in the preceding 12 months, by an eligible mental health nurse if: (a) the patient is concerned about a current pregnancy or a pregnancy that occurred in the 12 months preceding the provision of the first service; and (b) the patient is referred by a medical practitioner who is not a specialist or consultant physician; and (c) the eligible mental health nurse does not have a direct pecuniary interest in a health service that has as its primary purpose the provision of services for pregnancy termination; and (d) the service is at least 30 minutes duration; to a maximum of 3 services (including services to which items 81000, 81005 or 81010, items 792 or 4001 in the general medical services table, or items 92136, 92138, 93026, 93029, 92137 or 92139 in the Telehealth Attendance Determination apply) for each pregnancy\\n\",\n            \"ScheduleFee\": \"85.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M8\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a General Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2006-11-01\"\n        },\n        {\n            \"ItemNumber\": \"81100\",\n            \"Description\": \"Diabetes education health service provided to a patient by an eligible diabetes educator for assessing the patient’s suitability for group services for the management of type 2 diabetes, including taking a comprehensive patient history, identifying an appropriate group services program based on the patient’s needs and preparing the patient for the group services if: (a) the patient has type 2 diabetes; and (b) the patient is being managed by a medical practitioner (other than a specialist or consultant physician) under: (i) a GP chronic condition management plan that has been prepared or reviewed in the last 18 months; or (ii) until the end of 30 June 2027—a GP Management Plan prepared prior to 1 July 2025; or (iii) a multidisciplinary care plan; and (c) the patient is referred to an eligible diabetes educator by the medical practitioner; and (d) the service is provided to the patient individually and in person; and (e) the service is of at least 45 minutes duration; and (f) after the service, the eligible diabetes educator gives a written report to the referring medical practitioner mentioned in paragraph (c); payable once in a calendar year for this or any other assessment for group services item (including services in items 81100, 81110 and 81120 or items 93284 or 93286 of the Telehealth Attendance Determination)\\n\",\n            \"ScheduleFee\": \"93.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M9\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a General Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"81105\",\n            \"Description\": \"Diabetes education health service provided to a patient by an eligible diabetes educator, as a group service for the management of type 2 diabetes if: (a) the patient has been assessed as suitable for a type 2 diabetes group service under assessment item 81100, 81110 or 81120 or items 93284 or 93286 of the Telehealth Attendance Determination; and (b) the service is provided to a patient who is part of a group of between 2 and 12 patients; and (c) the service is provided in person; and (d) the service is of at least 60 minutes duration; and (e) after the last service in the group services program provided to the patient under item 81105, 81115 or 81125 or item 93285 of the Telehealth Attendance Determination, the eligible diabetes educator prepares, or contributes to, a written report to be provided to the referring medical practitioner; and (f) an attendance record for the group is maintained by the eligible diabetes educator; to a maximum of 8 group services in a calendar year (including services in items 81105, 81115 and 81125 or item 93285 of the Telehealth Attendance Determination)\\n\",\n            \"ScheduleFee\": \"23.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M9\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist Medical Practitioner', 'General Practitioner' ].\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"81110\",\n            \"Description\": \"Exercise physiology health service provided to a person by an eligible exercise physiologist for assessing the person’s suitability for group services for the management of type 2 diabetes, including taking a comprehensive patient history, identifying an appropriate group services program based on the patient’s needs and preparing the person for the group services if: (a) the person has type 2 diabetes; and (b) the patient is being managed by a medical practitioner (other than a specialist or consultant physician) under: (i) a GP chronic condition management plan that has been prepared or reviewed in the last 18 months; or (ii) until the end of 30 June 2027—a GP Management Plan prepared prior to 1 July 2025; or (iii) a multidisciplinary care plan; and (c) the patient is referred to an eligible exercise physiologist by the medical practitioner; and (d) the service is provided to the person individually and in person; and (e) the service is of at least 45 minutes duration; and (f) after the service, the eligible exercise physiologist gives a written report to the referring medical practitioner mentioned in paragraph (c); payable once in a calendar year for this or any other assessment for group services item (including services in items 81100, 81110 and 81120 or items 93284 or 93286 of the Telehealth Attendance Determination)\\n\",\n            \"ScheduleFee\": \"93.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M9\",\n            \"SubGroup\": \"2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a General Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"81115\",\n            \"Description\": \"Exercise physiology health service provided to a person by an eligible exercise physiologist, as a group service for the management of type 2 diabetes if: (a) the person has been assessed as suitable for a type 2 diabetes group service under assessment item 81100, 81110 or 81120 or items 93284 or 93286 of the Telehealth Attendance Determination; and (b) the service is provided to a person who is part of a group of between 2 and 12 patients; and (c) the service is provided in person; and (d) the service is of at least 60 minutes duration; and (e) after the last service in the group services program provided to the person under item 81105, 81115 or 81125 or item 93285 of the Telehealth Attendance Determination, the eligible exercise physiologist prepares, or contributes to, a written report to be provided to the referring medical practitioner; and (f) an attendance record for the group is maintained by the eligible exercise physiologist; to a maximum of 8 group services in a calendar year (including services in items 81105, 81115 and 81125 or item 93285 of the Telehealth Attendance Determination)\\n\",\n            \"ScheduleFee\": \"23.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M9\",\n            \"SubGroup\": \"2\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist Medical Practitioner', 'General Practitioner' ].\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"81120\",\n            \"Description\": \"Dietetics health service provided to a person by an eligible dietitian for assessing the person’s suitability for group services for the management of type 2 diabetes, including taking a comprehensive patient history, identifying an appropriate group services program based on the patient’s needs and preparing the person for the group services if: (a) the person has type 2 diabetes; and (b) the patient is being managed by a medical practitioner (other than a specialist or consultant physician) under: (i) a GP chronic condition management plan that has been prepared or reviewed in the last 18 months; or (ii) until the end of 30 June 2027—a GP Management Plan prepared prior to 1 July 2025; or (iii) a multidisciplinary care plan; and (c) the patient is referred to an eligible dietitian by the medical practitioner; and (d) the service is provided to the person individually and in person; and (e) the service is of at least 45 minutes duration; and (f) after the service, the eligible dietitian gives a written report to the referring medical practitioner mentioned in paragraph (c); payable once in a calendar year for this or any other assessment for group services item (including services in items 81100, 81110 and 81120 or items 93284 or 93286 of the Telehealth Attendance Determination)\\n\",\n            \"ScheduleFee\": \"93.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M9\",\n            \"SubGroup\": \"3\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a General Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"81125\",\n            \"Description\": \"Dietetics health service provided to a person by an eligible dietitian, as a group service for the management of type 2 diabetes if: (a) the person has been assessed as suitable for a type 2 diabetes group service under assessment item 81100, 81110 or 81120 or items 93284 or 93286 of the Telehealth Attendance Determination; and (b) the service is provided to a person who is part of a group of between 2 and 12 patients; and (c) the service is provided in person; and (d) the service is of at least 60 minutes duration; and (e) after the last service in the group services program provided to the person under item 81105, 81115 or 81125 or item 93285 of the Telehealth Determination, the eligible dietitian prepares, or contributes to, a written report to be provided to the referring medical practitioner; and (f) an attendance record for the group is maintained by the eligible dietitian; to a maximum of 8 group services in a calendar year (including services to which items 81105, 81115 and 81125 or item 93285 of the Telehealth Attendance Determination apply)\\n\",\n            \"ScheduleFee\": \"23.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M9\",\n            \"SubGroup\": \"3\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist Medical Practitioner', 'General Practitioner' ].\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2007-05-01\"\n        },\n        {\n            \"ItemNumber\": \"81300\",\n            \"Description\": \"Aboriginal and Torres Strait Islander health and wellbeing service provided to a patient of Aboriginal or Torres Strait Islander descent by an eligible Aboriginal and Torres Strait Islander health worker or eligible Aboriginal and Torres Strait Islander health practitioner if the service is of at least 20 minutes duration and: (a) a medical practitioner has undertaken a health assessment and identified a need for follow-up Aboriginal and Torres Strait Islander health and wellbeing services; or (b) the patient has a chronic condition and complex care needs being managed by a medical practitioner (other than a specialist or consultant physician) under: (i) a GP chronic condition management plan that has been prepared or reviewed in the last 18 months; or (ii) until the end of 30 June 2027—a GP Management Plan and Team Care Arrangements prepared prior to 1 July 2025; or (iii) a multidisciplinary care plan; and the service is recommended in the patient’s plan or arrangements as part of the management of the patient’s chronic condition and complex care needs; to a maximum of 10 services (including any services to which this item or any other item in this Group or Subgroup 1 of Group M3 or item 93000, 93013, 93048 or 93061 of the Telehealth Attendance Determination applies) in a calendar year\\n\",\n            \"ScheduleFee\": \"72.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M11\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2008-11-01\"\n        },\n        {\n            \"ItemNumber\": \"81305\",\n            \"Description\": \"Diabetes education health service provided to a patient who is of Aboriginal or Torres Strait Islander descent by an eligible diabetes educator if the service is of at least 20 minutes duration and: (a) a medical practitioner has undertaken a health assessment and identified a need for follow-up allied health services; or (b) the patient has a chronic condition and complex care needs being managed by a medical practitioner (other than a specialist or consultant physician) under: (i) a GP chronic condition management plan that has been prepared or reviewed in the last 18 months; or (ii) until the end of 30 June 2027—a GP Management Plan and Team Care Arrangements prepared prior to 1 July 2025; or (iii) a multidisciplinary care plan; and the service is recommended in the patient’s plan or arrangements as part of the management of the patient’s chronic condition and complex care needs; to a maximum of 10 services (including any services to which this item or any other item in this Group or Subgroup 1 of Group M3 or item 93000, 93013, 93048 or 93061 of the Telehealth Attendance Determination applies) in a calendar year\\n\",\n            \"ScheduleFee\": \"72.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M11\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2008-11-01\"\n        },\n        {\n            \"ItemNumber\": \"81310\",\n            \"Description\": \"Audiology health service provided to a patient who is of Aboriginal or Torres Strait Islander descent by an eligible audiologist if the service is of at least 20 minutes duration and: (a) a medical practitioner has undertaken a health assessment and identified a need for follow-up allied health services; or (b) the patient has a chronic condition and complex care needs being managed by a medical practitioner (other than a specialist or consultant physician) under: (i) a GP chronic condition management plan that has been prepared or reviewed in the last 18 months; or (ii) until the end of 30 June 2027—a GP Management Plan and Team Care Arrangements prepared prior to 1 July 2025; or (iii) a multidisciplinary care plan; and the service is recommended in the patient’s plan or arrangements as part of the management of the patient’s chronic condition and complex care needs; to a maximum of 10 services (including any services to which this item or any other item in this Group or Subgroup 1 of Group M3 or item 93000, 93013, 93048 or 93061 of the Telehealth Attendance Determination applies) in a calendar year\\n\",\n            \"ScheduleFee\": \"72.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M11\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2008-11-01\"\n        },\n        {\n            \"ItemNumber\": \"81315\",\n            \"Description\": \"Exercise physiology health service provided to a patient who is of Aboriginal or Torres Strait Islander descent by an eligible exercise physiologist if the service is of at least 20 minutes duration and: (a) a medical practitioner has undertaken a health assessment and identified a need for follow-up allied health services; or (b) the patient has a chronic condition and complex care needs being managed by a medical practitioner (other than a specialist or consultant physician) under: (i) a GP chronic condition management plan that has been prepared or reviewed in the last 18 months; or (ii) until the end of 30 June 2027—a GP Management Plan and Team Care Arrangements prepared prior to 1 July 2025; or (iii) a multidisciplinary care plan; and the service is recommended in the patient’s plan or arrangements as part of the management of the patient’s chronic condition and complex care needs; to a maximum of 10 services (including any services to which this item or any other item in this Group or Subgroup 1 of Group M3 or item 93000, 93013, 93048 or 93061 of the Telehealth Attendance Determination applies) in a calendar year\\n\",\n            \"ScheduleFee\": \"72.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M11\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2008-11-01\"\n        },\n        {\n            \"ItemNumber\": \"81320\",\n            \"Description\": \"Dietetics health service provided to a patient who is of Aboriginal or Torres Strait Islander descent by an eligible dietitian if the service is of at least 20 minutes duration and: (a) a medical practitioner has undertaken a health assessment and identified a need for follow-up allied health services; or (b) the patient has a chronic condition and complex care needs being managed by a medical practitioner (other than a specialist or consultant physician) under: (i) a GP chronic condition management plan that has been prepared or reviewed in the last 18 months; or (ii) until the end of 30 June 2027—a GP Management Plan and Team Care Arrangements prepared prior to 1 July 2025; or (iii) a multidisciplinary care plan; and the service is recommended in the patient’s plan or arrangements as part of the management of the patient’s chronic condition and complex care needs; to a maximum of 10 services (including any services to which this item or any other item in this Group or Subgroup 1 of Group M3 or item 93000, 93013, 93048 or 93061 of the Telehealth Attendance Determination applies) in a calendar year\\n\",\n            \"ScheduleFee\": \"72.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M11\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2008-11-01\"\n        },\n        {\n            \"ItemNumber\": \"81325\",\n            \"Description\": \"Mental health service provided to a patient who is of Aboriginal or Torres Strait Islander descent by an eligible mental health worker if the service is of at least 20 minutes duration and: (a) a medical practitioner has undertaken a health assessment and identified a need for follow-up allied health services; or (b) the patient has a chronic condition and complex care needs being managed by a medical practitioner (other than a specialist or consultant physician) under: (i) a GP chronic condition management plan that has been prepared or reviewed in the last 18 months; or (ii) until the end of 30 June 2027—a GP Management Plan and Team Care Arrangements prepared prior to 1 July 2025; or (iii) a multidisciplinary care plan; and the service is recommended in the patient’s plan or arrangements as part of the management of the patient’s chronic condition and complex care needs; to a maximum of 10 services (including any services to which this item or any other item in this Group or Subgroup 1 of Group M3 or item 93000, 93013, 93048 or 93061 of the Telehealth Attendance Determination applies) in a calendar year\\n\",\n            \"ScheduleFee\": \"72.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M11\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2008-11-01\"\n        },\n        {\n            \"ItemNumber\": \"81330\",\n            \"Description\": \"Occupational therapy health service provided to a patient who is of Aboriginal or Torres Strait Islander descent by an eligible occupational therapist if the service is of at least 20 minutes duration and: (a) a medical practitioner has undertaken a health assessment and identified a need for follow-up allied health services; or (b) the patient has a chronic condition and complex care needs being managed by a medical practitioner (other than a specialist or consultant physician) under: (i) a GP chronic condition management plan that has been prepared or reviewed in the last 18 months; or (ii) until the end of 30 June 2027—a GP Management Plan and Team Care Arrangements prepared prior to 1 July 2025; or (iii) a multidisciplinary care plan; and the service is recommended in the patient’s plan or arrangements as part of the management of the patient’s chronic condition and complex care needs; to a maximum of 10 services (including any services to which this item or any other item in this Group or Subgroup 1 of Group M3 or item 93000, 93013, 93048 or 93061 of the Telehealth Attendance Determination applies) in a calendar year\\n\",\n            \"ScheduleFee\": \"72.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M11\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2008-11-01\"\n        },\n        {\n            \"ItemNumber\": \"81335\",\n            \"Description\": \"Physiotherapy health service provided to a patient who is of Aboriginal or Torres Strait Islander descent by an eligible physiotherapist if the service is of at least 20 minutes duration and: (a) a medical practitioner has undertaken a health assessment and identified a need for follow-up allied health services; or (b) the patient has a chronic condition and complex care needs being managed by a medical practitioner (other than a specialist or consultant physician) under: (i) a GP chronic condition management plan that has been prepared or reviewed in the last 18 months; or (ii) until the end of 30 June 2027—a GP Management Plan and Team Care Arrangements prepared prior to 1 July 2025; or (iii) a multidisciplinary care plan; and the service is recommended in the patient’s plan or arrangements as part of the management of the patient’s chronic condition and complex care needs; to a maximum of 10 services (including any services to which this item or any other item in this Group or Subgroup 1 of Group M3 or item 93000, 93013, 93048 or 93061 of the Telehealth Attendance Determination applies) in a calendar year\\n\",\n            \"ScheduleFee\": \"72.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M11\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2008-11-01\"\n        },\n        {\n            \"ItemNumber\": \"81340\",\n            \"Description\": \"Podiatry health service provided to a patient who is of Aboriginal or Torres Strait Islander descent by an eligible podiatrist if the service is of at least 20 minutes duration and: (a) a medical practitioner has undertaken a health assessment and identified a need for follow-up allied health services; or (b) the patient has a chronic condition and complex care needs being managed by a medical practitioner (other than a specialist or consultant physician) under: (i) a GP chronic condition management plan that has been prepared or reviewed in the last 18 months; or (ii) until the end of 30 June 2027—a GP Management Plan and Team Care Arrangements prepared prior to 1 July 2025; or (iii) a multidisciplinary care plan; and the service is recommended in the patient’s plan or arrangements as part of the management of the patient’s chronic condition and complex care needs; to a maximum of 10 services (including any services to which this item or any other item in this Group or Subgroup 1 of Group M3 or item 93000, 93013, 93048 or 93061 of the Telehealth Attendance Determination applies) in a calendar year\\n\",\n            \"ScheduleFee\": \"72.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M11\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2008-11-01\"\n        },\n        {\n            \"ItemNumber\": \"81345\",\n            \"Description\": \"Chiropractic health service provided to a patient who is of Aboriginal or Torres Strait Islander descent by an eligible chiropractor if the service is of at least 20 minutes duration and: (a) a medical practitioner has undertaken a health assessment and identified a need for follow-up allied health services; or (b) the patient has a chronic condition and complex care needs being managed by a medical practitioner (other than a specialist or consultant physician) under: (i) a GP chronic condition management plan that has been prepared or reviewed in the last 18 months; or (ii) until the end of 30 June 2027—a GP Management Plan and Team Care Arrangements prepared prior to 1 July 2025; or (iii) a multidisciplinary care plan; and the service is recommended in the patient’s plan or arrangements as part of the management of the patient’s chronic condition and complex care needs; to a maximum of 10 services (including any services to which this item or any other item in this Group or Subgroup 1 of Group M3 or item 93000, 93013, 93048 or 93061 of the Telehealth Attendance Determination applies) in a calendar year\\n\",\n            \"ScheduleFee\": \"72.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M11\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2008-11-01\"\n        },\n        {\n            \"ItemNumber\": \"81350\",\n            \"Description\": \"Osteopathy health service provided to a patient who is of Aboriginal or Torres Strait Islander descent by an eligible osteopath if the service is of at least 20 minutes duration and: (a) a medical practitioner has undertaken a health assessment and identified a need for follow‑up allied health services; or (b) the patient has a chronic condition and complex care needs being managed by a medical practitioner (other than a specialist or consultant physician) under: (i) a GP chronic condition management plan that has been prepared or reviewed in the last 18 months; or (ii) until the end of 30 June 2027—a GP Management Plan and Team Care Arrangements prepared prior to 1 July 2025; or (iii) a multidisciplinary care plan; and the service is recommended in the patient’s plan or arrangements as part of the management of the patient’s chronic condition and complex care needs; to a maximum of 10 services (including any services to which this item or any other item in this Group or Subgroup 1 of Group M3 or item 93000, 93013, 93048 or 93061 of the Telehealth Attendance Determination applies) in a calendar year\\n\",\n            \"ScheduleFee\": \"72.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M11\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2008-11-01\"\n        },\n        {\n            \"ItemNumber\": \"81355\",\n            \"Description\": \"Psychology health service provided to a patient who is of Aboriginal or Torres Strait Islander descent by an eligible psychologist if the service is of at least 20 minutes duration and: (a) a medical practitioner has undertaken a health assessment and identified a need for follow‑up allied health services; or (b) the patient has a chronic condition and complex care needs being managed by a medical practitioner (other than a specialist or consultant physician) under: (i) a GP chronic condition management plan that has been prepared or reviewed in the last 18 months; or (ii) until the end of 30 June 2027—a GP Management Plan and Team Care Arrangements prepared prior to 1 July 2025; or (iii) a multidisciplinary care plan; and the service is recommended in the patient’s plan or arrangements as part of the management of the patient’s chronic condition and complex care needs; to a maximum of 10 services (including any services to which this item or any other item in this Group or Subgroup 1 of Group M3 or item 93000, 93013, 93048 or 93061 of the Telehealth Attendance Determination applies) in a calendar year\\n\",\n            \"ScheduleFee\": \"72.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M11\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2008-11-01\"\n        },\n        {\n            \"ItemNumber\": \"81360\",\n            \"Description\": \"Speech pathology health service provided to a patient who is of Aboriginal or Torres Strait Islander descent by an eligible speech pathologist if the service is of at least 20 minutes duration and: (a) a medical practitioner has undertaken a health assessment and identified a need for follow‑up allied health services; or (b) the patient has a chronic condition and complex care needs being managed by a medical practitioner (other than a specialist or consultant physician) under: (i) a GP chronic condition management plan that has been prepared or reviewed in the last 18 months; or (ii) until the end of 30 June 2027—a GP Management Plan and Team Care Arrangements prepared prior to 1 July 2025; or (iii) a multidisciplinary care plan; and the service is recommended in the patient’s plan or arrangements as part of the management of the patient’s chronic condition and complex care needs; to a maximum of 10 services (including any services to which this item or any other item in this Group or Subgroup 1 of Group M3 or item 93000, 93013, 93048 or 93061 of the Telehealth Attendance Determination applies) in a calendar year\\n\",\n            \"ScheduleFee\": \"72.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M11\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2008-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82000\",\n            \"Description\": \"Psychology health service provided to a patient aged under 25 years by an eligible psychologist if: (a) the patient was referred by an eligible medical practitioner, or by an eligible allied health practitioner following referral by an eligible medical practitioner, to: (i) assist the eligible medical practitioner with diagnostic formulation where the patient has a suspected complex neurodevelopmental disorder or eligible disability; or (ii) contribute to the patient’s treatment and management plan developed by the referring eligible medical practitioner where a complex neurodevelopmental disorder (such as autism spectrum disorder) or eligible disability is confirmed; and (b) the service is provided to the patient individually and in person; and (c) the service is at least 50 minutes duration Up to 4 services to which this item or any of items 82005, 82010, 82030, 93032, 93033, 93040 or 93041 apply may be provided to the same patient on the same day\\n\",\n            \"ScheduleFee\": \"116.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M10\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"younger than 25 years\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist Medical Practitioner', 'General Practitioner' ].\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2008-07-01\"\n        },\n        {\n            \"ItemNumber\": \"82001\",\n            \"Description\": \"Attendance by an eligible allied health practitioner or eligible Aboriginal and Torres Strait Islander primary health care professional, as a member of a multidisciplinary case conference team, to participate in a community case conference if the conference lasts for at least 15 minutes, but for less than 20 minutes (other than a service associated with a service to which another item in this Group applies)\\n\",\n            \"ScheduleFee\": \"57.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M10\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2021-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82002\",\n            \"Description\": \"Attendance by an eligible allied health practitioner or eligible Aboriginal and Torres Strait Islander primary health care professional, as a member of a multidisciplinary case conference team, to participate in a community case conference if the conference lasts for at least 20 minutes, but for less than 40 minutes (other than a service associated with a service to which another item in this Group applies)\\n\",\n            \"ScheduleFee\": \"97.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M10\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2021-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82003\",\n            \"Description\": \"Attendance by an eligible allied health practitioner or eligible Aboriginal and Torres Strait Islander primary health care professional, as a member of a multidisciplinary case conference team, to participate in a community case conference if the conference lasts for at least 40 minutes (other than a service associated with a service to which another item in this Group applies)\\n\",\n            \"ScheduleFee\": \"162.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M10\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2021-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82005\",\n            \"Description\": \"Speech pathology health service provided to a patient aged under 25 years by an eligible speech pathologist if: (a) the patient was referred by an eligible medical practitioner, or by an eligible allied health practitioner following referral by an eligible medical practitioner, to: (i) assist the eligible medical practitioner with diagnostic formulation where the patient has a suspected complex neurodevelopmental disorder or eligible disability; or (ii) contribute to the patient’s treatment and management plan developed by the referring eligible medical practitioner where a complex neurodevelopmental disorder (such as autism spectrum disorder) or eligible disability is confirmed; and (b) the service is provided to the patient individually and in person; and (c) the service is at least 50 minutes duration Up to 4 services to which this item or any of items 82000, 82010, 82030, 93032, 93033, 93040 or 93041 apply may be provided to the same patient on the same day\\n\",\n            \"ScheduleFee\": \"102.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M10\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"younger than 25 years\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist Medical Practitioner', 'General Practitioner' ].\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2008-07-01\"\n        },\n        {\n            \"ItemNumber\": \"82010\",\n            \"Description\": \"Occupational therapy health service provided to a patient aged under 25 years by an eligible occupational therapist if: (a) the patient was referred by an eligible medical practitioner, or by an eligible allied health practitioner following referral by an eligible medical practitioner, to: (i) assist the eligible medical practitioner with diagnostic formulation where the patient has a suspected complex neurodevelopmental disorder or eligible disability; or (ii) contribute to the patient’s treatment and management plan developed by the referring eligible medical practitioner where a complex neurodevelopmental disorder (such as autism spectrum disorder) or eligible disability is confirmed; and (b) the service is provided to the patient individually and in person; and (c) the service is at least 50 minutes duration Up to 4 services to which this item or any of items 82000, 82005, 82030, 93032, 93033, 93040 or 93041 apply may be provided to the same patient on the same day\\n\",\n            \"ScheduleFee\": \"102.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M10\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"younger than 25 years\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist Medical Practitioner', 'General Practitioner' ].\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2008-07-01\"\n        },\n        {\n            \"ItemNumber\": \"82015\",\n            \"Description\": \"Psychology health service provided to a patient aged under 25 years for the treatment of a diagnosed complex neurodevelopmental disorder (such as autism spectrum disorder) or eligible disability by an eligible psychologist, if: (a) the patient has a treatment and management plan in place and has been referred by an eligible medical practitioner for a course of treatment consistent with that treatment and management plan; and (b) the service is provided to the patient individually and in person; and (c) the service is at least 30 minutes duration; and (d) on the completion of the course of treatment, the eligible psychologist gives a written report to the referring eligible medical practitioner on assessments (if performed), treatment provided and recommendations on future management of the patient’s condition Up to 4 services to which this item or any of items 82020, 82025, 82035, 93035, 93036, 93043 or 93044 apply may be provided to the same patient on the same day\\n\",\n            \"ScheduleFee\": \"116.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M10\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"younger than 25 years\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist Medical Practitioner', 'General Practitioner' ].\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2008-07-01\"\n        },\n        {\n            \"ItemNumber\": \"82020\",\n            \"Description\": \"Speech pathology health service provided to a patient aged under 25 years for the treatment of a diagnosed complex neurodevelopmental disorder (such as autism spectrum disorder) or eligible disability by an eligible speech pathologist, if: (a) the patient has a treatment and management plan in place and has been referred by an eligible medical practitioner for a course of treatment consistent with that treatment and management plan; and (b) the service is provided to the patient individually and in person; and (c) the service is at least 30 minutes duration; and (d) on the completion of the course of treatment, the eligible speech pathologist gives a written report to the referring eligible medical practitioner on assessments (if performed), treatment provided and recommendations on future management of the patient’s condition Up to 4 services to which this item or any of items 82015, 82025, 82035, 93035, 93036, 93043 or 93044 apply may be provided to the same patient on the same day\\n\",\n            \"ScheduleFee\": \"102.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M10\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"younger than 25 years\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist Medical Practitioner', 'General Practitioner' ].\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2008-07-01\"\n        },\n        {\n            \"ItemNumber\": \"82025\",\n            \"Description\": \"Occupational therapy health service provided to a patient aged under 25 years for the treatment of a diagnosed complex neurodevelopmental disorder (such as autism spectrum disorder) or eligible disability by an eligible occupational therapist, if: (a) the patient has a treatment and management plan in place and has been referred by an eligible medical practitioner for a course of treatment consistent with that treatment and management plan; and (b) the service is provided to the patient individually and in person; and (c) the service is at least 30 minutes duration; and (d) on the completion of the course of treatment, the eligible occupational therapist gives a written report to the referring eligible medical practitioner on assessments (if performed), treatment provided and recommendations on future management of the patient’s condition Up to 4 services to which this item or any of items 82015, 82020, 82035, 93035, 93036, 93043 or 93044 apply may be provided to the same patient on the same day\\n\",\n            \"ScheduleFee\": \"102.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M10\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"younger than 25 years\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist Medical Practitioner', 'General Practitioner' ].\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2008-07-01\"\n        },\n        {\n            \"ItemNumber\": \"82030\",\n            \"Description\": \"Audiology, dietetic, exercise physiology, optometry, orthoptic or physiotherapy health service provided to a patient aged under 25 years by an eligible audiologist, dietitian, exercise physiologist, optometrist, orthoptist or physiotherapist if: (a) the patient was referred by an eligible medical practitioner, or by an eligible allied health practitioner following referral by an eligible medical practitioner, to: (i) assist the eligible medical practitioner with diagnostic formulation where the patient has a suspected complex neurodevelopmental disorder or eligible disability; or (ii) contribute to the patient’s treatment and management plan developed by the referring eligible medical practitioner where a complex neurodevelopmental disorder (such as autism spectrum disorder) or eligible disability is confirmed; and (b) the service is provided to the patient individually and in person; and (c) the service is at least 50 minutes duration Up to 4 services to which this item or any of items 82000, 82005, 82010, 93032, 93033, 93040 or 93041 apply may be provided to the same patient on the same day\\n\",\n            \"ScheduleFee\": \"102.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M10\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"younger than 25 years\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist Medical Practitioner', 'General Practitioner' ].\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2011-07-01\"\n        },\n        {\n            \"ItemNumber\": \"82035\",\n            \"Description\": \"Audiology, dietetic, exercise physiology, optometry, orthoptic or physiotherapy health service provided to a patient aged under 25 years for the treatment of a diagnosed complex neurodevelopmental disorder (such as autism spectrum disorder) or eligible disability by an eligible audiologist, dietitian, exercise physiologist, optometrist, orthoptist or physiotherapist, if: (a) the patient has a treatment and management plan in place and has been referred by an eligible medical practitioner for a course of treatment consistent with that treatment and management plan; and (b) the service is provided to the patient individually and in person; and (c) the service is at least 30 minutes duration; and (d) on the completion of the course of treatment, the eligible audiologist, dietitian, exercise physiologist, optometrist, orthoptist or physiotherapist gives a written report to the referring eligible medical practitioner on assessments (if performed), treatment provided and recommendations on future management of the patient’s condition Up to 4 services to which this item or any of items 82015, 82020, 82025, 93035, 93036, 93043 or 93044 apply may be provided to the same patient on the same day\\n\",\n            \"ScheduleFee\": \"102.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M10\",\n            \"SubGroup\": \"1\",\n            \"EligibleAgeRange\": \"younger than 25 years\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist Medical Practitioner', 'General Practitioner' ].\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2011-07-01\"\n        },\n        {\n            \"ItemNumber\": \"82100\",\n            \"Description\": \"Initial antenatal professional attendance by a participating midwife, lasting at least 60 minutes, including all of the following: (a) taking a detailed patient history; (b) performing a comprehensive examination; (c) performing a risk assessment; (d) based on the risk assessment — arranging referral or transfer of the patient’s care to an obstetrician; (e) requesting pathology and diagnostic imaging services, when necessary Payable only once per pregnancy\\n\",\n            \"ScheduleFee\": \"86.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M13\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2010-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82102\",\n            \"Description\": \"Long antenatal professional attendance by a participating midwife, lasting at least 90 minutes\\n\",\n            \"ScheduleFee\": \"130.05\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M13\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2025-03-01\"\n        },\n        {\n            \"ItemNumber\": \"82103\",\n            \"Description\": \"Complex antenatal professional attendance by a participating midwife leading to a hospital admission and lasting at least 3 hours. A maximum of 3 services per pregnancy. Not being a service associated with a service to which intrapartum items 82116, 82118, 82120, 82123, 82125 or 82127 applies (H)\\n\",\n            \"ScheduleFee\": \"239.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M13\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2025-03-01\"\n        },\n        {\n            \"ItemNumber\": \"82104\",\n            \"Description\": \"Long postnatal professional attendance by a participating midwife, lasting at least 90 minutes, within 6 weeks after birth\\n\",\n            \"ScheduleFee\": \"191.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M13\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2025-03-01\"\n        },\n        {\n            \"ItemNumber\": \"82105\",\n            \"Description\": \"Short antenatal professional attendance by a participating midwife, lasting at least 10 minutes\\n\",\n            \"ScheduleFee\": \"37.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M13\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2010-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82110\",\n            \"Description\": \"Routine antenatal professional attendance by a participating midwife, lasting at least 40 minutes\\n\",\n            \"ScheduleFee\": \"86.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M13\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2010-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82115\",\n            \"Description\": \"Professional attendance by a participating midwife, lasting at least 90 minutes, for assessment and preparation of a maternity care plan for a patient whose pregnancy has progressed beyond 28 weeks, where the participating midwife has had at least 2 antenatal attendances with the patient in the preceding 6 months, if: (a) the patient is not an admitted patient of a hospital; and (b) the participating midwife undertakes a comprehensive assessment of the patient; and (c) the participating midwife develops a written maternity care plan that contains: (i) outcomes of the assessment; and (ii) details of agreed expectations for care during pregnancy, labour and birth; and (iii) details of any health problems or care needs; and (iv) details of any medication taken by the patient during the pregnancy, and any additional medication that may be required by the patient; and (v) details of any referrals or requests for pathology services or diagnostic imaging services for the patient during the pregnancy, and any additional referrals or requests that may be required for the patient; and (d) the maternity care plan is explained and agreed with the patient; and (e) the fee does not include any amount for the management of labour and birth; (Includes any antenatal attendance provided on the same occasion) Payable only once for any pregnancy; This item cannot be claimed if items 16590 or 16591 have previously been claimed during a single pregnancy, except in exceptional circumstances\\n\",\n            \"ScheduleFee\": \"372.10\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M13\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2010-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82116\",\n            \"Description\": \"Management of labour for up to 6 hours, not including birth, at a place other than a hospital if: (a) the attendance is by the participating midwife who: (i) provided the patient's antenatal care or (ii) is a member of a practice that has provided the patient's antenatal care; and (b) the total attendance time is documented in the patient notes; This item does not apply if birth is performed during the attendance; Only claimable once per pregnancy\\n\",\n            \"ScheduleFee\": \"878.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M13\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2022-03-01\"\n        },\n        {\n            \"ItemNumber\": \"82118\",\n            \"Description\": \"Management of labour for up to 6 hours total attendance, including birth where performed or attendance and immediate post-birth care at an elective caesarean section if: (a) the patient is an admitted patient of a hospital; and (b) the attendance is by the first participating midwife who: (i) assisted or provided the patient's antenatal care; or (ii) is a member of a practice that has provided the patient's antenatal care; and (c) the total attendance time is documented in the patient notes. (Includes all hospital attendances related to the labour by the first participating midwife) Only claimable once per pregnancy; Not being a service associated with a service to which item 82120 applies (H)\\n\",\n            \"ScheduleFee\": \"878.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M13\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2022-03-01\"\n        },\n        {\n            \"ItemNumber\": \"82120\",\n            \"Description\": \"Management of labour between 6 and 12 hours total attendance, including birth where performed, if: (a) the patient is an admitted patient of a hospital; and (b) the attendance is by the first participating midwife who: (i) assisted or provided the patient’s antenatal care; or (ii) is a member of a practice that provided the patient’s antenatal care; and (c) the total attendance time is documented in the patient notes; (Includes all hospital attendances related to the labour by the first participating midwife) Only claimable once per pregnancy; Not being a service associated with a service to which item 82118 applies (H)\\n\",\n            \"ScheduleFee\": \"1757.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M13\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2010-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82123\",\n            \"Description\": \"Management of labour for up to 6 hours total attendance, including birth where performed if: (a) the patient is an admitted patient of a hospital; and (b) the attendance is by the second participating midwife who either: (i) assisted or provided the patient's antenatal care; or (ii) is a member of a practice that has provided the patient's antenatal care; and (c) the total attendance time is documented in the patient notes; (Includes all hospital attendances related to the labour by the second participating midwife) Only claimable once per pregnancy; Not being a service associated with a service to which item 82125 applies (H)\\n\",\n            \"ScheduleFee\": \"878.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M13\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2022-03-01\"\n        },\n        {\n            \"ItemNumber\": \"82125\",\n            \"Description\": \"Management of labour between 6 and 12 hours total attendance, including birth where performed, if: (a) the patient is an admitted patient of a hospital; and (b) the attendance is by the second participating midwife who either: (i) assisted or provided the patient’s antenatal care; or (ii) is a member of a practice that provided the patient’s antenatal care; and (c) the total attendance time is documented in the patient notes; (Includes all hospital attendances related to the labour by the second participating midwife) Only claimable once per pregnancy; Not being a service associated with a service to which item 82123 or 82127 applies (H)\\n\",\n            \"ScheduleFee\": \"1757.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M13\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2010-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82127\",\n            \"Description\": \"Management of labour for up to 6 hours total attendance, including birth where performed if: (a) the patient is an admitted patient of a hospital; and (b) the attendance is by a third participating midwife who either: (i) assisted or provided the patient's antenatal care; or (ii) is a member of a practice that has provided the patient's antenatal care; and (c) an attendance to which item 82123 applies has been provided by a second participating midwife who is a member of a practice that has provided the patient's antenatal care; and (d) the total attendance time is documented in the patient notes; (Includes all hospital attendances related to the labour by the third participating midwife) Only claimable once per pregnancy; Not being a service associated with a service to which item 82125 applies (H)\\n\",\n            \"ScheduleFee\": \"878.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M13\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2022-03-01\"\n        },\n        {\n            \"ItemNumber\": \"82130\",\n            \"Description\": \"Short postnatal professional attendance by a participating midwife, lasting at least 20 minutes, within 6 weeks after birth\\n\",\n            \"ScheduleFee\": \"62.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M13\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2010-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82135\",\n            \"Description\": \"Routine postnatal professional attendance by a participating midwife, lasting at least 40 minutes, within 6 weeks after birth\\n\",\n            \"ScheduleFee\": \"127.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M13\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2010-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82140\",\n            \"Description\": \"Postnatal professional attendance by a participating midwife on a patient, not less than 4 weeks but not more than 8 weeks after birth of a baby, lasting at least 60 minutes, including all of the following: (a) a comprehensive examination of the patient and baby to ensure normal postnatal recovery; (b) a labour and birth debrief; (c) a mental health assessment or where the patient declines a mental health assessment, the participating midwife records the patient’s decision in the clinical notes; (d) referral of the patient to a primary carer for the ongoing care of the patient and baby or where the patient declines a referral to a primary carer, the participating midwife records the patient’s decision in the clinical notes Payable only once per pregnancy\\n\",\n            \"ScheduleFee\": \"62.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M13\",\n            \"SubGroup\": \"1\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2010-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82200\",\n            \"Description\": \"Professional attendance by a participating nurse practitioner for an obvious problem characterised by the straightforward nature of the task that requires a short patient history and, if required, limited examination and management\\n\",\n            \"ScheduleFee\": \"14.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M14\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2010-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82201\",\n            \"Description\": \"Introduction of an intra-uterine device for abnormal uterine bleeding or contraception or for endometrial protection during oestrogen replacement therapy (Anaes.)\\n\",\n            \"ScheduleFee\": \"215.95\",\n            \"ScheduleFeeStartDate\": \"2025-11-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M14\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2025-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82202\",\n            \"Description\": \"Removal of etonogestrel subcutaneous implant (Anaes.)\\n\",\n            \"ScheduleFee\": \"105.15\",\n            \"ScheduleFeeStartDate\": \"2025-11-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M14\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2025-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82203\",\n            \"Description\": \"Hormone or living tissue implantation by cannula\\n\",\n            \"ScheduleFee\": \"100.40\",\n            \"ScheduleFeeStartDate\": \"2025-11-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M14\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2025-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82204\",\n            \"Description\": \"A service rendered by a participating nurse practitioner to which item 82201, 82202 or 82203 applies, if the service is bulk‑billed in relation to the fees for: (a) that item; and (b) any other item in Subgroup 1 of Group M14 or item 73832 and 73833 applying to the service\\n\",\n            \"DerivedFee\": \"40% of the fee for items 82201, 82202, or 82203.\",\n            \"Category\": \"8\",\n            \"Group\": \"M14\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2025-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82205\",\n            \"Description\": \"Professional attendance by a participating nurse practitioner lasting at least 6 minutes and less than 20 minutes and including any of the following: a) taking a history; b) undertaking clinical examination; c) arranging any necessary investigation; d) implementing a management plan; e) providing appropriate preventive health care; for 1 or more health related issues, with appropriate documentation\\n\",\n            \"ScheduleFee\": \"31.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M14\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2010-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82206\",\n            \"Description\": \"A procedure, being a service to which an item in Subgroup 4 of Group M14 would have applied had the procedure not been discontinued on clinical grounds, other than a service to which 82203 applies\\n\",\n            \"DerivedFee\": \"50% of the fee which would have applied had the procedure not been discontinued\",\n            \"Category\": \"8\",\n            \"Group\": \"M14\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_75_100\",\n            \"ItemStartDate\": \"2025-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82210\",\n            \"Description\": \"Professional attendance by a participating nurse practitioner lasting at least 20 minutes and including any of the following: a) taking a detailed history; b) undertaking clinical examination; c) arranging any necessary investigation; d) implementing a management plan; e) providing appropriate preventive health care; for 1 or more health related issues, with appropriate documentation\\n\",\n            \"ScheduleFee\": \"60.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M14\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2010-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82215\",\n            \"Description\": \"Professional attendance by a participating nurse practitioner lasting at least 40 minutes and including any of the following: a) taking an extensive history; b) undertaking clinical examination; c) arranging any necessary investigation; d) implementing a management plan; e) providing appropriate preventive health care; for 1 or more health related issues, with appropriate documentation\\n\",\n            \"ScheduleFee\": \"88.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M14\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2010-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82216\",\n            \"Description\": \"Professional attendance by a participating nurse practitioner lasting at least 60 minutes and including any of the following: (a) taking an extensive patient history; (b) performing a clinical examination; (c) arranging any necessary investigation; (d) implementing a management plan; (e) providing appropriate preventive health care; for one or more health related issues, with appropriate documentation\\n\",\n            \"ScheduleFee\": \"134.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M14\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2025-03-01\"\n        },\n        {\n            \"ItemNumber\": \"82226\",\n            \"Description\": \"Burns, involving 1% or more but less than 3% of total body surface, dressing of (including redressing of any related donor site, if required), without anaesthesia, by a participating nurse practitioner—each attendance at which the procedure is performed Not applicable for skin reactions secondary to radiotherapy\\n\",\n            \"ScheduleFee\": \"42.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M14\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"82227\",\n            \"Description\": \"Burns, involving 3% or more but less than 10% of total body surface, dressing of (including redressing of any related donor site, if required), without anaesthesia, by a participating nurse practitioner—each attendance at which the procedure is performed Not applicable for skin reactions secondary to radiotherapy\\n\",\n            \"ScheduleFee\": \"54.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M14\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"82228\",\n            \"Description\": \"Nipple or areola or both, intradermal colouration of, by a participating nurse practitioner, following breast reconstruction after mastectomy or for congenital absence of nipple\\n\",\n            \"ScheduleFee\": \"230.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M14\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2024-03-01\"\n        },\n        {\n            \"ItemNumber\": \"82250\",\n            \"Description\": \"Professional attendance by a participating nurse practitioner, at consulting rooms, lasting at least 6 minutes but less than 20 minutes, if:(a) the attendance is to provide clinical support to a patient to whom a specialist or consultant physician is providing a service, to which another item applies, by way of a video conferencing consultation; and(b) the patient is not an admitted patient; and(c) the participating nurse practitioner is located in the same room as the patient for the whole of the attendance\\n\",\n            \"ScheduleFee\": \"51.80\",\n            \"ScheduleFeeStartDate\": \"2026-03-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M14\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2026-03-01\"\n        },\n        {\n            \"ItemNumber\": \"82251\",\n            \"Description\": \"Professional attendance by a participating nurse practitioner, at a place other than consulting rooms, lasting at least 6 minutes but less than 20 minutes, if: (a) the attendance is to provide clinical support to a patient to whom a specialist or consultant physician is providing a service, to which another item applies, by way of a video conferencing consultation; and(b) the patient is not an admitted patient; and(c) the participating nurse practitioner is located in the same room as the patient for the whole of the attendance\\n\",\n            \"ScheduleFee\": \"51.80\",\n            \"ScheduleFeeStartDate\": \"2026-03-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M14\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2026-03-01\"\n        },\n        {\n            \"ItemNumber\": \"82252\",\n            \"Description\": \"Professional attendance by a participating nurse practitioner, at consulting rooms, lasting at least 20 minutes but less than 40 minutes, if:(a) the attendance is to provide clinical support to a patient to whom a specialist or consultant physician is providing a service, to which another item applies, by way of a video conferencing consultation; and(b) the patient is not an admitted patient; and(c) the participating nurse practitioner is located in the same room as the patient for the whole of the attendance\\n\",\n            \"ScheduleFee\": \"80.25\",\n            \"ScheduleFeeStartDate\": \"2026-03-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M14\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2026-03-01\"\n        },\n        {\n            \"ItemNumber\": \"82253\",\n            \"Description\": \"Professional attendance by a participating nurse practitioner, at a place other than consulting rooms, lasting at least 20 minutes but less than 40 minutes, if:(a) the attendance is to provide clinical support to a patient to whom a specialist or consultant physician is providing a service, to which another item applies, by way of a video conferencing consultation; and(b) the patient is not an admitted patient; and(c) the participating nurse practitioner is located in the same room as the patient for the whole of the attendance\\n\",\n            \"ScheduleFee\": \"80.25\",\n            \"ScheduleFeeStartDate\": \"2026-03-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M14\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2026-03-01\"\n        },\n        {\n            \"ItemNumber\": \"82254\",\n            \"Description\": \"Professional attendance by a participating nurse practitioner, at consulting rooms, lasting at least 40 minutes but less than 60 minutes, if:(a) the attendance is to provide clinical support to a patient to whom a specialist or consultant physician is providing a service, to which another item applies, by way of a video conferencing consultation; and(b) the patient is not an admitted patient; and(c) the participating nurse practitioner is located in the same room as the patient for the whole of the attendance\\n\",\n            \"ScheduleFee\": \"108.90\",\n            \"ScheduleFeeStartDate\": \"2026-03-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M14\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2026-03-01\"\n        },\n        {\n            \"ItemNumber\": \"82255\",\n            \"Description\": \"Professional attendance by a participating nurse practitioner, at a place other than consulting rooms, lasting at least 40 minutes but less than 60 minutes, if:(a) the attendance is to provide clinical support to a patient to whom a specialist or consultant physician is providing a service, to which another item applies, by way of a video conferencing consultation; and(b) the patient is not an admitted patient; and(c) the participating nurse practitioner is located in the same room as the patient for the whole of the attendance\\n\",\n            \"ScheduleFee\": \"108.90\",\n            \"ScheduleFeeStartDate\": \"2026-03-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M14\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2026-03-01\"\n        },\n        {\n            \"ItemNumber\": \"82256\",\n            \"Description\": \"Professional attendance by a participating nurse practitioner, at consulting rooms, lasting at least 60 minutes, if: (a) the attendance is to provide clinical support to a patient to whom a specialist or consultant physician is providing a service, to which another item applies, by way of a video conferencing consultation; and(b) the patient is not an admitted patient; and(c) the participating nurse practitioner is located in the same room as the patient for the whole of the attendance\\n\",\n            \"ScheduleFee\": \"154.35\",\n            \"ScheduleFeeStartDate\": \"2026-03-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M14\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2026-03-01\"\n        },\n        {\n            \"ItemNumber\": \"82257\",\n            \"Description\": \"Professional attendance by a participating nurse practitioner, at a place other than consulting rooms, lasting at least 60 minutes, if: (a) the attendance is to provide clinical support to a patient to whom a specialist or consultant physician is providing a service, to which another item applies, by way of a video conferencing consultation; and(b) the patient is not an admitted patient; and(c) the participating nurse practitioner is located in the same room as the patient for the whole of the attendance\\n\",\n            \"ScheduleFee\": \"154.35\",\n            \"ScheduleFeeStartDate\": \"2026-03-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M14\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2026-03-01\"\n        },\n        {\n            \"ItemNumber\": \"82300\",\n            \"Description\": \"Audiology health service, consisting of brain stem evoked response audiometry, performed on a patient by an eligible audiologist if: (a) the service is not for the purposes of programming either an auditory implant or the sound processors of an auditory implant; and (b) the service is performed pursuant to a written request made by a medical practitioner to assist in the diagnosis, treatment or management of ear disease or a related disorder in the patient; and (c) the service is not performed for the purpose of a hearing screening; and (d) the service is performed on the patient individually and in person; and (e) after the service, the eligible audiologist provides a copy of the results of the service performed, together with relevant comments in writing that the eligible audiologist has on those results, to the medical practitioner who requested the service; and (f) a service to which item 11300 applies has not been performed on the patient on the same day\\n\",\n            \"ScheduleFee\": \"179.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M15\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist Medical Practitioner', 'General Practitioner' ].\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2012-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82301\",\n            \"Description\": \"Audiology health service, consisting of programming an auditory implant or the sound processor of an auditory implant, unilateral, performed on a patient by an eligible audiologist if: (a) the service is performed on the patient individually and in person; and (b) a service to which item 11302, 11342 or 11345 applies has not been performed on the patient on the same day Applicable up to a total of 4 services to which this item, item 82302 or item 82304 applies on the same day\\n\",\n            \"ScheduleFee\": \"179.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M15\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"82302\",\n            \"Description\": \"Audiology health service by video attendance for programming of an auditory implant, or the sound processor of an auditory implant, unilateral, performed on a patient by an eligible audiologist if: (a) the service is not performed for the purpose of a hearing screening; and (b) a service to which item 11302, 11342 or 11345 applies not been performed on the patient on the same day Applicable up to a total of 4 services to which this item, item 82301 or item 82304 applies on the same day\\n\",\n            \"ScheduleFee\": \"179.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M15\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2022-03-01\"\n        },\n        {\n            \"ItemNumber\": \"82304\",\n            \"Description\": \"Audiology health service by phone attendance for programming of an auditory implant, or the sound processor of an auditory implant, unilateral, performed on a patient by an eligible audiologist if: (a) the service is not performed for the purpose of a hearing screening; and (b) a service to which item 11302, 11342 or 11345 applies not been performed on the patient on the same day Applicable up to a total of 4 services to which this item, item 82301 or item 82302 applies on the same day\\n\",\n            \"ScheduleFee\": \"179.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M15\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2022-03-01\"\n        },\n        {\n            \"ItemNumber\": \"82306\",\n            \"Description\": \"Audiology health service, consisting of non-determinate audiometry performed on a patient by an eligible audiologist if: (a) the service is performed pursuant to a written request made by a medical practitioner to assist in the diagnosis, treatment or management of ear disease or a related disorder in the patient; and (b) the service is not performed for the purpose of a hearing screening; and (c) the service is performed on the patient individually and in person; and (d) after the service, the eligible audiologist provides a copy of the results of the service performed, together with relevant comments in writing that the eligible audiologist has on those results, to the medical practitioner who requested the service; and (e) a service to which item 11306 applies has not been performed on the patient on the same day\\n\",\n            \"ScheduleFee\": \"20.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M15\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist Medical Practitioner', 'General Practitioner' ].\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2012-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82309\",\n            \"Description\": \"Audiology health service, consisting of an air conduction audiogram performed on a patient by an eligible audiologist if: (a) the service is performed pursuant to a written request made by a medical practitioner to assist in the diagnosis, treatment or management of ear disease or a related disorder in the patient; and (b) the service is not performed for the purpose of a hearing screening; and (c) the service is performed on the patient individually and in person; and (d) after the service, the eligible audiologist provides a copy of the results of the service performed, together with relevant comments in writing that the eligible audiologist has on those results, to the medical practitioner who requested the service; and (e) a service to which item 11309 applies has not been performed on the patient on the same day\\n\",\n            \"ScheduleFee\": \"24.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M15\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist Medical Practitioner', 'General Practitioner' ].\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2012-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82312\",\n            \"Description\": \"Audiology health service, consisting of an air and bone conduction audiogram or air conduction and speech discrimination audiogram performed on a patient by an eligible audiologist if: (a) the service is performed pursuant to a written request made by a medical practitioner to assist in the diagnosis, treatment or management of ear disease or a related disorder in the patient; and (b) the service is not performed for the purpose of a hearing screening; and (c) the service is performed on the patient individually and in person; and (d) after the service, the eligible audiologist provides a copy of the results of the service performed, together with relevant comments in writing that the eligible audiologist has on those results, to the medical practitioner who requested the service; and (e) a service to which item 11312 applies has not been performed on the patient on the same day\\n\",\n            \"ScheduleFee\": \"34.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M15\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist Medical Practitioner', 'General Practitioner' ].\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2012-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82315\",\n            \"Description\": \"Audiology health service, consisting of an air and bone conduction and speech discrimination audiogram performed on a patient by an eligible audiologist if: (a) the service is performed pursuant to a written request made by a medical practitioner to assist in the diagnosis, treatment or management of ear disease or a related disorder in the patient; and (b) the service is not performed for the purpose of a hearing screening; and (c) the service is performed on the patient individually and in person; and (d) after the service, the eligible audiologist provides a copy of the results of the service performed, together with relevant comments in writing that the eligible audiologist has on those results, to the medical practitioner who requested the service; and (e) a service to which item 11315 applies has not been performed on the patient on the same day\\n\",\n            \"ScheduleFee\": \"45.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M15\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist Medical Practitioner', 'General Practitioner' ].\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2012-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82318\",\n            \"Description\": \"Audiology health service, consisting of an air and bone conduction and speech discrimination audiogram with other cochlear tests performed on a patient by an eligible audiologist if: (a) the service is performed pursuant to a written request made by a medical practitioner to assist in the diagnosis, treatment or management of ear disease or a related disorder in the patient; and (b) the service is not performed for the purpose of a hearing screening; and (c) the service is performed on the patient individually and in person; and (d) after the service, the eligible audiologist provides a copy of the results of the service performed, together with relevant comments in writing that the eligible audiologist has on those results, to the medical practitioner who requested the service; and (e) a service to which item 11318 applies has not been performed on the patient on the same day\\n\",\n            \"ScheduleFee\": \"56.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M15\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist Medical Practitioner', 'General Practitioner' ].\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2012-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82324\",\n            \"Description\": \"Audiology health service, consisting of an impedance audiogram involving tympanometry and measurement of static compliance and acoustic reflex performed on a patient by an eligible audiologist if: (a) the service is performed pursuant to a written request made by a medical practitioner to assist in the diagnosis, treatment or management of ear disease or a related disorder in the patient; and (b) the service is not performed for the purpose of a hearing screening; and (c) the service is performed on the patient individually and in person; and (d) after the service, the eligible audiologist provides a copy of the results of the service performed, together with relevant comments in writing that the eligible audiologist has on those results, to the medical practitioner who requested the service; and (e) a service to which item 11324 applies has not been performed on the patient on the same day\\n\",\n            \"ScheduleFee\": \"18.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M15\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist Medical Practitioner', 'General Practitioner' ].\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2012-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82332\",\n            \"Description\": \"Audiology health service, consisting of an oto-acoustic emission audiometry for the detection of outer hair cell functioning in the cochlea, performed by an eligible audiologist, when middle ear pathology has been excluded, if: (a) the service is performed pursuant to a written request made by a medical practitioner to assist in the diagnosis, treatment or management of ear disease or a related disorder in the patient; and (b) the service is performed: (i) on an infant or child who is at risk of permanent hearing impairment; or (ii) on a patient who is at risk of oto-toxicity due to medications or medical intervention; or (iii) on a patient at risk of noise induced hearing loss; or (iv) to assist in the diagnosis of auditory neuropathy; and (c) the service is performed on the patient individually and in person; and (d) after the service, the eligible audiologist provides a copy of the results of the service performed, together with relevant comments in writing that the eligible audiologist has on those results, to the medical practitioner who requested the service; and (e) a service to which item 11332 applies has not been performed on the patient on the same day\\n\",\n            \"ScheduleFee\": \"54.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M15\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist Medical Practitioner', 'General Practitioner' ].\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2012-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82350\",\n            \"Description\": \"Dietetics health service provided to an eligible patient by an eligible dietitian if: (a) the service is recommended in the patient’s eating disorder treatment and management plan; and (b) the service is provided to the patient individually and in person; and (c) the service is of at least 20 minutes in duration\\n\",\n            \"ScheduleFee\": \"72.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M16\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82352\",\n            \"Description\": \"Eating disorder psychological treatment service provided to an eligible patient in consulting rooms by an eligible clinical psychologist if: (a) the service is recommended in the patient’s eating disorder treatment and management plan; and (b) the service is provided to the patient individually and in person; and (c) the service is at least 30 minutes but less than 50 minutes in duration\\n\",\n            \"ScheduleFee\": \"116.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M16\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82354\",\n            \"Description\": \"Eating disorder psychological treatment service provided to an eligible patient at a place other than consulting rooms by an eligible clinical psychologist if: (a) the service is recommended in the patient’s eating disorder treatment and management plan; and (b) the service is provided to the patient individually and in person; and (c) the service is at least 30 minutes but less than 50 minutes in duration\\n\",\n            \"ScheduleFee\": \"145.45\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M16\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82355\",\n            \"Description\": \"Eating disorder psychological treatment service provided to an eligible patient in consulting rooms by an eligible clinical psychologist if: (a) the service is recommended in the patient’s eating disorder treatment and management plan; and (b) the service is provided to the patient individually and in person; and (c) the service is at least 50 minutes in duration\\n\",\n            \"ScheduleFee\": \"170.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M16\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82357\",\n            \"Description\": \"Eating disorder psychological treatment service provided to an eligible patient at a place other than consulting rooms by an eligible clinical psychologist if: (a) the service is recommended in the patient’s eating disorder treatment and management plan; and (b) the service is provided to the patient individually and in person; and (c) the service is at least 50 minutes in duration\\n\",\n            \"ScheduleFee\": \"199.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M16\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82358\",\n            \"Description\": \"Eating disorder psychological treatment service provided to an eligible patient as part of a group of 6 to 10 patients by an eligible clinical psychologist if: (a) the service is recommended in the patient’s eating disorder treatment and management plan; and (b) the service is provided in person; and (c) the service is at least 60 minutes in duration\\n\",\n            \"ScheduleFee\": \"43.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M16\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82359\",\n            \"Description\": \"Eating disorder psychological treatment service provided to an eligible patient as part of a group of 6 to 10 patients by an eligible clinical psychologist if: (a) the service is recommended in the patient’s eating disorder treatment and management plan; and (b) the attendance is by video conference; and (c) the patient is located within a telehealth eligible area; and (d) the patient is, at the time of the attendance, at least 15 kilometres by road from the clinical psychologist; and (e) the service is at least 60 minutes in duration\\n\",\n            \"ScheduleFee\": \"43.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M16\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82360\",\n            \"Description\": \"Eating disorder psychological treatment service provided to an eligible patient in consulting rooms by an eligible psychologist if: (a) the service is recommended in the patient’s eating disorder treatment and management plan; and (b) the service is provided to the patient individually and in person; and (c) the service is at least 20 minutes but less than 50 minutes in duration\\n\",\n            \"ScheduleFee\": \"82.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M16\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82362\",\n            \"Description\": \"Eating disorder psychological treatment service provided to an eligible patient at a place other than consulting rooms by an eligible psychologist if: (a) the service is recommended in the patient’s eating disorder treatment and management plan; and (b) the service is provided to the patient individually and in person; and (c) the service is at least 20 minutes but less than 50 minutes in duration\\n\",\n            \"ScheduleFee\": \"112.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M16\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82363\",\n            \"Description\": \"Eating disorder psychological treatment service provided to an eligible patient in consulting rooms by an eligible psychologist if: (a) the service is recommended in the patient’s eating disorder treatment and management plan; and (b) the service is provided to the patient individually and in person; and (c) the service is at least 50 minutes in duration\\n\",\n            \"ScheduleFee\": \"116.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M16\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82365\",\n            \"Description\": \"Eating disorder psychological treatment service provided to an eligible patient at a place other than consulting rooms by an eligible psychologist if: (a) the service is recommended in the patient’s eating disorder treatment and management plan; and (b) the service is provided to the patient individually and in person; and (c) the service is at least 50 minutes in duration\\n\",\n            \"ScheduleFee\": \"146.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M16\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82366\",\n            \"Description\": \"Eating disorder psychological treatment service provided to an eligible patient as part of a group of 6 to 10 patients by an eligible psychologist if: (a) the service is recommended in the patient’s eating disorder treatment and management plan; and (b) the service is provided in person; and (c) the service is at least 60 minutes in duration\\n\",\n            \"ScheduleFee\": \"29.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M16\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82367\",\n            \"Description\": \"Eating disorder psychological treatment service provided to an eligible patient as part of a group of 6 to 10 patients by an eligible psychologist if: (a) the service is recommended in the patient’s eating disorder treatment and management plan; and (b) the attendance is by video conference; and (c) the patient is located within a telehealth eligible area; and (d) the patient is, at the time of the attendance, at least 15 kilometres by road from the clinical psychologist; and (e) the service is at least 60 minutes in duration\\n\",\n            \"ScheduleFee\": \"29.70\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M16\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82368\",\n            \"Description\": \"Eating disorder psychological treatment service provided to an eligible patient in consulting rooms by an eligible occupational therapist if: (a) the service is recommended in the patient’s eating disorder treatment and management plan; and (b) the service is provided to the patient individually and in person; and (c) the service is at least 20 minutes but less than 50 minutes in duration\\n\",\n            \"ScheduleFee\": \"72.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M16\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82370\",\n            \"Description\": \"Eating disorder psychological treatment service provided to an eligible patient at a place other than consulting rooms by an eligible occupational therapist if: (a) the service is recommended in the patient’s eating disorder treatment and management plan; and (b) the service is provided to the patient individually and in person; and (c) the service is at least 20 minutes but less than 50 minutes in duration\\n\",\n            \"ScheduleFee\": \"102.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M16\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82371\",\n            \"Description\": \"Eating disorder psychological treatment service provided to an eligible patient in consulting rooms by an eligible occupational therapist if: (a) the service is recommended in the patient’s eating disorder treatment and management plan; and (b) the service is provided to the patient individually and in person; and (c) the service is at least 50 minutes in duration\\n\",\n            \"ScheduleFee\": \"102.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M16\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82373\",\n            \"Description\": \"Eating disorder psychological treatment service provided to an eligible patient at a place other than consulting rooms by an eligible occupational therapist if: (a) the service is recommended in the patient’s eating disorder treatment and management plan; and (b) the service is provided to the patient individually and in person; and (c) the service is at least 50 minutes in duration\\n\",\n            \"ScheduleFee\": \"132.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M16\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82374\",\n            \"Description\": \"Eating disorder psychological treatment service provided to an eligible patient as part of a group of 6 to 10 patients by an eligible occupational therapist if: (a) the service is recommended in the patient’s eating disorder treatment and management plan; and (b) the service is provided in person; and (c) the service is at least 60 minutes in duration\\n\",\n            \"ScheduleFee\": \"26.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M16\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82375\",\n            \"Description\": \"Eating disorder psychological treatment service provided to an eligible patient as part of a group of 6 to 10 patients by an eligible occupational therapist if: (a) the service is recommended in the patient’s eating disorder treatment and management plan; and (b) the attendance is by video conference; and (c) the patient is located within a telehealth eligible area; and (d) the patient is, at the time of the attendance, at least 15 kilometres by road from the clinical psychologist; and (e) the service is at least 60 minutes in duration\\n\",\n            \"ScheduleFee\": \"26.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M16\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82376\",\n            \"Description\": \"Eating disorder psychological treatment service provided to an eligible patient in consulting rooms by an eligible social worker if: (a) the service is recommended in the patient’s eating disorder treatment and management plan; and (b) the service is provided to the patient individually and in person; and (c) the service is at least 20 minutes but less than 50 minutes in duration\\n\",\n            \"ScheduleFee\": \"72.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M16\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82378\",\n            \"Description\": \"Eating disorder psychological treatment service provided to an eligible patient at a place other than consulting rooms by an eligible social worker if: (a) the service is recommended in the patient’s eating disorder treatment and management plan; and (b) the service is provided to the patient individually and in person; and (c) the service is at least 20 minutes but less than 50 minutes in duration\\n\",\n            \"ScheduleFee\": \"102.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M16\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82379\",\n            \"Description\": \"Eating disorder psychological treatment service provided to an eligible patient in consulting rooms by an eligible social worker if: (a) the service is recommended in the patient’s eating disorder treatment and management plan; and (b) the service is provided to the patient individually and in person; and (c) the service is at least 50 minutes in duration\\n\",\n            \"ScheduleFee\": \"102.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M16\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82381\",\n            \"Description\": \"Eating disorder psychological treatment service provided to an eligible patient at a place other than consulting rooms by an eligible social worker if: (a) the service is recommended in the patient’s eating disorder treatment and management plan; and (b) the service is provided to the patient individually and in person; and (c) the service is at least 50 minutes in duration\\n\",\n            \"ScheduleFee\": \"132.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M16\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82382\",\n            \"Description\": \"Eating disorder psychological treatment service provided to an eligible patient as part of a group of 6 to 10 patients by an eligible social worker if: (a) the service is recommended in the patient’s eating disorder treatment and management plan; and (b) the service is provided in person; and (c) the service is at least 60 minutes in duration\\n\",\n            \"ScheduleFee\": \"26.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M16\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"82383\",\n            \"Description\": \"Eating disorder psychological treatment service provided to an eligible patient as part of a group of 6 to 10 patients by an eligible social worker if: (a) the service is recommended in the patient’s eating disorder treatment and management plan; and (b) the attendance is by video conference; and (c) the patient is located within a telehealth eligible area; and (d) the patient is, at the time of the attendance, at least 15 kilometres by road from the clinical psychologist; and (e) the service is at least 60 minutes in duration\\n\",\n            \"ScheduleFee\": \"26.00\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M16\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2019-11-01\"\n        },\n        {\n            \"ItemNumber\": \"91166\",\n            \"Description\": \"Psychological therapy health service provided by video attendance by an eligible clinical psychologist if: (a) the patient is referred by a referring practitioner; and (b) the service is provided to the patient individually; and (c) at the completion of a course of treatment, the referring practitioner reviews the need for a further course of treatment; and (d) on the completion of the course of treatment, the eligible clinical psychologist gives a written report to the referring practitioner on assessments carried out, treatment provided and recommendations on future management of the patient’s condition; and (e) the service is at least 30 minutes but less than 50 minutes duration\\n\",\n            \"ScheduleFee\": \"116.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91167\",\n            \"Description\": \"Psychological therapy health service provided by video attendance by an eligible clinical psychologist if: (a) the patient is referred by a referring practitioner; and (b) the service is provided to the patient individually; and (c) at the completion of a course of treatment, the referring practitioner reviews the need for a further course of treatment; and (d) on the completion of the course of treatment, the eligible clinical psychologist gives a written report to the referring practitioner on assessments carried out, treatment provided and recommendations on future management of the patient’s condition; and (e) the service is at least 50 minutes duration\\n\",\n            \"ScheduleFee\": \"170.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91168\",\n            \"Description\": \"Video attendance for a psychological therapy health service provided by an eligible clinical psychologist to a person other than the patient, if: (a) the service is part of the patient’s treatment; (b) the patient has been referred to the eligible clinical psychologist by a referring practitioner; and (c) the service lasts at least 30 minutes but less than 50 minutes\\n\",\n            \"ScheduleFee\": \"116.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"91169\",\n            \"Description\": \"Focussed psychological strategies health service provided by video attendance by an eligible psychologist if: (a) the patient is referred by a referring practitioner; and (b) the service is provided to the patient individually; and (c) at the completion of a course of treatment, the referring practitioner reviews the need for a further course of treatment; and (d) on the completion of the course of treatment, the eligible psychologist gives a written report to the referring practitioner on assessments carried out, treatment provided and recommendations on future management of the patient’s condition; and (e) the service is at least 20 minutes but less than 50 minutes duration\\n\",\n            \"ScheduleFee\": \"82.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"2\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91170\",\n            \"Description\": \"Focussed psychological strategies health service provided by video attendance by an eligible psychologist if: (a) the patient is referred by a referring practitioner; and (b) the service is provided to the patient individually; and (c) at the completion of a course of treatment, the referring practitioner reviews the need for a further course of treatment; and (d) on the completion of the course of treatment, the eligible psychologist gives a written report to the referring practitioner on assessments carried out, treatment provided and recommendations on future management of the patient’s condition; and (e) the service is at least 50 minutes duration\\n\",\n            \"ScheduleFee\": \"116.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"2\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91171\",\n            \"Description\": \"Video attendance for a psychological therapy health service provided by an eligible clinical psychologist to a person other than the patient, if: (a) the service is part of the patient’s treatment; (b) the patient has been referred to the eligible clinical psychologist by a referring practitioner; and (c) the service lasts at least 50 minutes\\n\",\n            \"ScheduleFee\": \"170.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"1\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"91172\",\n            \"Description\": \"Focussed psychological strategies health service provided by video attendance by an eligible occupational therapist if: (a) the patient is referred by a referring practitioner; and (b) the service is provided to the patient individually; and (c) at the completion of a course of treatment, the referring practitioner reviews the need for a further course of treatment; and (d) on the completion of the course of treatment, the eligible occupational therapist gives a written report to the referring practitioner on assessments carried out, treatment provided and recommendations on future management of the patient’s condition; and (e) the service is at least 20 minutes but less than 50 minutes duration\\n\",\n            \"ScheduleFee\": \"72.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91173\",\n            \"Description\": \"Focussed psychological strategies health service provided by video attendance by an eligible occupational therapist if: (a) the patient is referred by a referring practitioner; and (b) the service is provided to the patient individually; and (c) at the completion of a course of treatment, the referring practitioner reviews the need for a further course of treatment; and (d) on the completion of the course of treatment, the eligible occupational therapist gives a written report to the referring practitioner on assessments carried out, treatment provided and recommendations on future management of the patient’s condition; and (e) the service is at least 50 minutes in duration\\n\",\n            \"ScheduleFee\": \"102.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91174\",\n            \"Description\": \"Video attendance for a focussed psychological strategies health service provided by an eligible psychologist to a person other than the patient, if: (a) the service is part of the patient’s treatment; (b) the patient has been referred to the eligible psychologist by a referring practitioner; and (c) the service lasts at least 20 minutes but less than 50 minutes\\n\",\n            \"ScheduleFee\": \"82.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"2\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"91175\",\n            \"Description\": \"Focussed psychological strategies health service provided by video attendance by an eligible social worker if: (a) the patient is referred by a referring practitioner; and (b) the service is provided to the patient individually; and (c) at the completion of a course of treatment, the referring practitioner reviews the need for a further course of treatment; and (d) on the completion of the course of treatment, the eligible social worker gives a written report to the referring practitioner on assessments carried out, treatment provided and recommendations on future management of the patient’s condition; and (e) the service is at least 20 minutes but less than 50 minutes duration\\n\",\n            \"ScheduleFee\": \"72.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"4\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91176\",\n            \"Description\": \"Focussed psychological strategies health service provided by video attendance by an eligible social worker if: (a) the patient is referred by a referring practitioner; and (b) the service is provided to the patient individually; and (c) at the completion of a course of treatment, the referring practitioner reviews the need for a further course of treatment; and (d) on the completion of the course of treatment, the eligible social worker gives a written report to the referring practitioner on assessments carried out, treatment provided and recommendations on future management of the patient’s condition; and (e) the service is at least 50 minutes duration\\n\",\n            \"ScheduleFee\": \"102.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"4\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91177\",\n            \"Description\": \"Video attendance for a focussed psychological strategies health service provided by an eligible psychologist to a person other than the patient, if: (a) the service is part of the patient’s treatment; (b) the patient has been referred to the eligible psychologist by a referring practitioner; and (c) the service lasts at least 50 minutes\\n\",\n            \"ScheduleFee\": \"116.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"2\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"91178\",\n            \"Description\": \"Video attendance by a participating nurse practitioner lasting at least 6 minutes and less than 20 minutes if the attendance includes any of the following that are clinically relevant: (a) taking a short history; (b) arranging any necessary investigation; (c) implementing a management plan; (d) providing appropriate preventive health care\\n\",\n            \"ScheduleFee\": \"31.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91179\",\n            \"Description\": \"Video attendance by a participating nurse practitioner lasting at least 20 minutes if the attendance includes any of the following that are clinically relevant: (a) taking a detailed history; (b) arranging any necessary investigation; (c) implementing a management plan; (d) providing appropriate preventive health care\\n\",\n            \"ScheduleFee\": \"60.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91180\",\n            \"Description\": \"Video attendance by a participating nurse practitioner lasting at least 40 minutes if the attendance includes any of the following that are clinically relevant: (a) taking an extensive history; (b) arranging any necessary investigation; (c) implementing a management plan; (d) providing appropriate preventive health care\\n\",\n            \"ScheduleFee\": \"88.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91181\",\n            \"Description\": \"Psychological therapy health service provided by phone attendance by an eligible clinical psychologist if: (a) the patient is referred by a referring practitioner; and (b) the service is provided to the patient individually; and (c) at the completion of a course of treatment, the referring practitioner reviews the need for a further course of treatment; and (d) on the completion of the course of treatment, the eligible clinical psychologist gives a written report to the referring practitioner on assessments carried out, treatment provided and recommendations on future management of the patient’s condition; and (e) the service is at least 30 minutes but less than 50 minutes duration\\n\",\n            \"ScheduleFee\": \"116.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"6\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91182\",\n            \"Description\": \"Psychological therapy health service provided by phone attendance by an eligible clinical psychologist if: (a) the patient is referred by a referring practitioner; and (b) the service is provided to the patient individually; and (c) at the completion of a course of treatment, the referring practitioner reviews the need for a further course of treatment; and (d) on the completion of the course of treatment, the eligible clinical psychologist gives a written report to the referring practitioner on assessments carried out, treatment provided and recommendations on future management of the patient’s condition; and (e) the service is at least 50 minutes duration\\n\",\n            \"ScheduleFee\": \"170.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"6\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91183\",\n            \"Description\": \"Focussed psychological strategies health service provided by phone attendance by an eligible psychologist if: (a) the patient is referred by a referring practitioner; and (b) the service is provided to the patient individually; and (c) at the completion of a course of treatment, the referring practitioner reviews the need for a further course of treatment; and (d) on the completion of the course of treatment, the eligible psychologist gives a written report to the referring practitioner on assessments carried out, treatment provided and recommendations on future management of the patient’s condition; and (e) the service is at least 20 minutes but less than 50 minutes duration\\n\",\n            \"ScheduleFee\": \"82.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"7\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91184\",\n            \"Description\": \"Focussed psychological strategies health service provided by phone attendance by an eligible psychologist if: (a) the patient is referred by a referring practitioner; and (b) the service is provided to the patient individually; and (c) at the completion of a course of treatment, the referring practitioner reviews the need for a further course of treatment; and (d) on the completion of the course of treatment, the eligible psychologist gives a written report to the referring practitioner on assessments carried out, treatment provided and recommendations on future management of the patient’s condition; and (e) the service is at least 50 minutes duration\\n\",\n            \"ScheduleFee\": \"116.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"7\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91185\",\n            \"Description\": \"Focussed psychological strategies health service provided by phone attendance by an eligible occupational therapist if: (a) the patient is referred by a referring practitioner; and (b) the service is provided to the patient individually; and (c) at the completion of a course of treatment, the referring practitioner reviews the need for a further course of treatment; and (d) on the completion of the course of treatment, the eligible occupational therapist gives a written report to the referring practitioner on assessments carried out, treatment provided and recommendations on future management of the patient’s condition; and (e) the service is at least 20 minutes but less than 50 minutes duration\\n\",\n            \"ScheduleFee\": \"72.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"8\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91186\",\n            \"Description\": \"Focussed psychological strategies health service provided by phone attendance by an eligible occupational therapist if: (a) the patient is referred by a referring practitioner; and (b) the service is provided to the patient individually; and (c) at the completion of a course of treatment, the referring practitioner reviews the need for a further course of treatment; and (d) on the completion of the course of treatment, the eligible occupational therapist gives a written report to the referring practitioner on assessments carried out, treatment provided and recommendations on future management of the patient’s condition; and (e) the service is at least 50 minutes in duration\\n\",\n            \"ScheduleFee\": \"102.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"8\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91187\",\n            \"Description\": \"Focussed psychological strategies health service provided by phone attendance by an eligible social worker if: (a) the patient is referred by a referring practitioner; and (b) the service is provided to the patient individually; and (c) at the completion of a course of treatment, the referring practitioner reviews the need for a further course of treatment; and (d) on the completion of the course of treatment, the eligible social worker gives a written report to the referring practitioner on assessments carried out, treatment provided and recommendations on future management of the patient’s condition; and (e) the service is at least 20 minutes but less than 50 minutes duration\\n\",\n            \"ScheduleFee\": \"72.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"9\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91188\",\n            \"Description\": \"Focussed psychological strategies health service provided by phone attendance by an eligible social worker if: (a) the patient is referred by a referring practitioner; and (b) the service is provided to the patient individually; and (c) at the completion of a course of treatment, the referring practitioner reviews the need for a further course of treatment; and (d) on the completion of the course of treatment, the eligible social worker gives a written report to the referring practitioner on assessments carried out, treatment provided and recommendations on future management of the patient’s condition; and (e) the service is at least 50 minutes duration\\n\",\n            \"ScheduleFee\": \"102.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"9\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91189\",\n            \"Description\": \"Phone attendance by a participating nurse practitioner lasting at least 6 minutes and less than 20 minutes if the attendance includes any of the following that are clinically relevant: (a) taking a short history; (b) arranging any necessary investigation; (c) implementing a management plan; (d) providing appropriate preventive health care\\n\",\n            \"ScheduleFee\": \"31.80\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91190\",\n            \"Description\": \"Phone attendance by a participating nurse practitioner lasting at least 20 minutes if the attendance includes any of the following that are clinically relevant: (a) taking a detailed history; (b) arranging any necessary investigation; (c) implementing a management plan; (d) providing appropriate preventive health care.\\n\",\n            \"ScheduleFee\": \"60.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91191\",\n            \"Description\": \"Phone attendance by a participating nurse practitioner lasting at least 40 minutes if the attendance includes any of the following that are clinically relevant: (a) taking an extensive history; (b) arranging any necessary investigation; (c) implementing a management plan; (d) providing appropriate preventive health care.\\n\",\n            \"ScheduleFee\": \"88.90\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91192\",\n            \"Description\": \"Video attendance by a participating nurse practitioner for an obvious problem characterised by the straightforward nature of the task that requires a short patient history and, if required, limited management\\n\",\n            \"ScheduleFee\": \"14.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91193\",\n            \"Description\": \"Phone attendance by a participating nurse practitioner for an obvious problem characterised by the straightforward nature of the task that requires a short patient history and, if required, limited management.\\n\",\n            \"ScheduleFee\": \"14.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"10\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91194\",\n            \"Description\": \"Video attendance for a focussed psychological strategies health service provided by an eligible occupational therapist to a person other than the patient, if: (a) the service is part of the patient’s treatment; (b) the patient has been referred to the eligible occupational therapist by a referring practitioner; and (c) the service lasts at least 20 minutes but less than 50 minutes\\n\",\n            \"ScheduleFee\": \"72.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"91195\",\n            \"Description\": \"Video attendance for a focussed psychological strategies health service provided by an eligible occupational therapist to a person other than the patient, if: (a) the service is part of the patient’s treatment; (b) the patient has been referred to the eligible occupational therapist by a referring practitioner; and (c) the service lasts at least 50 minutes\\n\",\n            \"ScheduleFee\": \"102.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"3\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"91196\",\n            \"Description\": \"Video attendance for a focussed psychological strategies health service provided by an eligible social worker to a person other than the patient, if: (a) the service is part of the patient’s treatment; (b) the patient has been referred to the eligible social worker by a referring practitioner and (c) the service lasts at least 20 minutes but less than 50 minutes\\n\",\n            \"ScheduleFee\": \"72.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"4\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"91197\",\n            \"Description\": \"Video attendance for a focussed psychological strategies health service provided by an eligible social worker to a person other than the patient, if: (a) the service is part of the patient’s treatment; (b) the patient has been referred to the eligible social worker by a referring practitioner; and (c) the service lasts at least 50 minutes\\n\",\n            \"ScheduleFee\": \"102.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"4\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"91198\",\n            \"Description\": \"Phone attendance for a psychological therapy health service provided by an eligible clinical psychologist to a person other than the patient, if: (a) the service is part of the patient’s treatment; (b) the patient has been referred to the eligible clinical psychologist by a referring practitioner; and (c) the service lasts at least 30 minutes but less than 50 minutes\\n\",\n            \"ScheduleFee\": \"116.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"6\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"91199\",\n            \"Description\": \"Phone attendance for a psychological therapy health service provided by an eligible clinical psychologist to a person other than the patient, if: (a) the service is part of the patient’s treatment; (b) the patient has been referred to the eligible clinical psychologist by a referring practitioner; and (c) the service lasts at least 50 minutes\\n\",\n            \"ScheduleFee\": \"170.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"6\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"91200\",\n            \"Description\": \"Phone attendance for a focussed psychological strategies health service provided by an eligible psychologist to a person other than the patient, if: (a) the service is part of the patient’s treatment; (b) the patient has been referred to the eligible psychologist by a referring practitioner; and (c) the service lasts at least 20 minutes but less than 50 minutes\\n\",\n            \"ScheduleFee\": \"82.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"7\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"91201\",\n            \"Description\": \"Phone attendance for a focussed psychological strategies health service provided by an eligible psychologist to a person other than the patient, if: (a) the service is part of the patient’s treatment; (b) the patient has been referred to the eligible psychologist by a referring practitioner; and (c) the service lasts at least 50 minutes\\n\",\n            \"ScheduleFee\": \"116.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"7\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"91202\",\n            \"Description\": \"Phone attendance for a focussed psychological strategies health service provided by an eligible occupational therapist to a person other than the patient, if: (a) the service is part of the patient’s treatment; (b) the patient has been referred to the eligible occupational therapist by a referring practitioner; and (c) the service lasts at least 20 minutes but less than 50 minutes\\n\",\n            \"ScheduleFee\": \"72.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"8\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"91203\",\n            \"Description\": \"Phone attendance for a focussed psychological strategies health service provided by an eligible occupational therapist to a person other than the patient, if: (a) the service is part of the patient’s treatment; (b) the patient has been referred to the eligible occupational therapist by a referring practitioner; and (c) the service lasts at least 50 minutes\\n\",\n            \"ScheduleFee\": \"102.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"8\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"91204\",\n            \"Description\": \"Phone attendance for a focussed psychological strategies health service provided by an eligible social worker to a person other than the patient, if: (a) the service is part of the patient’s treatment; (b) the patient has been referred to the eligible social worker by a referring practitioner; and (c) the service lasts at least 20 minutes but less than 50 minutes\\n\",\n            \"ScheduleFee\": \"72.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"9\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"91205\",\n            \"Description\": \"Phone attendance for a focussed psychological strategies health service provided by an eligible social worker to a person other than the patient, if: (a) the service is part of the patient’s treatment; (b) the patient has been referred to the eligible social worker by a referring practitioner; and (c) the service lasts at least 50 minutes\\n\",\n            \"ScheduleFee\": \"102.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"9\",\n            \"ReferralRequirements\": \"This item should be referred by a Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2023-03-01\"\n        },\n        {\n            \"ItemNumber\": \"91206\",\n            \"Description\": \"Video attendance by a participating nurse practitioner lasting at least 60 minutes and including any of the following that are clinically relevant: (a) taking an extensive patient history; (b) performing a clinical examination; (c) arranging any necessary investigation; (d) implementing a management plan; (e) providing appropriate preventive health care; for one or more health related issues, with appropriate documentation\\n\",\n            \"ScheduleFee\": \"134.35\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2025-03-01\"\n        },\n        {\n            \"ItemNumber\": \"91211\",\n            \"Description\": \"Short antenatal video attendance by a participating midwife, lasting at least 10 minutes\\n\",\n            \"ScheduleFee\": \"37.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M19\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91212\",\n            \"Description\": \"Routine antenatal video attendance by a participating midwife, lasting at least 40 minutes\\n\",\n            \"ScheduleFee\": \"86.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M19\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91214\",\n            \"Description\": \"Short postnatal video attendance by a participating midwife, lasting at least 20 minutes\\n\",\n            \"ScheduleFee\": \"62.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M19\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91215\",\n            \"Description\": \"Routine postnatal video attendance by a participating midwife, lasting at least 40 minutes\\n\",\n            \"ScheduleFee\": \"127.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M19\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91218\",\n            \"Description\": \"Short antenatal phone attendance by a participating midwife, lasting at least 10 minutes\\n\",\n            \"ScheduleFee\": \"37.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M19\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91219\",\n            \"Description\": \"Routine antenatal phone attendance by a participating midwife, lasting at least 40 minutes\\n\",\n            \"ScheduleFee\": \"86.75\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M19\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91221\",\n            \"Description\": \"Short postnatal phone attendance by a participating midwife, lasting at least 20 minutes\\n\",\n            \"ScheduleFee\": \"62.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M19\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"91222\",\n            \"Description\": \"Routine postnatal phone attendance by a participating midwife, lasting at least 40 minutes\\n\",\n            \"ScheduleFee\": \"127.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M19\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-13\"\n        },\n        {\n            \"ItemNumber\": \"93000\",\n            \"Description\": \"Video attendance by an eligible allied health practitioner or Aboriginal and Torres Strait Islander primary health care professional if: (a) the patient has a chronic condition and complex care needs being managed by a medical practitioner (other than a specialist or consultant physician) under: (i) a GP chronic condition management plan that has been prepared or reviewed in the last 18 months; or (ii) until the end of 30 June 2027—a GP Management Plan and Team Care Arrangements prepared prior to 1 July 2025; or (iii) a multidisciplinary care plan; and (b) the service is recommended in the patient’s plan or arrangements as part of the management of the patient’s chronic condition and complex care needs; and (c) the person is referred to the eligible health practitioner by the medical practitioner; and (d) the service is provided to the person individually; and (e) the service is of at least 20 minutes duration; and (f) after the service, the eligible health practitioner gives a written report to the referring medical practitioner mentioned in paragraph (c): (i) if the service is the only service under the referral—in relation to that service; or (ii) if the service is the first or last service under the referral—in relation to that service; or (iii) if neither subparagraph (i) nor (ii) applies but the service involves matters that the referring medical practitioner would reasonably expect to be informed of —in relation to those matters; to a maximum of 5 services (including any services to which this item, item 93013 or any item in Subgroup 1 of Group M3 of the Allied Health and other Primary Health Care Services Determination applies) in a calendar year\\n\",\n            \"ScheduleFee\": \"72.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"11\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a General Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"93013\",\n            \"Description\": \"Phone attendance by an eligible allied health practitioner or Aboriginal and Torres Strait Islander primary health care professional if: (a) the patient has a chronic condition and complex care needs being managed by a medical practitioner (other than a specialist or consultant physician) under: (i) a GP chronic condition management plan that has been prepared or reviewed in the last 18 months; or (ii) until the end of 30 June 2027—a GP Management Plan and Team Care Arrangements prepared prior to 1 July 2025; or (iii) a multidisciplinary care plan; and (b) the service is recommended in the patient’s plan or arrangements as part of the management of the patient’s chronic condition and complex care needs; and (c) the person is referred to the eligible health practitioner by the medical practitioner; and (d) the service is provided to the person individually; and (e) the service is of at least 20 minutes duration; and (f) after the service, the eligible health practitioner gives a written report to the referring medical practitioner mentioned in paragraph (c): (i) if the service is the only service under the referral—in relation to that service; or (ii) if the service is the first or last service under the referral—in relation to that service; or (iii) if neither subparagraph (i) nor (ii) applies but the service involves matters that the referring medical practitioner would reasonably expect to be informed of —in relation to those matters; to a maximum of 5 services (including any services to which this item, item 93000 or any item in Subgroup 1 of Group M3 of the Allied Health and other Primary Health Care Services Determination applies) in a calendar year\\n\",\n            \"ScheduleFee\": \"72.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"12\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a General Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"93026\",\n            \"Description\": \"Non directive pregnancy support counselling health service provided to a person who is currently pregnant or who has been pregnant in the preceding 12 months by an eligible psychologist, eligible social worker or eligible mental health nurse as a video attendance if: (a) the person is concerned about a current pregnancy or a pregnancy that occurred in the 12 months preceding the provision of the first service; and (b) the person is referred by a medical practitioner who is not a specialist or consultant physician; and (c) the service is provided to the person individually; and (d) the eligible psychologist, eligible social worker or eligible mental health nurse does not have a direct pecuniary interest in a health service that has as its primary purpose the provision of services for pregnancy termination; and (e) the service is at least 30 minutes duration; to a maximum of 3 services (including services to which items 81000, 81005, 81010, 4001 and item 93029, 92136 and 92138 apply) for each pregnancy. The service may be used to address any pregnancy related issues for which non directive counselling is appropriate\\n\",\n            \"ScheduleFee\": \"85.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"13\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a General Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"93029\",\n            \"Description\": \"Non directive pregnancy support counselling health service provided to a person, who is currently pregnant or who has been pregnant in the preceding 12 months by an eligible psychologist, eligible social worker or eligible mental health nurse as a phone attendance if: (a) the person is concerned about a current pregnancy or a pregnancy that occurred in the 12 months preceding the provision of the first service; and (b) the person is referred by a medical practitioner who is not a specialist or consultant physician; and (c) the service is provided to the person individually; and (d) the eligible psychologist, eligible social worker or eligible mental health nurse does not have a direct pecuniary interest in a health service that has as its primary purpose the provision of services for pregnancy termination; and (e) the service is at least 30 minutes duration; to a maximum of 3 services (including services to which items 81000, 81005, 81010, 4001 and item 93026, 92136 and 92138 apply) for each pregnancy. The service may be used to address any pregnancy related issues for which non directive counselling is appropriate\\n\",\n            \"ScheduleFee\": \"85.30\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"14\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a General Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"93032\",\n            \"Description\": \"Psychology health service provided by video attendance to a patient aged under 25 years by an eligible psychologist if: (a) the patient was referred by an eligible medical practitioner, or by an eligible allied health practitioner following referral by an eligible medical practitioner, to: (i) assist the eligible medical practitioner with diagnostic formulation where the patient has a suspected complex neurodevelopmental disorder or eligible disability; or (ii) contribute to the patient’s treatment and management plan developed by the referring eligible medical practitioner where a complex neurodevelopmental disorder (such as autism spectrum disorder) or eligible disability is confirmed; and (b) the service is provided to the patient individually; and (c) the service is at least 50 minutes duration Up to 4 services to which this item or any of items 82000, 82005, 82010, 82030, 93033, 93040 or 93041 apply may be provided to the same patient on the same day\\n\",\n            \"ScheduleFee\": \"116.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"15\",\n            \"EligibleAgeRange\": \"younger than 25 years\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist Medical Practitioner', 'General Practitioner' ].\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"93033\",\n            \"Description\": \"Audiology, dietetic, exercise physiology, occupational therapy, optometry, orthoptic, physiotherapy or speech pathology health service provided by video attendance to a patient aged under 25 years by an eligible audiologist, dietitian, exercise physiologist, occupational therapist, optometrist, orthoptist, physiotherapist or speech pathologist if:(a) the patient was referred by an eligible medical practitioner, or by an eligible allied health practitioner following referral by an eligible medical practitioner, to: (i) assist the eligible medical practitioner with diagnostic formulation where the patient has a suspected complex neurodevelopmental disorder or eligible disability; or (ii) contribute to the patient’s treatment and management plan developed by the referring eligible medical practitioner where a complex neurodevelopmental disorder (such as autism spectrum disorder) or eligible disability is confirmed; and (b) the service is provided to the patient individually; and (c) the service is at least 50 minutes duration Up to 4 services to which this item or any of items 82000, 82005, 82010, 82030, 93032, 93040 or 93041 apply may be provided to the same patient on the same day\\n\",\n            \"ScheduleFee\": \"102.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"15\",\n            \"EligibleAgeRange\": \"younger than 25 years\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist Medical Practitioner', 'General Practitioner' ].\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"93035\",\n            \"Description\": \"Psychology health service provided by video attendance to a patient aged under 25 years for the treatment of a diagnosed complex neurodevelopmental disorder (such as autism spectrum disorder) or eligible disability by an eligible psychologist, if: (a) the patient has a treatment and management plan in place and has been referred by an eligible medical practitioner for a course of treatment consistent with that treatment and management plan; and (b) the service is provided to the patient individually; and (c) the service is at least 30 minutes duration; and (d) on the completion of the course of treatment, the eligible psychologist gives a written report to the referring eligible medical practitioner on assessments (if performed), treatment provided and recommendations on future management of the patient’s condition Up to 4 services to which this item or any of items 82015, 82020, 82025, 82035, 93036, 93043 or 93044 apply may be provided to the same patient on the same day\\n\",\n            \"ScheduleFee\": \"116.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"15\",\n            \"EligibleAgeRange\": \"younger than 25 years\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist Medical Practitioner', 'General Practitioner' ].\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"93036\",\n            \"Description\": \"Audiology, dietetic, exercise physiology, occupational therapy, optometry, orthoptic, physiotherapy or speech pathology health service provided by video attendance to a patient aged under 25 years for the treatment of a diagnosed complex neurodevelopmental disorder (such as autism spectrum disorder) or eligible disability by an eligible audiologist, dietitian, exercise physiologist, occupational therapist, optometrist, orthoptist, physiotherapist or speech pathologist, if:(a) the patient has a treatment and management plan in place and has been referred by an eligible medical practitioner for a course of treatment consistent with that treatment and management plan; and (b) the service is provided to the patient individually; and (c) the service is at least 30 minutes duration; and (d) on the completion of the course of treatment, the eligible audiologist, dietitian, exercise physiologist, occupational therapist, optometrist, orthoptist, physiotherapist or speech pathologist gives a written report to the referring eligible medical practitioner on assessments (if performed), treatment provided and recommendations on future management of the patient’s condition Up to 4 services to which this item or any of items 82015, 82020, 82025, 82035, 93035, 93043 or 93044 apply may be provided to the same patient on the same day\\n\",\n            \"ScheduleFee\": \"102.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"15\",\n            \"EligibleAgeRange\": \"younger than 25 years\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist Medical Practitioner', 'General Practitioner' ].\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"93040\",\n            \"Description\": \"Psychology health service provided by phone attendance to a patient aged under 25 years by an eligible psychologist if: (a) the patient was referred by an eligible medical practitioner, or by an eligible allied health practitioner following referral by an eligible medical practitioner, to: (i) assist the eligible medical practitioner with diagnostic formulation where the patient has a suspected complex neurodevelopmental disorder or eligible disability; or (ii) contribute to the patient’s treatment and management plan developed by the referring eligible medical practitioner where a complex neurodevelopmental disorder (such as autism spectrum disorder) or eligible disability is confirmed; and (b) the service is provided to the patient individually; and (c) the service is at least 50 minutes duration Up to 4 services to which this item or any of items 82000, 82005, 82010, 82030, 93032, 93033 or 93041 apply may be provided to the same patient on the same day Further information on the requirements for this item are available in the explanatory notes to this Category\\n\",\n            \"ScheduleFee\": \"116.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"16\",\n            \"EligibleAgeRange\": \"younger than 25 years\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist Medical Practitioner', 'General Practitioner' ].\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"93041\",\n            \"Description\": \"Audiology, dietetic, exercise physiology, occupational therapy, optometry, orthoptic, physiotherapy or speech pathology health service provided by phone attendance to a patient aged under 25 years by an eligible audiologist, dietitian, exercise physiologist, occupational therapist, optometrist, orthoptist, physiotherapist or speech pathologist if: (a) the patient was referred by an eligible medical practitioner, or by an eligible allied health practitioner following referral by an eligible medical practitioner, to: (i) assist the eligible medical practitioner with diagnostic formulation where the patient has a suspected complex neurodevelopmental disorder or eligible disability; or (ii) contribute to the patient’s treatment and management plan developed by the referring eligible medical practitioner where a complex neurodevelopmental disorder (such as autism spectrum disorder) or eligible disability is confirmed; and (b) the service is provided to the patient individually; and (c) the service is at least 50 minutes duration Up to 4 services to which this item or any of items 82000, 82005, 82010, 82030, 93032, 93033 or 93040 apply may be provided to the same patient on the same day Further information on the requirements for this item are available in the explanatory notes to this Category\\n\",\n            \"ScheduleFee\": \"102.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"16\",\n            \"EligibleAgeRange\": \"younger than 25 years\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist Medical Practitioner', 'General Practitioner' ].\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"93043\",\n            \"Description\": \"Psychology health service provided by phone attendance to a patient aged under 25 years for the treatment of a diagnosed complex neurodevelopmental disorder (such as autism spectrum disorder) or eligible disability by an eligible psychologist, if: (a) the patient has a treatment and management plan in place and has been referred by an eligible medical practitioner for a course of treatment consistent with that treatment and management plan; and (b) the service is provided to the patient individually; and (c) the service is at least 30 minutes duration; and (d) on the completion of the course of treatment, the eligible psychologist gives a written report to the referring eligible medical practitioner on assessments (if performed), treatment provided and recommendations on future management of the patient’s condition Up to 4 services to which this item or any of items 82015, 82020, 82025, 82035, 93035, 93036 or 93044 apply may be provided to the same patient on the same day Further information on the requirements for this item are available in the explanatory notes to this Category\\n\",\n            \"ScheduleFee\": \"116.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"16\",\n            \"EligibleAgeRange\": \"younger than 25 years\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist Medical Practitioner', 'General Practitioner' ].\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"93044\",\n            \"Description\": \"Audiology, dietetic, exercise physiology, occupational therapy, optometry, orthoptic, physiotherapy or speech pathology health service provided by phone attendance to a patient aged under 25 years for the treatment of a diagnosed complex neurodevelopmental disorder (such as autism spectrum disorder) or eligible disability by an eligible audiologist, dietitian, exercise physiologist, occupational therapist, optometrist, orthoptist, physiotherapist or speech pathologist, if:(a) the patient has a treatment and management plan in place and has been referred by an eligible medical practitioner for a course of treatment consistent with that treatment and management plan; and (b) the service is provided to the patient individually; and (c) the service is at least 30 minutes duration; and (d) on the completion of the course of treatment, the eligible audiologist, dietitian, exercise physiologist, occupational therapist, optometrist, orthoptist, physiotherapist, or speech pathologist gives a written report to the referring eligible medical practitioner on assessments (if performed), treatment provided and recommendations on future management of the patient’s condition Up to 4 services to which this item or any of items 82015, 82020, 82025, 82035, 93035, 93036 or 93043 apply may be provided to the same patient on the same day Further information on the requirements for this item are available in the explanatory notes to this Category\\n\",\n            \"ScheduleFee\": \"102.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"16\",\n            \"EligibleAgeRange\": \"younger than 25 years\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist Medical Practitioner', 'General Practitioner' ].\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"93048\",\n            \"Description\": \"Video attendance provided to a person who is of Aboriginal or Torres Strait Islander descent by an eligible allied health practitioner or Aboriginal and Torres Strait Islander primary health care professional if: (a) a medical practitioner has undertaken a health assessment and identified a need for follow‑up health services; or (b) the patient has a chronic condition and complex care needs being managed by a medical practitioner (other than a specialist or consultant physician) under: (i) a GP chronic condition management plan that has been prepared or reviewed in the last 18 months; or (ii) until the end of 30 June 2027—a GP Management Plan and Team Care Arrangements prepared prior to 1 July 2025; or (iii) a multidisciplinary care plan; and the service is recommended in the patient’s plan or arrangements as part of the management of the patient’s chronic condition and complex care needs; (c) the person is referred to the eligible health practitioner by a medical practitioner; and (d) the service is provided to the person individually; and (e) the service is of at least 20 minutes duration; and (f) after the service, the eligible health practitioner gives a written report to the referring medical practitioner mentioned in paragraph (b): (i) if the service is the only service under the referral—in relation to that service; or (ii) if the service is the first or the last service under the referral—in relation to that service; or (iii) if neither subparagraph (i) nor (ii) applies but the service involves matters that the referring medical practitioner would reasonably expect to be informed of—in relation to those matters; to a maximum of 10 services (including any services to which this item or 93000, 93013 or 93061 or any item in Subgroup 1 of Group M3 or any item in Group M11 of the Allied Health and other Primary Health Care Services Determination applies) in a calendar year\\n\",\n            \"ScheduleFee\": \"72.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"17\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist Medical Practitioner', 'General Practitioner' ].\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"93061\",\n            \"Description\": \"Phone attendance provided to a person who is of Aboriginal or Torres Strait Islander descent by an eligible allied health or Aboriginal and Torres Strait Islander primary health care professional if: (a) a medical practitioner has undertaken a health assessment and identified a need for follow‑up health services; or (b) the patient has a chronic condition and complex care needs being managed by a medical practitioner (other than a specialist or consultant physician) under: (i) a GP chronic condition management plan that has been prepared or reviewed in the last 18 months; or (ii) until the end of 30 June 2027—a GP Management Plan and Team Care Arrangements prepared prior to 1 July 2025; or (iii) a multidisciplinary care plan; and the service is recommended in the patient’s plan or arrangements as part of the management of the patient’s chronic condition and complex care needs; (c) the person is referred to the eligible health practitioner by a medical practitioner; and (d) the service is provided to the person individually; and (e) the service is of at least 20 minutes duration; and (f) after the service, the eligible health practitioner gives a written report to the referring medical practitioner mentioned in paragraph (b): (i) if the service is the only service under the referral—in relation to that service; or (ii) if the service is the first or the last service under the referral—in relation to that service; or (iii) if neither subparagraph (i) nor (ii) applies but the service involves matters that the referring medical practitioner would reasonably expect to be informed of—in relation to those matters; to a maximum of 10 services (including any services to which this item or item 93000, 93013, 93048 or any item in Subgroup 1 of Group M3 or any item in Group M11 of the Allied Health and other Primary Health Care Services Determination applies) in a calendar year\\n\",\n            \"ScheduleFee\": \"72.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"18\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist Medical Practitioner', 'General Practitioner' ].\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"93074\",\n            \"Description\": \"Dietetics health service provided by video attendance to an eligible patient by an eligible dietitian: (a) the service is recommended in the patient’s eating disorder treatment and management plan; and (b) the service is provided to the patient individually; and (c) the service is of at least 20 minutes in duration\\n\",\n            \"ScheduleFee\": \"72.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"19\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"93076\",\n            \"Description\": \"Eating disorder psychological treatment service provided by video attendance to an eligible patient by an eligible clinical psychologist if: (a) the service is recommended in the patient’s eating disorder treatment and management plan; and (b) the service is provided to the patient individually; and (c) the service is at least 30 minutes but less than 50 minutes in duration\\n\",\n            \"ScheduleFee\": \"116.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"20\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"93079\",\n            \"Description\": \"Eating disorder psychological treatment service provided by video attendance to an eligible patient by an eligible clinical psychologist if: (a) the service is recommended in the patient’s eating disorder treatment and management plan; and (b) the service is provided to the patient individually; and (c) the service is at least 50 minutes in duration\\n\",\n            \"ScheduleFee\": \"170.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"20\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"93084\",\n            \"Description\": \"Eating disorder psychological treatment service provided by video attendance to an eligible patient by an eligible psychologist if: (a) the service is recommended in the patient’s eating disorder treatment and management plan; and (b) the service is provided to the patient individually; and (c) the service is at least 20 minutes but less than 50 minutes in duration\\n\",\n            \"ScheduleFee\": \"82.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"20\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"93087\",\n            \"Description\": \"Eating disorder psychological treatment service provided by video attendance to an eligible patient by an eligible psychologist if: (a) the service is recommended in the patient’s eating disorder treatment and management plan; and (b) the service is provided to the patient individually; and (c) the service is at least 50 minutes in duration\\n\",\n            \"ScheduleFee\": \"116.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"20\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"93092\",\n            \"Description\": \"Eating disorder psychological treatment service provided by video attendance to an eligible patient by an eligible occupational therapist if: (a) the service is recommended in the patient’s eating disorder treatment and management plan; and (b) the service is provided to the patient individually; and (c) the service is at least 20 minutes but less than 50 minutes in duration\\n\",\n            \"ScheduleFee\": \"72.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"20\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"93095\",\n            \"Description\": \"Eating disorder psychological treatment service provided by video attendance to an eligible patient by an eligible occupational therapist if: (a) the service is recommended in the patient’s eating disorder treatment and management plan; and (b) the service is provided to the patient individually; and (c) the service is at least 50 minutes in duration\\n\",\n            \"ScheduleFee\": \"102.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"20\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"93100\",\n            \"Description\": \"Eating disorder psychological treatment service provided by video attendance to an eligible patient by an eligible social worker if: (a) the service is recommended in the patient’s eating disorder treatment and management plan; and (b) the service is provided to the patient individually; and (c) the service is at least 20 minutes but less than 50 minutes in duration\\n\",\n            \"ScheduleFee\": \"72.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"20\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"93103\",\n            \"Description\": \"Eating disorder psychological treatment service provided by video attendance to an eligible patient by an eligible social worker if: (a) the service is recommended in the patient’s eating disorder treatment and management plan; and (b) the service is provided to the patient individually; and (c) the service is at least 50 minutes in duration\\n\",\n            \"ScheduleFee\": \"102.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"20\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"93108\",\n            \"Description\": \"Dietetics health service provided by phone attendance to an eligible patient by an eligible dietitian: (a) the service is recommended in the patient’s eating disorder treatment and management plan; and (b) the service is provided to the patient individually; and (c) the service is of at least 20 minutes in duration.\\n\",\n            \"ScheduleFee\": \"72.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"21\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"93110\",\n            \"Description\": \"Eating disorder psychological treatment service provided by phone attendance to an eligible patient by an eligible clinical psychologist if: (a) the service is recommended in the patient’s eating disorder treatment and management plan; and (b) the service is provided to the patient individually; and (c) the service is at least 30 minutes but less than 50 minutes in duration.\\n\",\n            \"ScheduleFee\": \"116.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"22\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"93113\",\n            \"Description\": \"Eating disorder psychological treatment service provided by phone attendance to an eligible patient by an eligible clinical psychologist if: (a) the service is recommended in the patient’s eating disorder treatment and management plan; and (b) the service is provided to the patient individually; and (c) the service is at least 50 minutes in duration.\\n\",\n            \"ScheduleFee\": \"170.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"22\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"93118\",\n            \"Description\": \"Eating disorder psychological treatment service provided by phone attendance to an eligible patient by an eligible psychologist if: (a) the service is recommended in the patient’s eating disorder treatment and management plan; and (b) the service is provided to the patient individually; and (c) the service is at least 20 minutes but less than 50 minutes in duration.\\n\",\n            \"ScheduleFee\": \"82.50\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"22\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"93121\",\n            \"Description\": \"Eating disorder psychological treatment service provided by phone attendance to an eligible patient by an eligible psychologist if: (a) the service is recommended in the patient’s eating disorder treatment and management plan; and (b) the service is provided to the patient individually; and (c) the service is at least 50 minutes in duration.\\n\",\n            \"ScheduleFee\": \"116.40\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"22\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"93126\",\n            \"Description\": \"Eating disorder psychological treatment service provided by phone attendance to an eligible patient by an eligible occupational therapist if: (a) the service is recommended in the patient’s eating disorder treatment and management plan; and (b) the service is provided to the patient individually; and (c) the service is at least 20 minutes but less than 50 minutes in duration\\n\",\n            \"ScheduleFee\": \"72.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"22\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"93129\",\n            \"Description\": \"Eating disorder psychological treatment service provided by phone attendance to an eligible patient by an eligible occupational therapist if: (a) the service is recommended in the patient’s eating disorder treatment and management plan; and (b) the service is provided to the patient individually; and (c) the service is at least 50 minutes in duration.\\n\",\n            \"ScheduleFee\": \"102.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"22\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"93134\",\n            \"Description\": \"Eating disorder psychological treatment service provided by phone attendance to an eligible patient by an eligible social worker if: (a) the service is recommended in the patient’s eating disorder treatment and management plan; and (b) the service is provided to the patient individually; and (c) the service is at least 20 minutes but less than 50 minutes in duration.\\n\",\n            \"ScheduleFee\": \"72.65\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"22\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"93137\",\n            \"Description\": \"Eating disorder psychological treatment service provided by phone attendance to an eligible patient by an eligible social worker if: (a) the service is recommended in the patient’s eating disorder treatment and management plan; and (b) the service is provided to the patient individually; and (c) the service is at least 50 minutes in duration.\\n\",\n            \"ScheduleFee\": \"102.60\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"22\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-03-30\"\n        },\n        {\n            \"ItemNumber\": \"93200\",\n            \"Description\": \"Follow‑up video attendance provided by a practice nurse or an Aboriginal and Torres Strait Islander health practitioner, on behalf of a medical practitioner, for an Indigenous person who has received a health check if: (a) the service is provided on behalf of and under the supervision of a medical practitioner; and (b) the service is consistent with the needs identified through the health assessment\\n\",\n            \"ScheduleFee\": \"32.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"23\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-04-20\"\n        },\n        {\n            \"ItemNumber\": \"93201\",\n            \"Description\": \"Video attendance provided by a practice nurse or an Aboriginal and Torres Strait Islander health practitioner to a person with a chronic condition, if: (a) the service is provided on behalf of and under the supervision of a medical practitioner; and (b) the person has in place: (i) a GP chronic condition management plan that has been prepared or reviewed in the last 18 months; or (ii) until the end of 30 June 2027—a GP Management Plan and Team Care Arrangements, prepared before 1 July 2025; or (iii) a multidisciplinary care plan; and (c) the service is consistent with the plan or arrangements\\n\",\n            \"ScheduleFee\": \"16.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"23\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-04-20\"\n        },\n        {\n            \"ItemNumber\": \"93202\",\n            \"Description\": \"Follow‑up phone attendance provided by a practice nurse or an Aboriginal and Torres Strait Islander health practitioner, on behalf of a medical practitioner, for an Indigenous person who has received a health check if: (a) the service is provided on behalf of and under the supervision of a medical practitioner; and (b) the service is consistent with the needs identified through the health assessment.\\n\",\n            \"ScheduleFee\": \"32.85\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"24\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-04-20\"\n        },\n        {\n            \"ItemNumber\": \"93203\",\n            \"Description\": \"Phone attendance provided by a practice nurse or an Aboriginal and Torres Strait Islander health practitioner to a person with a chronic condition, if: (a) the service is provided on behalf of and under the supervision of a medical practitioner; and (b) the person has in place: (i) a GP chronic condition management plan that has been prepared or reviewed in the last 18 months; or (ii) until the end of 30 June 2027—a GP Management Plan and Team Care Arrangements, prepared before 1 July 2025; or (iii) a multidisciplinary care plan; and (c) the service is consistent with the plan or arrangements\\n\",\n            \"ScheduleFee\": \"16.55\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"24\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-04-20\"\n        },\n        {\n            \"ItemNumber\": \"93284\",\n            \"Description\": \"Video attendance by an eligible dietitian to provide a dietetics health service to a person for assessing the person’s suitability for group services for the management of type 2 diabetes, including taking a comprehensive patient history, identifying an appropriate group services program based on the patient’s needs and preparing the person for the group services if: (a) the person has type 2 diabetes; and (b) the patient is being managed by a medical practitioner (other than a specialist or consultant physician) under: (i) a GP chronic condition management plan that has been prepared or reviewed in the last 18 months; or (ii) until the end of 30 June 2027—a GP Management Plan prepared prior to 1 July 2025; or (iii) a multidisciplinary care plan; and (c) the patient is referred to an eligible diabetes educator by the medical practitioner; and (d) the service is provided to the person individually; and (e) the service is of at least 45 minutes duration; and (f) after the service, the eligible dietitian gives a written report to the referring medical practitioner mentioned in paragraph (c); payable once in a calendar year for this or any other assessment for group services item (including services to which this item, item 92386, or items 81100, 81110 and 81120 apply)\\n\",\n            \"ScheduleFee\": \"93.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"25\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a General Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-05-22\"\n        },\n        {\n            \"ItemNumber\": \"93285\",\n            \"Description\": \"Video attendance by an eligible dietitian to provide a dietetics health service, as a group service for the management of type 2 diabetes if: (a) the person has been assessed as suitable for a type 2 diabetes group service under assessment items 81100, 81110, 81120, 93284 or 93286; and (b) the service is provided to a person who is part of a group of between 2 and 12 patients; and (c) the service is of at least 60 minutes duration; and (d) after the last service in the group services program provided to the person under this item or items 81105, 81115 or 81125, the eligible dietitian prepares, or contributes to, a written report to be provided to the referring medical practitioner; and (e) an attendance record for the group is maintained by the eligible dietitian; to a maximum of 8 group services in a calendar year (including services to which this item or items 81105, 81115 and 81125 apply)\\n\",\n            \"ScheduleFee\": \"23.20\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"25\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by one of the following specialties: [ 'Specialist Medical Practitioner', 'General Practitioner' ].\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-05-22\"\n        },\n        {\n            \"ItemNumber\": \"93286\",\n            \"Description\": \"Phone attendance by an eligible dietitian to provide a dietetics health service to a person for assessing the person’s suitability for group services for the management of type 2 diabetes, including taking a comprehensive patient history, identifying an appropriate group services program based on the patient’s needs and preparing the person for the group services if: (a) the person has type 2 diabetes; and (b) the patient is being managed by a medical practitioner (other than a specialist or consultant physician) under: (i) a GP chronic condition management plan that has been prepared or reviewed in the last 18 months; or (ii) until the end of 30 June 2027—a GP Management Plan prepared prior to 1 July 2025; or (iii) a multidisciplinary care plan; and (c) the patient is referred to an eligible diabetes educator by the medical practitioner; and (d) the service is provided to the person individually; and (e) the service is of at least 45 minutes duration; and (f) after the service, the eligible dietitian gives a written report to the referring medical practitioner mentioned in paragraph (c); payable once in a calendar year for this or any other assessment for group services item (including services to which this item, item 92384, or in items 81100, 81110 and 81120 apply)\\n\",\n            \"ScheduleFee\": \"93.25\",\n            \"ScheduleFeeStartDate\": \"2025-07-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M18\",\n            \"SubGroup\": \"26\",\n            \"ClaimHistoryLimitation\": \"Applicable according to description.\",\n            \"ReferralRequirements\": \"This item should be referred by a General Practitioner.\",\n            \"BenefitType\": \"_85\",\n            \"ItemStartDate\": \"2020-05-22\"\n        },\n        {\n            \"ItemNumber\": \"93718\",\n            \"Description\": \"Assistance by a participating nurse practitioner at any operation mentioned in an item in Group T8 that includes \\\"(Assist.)\\\" for which the fee does not exceed $651. 30 or at a series or combination of operations mentioned in an item in Group T8 that include \\\"(Assist. )\\\" for which the aggregate fee does not exceed $651.30\\n\",\n            \"ScheduleFee\": \"100.65\",\n            \"ScheduleFeeStartDate\": \"2025-11-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M33\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2025-11-01\"\n        },\n        {\n            \"ItemNumber\": \"93719\",\n            \"Description\": \"Assistance by a participating nurse practitioner at any operation mentioned in an item in Group T8 that includes \\\"(Assist.)\\\" for which the fee exceeds $651.30 or at a series or combination of operations mentioned in an item in Group T8 that include \\\"(Assist.)\\\" for which the aggregate fee exceeds $651.30\\n\",\n            \"DerivedFee\": \"For assistance at an operation or series or combination of operations, means 20% of the sum of the fees payable under the Act for the services provided at that operation, or series of operations, by the practitioner to whom the assistance was given.\",\n            \"Category\": \"8\",\n            \"Group\": \"M33\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75_85\",\n            \"ItemStartDate\": \"2025-11-01\"\n        },\n        {\n            \"ItemNumber\": \"93720\",\n            \"Description\": \"Assistance by a participating nurse practitioner at a birth involving Caesarean section (H)\\n\",\n            \"ScheduleFee\": \"145.45\",\n            \"ScheduleFeeStartDate\": \"2025-11-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M33\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2025-11-01\"\n        },\n        {\n            \"ItemNumber\": \"93721\",\n            \"Description\": \"Assistance by a participating nurse practitioner at a series or combination of operations that include \\\"(Assist.)\\\" and assistance by a participating nurse practitioner at a birth involving Caesarean section (H)\\n\",\n            \"DerivedFee\": \"(a) 20% of the sum of the fees payable under the Act for the services provided at those operations by the practitioner to whom the assistance was given; or\\r\\n(b) for the caesarean section component of the operations—the fee mentioned in item 16520.\",\n            \"Category\": \"8\",\n            \"Group\": \"M33\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2025-11-01\"\n        },\n        {\n            \"ItemNumber\": \"93722\",\n            \"Description\": \"Assistance by a participating nurse practitioner at any interventional obstetric procedure covered by items 16606, 16609, 16612, 16615 and 16627 (H)\\n\",\n            \"DerivedFee\": \"20% of the sum of the fees payable under the Act for the services provided at that procedure or combination of procedures by the practitioner to whom the assistance was given.\",\n            \"Category\": \"8\",\n            \"Group\": \"M33\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2025-11-01\"\n        },\n        {\n            \"ItemNumber\": \"93723\",\n            \"Description\": \"Assistance by a participating nurse practitioner at cataract and intraocular lens surgery covered by item 42698, 42701, 42702, 42704, 42705 or 42707, when performed in association with services covered by item 42551 to 42569, 42653, 42656, 42725, 42746, 42749, 42752, 42776 or 42779 (H)\\n\",\n            \"ScheduleFee\": \"317.80\",\n            \"ScheduleFeeStartDate\": \"2025-11-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M33\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2025-11-01\"\n        },\n        {\n            \"ItemNumber\": \"93724\",\n            \"Description\": \"Assistance at cataract and intraocular lens surgery by a participating nurse practitioner, if patient has:(a) total loss of vision, including no potential for central vision, in the fellow eye; or (b) one of the following in the fellow eye: (i) vitreous loss;(ii) rupture of posterior capsule;(iii) loss of nuclear material into the vitreous;(iv) intraocular haemorrhage;(v) intraocular infection (endophthalmitis);(vi) cystoid macular oedema;(vii) corneal decompensation;(viii) retinal detachment; or (c) pseudo exfoliation, subluxed lens, iridodonesis, phacodonesis, retinal detachment, corneal scarring, pre-existing uveitis, bound down miosed pupil, nanophthalmos, spherophakia, Marfan's syndrome, homocysteinuria or previous blunt trauma causing intraocular damage (H)\\n\",\n            \"ScheduleFee\": \"209.75\",\n            \"ScheduleFeeStartDate\": \"2025-11-01\",\n            \"Category\": \"8\",\n            \"Group\": \"M33\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_75\",\n            \"ItemStartDate\": \"2025-11-01\"\n        },\n        {\n            \"ItemNumber\": \"88011\",\n            \"Description\": \"Comprehensive oral examination Evaluation of all teeth, their supporting tissues and the oral tissues in order to record the condition of these structures. This evaluation includes recording an appropriate medical history and any other relevant information.\\n\",\n            \"ScheduleFee\": \"60.95\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U0\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88012\",\n            \"Description\": \"Periodic oral examination An evaluation performed on a patient of record to determine any changes in the patient's dental and medical health status since a previous comprehensive or periodic examination.\\n\",\n            \"ScheduleFee\": \"50.70\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U0\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88013\",\n            \"Description\": \"Oral examination - limited A limited oral problem-focussed evaluation carried out immediately prior to required treatment. This evaluation includes recording an appropriate medical history and any other relevant information.\\n\",\n            \"ScheduleFee\": \"31.80\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U0\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88022\",\n            \"Description\": \"Intraoral periapical or bitewing radiograph - per exposure Taking and interpreting a radiograph made with the film inside the mouth.\\n\",\n            \"ScheduleFee\": \"35.30\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U0\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88025\",\n            \"Description\": \"Intraoral radiograph - occlusal, maxillary, mandibular - per exposure Taking and interpreting an occlusal, maxillary or mandibular intraoral radiograph. This radiograph shows a more extensive view of teeth and maxillary or mandibular bone.\\n\",\n            \"ScheduleFee\": \"71.30\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U0\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88111\",\n            \"Description\": \"Removal of plaque and/or stain Removal of dental plaque and/or stain from the surfaces of all teeth and/or implants.\\n\",\n            \"ScheduleFee\": \"62.30\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U1\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88114\",\n            \"Description\": \"Removal of calculus - first visit Removal of calculus from the surfaces of teeth.\\n\",\n            \"ScheduleFee\": \"103.90\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U1\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88115\",\n            \"Description\": \"Removal of calculus - subsequent visit This item describes procedures in item 88114 when, because of the extent or degree of calculus, an additional visit(s) is required to remove deposits from the teeth.\\n\",\n            \"ScheduleFee\": \"67.50\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U1\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88121\",\n            \"Description\": \"Topical application of remineralisation and/or cariostatic agents, one treatment Application of remineralisation and/or cariostatic agents to the surfaces of the teeth. This may include activation of the agent. Not to be used as an intrinsic part of the restoration.\\n\",\n            \"ScheduleFee\": \"40.05\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U1\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88161\",\n            \"Description\": \"Fissure and/or tooth surface sealing - per tooth (first four services on a day) Sealing of non-carious pits, fissures, smooth surfaces or cracks in a tooth with an adhesive material. Any preparation prior to application of the sealant is included in this item number.\\n\",\n            \"ScheduleFee\": \"53.35\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U1\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88162\",\n            \"Description\": \"Fissure and/or tooth surface sealing - per tooth (subsequent services) Sealing of non-carious pits, fissures, smooth surfaces or cracks in a tooth with an adhesive material. Any preparation prior to application of the sealant is included in this item number.\\n\",\n            \"ScheduleFee\": \"26.70\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U1\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88213\",\n            \"Description\": \"Treatment of acute periodontal infection - per visit This item describes the treatment of acute periodontal infection(s). It may include establishing drainage and the removal of calculus from the affected tooth (teeth). Inclusive of the insertion of sutures, normal post-operative care and suture removal.\\n\",\n            \"ScheduleFee\": \"80.70\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U2\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88221\",\n            \"Description\": \"Clinical periodontal analysis and recording This is a special examination performed as part of the diagnosis and management of periodontal disease. The procedure consists of assessing and recording a patient's periodontal condition. All teeth and six sites per tooth must be recorded. Written documentation of these measurements must be retained.\\n\",\n            \"ScheduleFee\": \"61.35\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U2\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88311\",\n            \"Description\": \"Removal of a tooth or part(s) thereof - first tooth extracted on a day A procedure consisting of the removal of a tooth or part(s) thereof. Inclusive of the insertion of sutures, normal post-operative care and suture removal.\\n\",\n            \"ScheduleFee\": \"152.05\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U3\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88314\",\n            \"Description\": \"Sectional removal of a tooth or part(s) thereof - first tooth extracted on a day The removal of a tooth or part(s) thereof in sections. Bone removal may be necessary. Inclusive of the insertion of sutures, normal postoperative care and suture removal.\\n\",\n            \"ScheduleFee\": \"194.35\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U3\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88316\",\n            \"Description\": \"Additional extraction requiring removal of a tooth or part(s) thereof, or sectional removal of a tooth. Additional extraction provided on the same day as a service described in item 88311 or 88314 is provided to the patient.\\n\",\n            \"ScheduleFee\": \"95.85\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U3\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88322\",\n            \"Description\": \"Surgical removal of a tooth or tooth fragment not requiring removal of bone or tooth division - first tooth extracted on a day Removal of a tooth or tooth fragment where an incision and the raising of a mucoperiosteal flap is required, but where removal of bone or sectioning of the tooth is not necessary to remove the tooth. Inclusive of the insertion of sutures, normal post-operative care and suture removal.\\n\",\n            \"ScheduleFee\": \"246.80\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U3\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88323\",\n            \"Description\": \"Surgical removal of a tooth or tooth fragment requiring removal of bone - first tooth extracted on a day Removal of a tooth or tooth fragment where removal of bone is required after an incision and a mucoperiosteal flap raised. Inclusive of the insertion of sutures, normal post-operative care and suture removal.\\n\",\n            \"ScheduleFee\": \"281.85\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U3\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88324\",\n            \"Description\": \"Surgical removal of a tooth or tooth fragment requiring both removal of bone and tooth division - first tooth extracted on a day Removal of a tooth or tooth fragment where both removal of bone and sectioning of the tooth are required after an incision and a mucoperiosteal flap raised. The tooth will be removed in portions. Inclusive of the insertion of sutures, normal post-operative care and suture removal.\\n\",\n            \"ScheduleFee\": \"379.10\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U3\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88326\",\n            \"Description\": \"Additional extraction requiring surgical removal of a tooth or tooth fragment Additional surgical extraction provided on the same day as a service described in item 88322, 88323 or 88324 is provided to the patient.\\n\",\n            \"ScheduleFee\": \"201.90\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U3\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88351\",\n            \"Description\": \"Repair of skin and subcutaneous tissue or mucous membrane The surgical cleaning and repair of a facial skin wound in the region of the mouth or jaws, or the repair of oral mucous membrane, where the wounds involve the subcutaneous tissues. Inclusive of the insertion of sutures, normal post-operative care and suture removal.\\n\",\n            \"ScheduleFee\": \"185.25\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U3\",\n            \"SubGroup\": \"5\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88384\",\n            \"Description\": \"Repositioning of displaced tooth/teeth - per tooth A procedure following trauma where the position of the displaced tooth/teeth is corrected by manipulation. Stabilising procedures are itemised separately. Inclusive of the insertion of sutures, normal postoperative care and suture removal.\\n\",\n            \"ScheduleFee\": \"221.05\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U3\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88386\",\n            \"Description\": \"Splinting of displaced tooth/teeth - per tooth A procedure following trauma where the position of the displaced tooth/teeth may be stabilized by splinting. Inclusive of the insertion of sutures, normal post-operative care and suture removal.\\n\",\n            \"ScheduleFee\": \"228.10\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U3\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88387\",\n            \"Description\": \"Replantation and splinting of a tooth Replantation of a tooth which has been avulsed or intentionally removed. It may be held in the correct position by splinting. Inclusive of the insertion of sutures, normal post-operative care and suture removal.\\n\",\n            \"ScheduleFee\": \"446.60\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U3\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88392\",\n            \"Description\": \"Drainage of abscess Drainage and/or irrigation of an abscess other than through a root canal or at the time of extraction. The drainage may be through an incision or inserted tube. Inclusive of the insertion of sutures, normal post-operative care and suture removal.\\n\",\n            \"ScheduleFee\": \"112.20\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U3\",\n            \"SubGroup\": \"8\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88411\",\n            \"Description\": \"Direct pulp capping A procedure where an exposed pulp is directly covered with a protective dressing or cement.\\n\",\n            \"ScheduleFee\": \"40.35\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U4\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88412\",\n            \"Description\": \"Incomplete endodontic therapy (tooth not suitable for further treatment) A procedure where in assessing the suitability of a tooth for endodontic treatment a decision is made that the tooth is not suitable for restoration.\\n\",\n            \"ScheduleFee\": \"138.25\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U4\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2015-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88414\",\n            \"Description\": \"Pulpotomy Amputation within the pulp chamber of part of the vital pulp of a tooth. The pulp remaining in the canal(s) is then covered with a protective dressing or cement.\\n\",\n            \"ScheduleFee\": \"88.15\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U4\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88415\",\n            \"Description\": \"Complete chemo-mechanical preparation of root canal - one canal Complete chemo-mechanical preparation including removal of pulp or necrotic debris from a canal.\\n\",\n            \"ScheduleFee\": \"248.05\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U4\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88416\",\n            \"Description\": \"Complete chemo-mechanical preparation of root canal - each additional canal Complete chemo-mechanical preparation including removal of pulp or necrotic debris from each additional canal of a tooth with multiple canals.\\n\",\n            \"ScheduleFee\": \"118.15\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U4\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88417\",\n            \"Description\": \"Root canal obturation - one canal The filling of a root canal, following chemo-mechanical preparation.\\n\",\n            \"ScheduleFee\": \"241.60\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U4\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88418\",\n            \"Description\": \"Root canal obturation - each additional canal The filling, following chemo-mechanical preparation, of each additional canal in a tooth with multiple canals.\\n\",\n            \"ScheduleFee\": \"113.00\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U4\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88419\",\n            \"Description\": \"Extirpation of pulp or debridement of root canal(s) - emergency or palliative The partial or thorough removal of pulp and/or debris from the root canal system of a tooth. This is an emergency or palliative procedure distinct from visits for scheduled endodontic treatment.\\n\",\n            \"ScheduleFee\": \"159.75\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U4\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88421\",\n            \"Description\": \"Resorbable root canal filling - primary tooth The placement of resorbable root canal filling material in a primary tooth.\\n\",\n            \"ScheduleFee\": \"138.25\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U4\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88455\",\n            \"Description\": \"Additional visit for irrigation and/or dressing of the root canal system - per tooth Additional debridement irrigation and short-term dressing required where evidence of infection or inflammation persists following prior opening of the root canal and removal of its contents.\\n\",\n            \"ScheduleFee\": \"122.40\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U4\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88458\",\n            \"Description\": \"Interim therapeutic root filling - per tooth A procedure consisting of the insertion of a long-term provisional (temporary) root canal filling with therapeutic properties which facilitates healing/development of the root and periradicular tissues over an extended time.\\n\",\n            \"ScheduleFee\": \"163.25\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U4\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88511\",\n            \"Description\": \"Metallic restoration - one surface - direct Direct metallic restoration involving one surface of a tooth. Inclusive of the preparation of the tooth, placement of a lining, contouring of the adjacent and opposing teeth, placement of the restoration and normal post-operative care.\\n\",\n            \"ScheduleFee\": \"120.70\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U5\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88512\",\n            \"Description\": \"Metallic restoration - two surfaces - direct Direct metallic restoration involving two surfaces of a tooth. Inclusive of the preparation of the tooth, placement of a lining, contouring of the adjacent and opposing teeth, placement of the restoration and normal post-operative care.\\n\",\n            \"ScheduleFee\": \"148.05\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U5\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88513\",\n            \"Description\": \"Metallic restoration - three surfaces - direct Direct metallic restoration involving three surfaces of a tooth. Inclusive of the preparation of the tooth, placement of a lining, contouring of the adjacent and opposing teeth, placement of the restoration and normal post-operative care.\\n\",\n            \"ScheduleFee\": \"176.65\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U5\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88514\",\n            \"Description\": \"Metallic restoration - four surfaces - direct Direct metallic restoration involving four surfaces of a tooth. Inclusive of the preparation of the tooth, placement of a lining, contouring of the adjacent and opposing teeth, placement of the restoration and normal post-operative care.\\n\",\n            \"ScheduleFee\": \"201.35\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U5\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88515\",\n            \"Description\": \"Metallic restoration - five surfaces - direct Direct metallic restoration involving five surfaces of a tooth. Inclusive of the preparation of the tooth, placement of a lining, contouring of the adjacent and opposing teeth, placement of the restoration and normal post-operative care.\\n\",\n            \"ScheduleFee\": \"229.85\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U5\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88521\",\n            \"Description\": \"Adhesive restoration - one surface - anterior tooth - direct Direct restoration, using an adhesive technique and a tooth-coloured material, involving one surface of an anterior tooth. Inclusive of the preparation of the tooth, placement of a lining, contouring of the adjacent and opposing teeth, placement of the restoration and normal post-operative care.\\n\",\n            \"ScheduleFee\": \"133.70\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U5\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88522\",\n            \"Description\": \"Adhesive restoration - two surfaces - anterior tooth - direct Direct restoration, using an adhesive technique and a tooth-coloured material, involving two surfaces of an anterior tooth. Inclusive of the preparation of the tooth, placement of a lining, contouring of the adjacent and opposing teeth, placement of the restoration and normal post-operative care.\\n\",\n            \"ScheduleFee\": \"162.30\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U5\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88523\",\n            \"Description\": \"Adhesive restoration - three surfaces - anterior tooth - direct Direct restoration, using an adhesive technique and a tooth-coloured material, involving three surfaces of an anterior tooth. Inclusive of the preparation of the tooth, placement of a lining, contouring of the adjacent and opposing teeth, placement of the restoration and normal post-operative care.\\n\",\n            \"ScheduleFee\": \"192.25\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U5\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88524\",\n            \"Description\": \"Adhesive restoration - four surfaces - anterior tooth - direct Direct restoration, using an adhesive technique and a tooth-coloured material, involving four surfaces of an anterior tooth. Inclusive of the preparation of the tooth, placement of a lining, contouring of the adjacent and opposing teeth, placement of the restoration and normal post-operative care.\\n\",\n            \"ScheduleFee\": \"222.20\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U5\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88525\",\n            \"Description\": \"Adhesive restoration - five surfaces - anterior tooth - direct Direct restoration, using an adhesive technique and a tooth-coloured material, involving five surfaces of an anterior tooth. Inclusive of the preparation of the tooth, placement of a lining, contouring of the adjacent and opposing teeth, placement of the restoration and normal post-operative care.\\n\",\n            \"ScheduleFee\": \"261.10\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U5\",\n            \"SubGroup\": \"2\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88531\",\n            \"Description\": \"Adhesive restoration - one surface - posterior tooth - direct Direct restoration, using an adhesive technique and a tooth-coloured material, involving one surface of an posterior tooth. Inclusive of the preparation of the tooth, placement of a lining, contouring of the adjacent and opposing teeth, placement of the restoration and normal post-operative care.\\n\",\n            \"ScheduleFee\": \"142.75\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U5\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88532\",\n            \"Description\": \"Adhesive restoration - two surfaces - posterior tooth - direct Direct restoration, using an adhesive technique and a tooth-coloured material, involving two surfaces of an posterior tooth. Inclusive of the preparation of the tooth, placement of a lining, contouring of the adjacent and opposing teeth, placement of the restoration and normal post-operative care.\\n\",\n            \"ScheduleFee\": \"179.25\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U5\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88533\",\n            \"Description\": \"Adhesive restoration - three surfaces - posterior tooth - direct Direct restoration, using an adhesive technique and a tooth-coloured material, involving three surfaces of an posterior tooth. Inclusive of the preparation of the tooth, placement of a lining, contouring of the adjacent and opposing teeth, placement of the restoration and normal post-operative care.\\n\",\n            \"ScheduleFee\": \"215.50\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U5\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88534\",\n            \"Description\": \"Adhesive restoration - four surfaces - posterior tooth - direct Direct restoration, using an adhesive technique and a tooth-coloured material, involving four surfaces of an posterior tooth. Inclusive of the preparation of the tooth, placement of a lining, contouring of the adjacent and opposing teeth, placement of the restoration and normal post-operative care.\\n\",\n            \"ScheduleFee\": \"242.90\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U5\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88535\",\n            \"Description\": \"Adhesive restoration - five surfaces - posterior tooth - direct Direct restoration, using an adhesive technique and a tooth-coloured material, involving five surfaces of an posterior tooth. Inclusive of the preparation of the tooth, placement of a lining, contouring of the adjacent and opposing teeth, placement of the restoration and normal post-operative care.\\n\",\n            \"ScheduleFee\": \"280.50\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U5\",\n            \"SubGroup\": \"3\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88572\",\n            \"Description\": \"Provisional (intermediate/temporary) restoration - per tooth The provisional (intermediate) restoration of a tooth designed to last until the definitive restoration can be constructed or the tooth is removed. This item should only be used where the provisional (intermediate) restoration is not an intrinsic part of treatment. It does not include provisional (temporary) sealing of the access cavity during endodontic treatment or during construction of indirect restorations.\\n\",\n            \"ScheduleFee\": \"56.45\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U5\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88574\",\n            \"Description\": \"Metal band The cementation of a metal band for diagnostic, protective purposes or for the placement of a provisional (intermediate) restoration.\\n\",\n            \"ScheduleFee\": \"47.55\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U5\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88575\",\n            \"Description\": \"Pin retention - per pin Use of a pin to aid the retention and support of direct or indirect restorations in a tooth.\\n\",\n            \"ScheduleFee\": \"32.45\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U5\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88579\",\n            \"Description\": \"Bonding of tooth fragment The direct bonding of a tooth fragment as an alternative to placing a restoration.\\n\",\n            \"ScheduleFee\": \"112.20\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U5\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88586\",\n            \"Description\": \"Crown-metallic-with tooth preparation-preformed Placing a preformed metallic crown as a coronal restoration for a tooth.\\n\",\n            \"ScheduleFee\": \"297.75\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U5\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2018-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88587\",\n            \"Description\": \"Crown-metallic-minimal tooth preparation-preformed Placing a preformed metallic crown as a coronal restoration for a tooth and where minimal or no restoration of the tooth is required. Commonly referred to as a 'Hall' crown.\\n\",\n            \"ScheduleFee\": \"176.65\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U5\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2018-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88597\",\n            \"Description\": \"Post - direct Insertion of a post into a prepared root canal to provide an anchor for an artificial crown or other restoration.\\n\",\n            \"ScheduleFee\": \"102.10\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U5\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88721\",\n            \"Description\": \"Partial maxillary denture - resin, base only Provision of a resin base for a removable dental prosthesis for the maxilla where some natural teeth remain.\\n\",\n            \"ScheduleFee\": \"505.70\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U7\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88722\",\n            \"Description\": \"Partial mandibular denture - resin, base only Provision of a resin base for a removable dental prosthesis for the mandible where some natural teeth remain.\\n\",\n            \"ScheduleFee\": \"505.70\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U7\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88723\",\n            \"Description\": \"Provisional partial maxillary denture Provision of a patient removable partial dental prosthesis replacing the natural teeth and adjacent tissues in the maxilla which is designed to last until the definitive prosthesis can be constructed. This item should only be used where a provisional denture is not an intrinsic part of item 88721.\\n\",\n            \"ScheduleFee\": \"379.25\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U7\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2018-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88724\",\n            \"Description\": \"Provisional partial mandibular denture Provision of a patient removable partial dental prosthesis replacing the natural teeth and adjacent tissues in the mandible which is designed to last until the definitive prosthesis can be constructed. This item should only be used where a provisional denture is not an intrinsic part of item 88722.\\n\",\n            \"ScheduleFee\": \"379.25\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U7\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2018-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88731\",\n            \"Description\": \"Retainer - per tooth A retainer or attachment fitted to a tooth to aid retention of a partial denture. The number of retainers should be indicated.\\n\",\n            \"ScheduleFee\": \"51.05\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U7\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88733\",\n            \"Description\": \"Tooth/teeth (partial denture) An item to describe each tooth added to the base of a new partial denture. The number of teeth should be indicated.\\n\",\n            \"ScheduleFee\": \"41.90\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U7\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88736\",\n            \"Description\": \"Immediate tooth replacement - per tooth Provision within a denture to allow immediate replacement of an extracted tooth. The number of teeth so replaced should be indicated.\\n\",\n            \"ScheduleFee\": \"10.55\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U7\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88741\",\n            \"Description\": \"Adjustment of a denture Adjustment of a denture to improve comfort, function or aesthetics. This item does not apply to routine adjustments following the insertion of a new denture or the maintenance or repair of an existing denture.\\n\",\n            \"ScheduleFee\": \"60.80\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U7\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88761\",\n            \"Description\": \"Reattaching pre-existing clasp to denture Repair, insertion and adjustment of a denture involving re-attachment of a pre-existing clasp.\\n\",\n            \"ScheduleFee\": \"166.95\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U7\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88762\",\n            \"Description\": \"Replacing/adding clasp to denture - per clasp Repair, insertion and adjustment of a denture involving replacement or addition of a new clasp or clasps.\\n\",\n            \"ScheduleFee\": \"174.45\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U7\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88764\",\n            \"Description\": \"Repairing broken base of a partial denture Repair, insertion and adjustment of a broken resin partial denture base.\\n\",\n            \"ScheduleFee\": \"166.95\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U7\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88765\",\n            \"Description\": \"Replacing/adding new tooth on denture - per tooth Repair, insertion and adjustment of a denture involving replacement with or addition of a new tooth or teeth to a previously existing denture.\\n\",\n            \"ScheduleFee\": \"174.45\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U7\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88766\",\n            \"Description\": \"Reattaching existing tooth on denture - per tooth Repair, insertion and adjustment of a denture involving reattachment of a pre-existing denture tooth or teeth.\\n\",\n            \"ScheduleFee\": \"166.95\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U7\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88768\",\n            \"Description\": \"Adding tooth to partial denture to replace an extracted ordecoronated tooth - per tooth Modification, insertion and adjustment of a partial denture involving an addition to accommodate the loss of a natural tooth or its coronal section.\\n\",\n            \"ScheduleFee\": \"176.65\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U7\",\n            \"SubGroup\": \"6\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88776\",\n            \"Description\": \"Impression - dental appliance repair/modification An item to describe taking an impression where required for the repair or modification of a dental appliance.\\n\",\n            \"ScheduleFee\": \"53.35\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U7\",\n            \"SubGroup\": \"7\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88911\",\n            \"Description\": \"Palliative care An item to describe interim care to relieve pain, infection, bleeding or other problems not associated with other treatment.\\n\",\n            \"ScheduleFee\": \"79.20\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U9\",\n            \"SubGroup\": \"1\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88942\",\n            \"Description\": \"Sedation - intravenous Sedative drug(s) administered intravenously, usually in increments.The incremental administration may continue while dental treatment is being provided.\\n\",\n            \"ScheduleFee\": \"155.25\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U9\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        },\n        {\n            \"ItemNumber\": \"88943\",\n            \"Description\": \"Sedation - inhalation Nitrous oxide gas mixed with oxygen is inhaled by the patient while dental treatment is being provided.\\n\",\n            \"ScheduleFee\": \"77.60\",\n            \"ScheduleFeeStartDate\": \"2026-01-01\",\n            \"Category\": \"10\",\n            \"Group\": \"U9\",\n            \"SubGroup\": \"4\",\n            \"BenefitType\": \"_100\",\n            \"ItemStartDate\": \"2014-01-01\"\n        }\n    ]\n}"}],"_postman_id":"6197af47-fbce-4792-a5ce-1bf13042131d"}],"id":"a6487abb-5aaa-4c82-b72f-8be2f6ed00b8","description":"<p>RebateRight maintains comprehensive coverage of the MBS by importing official data published by Medicare upon each release, then enriching it with MBS notes and structured metadata extracted from item descriptions, to support more accurate eligibility checks.</p>\n","_postman_id":"a6487abb-5aaa-4c82-b72f-8be2f6ed00b8","auth":{"type":"apikey","apikey":{"value":"{{ApiKey}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"3535d25c-226d-431f-89db-6ff2f34804b1","id":"3535d25c-226d-431f-89db-6ff2f34804b1","name":"RebateRight","type":"collection"}}},{"name":"Claiming","item":[{"name":"Patient Claim Interactive","item":[{"name":"Printed Statements","item":[],"id":"6b8a3d8b-e793-4868-a692-dd32e9e04e86","description":"<h2 id=\"⚖️-note-from-services-australia\"><strong>⚖️ Note from Services Australia</strong></h2>\n<blockquote>\n<p>Services Australia advises that it is a legislative requirement that the most up to date statements, declarations and privacy notes are used in your software. </p>\n</blockquote>\n<ul>\n<li><p>For duplicateServiceOverrideInd, this information plus text detailing the reasoning behind the setting must be displayed on the printed form.</p>\n<ul>\n<li>If set, Medical Event Time or Service text must be set.</li>\n</ul>\n</li>\n<li><p>For multipleProcedureOverrideInd, this information plus text detailing the reasoning behind the setting must be displayed on the printed form.</p>\n<ul>\n<li>If set to Y (Not Multiple), ServiceText (providing the reason for the override) must be set.</li>\n</ul>\n</li>\n<li><p>For restrictiveOverrideCode, this information must be displayed on the printed form.</p>\n</li>\n</ul>\n<p>Additionally, any relevant supporting material and /or Text must also appear on the printed statement.</p>\n<p>Where a patient claim is being submitted on behalf of a claimant the location must issue either a Statement of Claim &amp; Benefit Payment or Lodgement Advice to the claimant.</p>\n<h2 id=\"lodgement-advice\">Lodgement Advice</h2>\n<p>The Lodgement Advice will be issued in the following situation:</p>\n<ul>\n<li>Where the claim has been lodged in real-time and referred to an agency operator for action.</li>\n</ul>\n<p>The Location must produce a printed copy for the claimant's own record. The location may retain a copy in electronic or hard copy form.</p>\n<p>Information in addition to that specified below may be included in the Lodgement Advice.</p>\n<p>You can download the template PDF using the link below:<br />📥<a href=\"https://app.rebateright.com.au/docs/lodgement-advice.pdf\"><b>Lodgement Advice.pdf</b></a></p>\n<h2 id=\"statement-of-claim--benefit-payment\">Statement of Claim &amp; Benefit Payment</h2>\n<p>The Statement of Claim &amp; Benefit Payment is to be issued when a claim has been lodged in real-time, processed by Services Australia and a benefit amount returned to the Location.</p>\n<p>The Location must produce a printed copy for the claimant's own record. The Location may retain a copy in electronic or hard copy form.<br />Information in addition to that specified below may be included in the Statement of Claim &amp; Benefit.</p>\n<p>You can download the template PDF using the link below:<br />📥<a href=\"https://app.rebateright.com.au/docs/statement-of-claim-benefit-payment.pdf\"><b>Statement of Claim Benefit Payment.pdf</b></a></p>\n<h2 id=\"pathology-combined-request-form--patient-claiming\">Pathology Combined Request Form – Patient Claiming</h2>\n<h3 id=\"requesting-practitioner\">Requesting Practitioner</h3>\n<p><em>(Prescribed particulars are headings to prompt requesting practitioners to provide necessary information. Necessary particulars can be provided by stamp, sticker label, etc.)</em></p>\n<ul>\n<li><p><strong>Surname and initials</strong> (to distinguish)</p>\n</li>\n<li><p><strong>Address</strong></p>\n</li>\n<li><p><strong>Provider number</strong></p>\n</li>\n<li><p><strong>Practitioner</strong> to date the request form</p>\n</li>\n</ul>\n<h3 id=\"details-of-the-person-to-whom-the-request-is-made\">Details of the Person to Whom the Request is Made</h3>\n<p>Where the person is an <strong>Approved Pathology Authority (APA)</strong> or <strong>Approved Pathology Practitioner (APP):</strong></p>\n<ol>\n<li><p>Full name of APA / surname and initials of APP</p>\n</li>\n<li><p>Place of practice address</p>\n</li>\n<li><p>Letters <strong>APA / APP</strong> shown</p>\n</li>\n</ol>\n<hr />\n<h3 id=\"patient-details\">Patient Details</h3>\n<ul>\n<li><p><strong>Name</strong> – surname, first name</p>\n</li>\n<li><p><strong>Address</strong></p>\n</li>\n<li><p><strong>Date of birth</strong></p>\n</li>\n<li><p><strong>Sex</strong></p>\n</li>\n<li><p><strong>Medicare card number</strong> and <strong>Individual Reference Number</strong></p>\n</li>\n<li><p><strong>Hospital status</strong></p>\n</li>\n</ul>\n<p>Two acceptable versions are as follows:</p>\n<ul>\n<li><em>Patient status at the time of the service or when the specimen was collected</em></li>\n</ul>\n<p><strong>OR</strong></p>\n<ul>\n<li><p><em>Was or will the patient be, at the time of the service or when the specimen is obtained:</em></p>\n<ol>\n<li><p>A private patient in a private hospital or approved day hospital facility</p>\n</li>\n<li><p>A private patient in a recognised hospital</p>\n</li>\n<li><p>A public patient in a recognised hospital</p>\n</li>\n<li><p>An outpatient of a recognised hospital</p>\n</li>\n</ol>\n</li>\n</ul>\n<hr />\n<h3 id=\"tests-requested\">Tests Requested</h3>\n<ul>\n<li><p>An area titled <strong>“Tests Requested”</strong> is required.</p>\n</li>\n<li><p>Terms such as <em>order, require, referred</em> etc. must <strong>not</strong> be used.</p>\n</li>\n</ul>\n<hr />\n<h3 id=\"self-determine-sd\">Self Determine (SD)</h3>\n<ul>\n<li><p>A tick box is required for <strong>SD</strong>.</p>\n</li>\n<li><p>This is used when the APP determines that pathologist-determinable tests are necessary.</p>\n</li>\n<li><p>The tick box can be placed in the clinical notes area.</p>\n</li>\n</ul>\n<hr />\n<h3 id=\"privacy-notice\">Privacy Notice</h3>\n<p>The wording of the note must be:</p>\n<blockquote>\n<p><strong>Privacy Notice:</strong> Your personal information is protected by law, including the <em>Privacy Act 1988</em>, and is collected by Services Australia for the assessment and administration of payments and services. This information is required to process your application or claim. </p>\n</blockquote>\n<ul>\n<li><p>Placement of the note is only necessary on the <strong>patient’s copy</strong>.</p>\n</li>\n<li><p>It may be incorporated into the clinical notes area or placed on the back of the patient copy if more practicable.</p>\n</li>\n</ul>\n<hr />\n<h3 id=\"combined-online-patient-claiming-authority\">Combined Online Patient Claiming Authority</h3>\n<p><strong>Authority for APP/APA to submit an electronic patient claim on behalf of the claimant</strong></p>\n<p>Example wording:</p>\n<blockquote>\n<p><em>I authorise the approved pathology practitioner who will render the requested pathology services, and any further pathology services which the practitioner determines to be necessary, to submit my unpaid account to Services Australia, so that Services Australia can assess my claim and issue me a cheque made payable to the practitioner, for the Medicare benefit.</em> </p>\n</blockquote>\n<p>Patient Signature: <strong>_____</strong>.<strong>_____</strong>.<strong>_____</strong> Date: <strong>_____</strong> /<strong>_____</strong> /<strong>_____</strong></p>\n<p>Or:</p>\n<p><em>Verbal consent was provided by patient to submit unpaid account to Services Australia. No signature available.</em></p>\n<hr />\n<h3 id=\"practitioners-use-only\">Practitioner’s Use Only</h3>\n<p>A text box is required for <strong>Practitioner’s Use Only</strong>.<br />This section is used where the patient is unable to sign and an appropriate person endorses on behalf of the patient.</p>\n<p>Practitioner’s Use Only:</p>\n<p>(Reason patient cannot sign)</p>\n","_postman_id":"6b8a3d8b-e793-4868-a692-dd32e9e04e86","auth":{"type":"apikey","apikey":{"value":"{{ApiKey}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"3535d25c-226d-431f-89db-6ff2f34804b1","id":"3535d25c-226d-431f-89db-6ff2f34804b1","name":"RebateRight","type":"collection"}}},{"name":"PatientClaimInteractive - General","id":"34e3ffc3-b68a-46d0-86a6-b1cb4ef0a9ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"},{"key":"x-transaction-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    // \"correlationId\": \"urn:uuid:MDE000008f5e3788a25f450d\",\r\n    \"patientClaimInteractive\": {\r\n        \"accountPaidInd\": \"Y\",\r\n        \"authorisationDate\": \"2025-09-17\",\r\n        \"submissionAuthorityInd\": \"Y\",\r\n        //\"accountReferenceId\": \"REF12345\",\r\n        \"serviceProvider\": {\r\n            \"providerNumber\": \"2447781L\"\r\n        },\r\n        \"patient\": {\r\n            \"identity\": {\r\n                \"dateOfBirth\": \"2009-02-08\",\r\n                \"familyName\": \"FLETCHER\",\r\n                \"givenName\": \"Clint\"\r\n            },\r\n            \"medicare\": {\r\n                \"memberNumber\": \"4951525561\",\r\n                \"memberRefNumber\": \"3\"\r\n            }\r\n        },\r\n        \"claimant\": {\r\n            \"identity\": {\r\n                \"dateOfBirth\": \"2009-02-08\",\r\n                \"familyName\": \"FLETCHER\",\r\n                \"givenName\": \"Clint\"\r\n            },\r\n            \"medicare\": {\r\n                \"memberNumber\": \"4951525561\",\r\n                \"memberRefNumber\": \"3\"\r\n            }\r\n        },\r\n        \"medicalEvent\": [\r\n            {\r\n                \"id\": \"01\",\r\n                \"medicalEventDate\": \"2025-09-17\",\r\n                // \"medicalEventTime\": \"08:30:00+10:00\",\r\n                \"service\": [\r\n                    {\r\n                        \"id\": \"0001\",\r\n                        \"itemNumber\": \"23\",\r\n                        \"chargeAmount\": \"15075\"\r\n                        //,\"aftercareOverrideInd\": \"Y\"\r\n                       // ,\"duplicateServiceOverrideInd\": \"Y\"\r\n                       // ,\"multipleProcedureOverrideInd\": \"Y\"\r\n                        ,\"numberOfPatientsSeen\": \"1\"\r\n                        //,\"restrictiveOverrideCode\": \"NR\"\r\n                         //,\"timeDuration\":\"030\"\r\n                       // ,\"text\": \"reason\"\r\n                        // ,\"fieldQuantity\":\"2\"\r\n                    }\r\n                    , {\r\n                        \"id\": \"0002\",\r\n                        \"itemNumber\": \"57506\",\r\n                        \"chargeAmount\": \"15075\"\r\n                       ,\"lspNumber\":\"000014\"\r\n\r\n                        //,\"aftercareOverrideInd\": \"Y\"\r\n                       // ,\"duplicateServiceOverrideInd\": \"Y\"\r\n                       // ,\"multipleProcedureOverrideInd\": \"Y\"\r\n                        //,\"numberOfPatientsSeen\": \"1\"\r\n                        //,\"restrictiveOverrideCode\": \"NR\"\r\n                         //,\"timeDuration\":\"030\"\r\n                         //,\"fieldQuantity\":\"2\"\r\n                       // ,\"text\": \"reason\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/Medicare/patientclaiminteractive/general/v1","description":"<h3 id=\"patient-claim-interactive---general\">Patient claim interactive - general</h3>\n","auth":{"type":"apikey","apikey":{"value":"{{ApiKey}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"3535d25c-226d-431f-89db-6ff2f34804b1","id":"3535d25c-226d-431f-89db-6ff2f34804b1","name":"RebateRight","type":"collection"}},"urlObject":{"path":["Medicare","patientclaiminteractive","general","v1"],"host":["{{hostURL}}"],"query":[],"variable":[]}},"response":[{"id":"5e913964-5ca9-4bb2-8de9-e00fa4e881e8","name":"Pendable","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"patientClaimInteractive\": {\r\n    \"accountPaidInd\": \"Y\",\r\n    \"accountReferenceId\": \"REF12345\",\r\n    \"authorisationDate\": \"2025-11-01\",\r\n    \"submissionAuthorityInd\": \"Y\",\r\n    \"serviceProvider\": {\r\n      \"providerNumber\": \"2447781L\"\r\n    },\r\n    \"claimant\": {\r\n      \"identity\": {\r\n        \"dateOfBirth\": \"2009-02-08\",\r\n        \"familyName\": \"FLETCHER\",\r\n        \"givenName\": \"Clint\"\r\n      },\r\n      \"medicare\": {\r\n        \"memberNumber\": \"4951525561\",\r\n        \"memberRefNumber\": \"3\"\r\n      }\r\n    },\r\n    \"patient\": {\r\n      \"identity\": {\r\n        \"dateOfBirth\": \"2009-02-08\",\r\n        \"familyName\": \"FLETCHER\",\r\n        \"givenName\": \"Clint\"\r\n      },\r\n      \"medicare\": {\r\n        \"memberNumber\": \"4951525561\",\r\n        \"memberRefNumber\": \"3\"\r\n      }\r\n    },\r\n    \"medicalEvent\": [\r\n      {\r\n        \"id\": \"01\",\r\n        \"medicalEventDate\": \"2025-11-01\",\r\n        \"medicalEventTime\": \"08:30:00+10:00\",\r\n        \"service\": [\r\n          {\r\n            \"id\": \"0001\",\r\n            \"itemNumber\": \"3\",\r\n            \"chargeAmount\": \"15075\",\r\n            \"aftercareOverrideInd\": \"Y\",\r\n            \"duplicateServiceOverrideInd\": \"Y\",\r\n            \"multipleProcedureOverrideInd\": \"Y\",\r\n            \"numberOfPatientsSeen\": \"1\",\r\n            \"restrictiveOverrideCode\": \"NR\",\r\n            \"text\": \"General Consultation\"\r\n          }\r\n        ]\r\n      }\r\n    ]\r\n  }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/Medicare/patientclaiminteractive/general/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 23 Dec 2025 22:17:24 GMT"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:a82b3763-6878-4bdd-9ecb-93ac5af8604e"}],"cookie":[],"responseTime":null,"body":"{\n    \"claimAssessment\": {\n        \"error\": {\n            \"code\": 9601,\n            \"text\": \"The claim needs to be referred to a Medicare Customer Services Officer for further assessment. The claim will be processed and payment notification will be sent in the near future.\"\n        },\n        \"claimId\": \"MDE0000024122509172435\"\n    },\n    \"status\": \"MEDICARE_PENDABLE\",\n    \"correlationId\": \"urn:uuid:MDE0000011021441bd3f408d\"\n}"},{"id":"6a810e1e-91ff-458b-864b-2de08bf6db00","name":"Pendable - Already Paid","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"},{"key":"x-transaction-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    // \"correlationId\": \"urn:uuid:MDE000008f5e3788a25f450d\",\r\n    \"patientClaimInteractive\": {\r\n        \"accountPaidInd\": \"Y\",\r\n        \"authorisationDate\": \"2025-09-17\",\r\n        \"submissionAuthorityInd\": \"Y\",\r\n        //\"accountReferenceId\": \"REF12345\",\r\n        \"serviceProvider\": {\r\n            \"providerNumber\": \"2447781L\"\r\n        },\r\n        \"patient\": {\r\n            \"identity\": {\r\n                \"dateOfBirth\": \"2009-02-08\",\r\n                \"familyName\": \"FLETCHER\",\r\n                \"givenName\": \"Clint\"\r\n            },\r\n            \"medicare\": {\r\n                \"memberNumber\": \"4951525561\",\r\n                \"memberRefNumber\": \"3\"\r\n            }\r\n        },\r\n        \"claimant\": {\r\n            \"identity\": {\r\n                \"dateOfBirth\": \"2009-02-08\",\r\n                \"familyName\": \"FLETCHER\",\r\n                \"givenName\": \"Clint\"\r\n            },\r\n            \"medicare\": {\r\n                \"memberNumber\": \"4951525561\",\r\n                \"memberRefNumber\": \"3\"\r\n            }\r\n        },\r\n        \"medicalEvent\": [\r\n            {\r\n                \"id\": \"01\",\r\n                \"medicalEventDate\": \"2025-09-17\",\r\n                // \"medicalEventTime\": \"08:30:00+10:00\",\r\n                \"service\": [\r\n                    {\r\n                        \"id\": \"0001\",\r\n                        \"itemNumber\": \"23\",\r\n                        \"chargeAmount\": \"15075\"\r\n                        //,\"aftercareOverrideInd\": \"Y\"\r\n                       // ,\"duplicateServiceOverrideInd\": \"Y\"\r\n                       // ,\"multipleProcedureOverrideInd\": \"Y\"\r\n                        ,\"numberOfPatientsSeen\": \"1\"\r\n                        //,\"restrictiveOverrideCode\": \"NR\"\r\n                         //,\"timeDuration\":\"030\"\r\n                       // ,\"text\": \"reason\"\r\n                        // ,\"fieldQuantity\":\"2\"\r\n                    }\r\n                    , {\r\n                        \"id\": \"0002\",\r\n                        \"itemNumber\": \"57506\",\r\n                        \"chargeAmount\": \"15075\"\r\n                       ,\"lspNumber\":\"000014\"\r\n\r\n                        //,\"aftercareOverrideInd\": \"Y\"\r\n                       // ,\"duplicateServiceOverrideInd\": \"Y\"\r\n                       // ,\"multipleProcedureOverrideInd\": \"Y\"\r\n                        //,\"numberOfPatientsSeen\": \"1\"\r\n                        //,\"restrictiveOverrideCode\": \"NR\"\r\n                         //,\"timeDuration\":\"030\"\r\n                         //,\"fieldQuantity\":\"2\"\r\n                       // ,\"text\": \"reason\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/Medicare/patientclaiminteractive/general/v1"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 23 Dec 2025 22:19:30 GMT"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:a82b3763-6878-4bdd-9ecb-93ac5af8604e"}],"cookie":[],"responseTime":null,"body":"{\n    \"claimAssessment\": {\n        \"medicalEvent\": [\n            {\n                \"service\": [\n                    {\n                        \"error\": {\n                            \"code\": 9632,\n                            \"text\": \"Duplicate of service already paid.  If not duplicate resubmit with appropriate indication.\"\n                        },\n                        \"id\": \"0001\",\n                        \"assessmentCode\": \"ACCEPTABLE_ERROR\",\n                        \"chargeAmount\": \"15075\",\n                        \"itemNumber\": \"23\",\n                        \"numberOfPatientsSeen\": \"1\"\n                    },\n                    {\n                        \"id\": \"0002\",\n                        \"assessmentCode\": \"NOT_ASSESSED\",\n                        \"chargeAmount\": \"15075\",\n                        \"itemNumber\": \"57506\"\n                    }\n                ],\n                \"eventDate\": \"2025-09-17\",\n                \"id\": \"01\"\n            }\n        ],\n        \"claimId\": \"MDE0000024122509193159\"\n    },\n    \"status\": \"MEDICARE_PENDABLE\",\n    \"correlationId\": \"urn:uuid:MDE0000013b6e886ab32462b\"\n}"},{"id":"27c301bd-f90c-4b93-bb5b-a083465eb6dc","name":"Pended","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"},{"key":"x-transaction-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"correlationId\": \"urn:uuid:MDE00000fad51a2057464891\",\r\n    \"patientClaimInteractive\": {\r\n        \"accountPaidInd\": \"Y\",\r\n        \"accountReferenceId\": \"REF12345\",\r\n        \"authorisationDate\": \"2025-11-01\",\r\n        \"submissionAuthorityInd\": \"Y\",\r\n        \"serviceProvider\": {\r\n            \"providerNumber\": \"2447781L\"\r\n        },\r\n        \"claimant\": {\r\n            \"identity\": {\r\n                \"dateOfBirth\": \"2009-02-09\",\r\n                \"familyName\": \"FLETCHER\",\r\n                \"givenName\": \"Clint\"\r\n            },\r\n            \"medicare\": {\r\n                \"memberNumber\": \"4951525561\",\r\n                \"memberRefNumber\": \"3\"\r\n            }\r\n        },\r\n        \"patient\": {\r\n            \"identity\": {\r\n                \"dateOfBirth\": \"2009-02-08\",\r\n                \"familyName\": \"FLETCHER\",\r\n                \"givenName\": \"Clint\"\r\n            },\r\n            \"medicare\": {\r\n                \"memberNumber\": \"4951525561\",\r\n                \"memberRefNumber\": \"3\"\r\n            }\r\n        },\r\n        \"medicalEvent\": [\r\n            {\r\n                \"id\": \"01\",\r\n                \"medicalEventDate\": \"2025-11-01\",\r\n                \"medicalEventTime\": \"08:30:00+10:00\",\r\n                \"service\": [\r\n                    {\r\n                        \"id\": \"0001\",\r\n                        \"itemNumber\": \"3\",\r\n                        \"chargeAmount\": \"15075\",\r\n                        \"aftercareOverrideInd\": \"Y\",\r\n                        \"duplicateServiceOverrideInd\": \"Y\",\r\n                        \"multipleProcedureOverrideInd\": \"Y\",\r\n                        \"numberOfPatientsSeen\": \"1\",\r\n                        \"restrictiveOverrideCode\": \"NR\",\r\n                        \"text\": \"General Consultation\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/Medicare/patientclaiminteractive/general/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 23 Dec 2025 22:18:40 GMT"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:a82b3763-6878-4bdd-9ecb-93ac5af8604e"}],"cookie":[],"responseTime":null,"body":"{\n    \"claimAssessment\": {\n        \"medicalEvent\": [\n            {\n                \"service\": [\n                    {\n                        \"id\": \"0001\",\n                        \"chargeAmount\": \"15075\",\n                        \"itemNumber\": \"3\",\n                        \"numberOfPatientsSeen\": \"1\"\n                    }\n                ],\n                \"eventDate\": \"2025-11-01\",\n                \"id\": \"01\"\n            }\n        ],\n        \"claimId\": \"MDE0000024122509184117\"\n    },\n    \"status\": \"MEDICARE_PENDED\",\n    \"correlationId\": \"urn:uuid:MDE00000fad51a2057464891\"\n}"}],"_postman_id":"34e3ffc3-b68a-46d0-86a6-b1cb4ef0a9ab"},{"name":"PatientClaimInteractive - Specialist","id":"822e12b5-1032-4c73-9efc-cb15a595d1a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    //\"correlationId\": \"urn:uuid:MDE00000d7c772b5468f4854\",\r\n    \"patientClaimInteractive\": {\r\n        \"accountPaidInd\": \"N\",\r\n        //\"accountReferenceId\": \"ACC123\",\r\n        \"authorisationDate\": \"2025-09-01\",\r\n        \"submissionAuthorityInd\": \"Y\",\r\n        // \"referral\": {\r\n        //   \"provider\": {\r\n        //     \"providerNumber\": \"2447791K\"\r\n        //   },\r\n        //   \"issueDate\": \"2025-07-15\",\r\n        //   \"periodCode\": \"S\",\r\n        //   \"typeCode\": \"S\"\r\n        //   //\"period\": \"6\",\r\n        // },\r\n        \"referralOverrideCode\": \"H\",\r\n        \"serviceProvider\": {\r\n            \"providerNumber\": \"2447781L\"\r\n        },\r\n        \"patient\": {\r\n            \"identity\": {\r\n                \"dateOfBirth\": \"1986-12-18\",\r\n                \"familyName\": \"FLETCHER\",\r\n                \"givenName\": \"Edmond\"\r\n                //\"secondInitial\": \"\",\r\n                // \"sex\": \"1\"\r\n            },\r\n            \"medicare\": {\r\n                \"memberNumber\": \"4951525561\",\r\n                \"memberRefNumber\": \"2\"\r\n            }\r\n        },\r\n        \"claimant\": {\r\n           \"identity\": {\r\n                \"dateOfBirth\": \"2009-02-08\",\r\n                \"familyName\": \"FLETCHER\",\r\n                \"givenName\": \"Clint\"\r\n            },\r\n            \"medicare\": {\r\n                \"memberNumber\": \"4951525561\",\r\n                \"memberRefNumber\": \"3\"\r\n            }\r\n              ,\"contactDetails\": {\r\n                \"name\": \"Jane Doe\",\r\n                \"phoneNumber\": \"0412345678\",\r\n                \"emailAddress\": \"jane.doe@example.com\"\r\n              },\r\n            \r\n            // ,\"eftDetails\": {\r\n            //     \"accountName\": \"Jane Doe\",\r\n            //     \"accountNumber\": \"123456789\",\r\n            //     \"bsbCode\": \"062000\"\r\n            // }\r\n            \"residentialAddress\": {\r\n                \"addressLineOne\": \"123 Main St\",\r\n                \"addressLineTwo\": \"Unit 4\",\r\n                \"locality\": \"Sydney\",\r\n                \"postcode\": \"2000\"\r\n            }\r\n        },\r\n        \"medicalEvent\": [\r\n            {\r\n                \"id\": \"01\",\r\n                \"medicalEventDate\": \"2025-09-01\",\r\n                //\"medicalEventTime\": \"08:30:00+10:00\",\r\n                \"service\": [\r\n                    {\r\n                        \"id\": \"1001\",\r\n                        \"itemNumber\": \"104\",\r\n                        \"chargeAmount\": \"25000\"\r\n                        //,\"aftercareOverrideInd\": \"Y\"\r\n                        //,\"duplicateServiceOverrideInd\": \"Y\"\r\n                        //,\"multipleProcedureOverrideInd\": \"Y\"\r\n                        //,\"numberOfPatientsSeen\": \"1\"\r\n                        //,\"restrictiveOverrideCode\": \"NR\"\r\n                        //,\"text\": \"Specialist Consultation\"\r\n                        ,\r\n                        \"facilityId\": \"9988770W\",\r\n                        \"hospitalInd\": \"Y\"\r\n                        ,\"patientContribAmount\": \"5000\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n        // \"payeeProvider\": {\r\n        //   \"providerNumber\": \"2447781L\"\r\n        // },\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/Medicare/patientclaiminteractive/specialist/v1","description":"<h3 id=\"patient-claim-interactive---specialist\">Patient claim interactive - specialist</h3>\n","auth":{"type":"apikey","apikey":{"value":"{{ApiKey}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"3535d25c-226d-431f-89db-6ff2f34804b1","id":"3535d25c-226d-431f-89db-6ff2f34804b1","name":"RebateRight","type":"collection"}},"urlObject":{"path":["Medicare","patientclaiminteractive","specialist","v1"],"host":["{{hostURL}}"],"query":[],"variable":[]}},"response":[{"id":"dbe575b3-d2a1-441c-a439-985fc7ae0d76","name":"Rejected","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"patientClaimInteractive\": {\r\n    \"accountPaidInd\": \"Y\",\r\n    \"accountReferenceId\": \"SPEC12345\",\r\n    \"authorisationDate\": \"2025-08-25\",\r\n    \"submissionAuthorityInd\": \"Y\",\r\n    \"serviceProvider\": {\r\n      \"providerNumber\": \"2447781L\"\r\n    },\r\n    \"claimant\": {\r\n      \"identity\": {\r\n        \"dateOfBirth\": \"1978-03-15\",\r\n        \"familyName\": \"Doe\",\r\n        \"givenName\": \"Jane\",\r\n        \"secondInitial\": \"A\",\r\n        \"sex\": \"1\"\r\n      },\r\n      \"medicare\": {\r\n        \"memberNumber\": \"4951525562\",\r\n        \"memberRefNumber\": \"1\"\r\n      },\r\n      \"contactDetails\": {\r\n        \"name\": \"Jane Doe\",\r\n        \"phoneNumber\": \"0412345678\",\r\n        \"emailAddress\": \"jane.doe@example.com\"\r\n      },\r\n      \"eftDetails\": {\r\n        \"accountName\": \"Jane Doe\",\r\n        \"accountNumber\": \"123456789\",\r\n        \"bsbCode\": \"062000\"\r\n      },\r\n      \"residentialAddress\": {\r\n        \"addressLineOne\": \"123 Main St\",\r\n        \"addressLineTwo\": \"Unit 4\",\r\n        \"locality\": \"Sydney\",\r\n        \"postcode\": \"2000\"\r\n      }\r\n    },\r\n    \"patient\": {\r\n      \"identity\": {\r\n        \"dateOfBirth\": \"1978-03-15\",\r\n        \"familyName\": \"Doe\",\r\n        \"givenName\": \"Jane\",\r\n        \"secondInitial\": \"A\",\r\n        \"sex\": \"1\"\r\n      },\r\n      \"medicare\": {\r\n        \"memberNumber\": \"4951525562\",\r\n        \"memberRefNumber\": \"1\"\r\n      }\r\n    },\r\n    \"medicalEvent\": [\r\n      {\r\n        \"id\": \"01\",\r\n        \"medicalEventDate\": \"2025-08-20\",\r\n        \"medicalEventTime\": \"09:00:00+10:00\",\r\n        \"service\": [\r\n          {\r\n            \"id\": \"1001\",\r\n            \"itemNumber\": \"1\",\r\n            \"chargeAmount\": \"25000\",\r\n            \"aftercareOverrideInd\": \"Y\",\r\n            //\"duplicateServiceOverrideInd\": \"Y\",\r\n            //\"multipleProcedureOverrideInd\": \"Y\",\r\n            \"numberOfPatientsSeen\": \"1\",\r\n            \"restrictiveOverrideCode\": \"NR\",\r\n            \"text\": \"Specialist Consultation\",\r\n            \"facilityId\": \"9988770W\"//,\r\n            //\"hospitalInd\": \"Y\",\r\n            //\"patientContribAmount\": \"5000\"\r\n          }\r\n        ]\r\n      }\r\n    ],\r\n    // \"payeeProvider\": {\r\n    //   \"providerNumber\": \"2447781L\"\r\n    // },\r\n    // \"referral\": {\r\n    //   \"provider\": {\r\n    //     \"providerNumber\": \"2447782M\"\r\n    //   },\r\n    //   \"issueDate\": \"2025-07-15\",\r\n    //   \"typeCode\": \"R\",\r\n    //   \"period\": \"6\",\r\n    //   \"periodCode\": \"M\"\r\n    // },\r\n    \"referralOverrideCode\": \"E\"\r\n  }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/Medicare/patientclaiminteractive/specialist/v1"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 25 Aug 2025 10:39:23 GMT"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:a82b3763-6878-4bdd-9ecb-93ac5af8604e"}],"cookie":[],"responseTime":null,"body":"{\n    \"claimAssessment\": {\n        \"error\": {\n            \"code\": 9605,\n            \"text\": \"Another Medicare Card may have been issued to the patient or the details you entered do not match those held by Medicare. Please update your records and resubmit the claim.\"\n        },\n        \"claimId\": \"MDE0000025082520392376\"\n    },\n    \"status\": \"MEDICARE_REJECTED\"\n}"},{"id":"d5de0be5-0699-4aa8-bcaf-2be0f70beab0","name":"Assessed","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"patientClaimInteractive\": {\r\n    \"accountPaidInd\": \"Y\",\r\n    \"accountReferenceId\": \"SPEC12345\",\r\n    \"authorisationDate\": \"2025-08-25\",\r\n    \"submissionAuthorityInd\": \"Y\",\r\n    \"serviceProvider\": {\r\n      \"providerNumber\": \"2447781L\"\r\n    },\r\n    \"claimant\": {\r\n      \"identity\": {\r\n        \"dateOfBirth\": \"1986-12-18\",\r\n        \"familyName\": \"FLETCHER\",\r\n        \"givenName\": \"Edmond\",\r\n        //\"secondInitial\": \"A\",\r\n        \"sex\": \"1\"\r\n      },\r\n      \"medicare\": {\r\n        \"memberNumber\": \"4951525561\",\r\n        \"memberRefNumber\": \"3\"\r\n      },\r\n      \"contactDetails\": {\r\n        \"name\": \"Jane Doe\",\r\n        \"phoneNumber\": \"0412345678\",\r\n        \"emailAddress\": \"jane.doe@example.com\"\r\n      },\r\n      \"eftDetails\": {\r\n        \"accountName\": \"Jane Doe\",\r\n        \"accountNumber\": \"123456789\",\r\n        \"bsbCode\": \"062000\"\r\n      },\r\n      \"residentialAddress\": {\r\n        \"addressLineOne\": \"123 Main St\",\r\n        \"addressLineTwo\": \"Unit 4\",\r\n        \"locality\": \"Sydney\",\r\n        \"postcode\": \"2000\"\r\n      }\r\n    },\r\n    \"patient\": {\r\n      \"identity\": {\r\n        \"dateOfBirth\": \"1986-12-18\",\r\n        \"familyName\": \"FLETCHER\",\r\n        \"givenName\": \"Edmond\",\r\n        //\"secondInitial\": \"\",\r\n        \"sex\": \"1\"\r\n      },\r\n      \"medicare\": {\r\n        \"memberNumber\": \"4951525561\",\r\n        \"memberRefNumber\": \"2\"\r\n      }\r\n    },\r\n    \"medicalEvent\": [\r\n      {\r\n        \"id\": \"01\",\r\n        \"medicalEventDate\": \"2025-08-20\",\r\n        \"medicalEventTime\": \"09:00:00+10:00\",\r\n        \"service\": [\r\n          {\r\n            \"id\": \"1001\",\r\n            \"itemNumber\": \"23\",\r\n            \"chargeAmount\": \"25000\",\r\n            \"aftercareOverrideInd\": \"Y\",\r\n            \"duplicateServiceOverrideInd\": \"Y\",\r\n            //\"multipleProcedureOverrideInd\": \"Y\",\r\n            \"numberOfPatientsSeen\": \"1\",\r\n            //\"restrictiveOverrideCode\": \"NR\",\r\n            \"text\": \"Specialist Consultation\",\r\n            \"facilityId\": \"9988770W\"//,\r\n            //\"hospitalInd\": \"Y\",\r\n            //\"patientContribAmount\": \"5000\"\r\n          }\r\n        ]\r\n      }\r\n    ],\r\n    // \"payeeProvider\": {\r\n    //   \"providerNumber\": \"2447781L\"\r\n    // },\r\n    // \"referral\": {\r\n    //   \"provider\": {\r\n    //     \"providerNumber\": \"2447782M\"\r\n    //   },\r\n    //   \"issueDate\": \"2025-07-15\",\r\n    //   \"typeCode\": \"R\",\r\n    //   \"period\": \"6\",\r\n    //   \"periodCode\": \"M\"\r\n    // },\r\n    \"referralOverrideCode\": \"E\"\r\n  }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/Medicare/patientclaiminteractive/specialist/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 29 Aug 2025 02:12:02 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"claimAssessment\": {\n        \"claimant\": {\n            \"currentMembership\": {\n                \"memberNumber\": \"4951525561\",\n                \"memberRefNumber\": \"2\"\n            }\n        },\n        \"medicalEvent\": [\n            {\n                \"service\": [\n                    {\n                        \"id\": \"1001\",\n                        \"assessmentCode\": \"ASSESSED\",\n                        \"benefitPaid\": \"4390\",\n                        \"chargeAmount\": \"25000\",\n                        \"itemNumber\": \"23\",\n                        \"numberOfPatientsSeen\": \"1\"\n                    }\n                ],\n                \"eventDate\": \"2025-08-20\",\n                \"id\": \"01\"\n            }\n        ],\n        \"error\": {\n            \"code\": 9783,\n            \"text\": \"The claimant will need to update their bank details registered with Medicare. This can be done through their Medicare online account, by calling Medicare or visiting a Service Centre.\"\n        },\n        \"claimId\": \"MDE0000029082512120428\"\n    },\n    \"status\": \"MEDICARE_ASSESSED\",\n    \"transactionId\": \"urn:uuid:MDE000001d00753cdd504109\"\n}"}],"_postman_id":"822e12b5-1032-4c73-9efc-cb15a595d1a8"},{"name":"PatientClaimInteractive - Pathology","id":"630fe95d-5e6b-40ca-8615-dab40d937e82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    //\"correlationId\": \"urn:uuid:MDE0000040eb793b5d174d50\",\r\n    \"patientClaimInteractive\": {\r\n        \"accountPaidInd\": \"N\",\r\n        \"accountReferenceId\": \"SPEC12345\",\r\n        \"authorisationDate\": \"2025-09-03\",\r\n        \"submissionAuthorityInd\": \"Y\",\r\n        \"referral\": {\r\n            \"provider\": {\r\n                \"providerNumber\": \"2447781L\"\r\n            },\r\n            \"issueDate\": \"2025-07-15\",\r\n            \"typeCode\": \"P\"\r\n            //,\"period\": \"6\",\r\n            //,\"periodCode\": \"M\"\r\n        },\r\n        // \"referralOverrideCode\": \"N\",\r\n        \"serviceProvider\": {\r\n            \"providerNumber\": \"2446081F\"\r\n        },\r\n        \"patient\": {\r\n            \"identity\": {\r\n                \"dateOfBirth\": \"1980-01-01\",\r\n                \"familyName\": \"Jones\",\r\n                \"givenName\": \"Marrianna-Louise\"\r\n            },\r\n            \"medicare\": {\r\n                \"memberNumber\": \"2298039875\",\r\n                \"memberRefNumber\": \"1\"\r\n            }\r\n        },\r\n        \"claimant\": {\r\n            \"identity\": {\r\n                \"dateOfBirth\": \"2009-02-08\",\r\n                \"familyName\": \"FLETCHER\",\r\n                \"givenName\": \"Clint\"\r\n            },\r\n            \"medicare\": {\r\n                \"memberNumber\": \"4951525561\",\r\n                \"memberRefNumber\": \"3\"\r\n            }\r\n            //  , \"contactDetails\": {\r\n            //     \"name\": \"Jane Doe\",\r\n            //     \"phoneNumber\": \"0412345678\",\r\n            //     \"emailAddress\": \"jane.doe@example.com\"\r\n            //   }\r\n            //  , \"eftDetails\": {\r\n            //     \"accountName\": \"Jane Doe\",\r\n            //     \"accountNumber\": \"123456789\",\r\n            //     \"bsbCode\": \"062000\"\r\n            //   },\r\n            //   \"residentialAddress\": {\r\n            //     \"addressLineOne\": \"123 Main St\",\r\n            //     \"addressLineTwo\": \"Unit 4\",\r\n            //     \"locality\": \"Sydney\",\r\n            //     \"postcode\": \"2000\"\r\n            //   }\r\n        },\r\n        \"medicalEvent\": [\r\n            {\r\n                \"id\": \"01\",\r\n                \"medicalEventDate\": \"2025-09-01\",\r\n                // \"medicalEventTime\": \"09:00:00+10:00\",\r\n                \"service\": [\r\n                    {\r\n                        \"id\": \"1001\",\r\n                        \"itemNumber\": \"65120\",\r\n                        \"chargeAmount\": \"2505\",\r\n                        \"scpId\": \"00001\"\r\n                        // ,\"selfDeemedCode\":\"SD\"\r\n                        // ,\"collectionDateTime\":\"2025-09-01T08:30:00+10:00\"\r\n                        // ,\"accessionDateTime\":\"2025-09-01T08:30:00+10:00\"\r\n                        //,\"aftercareOverrideInd\": \"Y\"\r\n                        //,\"duplicateServiceOverrideInd\": \"Y\"\r\n                        //,\"multipleProcedureOverrideInd\": \"Y\"\r\n                        //,\"numberOfPatientsSeen\": \"1\"\r\n                        //,\"restrictiveOverrideCode\": \"NR\"\r\n                        //,\"text\": \"Specialist Consultation\"\r\n                        // ,\"facilityId\": \"9988770W\"\r\n                        // ,\"hospitalInd\": \"Y\"\r\n                        //,\"s4b3ExemptInd\":\"Y\"\r\n                        //  ,\"rule3ExemptInd\":\"Y\"\r\n                        ,\r\n                        \"patientContribAmount\": \"1500\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n        // ,\"payeeProvider\": {\r\n        //   \"providerNumber\": \"0000000X\"\r\n        // }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/Medicare/patientclaiminteractive/pathology/v1","description":"<h3 id=\"patient-claim-interactive---pathology\">Patient claim interactive - pathology</h3>\n","auth":{"type":"apikey","apikey":{"value":"{{ApiKey}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"3535d25c-226d-431f-89db-6ff2f34804b1","id":"3535d25c-226d-431f-89db-6ff2f34804b1","name":"RebateRight","type":"collection"}},"urlObject":{"path":["Medicare","patientclaiminteractive","pathology","v1"],"host":["{{hostURL}}"],"query":[],"variable":[]}},"response":[{"id":"37a882d3-c4d8-4b01-bcab-a797b301041c","name":"Error","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"patientClaimInteractive\": {\r\n    \"accountPaidInd\": \"Y\",\r\n    \"accountReferenceId\": \"SPEC12345\",\r\n    \"authorisationDate\": \"2025-08-25\",\r\n    \"submissionAuthorityInd\": \"Y\",\r\n    \"serviceProvider\": {\r\n      \"providerNumber\": \"2447781L\"\r\n    },\r\n    \"claimant\": {\r\n      \"identity\": {\r\n        \"dateOfBirth\": \"2009-02-08\",\r\n        \"familyName\": \"FLETCHER\",\r\n        \"givenName\": \"Clint\",\r\n        //\"secondInitial\": \"A\",\r\n        \"sex\": \"1\"\r\n      },\r\n      \"medicare\": {\r\n        \"memberNumber\": \"4951525561\",\r\n        \"memberRefNumber\": \"3\"\r\n      },\r\n      \"contactDetails\": {\r\n        \"name\": \"Jane Doe\",\r\n        \"phoneNumber\": \"0412345678\",\r\n        \"emailAddress\": \"jane.doe@example.com\"\r\n      },\r\n      \"eftDetails\": {\r\n        \"accountName\": \"Jane Doe\",\r\n        \"accountNumber\": \"123456789\",\r\n        \"bsbCode\": \"062000\"\r\n      },\r\n      \"residentialAddress\": {\r\n        \"addressLineOne\": \"123 Main St\",\r\n        \"addressLineTwo\": \"Unit 4\",\r\n        \"locality\": \"Sydney\",\r\n        \"postcode\": \"2000\"\r\n      }\r\n    },\r\n    \"patient\": {\r\n      \"identity\": {\r\n        \"dateOfBirth\": \"2009-02-08\",\r\n        \"familyName\": \"FLETCHER\",\r\n        \"givenName\": \"Clint\",\r\n        //\"secondInitial\": \"\",\r\n        \"sex\": \"1\"\r\n      },\r\n      \"medicare\": {\r\n        \"memberNumber\": \"4951525561\",\r\n        \"memberRefNumber\": \"3\"\r\n      }\r\n    },\r\n    \"medicalEvent\": [\r\n      {\r\n        \"id\": \"01\",\r\n        \"medicalEventDate\": \"2025-08-20\",\r\n        \"medicalEventTime\": \"09:00:00+10:00\",\r\n        \"service\": [\r\n          {\r\n            \"id\": \"1001\",\r\n            \"itemNumber\": \"3\",\r\n            \"chargeAmount\": \"25000\",\r\n            \"aftercareOverrideInd\": \"Y\",\r\n            //\"duplicateServiceOverrideInd\": \"Y\",\r\n            //\"multipleProcedureOverrideInd\": \"Y\",\r\n            \"numberOfPatientsSeen\": \"1\",\r\n            \"restrictiveOverrideCode\": \"NR\",\r\n            \"text\": \"Specialist Consultation\",\r\n            \"facilityId\": \"9988770W\"//,\r\n            //\"hospitalInd\": \"Y\",\r\n            //\"patientContribAmount\": \"5000\"\r\n          }\r\n        ]\r\n      }\r\n    ],\r\n    // \"payeeProvider\": {\r\n    //   \"providerNumber\": \"2447781L\"\r\n    // },\r\n    // \"referral\": {\r\n    //   \"provider\": {\r\n    //     \"providerNumber\": \"2447782M\"\r\n    //   },\r\n    //   \"issueDate\": \"2025-07-15\",\r\n    //   \"typeCode\": \"R\",\r\n    //   \"period\": \"6\",\r\n    //   \"periodCode\": \"M\"\r\n    // },\r\n    \"referralOverrideCode\": \"E\"\r\n  }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/Medicare/patientclaiminteractive/pathology/v1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 29 Aug 2025 08:30:36 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"highestSeverity\": \"Error\",\n    \"serviceMessage\": [\n        {\n            \"code\": \"2030\",\n            \"severity\": \"Error\",\n            \"reason\": \"The details in this claim are inconsistent with the service called. A Pathology Service must contain a Pathology Request, Referral Override Code of N or a Self Deemed Code of SD against at least one service. Amend and resubmit.\"\n        }\n    ],\n    \"correlationId\": \"urn:uuid:MDE000001f877158b742459e\"\n}"},{"id":"3468de4e-097a-4fca-ae06-3d0932fd91f8","name":"Pendable - Already Paid","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"patientClaimInteractive\": {\r\n    \"accountPaidInd\": \"Y\",\r\n    \"accountReferenceId\": \"SPEC12345\",\r\n    \"authorisationDate\": \"2025-08-25\",\r\n    \"submissionAuthorityInd\": \"Y\",\r\n    \"serviceProvider\": {\r\n      \"providerNumber\": \"2447781L\"\r\n    },\r\n    \"claimant\": {\r\n      \"identity\": {\r\n        \"dateOfBirth\": \"2009-02-08\",\r\n        \"familyName\": \"FLETCHER\",\r\n        \"givenName\": \"Clint\",\r\n        //\"secondInitial\": \"A\",\r\n        \"sex\": \"1\"\r\n      },\r\n      \"medicare\": {\r\n        \"memberNumber\": \"4951525561\",\r\n        \"memberRefNumber\": \"3\"\r\n      },\r\n      \"contactDetails\": {\r\n        \"name\": \"Jane Doe\",\r\n        \"phoneNumber\": \"0412345678\",\r\n        \"emailAddress\": \"jane.doe@example.com\"\r\n      },\r\n      \"eftDetails\": {\r\n        \"accountName\": \"Jane Doe\",\r\n        \"accountNumber\": \"123456789\",\r\n        \"bsbCode\": \"062000\"\r\n      },\r\n      \"residentialAddress\": {\r\n        \"addressLineOne\": \"123 Main St\",\r\n        \"addressLineTwo\": \"Unit 4\",\r\n        \"locality\": \"Sydney\",\r\n        \"postcode\": \"2000\"\r\n      }\r\n    },\r\n    \"patient\": {\r\n      \"identity\": {\r\n        \"dateOfBirth\": \"2009-02-08\",\r\n        \"familyName\": \"FLETCHER\",\r\n        \"givenName\": \"Clint\",\r\n        //\"secondInitial\": \"\",\r\n        \"sex\": \"1\"\r\n      },\r\n      \"medicare\": {\r\n        \"memberNumber\": \"4951525561\",\r\n        \"memberRefNumber\": \"3\"\r\n      }\r\n    },\r\n    \"medicalEvent\": [\r\n      {\r\n        \"id\": \"01\",\r\n        \"medicalEventDate\": \"2025-08-20\",\r\n        \"medicalEventTime\": \"09:00:00+10:00\",\r\n        \"service\": [\r\n          {\r\n            \"id\": \"1001\",\r\n            \"itemNumber\": \"3\",\r\n            \"chargeAmount\": \"25000\",\r\n            //\"aftercareOverrideInd\": \"Y\",\r\n            //\"duplicateServiceOverrideInd\": \"Y\",\r\n            //\"multipleProcedureOverrideInd\": \"Y\",\r\n            //\"numberOfPatientsSeen\": \"1\",\r\n            //\"restrictiveOverrideCode\": \"NR\",\r\n            \"text\": \"Specialist Consultation\",\r\n            \"facilityId\": \"9988770W\"//,\r\n            //\"hospitalInd\": \"Y\",\r\n            //\"patientContribAmount\": \"5000\"\r\n          }\r\n        ]\r\n      }\r\n    ],\r\n    // \"payeeProvider\": {\r\n    //   \"providerNumber\": \"2447781L\"\r\n    // },\r\n    // \"referral\": {\r\n    //   \"provider\": {\r\n    //     \"providerNumber\": \"2447782M\"\r\n    //   },\r\n    //   \"issueDate\": \"2025-07-15\",\r\n    //   \"typeCode\": \"R\",\r\n    //   \"period\": \"6\",\r\n    //   \"periodCode\": \"M\"\r\n    // },\r\n    \"referralOverrideCode\": \"N\"\r\n  }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/Medicare/patientclaiminteractive/pathology/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 29 Aug 2025 08:30:49 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"claimAssessment\": {\n        \"medicalEvent\": [\n            {\n                \"service\": [\n                    {\n                        \"error\": {\n                            \"code\": 9632,\n                            \"text\": \"Duplicate of service already paid.  If not duplicate resubmit with appropriate indication.\"\n                        },\n                        \"id\": \"1001\",\n                        \"assessmentCode\": \"ACCEPTABLE_ERROR\",\n                        \"chargeAmount\": \"25000\",\n                        \"itemNumber\": \"3\"\n                    }\n                ],\n                \"eventDate\": \"2025-08-20\",\n                \"id\": \"01\"\n            }\n        ],\n        \"claimId\": \"MDE0000029082518305141\"\n    },\n    \"status\": \"MEDICARE_PENDABLE\",\n    \"correlationId\": \"urn:uuid:MDE00000a19f3e049dc64f06\"\n}"},{"id":"64c7288e-e478-46c2-a3e3-00219bd96699","name":"Rejected - Unknown Item","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"patientClaimInteractive\": {\r\n    \"accountPaidInd\": \"Y\",\r\n    \"accountReferenceId\": \"SPEC12345\",\r\n    \"authorisationDate\": \"2025-08-25\",\r\n    \"submissionAuthorityInd\": \"Y\",\r\n    \"serviceProvider\": {\r\n      \"providerNumber\": \"2447781L\"\r\n    },\r\n    \"claimant\": {\r\n      \"identity\": {\r\n        \"dateOfBirth\": \"2009-02-08\",\r\n        \"familyName\": \"FLETCHER\",\r\n        \"givenName\": \"Clint\",\r\n        //\"secondInitial\": \"A\",\r\n        \"sex\": \"1\"\r\n      },\r\n      \"medicare\": {\r\n        \"memberNumber\": \"4951525561\",\r\n        \"memberRefNumber\": \"3\"\r\n      },\r\n      \"contactDetails\": {\r\n        \"name\": \"Jane Doe\",\r\n        \"phoneNumber\": \"0412345678\",\r\n        \"emailAddress\": \"jane.doe@example.com\"\r\n      },\r\n      \"eftDetails\": {\r\n        \"accountName\": \"Jane Doe\",\r\n        \"accountNumber\": \"123456789\",\r\n        \"bsbCode\": \"062000\"\r\n      },\r\n      \"residentialAddress\": {\r\n        \"addressLineOne\": \"123 Main St\",\r\n        \"addressLineTwo\": \"Unit 4\",\r\n        \"locality\": \"Sydney\",\r\n        \"postcode\": \"2000\"\r\n      }\r\n    },\r\n    \"patient\": {\r\n      \"identity\": {\r\n        \"dateOfBirth\": \"2009-02-08\",\r\n        \"familyName\": \"FLETCHER\",\r\n        \"givenName\": \"Clint\",\r\n        //\"secondInitial\": \"\",\r\n        \"sex\": \"1\"\r\n      },\r\n      \"medicare\": {\r\n        \"memberNumber\": \"4951525561\",\r\n        \"memberRefNumber\": \"3\"\r\n      }\r\n    },\r\n    \"medicalEvent\": [\r\n      {\r\n        \"id\": \"01\",\r\n        \"medicalEventDate\": \"2025-08-20\",\r\n        \"medicalEventTime\": \"09:00:00+10:00\",\r\n        \"service\": [\r\n          {\r\n            \"id\": \"1001\",\r\n            \"itemNumber\": \"5\",\r\n            \"chargeAmount\": \"25000\",\r\n            //\"aftercareOverrideInd\": \"Y\",\r\n            //\"duplicateServiceOverrideInd\": \"Y\",\r\n            //\"multipleProcedureOverrideInd\": \"Y\",\r\n            //\"numberOfPatientsSeen\": \"1\",\r\n            //\"restrictiveOverrideCode\": \"NR\",\r\n            \"text\": \"Specialist Consultation\",\r\n            \"facilityId\": \"9988770W\"//,\r\n            //\"hospitalInd\": \"Y\",\r\n            //\"patientContribAmount\": \"5000\"\r\n          }\r\n        ]\r\n      }\r\n    ],\r\n    // \"payeeProvider\": {\r\n    //   \"providerNumber\": \"2447781L\"\r\n    // },\r\n    // \"referral\": {\r\n    //   \"provider\": {\r\n    //     \"providerNumber\": \"2447782M\"\r\n    //   },\r\n    //   \"issueDate\": \"2025-07-15\",\r\n    //   \"typeCode\": \"R\",\r\n    //   \"period\": \"6\",\r\n    //   \"periodCode\": \"M\"\r\n    // },\r\n    \"referralOverrideCode\": \"N\"\r\n  }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/Medicare/patientclaiminteractive/pathology/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 29 Aug 2025 08:31:04 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"claimAssessment\": {\n        \"medicalEvent\": [\n            {\n                \"service\": [\n                    {\n                        \"error\": {\n                            \"code\": 9611,\n                            \"text\": \"Check item. The item claimed is either unknown or invalid at the date of service. Eg Misc, incorrect alpha included.\"\n                        },\n                        \"id\": \"1001\",\n                        \"assessmentCode\": \"UNACCEPTABLE_ERROR\",\n                        \"chargeAmount\": \"25000\",\n                        \"itemNumber\": \"5\"\n                    }\n                ],\n                \"eventDate\": \"2025-08-20\",\n                \"id\": \"01\"\n            }\n        ],\n        \"claimId\": \"MDE0000029082518310603\"\n    },\n    \"status\": \"MEDICARE_REJECTED\",\n    \"correlationId\": \"urn:uuid:MDE000007a12f575221b43bf\"\n}"},{"id":"0bfe98f9-2f29-4b13-802f-7da959ee2a06","name":"Pended","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"correlationId\": \"urn:uuid:MDE0000040eb793b5d174d50\",\r\n    \"patientClaimInteractive\": {\r\n        \"accountPaidInd\": \"N\",\r\n        \"accountReferenceId\": \"SPEC12345\",\r\n        \"authorisationDate\": \"2025-09-03\",\r\n        \"submissionAuthorityInd\": \"Y\",\r\n        \"referral\": {\r\n            \"provider\": {\r\n                \"providerNumber\": \"2447781L\"\r\n            },\r\n            \"issueDate\": \"2025-07-15\",\r\n            \"typeCode\": \"P\"\r\n            //,\"period\": \"6\",\r\n            //,\"periodCode\": \"M\"\r\n        },\r\n        // \"referralOverrideCode\": \"N\",\r\n        \"serviceProvider\": {\r\n            \"providerNumber\": \"2446081F\"\r\n        },\r\n        \"patient\": {\r\n            \"identity\": {\r\n                \"dateOfBirth\": \"1980-01-01\",\r\n                \"familyName\": \"Jones\",\r\n                \"givenName\": \"Marrianna-Louise\"\r\n            },\r\n            \"medicare\": {\r\n                \"memberNumber\": \"2298039875\",\r\n                \"memberRefNumber\": \"1\"\r\n            }\r\n        },\r\n        \"claimant\": {\r\n            \"identity\": {\r\n                \"dateOfBirth\": \"2009-02-08\",\r\n                \"familyName\": \"FLETCHER\",\r\n                \"givenName\": \"Clint\"\r\n            },\r\n            \"medicare\": {\r\n                \"memberNumber\": \"4951525561\",\r\n                \"memberRefNumber\": \"3\"\r\n            }\r\n            //  , \"contactDetails\": {\r\n            //     \"name\": \"Jane Doe\",\r\n            //     \"phoneNumber\": \"0412345678\",\r\n            //     \"emailAddress\": \"jane.doe@example.com\"\r\n            //   }\r\n            //  , \"eftDetails\": {\r\n            //     \"accountName\": \"Jane Doe\",\r\n            //     \"accountNumber\": \"123456789\",\r\n            //     \"bsbCode\": \"062000\"\r\n            //   },\r\n            //   \"residentialAddress\": {\r\n            //     \"addressLineOne\": \"123 Main St\",\r\n            //     \"addressLineTwo\": \"Unit 4\",\r\n            //     \"locality\": \"Sydney\",\r\n            //     \"postcode\": \"2000\"\r\n            //   }\r\n        },\r\n        \"medicalEvent\": [\r\n            {\r\n                \"id\": \"01\",\r\n                \"medicalEventDate\": \"2025-09-01\",\r\n                // \"medicalEventTime\": \"09:00:00+10:00\",\r\n                \"service\": [\r\n                    {\r\n                        \"id\": \"1001\",\r\n                        \"itemNumber\": \"65120\",\r\n                        \"chargeAmount\": \"2505\",\r\n                        \"scpId\": \"00001\"\r\n                        // ,\"selfDeemedCode\":\"SD\"\r\n                        // ,\"collectionDateTime\":\"2025-09-01T08:30:00+10:00\"\r\n                        // ,\"accessionDateTime\":\"2025-09-01T08:30:00+10:00\"\r\n                        //,\"aftercareOverrideInd\": \"Y\"\r\n                        //,\"duplicateServiceOverrideInd\": \"Y\"\r\n                        //,\"multipleProcedureOverrideInd\": \"Y\"\r\n                        //,\"numberOfPatientsSeen\": \"1\"\r\n                        //,\"restrictiveOverrideCode\": \"NR\"\r\n                        //,\"text\": \"Specialist Consultation\"\r\n                        // ,\"facilityId\": \"9988770W\"\r\n                        // ,\"hospitalInd\": \"Y\"\r\n                        //,\"s4b3ExemptInd\":\"Y\"\r\n                        //  ,\"rule3ExemptInd\":\"Y\"\r\n                        ,\r\n                        \"patientContribAmount\": \"1500\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n        // ,\"payeeProvider\": {\r\n        //   \"providerNumber\": \"0000000X\"\r\n        // }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/Medicare/patientclaiminteractive/pathology/v1"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 28 Nov 2025 05:49:54 GMT"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:a82b3763-6878-4bdd-9ecb-93ac5af8604e"}],"cookie":[],"responseTime":null,"body":"{\n    \"claimAssessment\": {\n        \"medicalEvent\": [\n            {\n                \"service\": [\n                    {\n                        \"id\": \"1001\",\n                        \"chargeAmount\": \"2505\",\n                        \"itemNumber\": \"65120\"\n                    }\n                ],\n                \"eventDate\": \"2025-09-01\",\n                \"id\": \"01\"\n            }\n        ],\n        \"claimId\": \"MDE0000028112516495485\"\n    },\n    \"status\": \"MEDICARE_PENDED\",\n    \"correlationId\": \"urn:uuid:MDE0000040eb793b5d174d50\"\n}"}],"_postman_id":"630fe95d-5e6b-40ca-8615-dab40d937e82"},{"name":"SameDayDelete","id":"23de7720-7462-4e29-b040-2c0ae2a3db4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"correlationId\": \"urn:uuid:MDE0000098d9c9097a8d474e\",\r\n    \"sameDayDelete\": {\r\n        \"patient\": {\r\n            \"identity\": {\r\n                \"familyName\": \"FLETCHER\",\r\n                \"givenName\": \"Clint\"\r\n            },\r\n            \"medicare\": {\r\n                \"memberNumber\": \"4951525561\",\r\n                \"memberRefNumber\": \"3\"\r\n            }\r\n        },\r\n        \"reasonCode\": \"001\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/Medicare/samedaydelete/v1","description":"<p>Same Day Delete Web Service is a function that provides the Health Care Location with the ability to <strong>delete a Patient Claim Interactive Web Service claim</strong> that was transmitted earlier on the <strong>same day</strong>.<br />This delete request can only be applied to a claim that was successfully processed i.e. the claim status is <strong><code>MEDICARE_ASSESSED</code></strong>.</p>\n<h2 id=\"📑-request-fields\">📑 Request Fields</h2>\n<h4 id=\"🔸correlationid\">🔸correlationId</h4>\n<p>The correlationId from the original claim to be deleted.</p>\n<hr />\n<h4 id=\"🔸samedaydeletereasoncode\">🔸sameDayDelete.reasonCode</h4>\n<p>Reason code supporting the same day delete.</p>\n<ul>\n<li><p><strong>Valid values:</strong></p>\n<ul>\n<li><p><code>001</code> – Incorrect Patient Selection</p>\n</li>\n<li><p><code>002</code> – Incorrect Provider Details</p>\n</li>\n<li><p><code>003</code> – Incorrect Date of Service</p>\n</li>\n<li><p><code>004</code> – Incorrect Item Number Claimed</p>\n</li>\n<li><p><code>005</code> – Omitted Text on Original Claim</p>\n</li>\n<li><p><code>006</code> – Incorrect Payment Type (Paid / Unpaid)</p>\n</li>\n<li><p><code>007</code> – Other</p>\n</li>\n</ul>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸samedaydeletepatientidentityfamilyname\">🔸sameDayDelete.patient.identity.familyName</h4>\n<p>The patient’s family name.</p>\n<hr />\n<h4 id=\"🔸samedaydeletepatientidentitygivenname\">🔸sameDayDelete.patient.identity.givenName</h4>\n<p>The patient’s first given name.</p>\n<hr />\n<h4 id=\"🔸samedaydeletepatientmedicaremembernumber\">🔸sameDayDelete.patient.medicare.memberNumber</h4>\n<p>The patient’s Medicare card number.</p>\n<hr />\n<h3 id=\"🔸samedaydeletepatientmedicarememberrefnumber\">🔸sameDayDelete.patient.medicare.memberRefNumber</h3>\n<p>The patient’s individual reference number (IRN) on their Medicare card.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{ApiKey}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"3535d25c-226d-431f-89db-6ff2f34804b1","id":"3535d25c-226d-431f-89db-6ff2f34804b1","name":"RebateRight","type":"collection"}},"urlObject":{"path":["Medicare","samedaydelete","v1"],"host":["{{hostURL}}"],"query":[],"variable":[]}},"response":[{"id":"6d6b1ee9-e9eb-46f4-a589-fbf7c9ef5750","name":"Error","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"sameDayDelete\": {\r\n    \"patient\": {\r\n      \"identity\": {\r\n        \"familyName\": \"Smith\",\r\n        \"givenName\": \"John\"\r\n      },\r\n      \"medicare\": {\r\n        \"memberNumber\": \"1234567890\",\r\n        \"memberRefNumber\": \"1\"\r\n      }\r\n    },\r\n    \"reasonCode\": \"001\"\r\n  }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/Medicare/samedaydelete/v1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 29 Aug 2025 08:29:19 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"highestSeverity\": \"Error\",\n    \"serviceMessage\": [\n        {\n            \"code\": \"9202\",\n            \"severity\": \"Error\",\n            \"reason\": \"Invalid value of [1234567890] supplied for Patient Medicare Card Number. The value supplied must be numeric and conform to the Medicare Card check digit routine. The 10th character (Card Issue Number) must not be set to zero.\"\n        }\n    ],\n    \"correlationId\": \"urn:uuid:MDE00000266f08cd767a4177\"\n}"},{"id":"9f0666ee-00fb-4f60-9339-1bff76783f15","name":"Claim Not Found","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"correlationId\": \"urn:uuid:MDE00000dd01f504a8ff4963\",\r\n    \"sameDayDelete\": {\r\n        \"patient\": {\r\n            \"identity\": {\r\n                \"familyName\": \"FLETCHER\",\r\n                \"givenName\": \"Clint\"\r\n            },\r\n            \"medicare\": {\r\n                \"memberNumber\": \"4951525561\",\r\n                \"memberRefNumber\": \"3\"\r\n            }\r\n        },\r\n        \"reasonCode\": \"001\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/Medicare/samedaydelete/v1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 29 Aug 2025 08:29:34 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"highestSeverity\": \"Error\",\n    \"serviceMessage\": [\n        {\n            \"code\": \"9646\",\n            \"severity\": \"Error\",\n            \"reason\": \"The Claim could not be located by Medicare.\"\n        }\n    ],\n    \"correlationId\": \"urn:uuid:MDE00000dd01f504a8ff4963\"\n}"},{"id":"5aef6b63-6eb6-4106-8824-2c76e57e79dd","name":"Correlation Id Not provided","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    //\"correlationId\": \"urn:uuid:MDE00000dd01f504a8ff4963\",\r\n    \"sameDayDelete\": {\r\n        \"patient\": {\r\n            \"identity\": {\r\n                \"familyName\": \"FLETCHER\",\r\n                \"givenName\": \"Clint\"\r\n            },\r\n            \"medicare\": {\r\n                \"memberNumber\": \"4951525561\",\r\n                \"memberRefNumber\": \"3\"\r\n            }\r\n        },\r\n        \"reasonCode\": \"001\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/Medicare/samedaydelete/v1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 29 Aug 2025 08:29:47 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"highestSeverity\": \"Error\",\n    \"serviceMessage\": [\n        {\n            \"code\": \"9775\",\n            \"severity\": \"Error\",\n            \"reason\": \"Claim cannot be deleted. Correlation Id supplied [MDE000009133200649fe4b9f] cannot be found. Amend and resubmit.\"\n        }\n    ],\n    \"correlationId\": \"urn:uuid:MDE000009133200649fe4b9f\"\n}"},{"id":"45b0b85f-0ec7-47e1-bb52-3d46b26a052b","name":"Patient Did not match","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"correlationId\": \"urn:uuid:MDE000001d00753cdd504109\",\r\n    \"sameDayDelete\": {\r\n        \"patient\": {\r\n            \"identity\": {\r\n                \"familyName\": \"FLETCHER\",\r\n                \"givenName\": \"Clint\"\r\n            },\r\n            \"medicare\": {\r\n                \"memberNumber\": \"4951525561\",\r\n                \"memberRefNumber\": \"3\"\r\n            }\r\n        },\r\n        \"reasonCode\": \"001\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/Medicare/samedaydelete/v1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 29 Aug 2025 08:30:00 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"highestSeverity\": \"Error\",\n    \"serviceMessage\": [\n        {\n            \"code\": \"9650\",\n            \"severity\": \"Error\",\n            \"reason\": \"The card number and/or  patient details submitted did not match Medicare checks. Please verify the details and resubmit with additional information if available.\"\n        }\n    ],\n    \"correlationId\": \"urn:uuid:MDE000001d00753cdd504109\"\n}"},{"id":"29f3f098-423a-46e8-ba07-fa5af068fa8c","name":"Already Deleted","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"correlationId\": \"urn:uuid:MDE000001d00753cdd504109\",\r\n    \"sameDayDelete\": {\r\n        \"patient\": {\r\n            \"identity\": {\r\n                \"familyName\": \"FLETCHER\",\r\n                \"givenName\": \"Edmond\"\r\n            },\r\n            \"medicare\": {\r\n                \"memberNumber\": \"4951525561\",\r\n                \"memberRefNumber\": \"2\"\r\n            }\r\n        },\r\n        \"reasonCode\": \"001\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/Medicare/samedaydelete/v1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 02 Sep 2025 10:11:49 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"highestSeverity\": \"Error\",\n    \"serviceMessage\": [\n        {\n            \"code\": \"9647\",\n            \"severity\": \"Error\",\n            \"reason\": \"The Claim has already been deleted by Medicare.\"\n        }\n    ],\n    \"correlationId\": \"urn:uuid:MDE000001d00753cdd504109\"\n}"},{"id":"d205306f-22be-4a9d-a5a6-a6e530e43982","name":"Success","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"correlationId\": \"urn:uuid:MDE000001d00753cdd504109\",\r\n    \"sameDayDelete\": {\r\n        \"patient\": {\r\n            \"identity\": {\r\n                \"familyName\": \"FLETCHER\",\r\n                \"givenName\": \"Edmond\"\r\n            },\r\n            \"medicare\": {\r\n                \"memberNumber\": \"4951525561\",\r\n                \"memberRefNumber\": \"2\"\r\n            }\r\n        },\r\n        \"reasonCode\": \"001\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/Medicare/samedaydelete/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Fri, 29 Aug 2025 05:40:41 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"correlationId\": \"urn:uuid:MDE000001d00753cdd504109\"\n}"}],"_postman_id":"23de7720-7462-4e29-b040-2c0ae2a3db4c"}],"id":"06cf1b32-c016-4607-8472-2fa8a01c0271","description":"<p>A Patient Claim Interactive claim may be submitted for a patient who has received professional medical services and has not assigned their right to Medicare benefits to the health professional rendering the service (Patient Claims). The Health Care Location (HCL) lodges the claim on behalf of the patient / or claimant to the agency for processing.</p>\n<h3 id=\"pendable-claims\">Pendable Claims</h3>\n<p>Patient Claim Interactive claims requiring further assessment by an operator are returned with claim status of ’MEDICARE_PENDABLE’ in the response.</p>\n<p>The client system can request the claim to be pended by resending the claim to the agency using the same transaction id (correlationId) within one hour of submitting the original claim. Once the claim is pended, a lodgement advice is printed and issued to the claimant.</p>\n<p>Services Australia recommends that you design your software to streamline the process for the end user. Software design such as a tick box or an accept button to accept and trigger the pend, will simplify the process for the user.</p>\n<p>If the client system resends the claim using a different transaction id (correlationId), it is processed as a new patient claim.</p>\n<h3 id=\"referred-and-requested-services-being-claimed-in-the-same-voucher\">Referred and Requested Services Being Claimed in the Same Voucher</h3>\n<p>Specialists may submit claims with a mixture of services requiring request and referral information in the same voucher. To do this, the voucher must include referral details along with the relevant service level details.<br />This only applies to specialist services requiring Referrals and Diagnostic Imaging Requests being submitted together. Pathology Requests need to be submitted separately.</p>\n<h3 id=\"validations\">Validations</h3>\n<ul>\n<li><p>A Patient Claim can have a maximum of <strong>16 Medical Events</strong>.</p>\n</li>\n<li><p>One Medical Event in a Patient Claim can have maximum <strong>14 services</strong>.</p>\n</li>\n<li><p>A Patient Claim can have a maximum of <strong>16 services</strong>.</p>\n</li>\n</ul>\n<p>StartFragment</p>\n<h2 id=\"📑-patient-claim-interactive-request-fields\">📑 Patient Claim Interactive Request Fields</h2>\n<h4 id=\"🔸patientclaiminteractiveaccountpaidind\">🔸patientClaimInteractive.accountPaidInd</h4>\n<p>Indicates whether or not the account has been paid in full.</p>\n<ul>\n<li><strong>Valid values:</strong> <code>Y</code> = Paid in full, <code>N</code> = Not Paid</li>\n</ul>\n<hr />\n<h4 id=\"🔸patientclaiminteractiveaccountreferenceid-optional\">🔸patientClaimInteractive.accountReferenceId (Optional)</h4>\n<p>Account Reference (ACRF). A reference used by the claim submitter to identify a claim.</p>\n<ul>\n<li><p><strong>Allowed characters:</strong> <code>0-9</code>, <code>A-Z</code>, <code>a-z</code>, and <code>@ # $ % + = : ; , . -</code></p>\n</li>\n<li><p><strong>Length:</strong> <code>1–9</code></p>\n</li>\n<li><p><strong>Formatting:</strong> No leading/trailing spaces</p>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸patientclaiminteractiveauthorisationdate\">🔸patientClaimInteractive.authorisationDate</h4>\n<p>The date on which the claim was authorised.</p>\n<ul>\n<li>Must not be in the future</li>\n</ul>\n<hr />\n<h4 id=\"🔸patientclaiminteractivereferraloverridecode-optional\">🔸patientClaimInteractive.referralOverrideCode (Optional)</h4>\n<p>Provides an indication of why services that require a referral/request were provided without a referral.</p>\n<ul>\n<li><strong>Valid values:</strong> <code>E</code> = Emergency, <code>H</code> = Hospital, <code>L</code> = Lost, <code>N</code> = Not required</li>\n</ul>\n<hr />\n<h4 id=\"🔸patientclaiminteractivesubmissionauthorityind\">🔸patientClaimInteractive.submissionAuthorityInd</h4>\n<p>Indicates the claimant has authorised the practice location to submit the claim on their behalf.</p>\n<ul>\n<li>Must be <code>Y</code> (Authorised) to submit the claim</li>\n</ul>\n<hr />\n<h4 id=\"🔸patientclaiminteractivepatientidentitydateofbirth\">🔸patientClaimInteractive.patient.identity.dateOfBirth</h4>\n<p>The patient’s date of birth.</p>\n<ul>\n<li><p>Must not be in the future</p>\n</li>\n<li><p>Must not be more than 130 years in the past</p>\n</li>\n<li><p>Must not be after <strong>Authorisation Date</strong></p>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸patientclaiminteractivepatientidentityfamilyname\">🔸patientClaimInteractive.patient.identity.familyName</h4>\n<p>The patient's family name.</p>\n<hr />\n<h4 id=\"🔸patientclaiminteractivepatientidentitygivenname\">🔸patientClaimInteractive.patient.identity.givenName</h4>\n<p>The patient's first given name.</p>\n<hr />\n<h4 id=\"🔸patientclaiminteractivepatientmedicaremembernumber\">🔸patientClaimInteractive.patient.medicare.memberNumber</h4>\n<p>The patient’s Medicare card number.</p>\n<hr />\n<h4 id=\"🔸patientclaiminteractivepatientmedicarememberrefnumber\">🔸patientClaimInteractive.patient.medicare.memberRefNumber</h4>\n<p>The patient’s individual reference number (IRN) on their Medicare card.</p>\n<ul>\n<li><p><strong>Length:</strong> <code>1</code></p>\n</li>\n<li><p><strong>Valid values:</strong> numeric <code>1–9</code> (must not be <code>0</code>)</p>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸patientclaiminteractivereferral-optional\">🔸patientClaimInteractive.referral (Optional)</h4>\n<p>Consists of <code>issueDate</code>, <code>typeCode</code>, <code>periodCode</code>, <code>period</code>, <code>provider.providerNumber</code>.</p>\n<ul>\n<li>If <code>referral</code> is set, <strong>Referral Override Code</strong> must not be set</li>\n</ul>\n<hr />\n<h4 id=\"🔸patientclaiminteractivereferralissuedate-optional\">🔸patientClaimInteractive.referral.issueDate (Optional)</h4>\n<p>The date the referral/request was issued.</p>\n<hr />\n<h4 id=\"🔸patientclaiminteractivereferralperiodcode-optional\">🔸patientClaimInteractive.referral.periodCode (Optional)</h4>\n<p>A code indicating the length/type of the referral period.</p>\n<ul>\n<li><p><strong>Valid values:</strong> <code>S</code> = Standard (12 months for GP, 3 months for Specialist), <code>N</code> = Non Standard, <code>I</code> = Indefinite</p>\n</li>\n<li><p>If <code>period</code> is supplied, <code>periodCode</code> must be <code>N</code></p>\n</li>\n<li><p><code>period</code> may only be set when <code>periodCode = N</code></p>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸patientclaiminteractivereferralperiod-optional\">🔸patientClaimInteractive.referral.period (Optional)</h4>\n<p>Indicates the length of the referral period for Non-Standard referrals (in months).</p>\n<ul>\n<li><p><strong>Valid values:</strong> numeric <code>1–98</code> (must not be <code>0</code>, <code>00</code> or <code>99</code>)</p>\n</li>\n<li><p>Leading zeros acceptable (e.g., <code>01</code>)</p>\n</li>\n<li><p>Only set if <code>periodCode = N</code></p>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸patientclaiminteractivereferraltypecode\">🔸patientClaimInteractive.referral.typeCode</h4>\n<p>A code that indicates the type of service referred/requested (Pathology / Diagnostic / Specialist).</p>\n<ul>\n<li><p><strong>Valid values:</strong> <code>P</code> = Pathology, <code>D</code> = Diagnostic Imaging, <code>S</code> = Specialist (including Allied Health)</p>\n</li>\n<li><p>If <code>typeCode = D</code> or <code>P</code>, <code>periodCode</code> and <code>period</code> must <strong>not</strong> be set</p>\n</li>\n<li><p>If <code>typeCode = S</code>, <code>periodCode</code> must be supplied</p>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸patientclaiminteractivereferralproviderprovidernumber\">🔸patientClaimInteractive.referral.provider.providerNumber</h4>\n<p>Referring provider.</p>\n<ul>\n<li>Referring Provider Number must <strong>not</strong> be the same as the Servicing Provider Number</li>\n</ul>\n<hr />\n<h4 id=\"🔸patientclaiminteractiveclaimantidentitydateofbirth\">🔸patientClaimInteractive.claimant.identity.dateOfBirth</h4>\n<p>The claimant’s Date of Birth (claimant may be the patient or another person).</p>\n<ul>\n<li>Claimant must be at least 14 years old</li>\n</ul>\n<hr />\n<h4 id=\"🔸patientclaiminteractiveclaimantidentityfamilyname\">🔸patientClaimInteractive.claimant.identity.familyName</h4>\n<p>The claimant’s family name (can be patient or other).</p>\n<hr />\n<h4 id=\"🔸patientclaiminteractiveclaimantidentitygivenname\">🔸patientClaimInteractive.claimant.identity.givenName</h4>\n<p>The claimant’s given name (can be patient or other).</p>\n<hr />\n<h4 id=\"🔸patientclaiminteractiveclaimantmedicaremembernumber\">🔸patientClaimInteractive.claimant.medicare.memberNumber</h4>\n<p>The claimant’s Medicare Card number (patient or another person).</p>\n<hr />\n<h4 id=\"🔸patientclaiminteractiveclaimantmedicarememberrefnumber\">🔸patientClaimInteractive.claimant.medicare.memberRefNumber</h4>\n<p>The claimant’s individual Reference Number (IRN).</p>\n<hr />\n<h4 id=\"🔸patientclaiminteractiveclaimanteftdetails-optional\">🔸patientClaimInteractive.claimant.eftDetails (Optional)</h4>\n<p>Temporary EFT (bank) details supplied for payment.</p>\n<ul>\n<li><p>If EFT Details is set, <strong>Account Paid Indicator</strong> must be <code>Y</code></p>\n</li>\n<li><p>If EFT Details is set, <strong>Account Name</strong>, <strong>Account Number</strong> and <strong>BSB Code</strong> must be supplied</p>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸patientclaiminteractiveclaimanteftdetailsaccountname-optional\">🔸patientClaimInteractive.claimant.eftDetails.accountName (Optional)</h4>\n<p>Used for EFT payments — the claimant’s bank/financial institution account name.</p>\n<ul>\n<li><p><strong>Length:</strong> <code>1–30</code></p>\n</li>\n<li><p><strong>Allowed characters:</strong> letters, numbers, space, apostrophe (<code>'</code>), hyphen (<code>-</code>), ampersand (<code>&amp;</code>) and <code>.,/</code></p>\n</li>\n<li><p>No leading/trailing spaces</p>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸patientclaiminteractiveclaimanteftdetailsaccountnumber-optional\">🔸patientClaimInteractive.claimant.eftDetails.accountNumber (Optional)</h4>\n<p>Used for EFT payments — the claimant’s bank/financial institution account number.</p>\n<ul>\n<li><p><strong>Length:</strong> <code>1–9</code></p>\n</li>\n<li><p><strong>Allowed characters:</strong> numeric and alphabetic as permitted (<code>0-9</code>, <code>A-Z</code>)</p>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸patientclaiminteractiveclaimanteftdetailsbsbcode-optional\">🔸patientClaimInteractive.claimant.eftDetails.bsbCode (Optional)</h4>\n<p>BSB code for the bank/branch where the account is held.</p>\n<ul>\n<li><p><strong>Length / format:</strong> <code>6</code> digits (NNNNNN)</p>\n</li>\n<li><p>Must be a valid BSB</p>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸patientclaiminteractiveclaimantresidentialaddress-optional\">🔸patientClaimInteractive.claimant.residentialAddress (Optional)</h4>\n<p>Claimant residential address group: <code>addressLineOne</code>, <code>addressLineTwo</code>, <code>locality</code>, <code>postcode</code>.</p>\n<ul>\n<li>If Residential Address is set then <code>addressLineOne</code>, <code>locality</code> and <code>postcode</code> must be supplied</li>\n</ul>\n<hr />\n<h4 id=\"🔸patientclaiminteractiveclaimantresidentialaddressaddresslineone-optional\">🔸patientClaimInteractive.claimant.residentialAddress.addressLineOne (Optional)</h4>\n<p>First line of the residential address.</p>\n<ul>\n<li><p><strong>Length:</strong> <code>1–40</code></p>\n</li>\n<li><p><strong>Allowed characters:</strong> letters, numbers, spaces, apostrophe (<code>'</code>), hyphen (<code>-</code>), and <code>/ , . : ;</code></p>\n</li>\n<li><p>Must contain at least one alpha or numeric character</p>\n</li>\n<li><p>Must not be a PO Box</p>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸patientclaiminteractiveclaimantresidentialaddressaddresslinetwo-optional\">🔸patientClaimInteractive.claimant.residentialAddress.addressLineTwo (Optional)</h4>\n<p>Second line of the address.</p>\n<ul>\n<li><p><strong>Length:</strong> <code>1–40</code></p>\n</li>\n<li><p><strong>Allowed characters:</strong> letters, numbers, spaces, apostrophe (<code>'</code>), hyphen (<code>-</code>), and <code>/ , . : ;</code></p>\n</li>\n<li><p>If <code>addressLineTwo</code> is set then <code>addressLineOne</code> must also be set</p>\n</li>\n<li><p>Must not be a PO Box</p>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸patientclaiminteractiveclaimantresidentialaddresslocality-optional\">🔸patientClaimInteractive.claimant.residentialAddress.locality (Optional)</h4>\n<p>Locality of the residential address.</p>\n<ul>\n<li><p><strong>Length:</strong> <code>1–40</code></p>\n</li>\n<li><p><strong>Allowed characters:</strong> letters, numbers, spaces, apostrophe (<code>'</code>), hyphen (<code>-</code>), and <code>/ , . : ;</code></p>\n</li>\n<li><p>Must not include a separate State code value (e.g., <code>Perth WA</code> is invalid)</p>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸patientclaiminteractiveclaimantresidentialaddresspostcode-optional\">🔸patientClaimInteractive.claimant.residentialAddress.postcode (Optional)</h4>\n<p>Postcode for the residential address.</p>\n<ul>\n<li><p><strong>Length:</strong> <code>4</code> digits (<code>NNNN</code>)</p>\n</li>\n<li><p>Must not be <code>0000</code></p>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸patientclaiminteractiveclaimantcontactdetailsphonenumber-optional\">🔸patientClaimInteractive.claimant.contactDetails.phoneNumber (Optional)</h4>\n<p>Claimant phone number for contact about the claim.</p>\n<ul>\n<li><p><strong>Length:</strong> <code>8–19</code></p>\n</li>\n<li><p><strong>Allowed characters:</strong> numeric <code>0-9</code>, spaces, and <code>(</code> <code>)</code> <code>-</code> <code>+</code></p>\n</li>\n<li><p>No leading/trailing spaces</p>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸patientclaiminteractivepayeeproviderprovidernumber\">🔸patientClaimInteractive.payeeProvider.providerNumber</h4>\n<p>The payee health professional.</p>\n<ul>\n<li><p><strong>Length:</strong> <code>8</code> characters (no spaces)</p>\n</li>\n<li><p><strong>Format / structure:</strong> <code>Provider Stem</code> (6-digit) + <code>Practice Location Character</code> (1) + <code>Check Digit</code> (1)</p>\n</li>\n<li><p>Must be filled with leading zeros when needed</p>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸patientclaiminteractiveserviceproviderprovidernumber\">🔸patientClaimInteractive.serviceProvider.providerNumber</h4>\n<p>Servicing health professional.</p>\n<ul>\n<li>Must not be the same person as the Payee Provider. If the servicing and payee are the same person, supply only the Servicing Provider</li>\n</ul>\n<hr />\n<h4 id=\"🔸patientclaiminteractivemedicaleventid\">🔸patientClaimInteractive.medicalEvent.id</h4>\n<p>Used to identify the occurrence of the Medical Event Type.</p>\n<ul>\n<li><p><strong>Length:</strong> <code>2</code> characters</p>\n</li>\n<li><p>Must be unique within the claim</p>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸patientclaiminteractivemedicaleventmedicaleventdate\">🔸patientClaimInteractive.medicalEvent.medicalEventDate</h4>\n<p>Date the medical event occurred (date of service).</p>\n<ul>\n<li><p>Must not be more than 2 years before the date of transmission</p>\n</li>\n<li><p>Must not be before Referral Issue Date (if referral supplied)</p>\n</li>\n<li><p><strong>Authorisation Date</strong> must be on or after the Medical Event Date</p>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸patientclaiminteractivemedicaleventmedicaleventtime-optional\">🔸patientClaimInteractive.medicalEvent.medicalEventTime (Optional)</h4>\n<p>Time the medical event occurred.</p>\n<ul>\n<li><p>Must not be in the future (Medical Event Date + Time combined are checked)</p>\n</li>\n<li><p>Must reflect the correct Australian time zone</p>\n</li>\n</ul>\n<h2 id=\"patientclaiminteractivemedicaleventservice-fields\"><strong>PatientClaimInteractive.medicalEvent.service</strong> Fields</h2>\n<h3 id=\"🔸serviceid\">🔸service.id</h3>\n<p>Used to identify the occurrence of the Service Type.</p>\n<ul>\n<li><p><strong>Format:</strong> 4 characters, alphanumeric</p>\n</li>\n<li><p><strong>Examples:</strong> <code>C001</code>, <code>AC68</code>, <code>0104</code>, <code>4074</code>, <code>ABCD</code></p>\n</li>\n</ul>\n<hr />\n<h3 id=\"🔸serviceaccessiondatetime\">🔸service.accessionDateTime</h3>\n<p>Date/time when the pathology test was performed.</p>\n<ul>\n<li><p><strong>Rules:</strong></p>\n<ul>\n<li><p>Must not be a future date</p>\n</li>\n<li><p>Must only be set for Pathology Services</p>\n</li>\n<li><p>Must be ≤ Medical Event Date/Time</p>\n</li>\n<li><p>Must use a valid Australian timezone (UTC + offset)</p>\n</li>\n<li><p>If set, Collection Date Time must also be set</p>\n</li>\n</ul>\n</li>\n</ul>\n<hr />\n<h3 id=\"🔸serviceaftercareoverrideind\">🔸service.aftercareOverrideInd</h3>\n<p>Indicates whether the service was performed as part of normal aftercare.</p>\n<ul>\n<li><p><strong>Valid values:</strong></p>\n<ul>\n<li><code>Y</code> = Not Normal Aftercare</li>\n</ul>\n</li>\n<li><p><strong>Rules:</strong></p>\n<ul>\n<li>Must only be set for General or Specialist Services</li>\n</ul>\n</li>\n</ul>\n<hr />\n<h3 id=\"🔸servicechargeamount\">🔸service.chargeAmount</h3>\n<p>The amount charged for the service, in cents.</p>\n<ul>\n<li><p><strong>Format:</strong> Numeric, 1–7 digits</p>\n</li>\n<li><p><strong>Examples:</strong> <code>$1.00 → 100</code>, <code>$10.00 → 1000</code></p>\n</li>\n<li><p><strong>Rules:</strong></p>\n<ul>\n<li><p>Must be ≥ <code>100</code> (i.e., $1.00) or <code>0</code></p>\n</li>\n<li><p>Leading zeros accepted</p>\n</li>\n</ul>\n</li>\n</ul>\n<hr />\n<h3 id=\"🔸servicecollectiondatetime\">🔸service.collectionDateTime</h3>\n<p>Date/time when the pathology sample was collected.</p>\n<ul>\n<li><p><strong>Rules:</strong></p>\n<ul>\n<li><p>Must not be after Accession Date Time</p>\n</li>\n<li><p>Must only be set for <strong>Pathology</strong> Services</p>\n</li>\n<li><p>If set, Accession Date Time must also be set</p>\n</li>\n<li><p>Must not be before patient Date of Birth</p>\n</li>\n<li><p>Must not be before Referral Issue Date</p>\n</li>\n<li><p>Must use valid Australian timezone</p>\n</li>\n</ul>\n</li>\n</ul>\n<hr />\n<h3 id=\"🔸serviceduplicateserviceoverrideind\">🔸service.duplicateServiceOverrideInd</h3>\n<p>Indicates whether multiple services on the same day by the same provider should be treated separately.</p>\n<ul>\n<li><p><strong>Valid values:</strong></p>\n<ul>\n<li><code>Y</code> = Not Duplicate</li>\n</ul>\n</li>\n<li><p><strong>Rules:</strong></p>\n<ul>\n<li><p>Must only be set for <strong>General</strong> or <strong>Specialist</strong> Services</p>\n</li>\n<li><p>If set, Medical Event Time <strong>or</strong> Service Text must also be set</p>\n</li>\n</ul>\n</li>\n</ul>\n<hr />\n<h3 id=\"🔸servicefacilityid\">🔸service.facilityId</h3>\n<p>The Commonwealth Hospital Facility Provider Number.</p>\n<ul>\n<li><p><strong>Format:</strong> <code>NNNNNNA</code> (6-digit stem + 1 numeric location + 1 check digit)</p>\n</li>\n<li><p><strong>Rules:</strong></p>\n<ul>\n<li><p>Must be set if Referral Override Code = <code>H</code></p>\n</li>\n<li><p>Must be set if Hospital Indicator = <code>Y</code></p>\n</li>\n</ul>\n</li>\n</ul>\n<hr />\n<h3 id=\"🔸servicefieldquantity\">🔸service.fieldQuantity</h3>\n<p>Number of fields irradiated or time blocks (e.g., radiotherapy, infusions).</p>\n<ul>\n<li><p><strong>Format:</strong> Numeric <code>1–99</code> (leading zeros allowed)</p>\n</li>\n<li><p><strong>Rules:</strong></p>\n<ul>\n<li><p>Must only be set for <strong>General</strong> or <strong>Specialist</strong> Services</p>\n</li>\n<li><p>Cannot be set with <code>numberOfPatientsSeen</code></p>\n</li>\n<li><p>Cannot be set with <code>timeDuration</code></p>\n</li>\n</ul>\n</li>\n</ul>\n<hr />\n<h3 id=\"🔸servicehospitalind\">🔸service.hospitalInd</h3>\n<p>Indicates whether the service was rendered to an admitted patient.</p>\n<ul>\n<li><p><strong>Valid values:</strong></p>\n<ul>\n<li><code>Y</code> = In Hospital</li>\n</ul>\n</li>\n<li><p><strong>Rules:</strong></p>\n<ul>\n<li><p>Must be set if <code>Referral Override Code = H</code></p>\n</li>\n<li><p>Must be set if <code>S4b3ExemptInd = Y</code></p>\n</li>\n</ul>\n</li>\n</ul>\n<hr />\n<h3 id=\"🔸serviceitemnumber\">🔸service.itemNumber</h3>\n<p>MBS item number identifying the service.</p>\n<hr />\n<h3 id=\"🔸servicelspnumber\">🔸service.lspNumber</h3>\n<p>Location Specific Practice Number (LSPN) for diagnostic/radiation oncology.</p>\n<ul>\n<li><p><strong>Format:</strong> Numeric <code>1–999999</code> (leading zeros allowed)</p>\n</li>\n<li><p><strong>Rules:</strong></p>\n<ul>\n<li><p>Must only be set for <strong>General</strong> or <strong>Specialist</strong> Services</p>\n</li>\n<li><p>Cannot be set with <code>numberOfPatientsSeen</code></p>\n</li>\n<li><p>Cannot be set with <code>timeDuration</code></p>\n</li>\n</ul>\n</li>\n</ul>\n<hr />\n<h3 id=\"🔸servicemultipleprocedureoverrideind\">🔸service.multipleProcedureOverrideInd</h3>\n<p>Indicates whether the multiple services rule applies.</p>\n<ul>\n<li><p><strong>Valid values:</strong></p>\n<ul>\n<li><code>Y</code> = Not Multiple</li>\n</ul>\n</li>\n<li><p><strong>Rules:</strong></p>\n<ul>\n<li><p>Must only be set for <strong>General</strong> or <strong>Specialist</strong> Services</p>\n</li>\n<li><p>If set, <code>service.text</code> (reason) must also be provided</p>\n</li>\n</ul>\n</li>\n</ul>\n<hr />\n<h3 id=\"🔸servicenumberofpatientsseen\">🔸service.numberOfPatientsSeen</h3>\n<p>The number of patients seen (group attendance, home/hospital visits).</p>\n<ul>\n<li><p><strong>Format:</strong> Numeric <code>1–99</code> (leading zeros allowed)</p>\n</li>\n<li><p><strong>Rules:</strong></p>\n<ul>\n<li><p>Must only be set for <strong>General</strong> or <strong>Specialist</strong> Services</p>\n</li>\n<li><p>Cannot be set with <code>timeDuration</code></p>\n</li>\n</ul>\n</li>\n</ul>\n<hr />\n<h3 id=\"🔸servicepatientcontribamount\">🔸service.patientContribAmount</h3>\n<p>Amount paid by the patient towards the service (in cents).</p>\n<ul>\n<li><p><strong>Format:</strong> Numeric, 3–7 digits</p>\n</li>\n<li><p><strong>Examples:</strong> <code>$1.00 → 100</code></p>\n</li>\n<li><p><strong>Rules:</strong></p>\n<ul>\n<li><p>Must be &lt; <code>chargeAmount</code></p>\n</li>\n<li><p>Cannot be set if Account Paid Indicator = <code>Y</code></p>\n</li>\n</ul>\n</li>\n</ul>\n<hr />\n<h3 id=\"🔸servicerestrictiveoverridecode\">🔸service.restrictiveOverrideCode</h3>\n<p>Used to allow payment where a service is not restrictive with another service.</p>\n<ul>\n<li><p><strong>Valid values:</strong></p>\n<ul>\n<li><p><code>SP</code> = Separate Sites</p>\n</li>\n<li><p><code>NR</code> = Not Related to consult</p>\n</li>\n<li><p><code>NC</code> = Not for Comparison (bilateral)</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Rules:</strong></p>\n<ul>\n<li>Must only be set for <strong>General</strong> or <strong>Specialist</strong> Services</li>\n</ul>\n</li>\n</ul>\n<hr />\n<h3 id=\"🔸servicerule3exemptind\">🔸service.rule3ExemptInd</h3>\n<p>Indicates whether the pathology service is exempt from Rule 3 (MBS).</p>\n<ul>\n<li><p><strong>Valid values:</strong></p>\n<ul>\n<li><code>Y</code> = Exempt</li>\n</ul>\n</li>\n<li><p><strong>Rules:</strong></p>\n<ul>\n<li><p>Must only be set for <strong>Pathology</strong> Services</p>\n</li>\n<li><p>If set, <code>medicalEvent.time</code> must also be set</p>\n</li>\n<li><p>If set, must align with one of:</p>\n<ul>\n<li><p><code>selfDeemedCode = SD</code></p>\n</li>\n<li><p>Referral Type = <code>P</code> + Referrer details</p>\n</li>\n<li><p>Referral Override Code = <code>N</code></p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<hr />\n<h3 id=\"🔸services4b3exemptind\">🔸service.s4b3ExemptInd</h3>\n<p>Indicates whether the service is exempt from S4b3 MBS requirements.</p>\n<ul>\n<li><p><strong>Valid values:</strong></p>\n<ul>\n<li><code>Y</code> = Exempt</li>\n</ul>\n</li>\n<li><p><strong>Rules:</strong></p>\n<ul>\n<li><p>Must only be set for <strong>Pathology</strong> Services</p>\n</li>\n<li><p>Cannot be set if <code>rule3ExemptInd</code> is set</p>\n</li>\n<li><p>If set, must align with one of:</p>\n<ul>\n<li><p><code>selfDeemedCode = SD</code></p>\n</li>\n<li><p>Referral Type = <code>P</code> + Referrer details</p>\n</li>\n<li><p>Referral Override Code = <code>N</code></p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<hr />\n<h3 id=\"🔸servicescpid\">🔸service.scpId</h3>\n<p>Specimen Collection Point identifier.</p>\n<ul>\n<li><p><strong>Format:</strong> 3–5 characters (alpha/numeric, not <code>0</code>)</p>\n</li>\n<li><p><strong>Examples:</strong> <code>001</code>, <code>0001</code>, <code>00001</code></p>\n</li>\n<li><p><strong>Rules:</strong></p>\n<ul>\n<li><p>Must only be set for <strong>Pathology</strong> Services</p>\n</li>\n<li><p>If set, must align with one of:</p>\n<ul>\n<li><p>Referral Type = <code>P</code></p>\n</li>\n<li><p><code>selfDeemedCode = SD</code></p>\n</li>\n<li><p>Referral Override Code = <code>N</code></p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<hr />\n<h3 id=\"🔸serviceselfdeemedcode\">🔸service.selfDeemedCode</h3>\n<p>Indicates additional or substituted service.</p>\n<ul>\n<li><p><strong>Valid values:</strong></p>\n<ul>\n<li><p><code>SD</code> = Self Deemed</p>\n</li>\n<li><p><code>SS</code> = Substituted Service</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Rules:</strong></p>\n<ul>\n<li><p>Cannot be set if Referral Override Code is set</p>\n</li>\n<li><p>Cannot be set if Referral Type = <code>P</code></p>\n</li>\n</ul>\n</li>\n</ul>\n<hr />\n<h3 id=\"🔸servicetext\">🔸service.text</h3>\n<p>Free text providing additional information to assist with assessment.</p>\n<ul>\n<li><p><strong>Format:</strong> Max 50 characters</p>\n</li>\n<li><p><strong>Allowed chars:</strong> Alphanumeric, space, <code>@ # $ % + = : ; , . -</code></p>\n</li>\n<li><p><strong>Rules:</strong></p>\n<ul>\n<li>Cannot exceed 50 characters</li>\n</ul>\n</li>\n</ul>\n<hr />\n<h3 id=\"🔸servicetimeduration\">🔸service.timeDuration</h3>\n<p>The duration of the service in minutes.</p>\n<ul>\n<li><p><strong>Format:</strong> Numeric <code>001–999</code></p>\n</li>\n<li><p><strong>Rules:</strong></p>\n<ul>\n<li><p>Must only be set for <strong>General</strong> or <strong>Specialist</strong> Services</p>\n</li>\n<li><p>Cannot be set with <code>numberOfPatientsSeen</code></p>\n</li>\n<li><p>Cannot be set with <code>fieldQuantity</code></p>\n</li>\n</ul>\n</li>\n<li><p><strong>Examples:</strong> <code>030</code> = 30 minutes</p>\n</li>\n</ul>\n<h2 id=\"resubmitting-rejected-patient-claims-in-rebateright\">Resubmitting Rejected Patient Claims in RebateRight</h2>\n<h3 id=\"overview\">Overview</h3>\n<p>Patient Claim Interactive (PCI) claims allow patients to claim Medicare benefits for services where they haven't assigned their benefits to the healthcare provider. Understanding how to handle rejected patient claims is essential for efficient practice operations and positive patient experiences.</p>\n<p>This guide will help you navigate the resubmission process for rejected Patient Claim Interactive Web Service (PCIW) claims in RebateRight.</p>\n<h3 id=\"understanding-patient-claim-rejections\">Understanding Patient Claim Rejections</h3>\n<h4 id=\"claim-assessment-outcomes\">Claim Assessment Outcomes</h4>\n<p>When you submit a patient claim, Medicare returns one of four status responses:</p>\n<ol>\n<li><p><strong>MEDICARE_ASSESSED</strong> - Claim successfully processed and benefit calculated</p>\n</li>\n<li><p><strong>MEDICARE_REJECTED</strong> - Claim contains unacceptable errors and cannot be processed</p>\n</li>\n<li><p><strong>MEDICARE_PENDABLE</strong> - Claim contains acceptable errors and can be pended for manual assessment</p>\n</li>\n<li><p><strong>MEDICARE_PENDED</strong> - Claim successfully sent to Medicare for manual review</p>\n</li>\n</ol>\n<h3 id=\"when-claims-are-rejected\">When Claims Are Rejected</h3>\n<p>Patient claims are rejected when:</p>\n<ul>\n<li><p><strong>YAML Interface Validation fails</strong> - Technical format errors detected immediately</p>\n</li>\n<li><p><strong>Business Rules Validation fails</strong> - Clinical or administrative rule violations identified</p>\n</li>\n<li><p><strong>Unacceptable errors exist</strong> - Issues that prevent automatic assessment</p>\n</li>\n</ul>\n<p><strong>Important:</strong> If a claim is rejected, the claim will be returned with status <code>MEDICARE_REJECTED</code> and <strong>no benefit amount will be calculated</strong>.</p>\n<h3 id=\"pendable-vs-rejected-claims\">Pendable vs Rejected Claims</h3>\n<p><strong>Pendable Claims (Acceptable Errors)</strong></p>\n<ul>\n<li><p>Contain issues that can be reviewed by a Medicare operator</p>\n</li>\n<li><p>Return status: <code>MEDICARE_PENDABLE</code></p>\n</li>\n<li><p>Can be pended for manual assessment within 1 hour</p>\n</li>\n<li><p>Examples: Restrictive conditions, complex referral scenarios</p>\n</li>\n</ul>\n<p><strong>Rejected Claims (Unacceptable Errors)</strong></p>\n<ul>\n<li><p>Contain critical issues that prevent processing</p>\n</li>\n<li><p>Return status: <code>MEDICARE_REJECTED</code></p>\n</li>\n<li><p>Must be corrected and resubmitted with new Transaction ID</p>\n</li>\n<li><p>Examples: Invalid patient details, missing referrals, invalid provider numbers</p>\n</li>\n</ul>\n<h3 id=\"common-rejection-reasons\">Common Rejection Reasons</h3>\n<h4 id=\"patient-details-errors\">Patient Details Errors</h4>\n<ul>\n<li><p><strong>Invalid Medicare Card Details</strong></p>\n<ul>\n<li><p>Medicare card number doesn't conform to check digit routine</p>\n</li>\n<li><p>Card issue number (10th digit) set to zero</p>\n</li>\n<li><p>Individual Reference Number (IRN) invalid or set to zero</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Patient Name Issues</strong></p>\n<ul>\n<li><p>Missing family name or given name</p>\n</li>\n<li><p>Invalid characters in name fields</p>\n</li>\n<li><p>Incorrect handling of single-name patients</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Date of Birth Errors</strong></p>\n<ul>\n<li><p>Date of birth in the future</p>\n</li>\n<li><p>Date of birth more than 130 years ago</p>\n</li>\n<li><p>Date of birth after authorisation date</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"claimant-details-errors\">Claimant Details Errors</h4>\n<ul>\n<li><p><strong>Claimant Age Restriction</strong></p>\n<ul>\n<li><p>Claimant must be at least 14 years old</p>\n</li>\n<li><p>Date of birth calculation error</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Claimant Address Issues</strong> (when provided)</p>\n<ul>\n<li><p>PO Box addresses not accepted for residential address</p>\n</li>\n<li><p>Missing required address components (Line 1, Locality, Postcode)</p>\n</li>\n<li><p>Invalid postcode (0000) or incorrect format</p>\n</li>\n<li><p>State code incorrectly included in locality field</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Bank Account Details</strong> (for EFT payments)</p>\n<ul>\n<li><p>Incomplete EFT details (missing account name, number, or BSB)</p>\n</li>\n<li><p>Invalid BSB code</p>\n</li>\n<li><p>EFT details supplied for unpaid claim (Account Paid Indicator = N)</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"service-information-errors\">Service Information Errors</h4>\n<ul>\n<li><p><strong>Charge Amount Issues</strong></p>\n<ul>\n<li><p>At least one service in each Medical Event must have charge ≥ $1.00 (100 cents)</p>\n</li>\n<li><p>Charge amount exceeds maximum ($9999.99)</p>\n</li>\n<li><p>Patient contribution amount equals or exceeds charge amount</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Service Date Errors</strong></p>\n<ul>\n<li><p>Medical Event Date more than 2 years old</p>\n</li>\n<li><p>Medical Event Date in the future</p>\n</li>\n<li><p>Medical Event Date before patient's date of birth</p>\n</li>\n<li><p>Medical Event Date before referral issue date</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Hospital Service Errors</strong></p>\n<ul>\n<li><p>Hospital Indicator set to Y but Facility ID missing</p>\n</li>\n<li><p>Facility ID provided but Hospital Indicator not set</p>\n</li>\n<li><p>Invalid Facility ID format</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"referralrequest-errors\">Referral/Request Errors</h3>\n<ul>\n<li><p><strong>Missing Referral Information</strong></p>\n<ul>\n<li><p>Specialist service without referral, override code, or self-deemed code</p>\n</li>\n<li><p>Pathology service without request, override code (N), or self-deemed code (SD)</p>\n</li>\n<li><p>Referral details incomplete (missing provider number or issue date)</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Referral Date Issues</strong></p>\n<ul>\n<li><p>Referral issue date in the future</p>\n</li>\n<li><p>Referral issue date before patient date of birth</p>\n</li>\n<li><p>Referral issue date after service date</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Referral Period Errors</strong></p>\n<ul>\n<li><p>Referral Period Code set to N but period not provided</p>\n</li>\n<li><p>Referral period provided but code not set to N</p>\n</li>\n<li><p>Period/Period Code provided for Pathology or Diagnostic requests</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"provider-information-errors\">Provider Information Errors</h4>\n<ul>\n<li><p><strong>Invalid Provider Numbers</strong></p>\n<ul>\n<li><p>Incorrect format (must be 6-digit stem + 1 location char + 1 check digit)</p>\n</li>\n<li><p>Servicing provider same as payee provider</p>\n</li>\n<li><p>Referring provider same as servicing provider</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"service-type-validation-errors\">Service Type Validation Errors</h4>\n<ul>\n<li><p><strong>General Claims (mcp.patient.claim.interactive.general)</strong></p>\n<ul>\n<li>Referral details, Referral Override Code, or Self Deemed Code incorrectly included</li>\n</ul>\n</li>\n<li><p><strong>Specialist Claims (mcp.patient.claim.interactive.specialist)</strong></p>\n<ul>\n<li>Must have one of: Diagnostic/Specialist Referral, Referral Override Code (H/L/E/N), or Self Deemed Code (SD/SS)</li>\n</ul>\n</li>\n<li><p><strong>Pathology Claims (mcp.patient.claim.interactive.pathology)</strong></p>\n<ul>\n<li><p>Must have one of: Pathology Request, Referral Override Code (N), or Self Deemed Code (SD)</p>\n</li>\n<li><p>Self Deemed Code SS not allowed for pathology</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"reading-error-messages\">Reading Error Messages</h3>\n<h4 id=\"error-message-format\">Error Message Format</h4>\n<p>Medicare error messages for patient claims follow this structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>[Error Code] [Error Message Text]. Error located in Medical Event {m}, Service {s}.\n\n</code></pre><h4 id=\"error-response-types\">Error Response Types</h4>\n<p><strong>1. Claim Level Errors (Rejection)</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"claimAssessment\": {\n    \"error\": {\n      \"code\": 9602,\n      \"text\": \"This claim cannot be lodged through this channel...\"\n    },\n    \"claimId\": \"AAA5555509122010321519\"\n  },\n  \"status\": \"MEDICARE_REJECTED\"\n}\n\n</code></pre>\n<p><strong>2. Service Level Acceptable Errors (Pendable)</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"claimAssessment\": {\n    \"medicalEvent\": [{\n      \"service\": [{\n        \"error\": {\n          \"code\": 9641,\n          \"text\": \"A restrictive condition exists.\"\n        },\n        \"id\": \"C002\",\n        \"assessmentCode\": \"ACCEPTABLE_ERROR\",\n        \"chargeAmount\": \"5000\",\n        \"itemNumber\": \"30071\"\n      }]\n    }]\n  },\n  \"status\": \"MEDICARE_PENDABLE\"\n}\n\n</code></pre>\n<p><strong>3. Service Level Unacceptable Errors (Rejection)</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"claimAssessment\": {\n    \"medicalEvent\": [{\n      \"service\": [{\n        \"error\": {\n          \"code\": 9628,\n          \"text\": \"Referral or request required.\"\n        },\n        \"id\": \"C001\",\n        \"assessmentCode\": \"UNACCEPTABLE_ERROR\"\n      }]\n    }]\n  },\n  \"status\": \"MEDICARE_REJECTED\"\n}\n\n</code></pre>\n<h3 id=\"assessment-codes\">Assessment Codes</h3>\n<p>The <code>assessmentCode</code> field indicates the outcome for each service:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Meaning</th>\n<th>Action Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ASSESSED</td>\n<td>Service successfully assessed, benefit calculated</td>\n<td>None - claim processed</td>\n</tr>\n<tr>\n<td>NOT_ASSESSED</td>\n<td>Service not assessed (another service had error)</td>\n<td>Review associated errors</td>\n</tr>\n<tr>\n<td>ACCEPTABLE_ERROR</td>\n<td>Error can be reviewed by operator</td>\n<td>Can pend for manual review</td>\n</tr>\n<tr>\n<td>UNACCEPTABLE_ERROR</td>\n<td>Critical error prevents processing</td>\n<td>Must correct and resubmit</td>\n</tr>\n<tr>\n<td>NNN (3-digit)</td>\n<td>Medicare reason code (e.g., 556, 242)</td>\n<td>Review MBS conditions</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Important:</strong> Display all error messages exactly as provided by Medicare - do not truncate, transform, or modify them.</p>\n<h3 id=\"handling-pendable-claims\">Handling Pendable Claims</h3>\n<h4 id=\"what-are-pendable-claims\">What Are Pendable Claims?</h4>\n<p>Pendable claims contain <strong>acceptable errors</strong> that require manual review by a Medicare operator but don't prevent the claim from being submitted for assessment.</p>\n<h4 id=\"when-to-pend-a-claim\">When to Pend a Claim</h4>\n<p>Consider pending when:</p>\n<ul>\n<li><p>Restrictive conditions need operator review (error 9641)</p>\n</li>\n<li><p>Complex service combinations require assessment (error 9601)</p>\n</li>\n<li><p>Status returned is <code>MEDICARE_PENDABLE</code></p>\n</li>\n</ul>\n<h4 id=\"how-to-pend-a-claim\">How to Pend a Claim</h4>\n<ol>\n<li><p><strong>Receive Pendable Response:</strong> Claim returns with status: <code>MEDICARE_PENDABLE</code></p>\n</li>\n<li><p><strong>Make Decision Within 1 Hour:</strong> You have <strong>1 hour</strong> from original submission to pend the claim, After 1 hour, you must resubmit with a new Correlation ID</p>\n</li>\n<li><p><strong>Pend the Claim:</strong> Resubmit using the <strong>same CorrelationId ID</strong> you received in the response of the pendable claim. Please note, no other fields needs to be changed</p>\n</li>\n<li><p><strong>Issue Lodgement Advice</strong></p>\n<ul>\n<li><p>Print and provide Lodgement Advice to patient/claimant</p>\n</li>\n<li><p>Keep electronic or hard copy for records</p>\n</li>\n<li><p>Patient will receive payment notification when assessed</p>\n</li>\n</ul>\n</li>\n</ol>\n<h4 id=\"automatic-pend-workflow-recommended\">Automatic Pend Workflow (Recommended)</h4>\n<p>Design your workflow to streamline pending:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Claim Submitted → MEDICARE_PENDABLE response received\n                ↓\n    Display: \"Claim requires manual review\"\n                ↓\n    [Accept and Pend] button\n                ↓\n    Auto-resubmit with same Correlation ID\n                ↓\n    Print Lodgement Advice for patient\n\n</code></pre><h3 id=\"resubmission-process\">Resubmission Process</h3>\n<h4 id=\"step-1-identify-the-rejection-type\">Step 1: Identify the Rejection Type</h4>\n<p><strong>For MEDICARE_REJECTED:</strong></p>\n<ol>\n<li><p>Review error code and message</p>\n</li>\n<li><p>Identify which level contains the error (claim, medical event, or service)</p>\n</li>\n<li><p>Note all errors that need correction</p>\n</li>\n</ol>\n<p><strong>For MEDICARE_PENDABLE:</strong></p>\n<ol>\n<li><p>Decide whether to pend or correct and resubmit</p>\n</li>\n<li><p>If pending, resubmit within 1 hour with same Correlation ID</p>\n</li>\n<li><p>If correcting, treat as rejected claim</p>\n</li>\n</ol>\n<h4 id=\"step-2-correct-the-errors\">Step 2: Correct the Errors</h4>\n<p><strong>For Patient Details Errors (9202):</strong></p>\n<ul>\n<li><p>Verify Medicare card number using Patient Verification Web Service</p>\n</li>\n<li><p>Confirm card issue number is not zero</p>\n</li>\n<li><p>Check patient name format and special characters</p>\n</li>\n<li><p>Validate date of birth is reasonable and not in future</p>\n</li>\n</ul>\n<p><strong>For Claimant Details Errors:</strong></p>\n<ul>\n<li><p>Verify claimant is at least 14 years old</p>\n</li>\n<li><p>If providing address, ensure it's residential (not PO Box)</p>\n</li>\n<li><p>Include all required address fields (Line 1, Locality, Postcode)</p>\n</li>\n<li><p>If providing EFT details, ensure all three fields are complete (account name, number, BSB)</p>\n</li>\n</ul>\n<p><strong>For Service Information Errors (2030):</strong></p>\n<ul>\n<li><p>Ensure at least one service per Medical Event has charge ≥ $1.00</p>\n</li>\n<li><p>Verify service dates are within 2-year window</p>\n</li>\n<li><p>Check hospital services have both Hospital Indicator and Facility ID</p>\n</li>\n<li><p>Confirm patient contribution is less than charge amount</p>\n</li>\n</ul>\n<p><strong>For Referral Errors (9202, 2030):</strong></p>\n<ul>\n<li><p>Include complete referral details (provider number, issue date)</p>\n</li>\n<li><p>For specialist referrals, include period code and period (if non-standard)</p>\n</li>\n<li><p>Ensure referral date is before service date</p>\n</li>\n<li><p>Use correct override codes when applicable</p>\n</li>\n</ul>\n<p><strong>For Service Type Errors (2030):</strong></p>\n<ul>\n<li><p>Match service type to correct web service endpoint</p>\n</li>\n<li><p>General claims: Remove any referral/request information</p>\n</li>\n<li><p>Specialist claims: Include referral OR override code OR self-deemed code</p>\n</li>\n<li><p>Pathology claims: Include request OR override code (N) OR self-deemed code (SD)</p>\n</li>\n</ul>\n<h4 id=\"step-3-validate-before-resubmission\">Step 3: Validate Before Resubmission</h4>\n<p>Complete this checklist:</p>\n<p><strong>Patient/Claimant Details</strong></p>\n<ul>\n<li><p>✓ Patient Medicare card number is valid (checked with OPVW)</p>\n</li>\n<li><p>✓ Patient name correctly formatted</p>\n</li>\n<li><p>✓ Patient date of birth is valid</p>\n</li>\n<li><p>✓ Claimant is at least 14 years old</p>\n</li>\n<li><p>✓ Claimant details complete and valid</p>\n</li>\n<li><p>✓ Address is residential (if provided)</p>\n</li>\n<li><p>✓ EFT details complete (if provided and account paid)</p>\n</li>\n</ul>\n<p><strong>Service Details</strong></p>\n<ul>\n<li><p>✓ At least one service per Medical Event ≥ $1.00</p>\n</li>\n<li><p>✓ All Medical Event dates within 2 years</p>\n</li>\n<li><p>✓ Medical Event dates not in future</p>\n</li>\n<li><p>✓ Hospital services have Facility ID and Hospital Indicator</p>\n</li>\n<li><p>✓ Patient contribution &lt; charge amount</p>\n</li>\n</ul>\n<p><strong>Referral/Request Details</strong></p>\n<ul>\n<li><p>✓ Referral complete for specialist/pathology services (or valid override)</p>\n</li>\n<li><p>✓ Referral dates valid and logical</p>\n</li>\n<li><p>✓ Referring provider different from servicing provider</p>\n</li>\n<li><p>✓ Referral period included for specialist referrals (if non-standard)</p>\n</li>\n</ul>\n<p><strong>Provider Details</strong></p>\n<ul>\n<li><p>✓ All provider numbers correctly formatted</p>\n</li>\n<li><p>✓ Servicing provider ≠ payee provider</p>\n</li>\n<li><p>✓ Referring provider ≠ servicing provider</p>\n</li>\n</ul>\n<p><strong>Other Requirements</strong></p>\n<ul>\n<li><p>✓ Submission Authority Indicator set to Y</p>\n</li>\n<li><p>✓ Account Paid Indicator correctly set</p>\n</li>\n<li><p>✓ Maximum limits not exceeded (16 Medical Events, 14 services per event, 16 total services)</p>\n</li>\n</ul>\n<h3 id=\"step-4-resubmit-the-claim\">Step 4: Resubmit the Claim</h3>\n<p><strong>Generate New Transaction ID</strong></p>\n<ul>\n<li><p><strong>Critical:</strong> Never reuse the Transaction ID from a rejected claim</p>\n</li>\n<li><p>Reusing Transaction ID results in error 9777</p>\n</li>\n<li><p>RebateRight automatically generates unique Transaction IDs</p>\n</li>\n</ul>\n<p><strong>Resubmit Through Correct Web Service</strong></p>\n<ul>\n<li><p>General claims: <code>mcp.patient.claim.interactive.general</code></p>\n</li>\n<li><p>Specialist claims: <code>mcp.patient.claim.interactive.specialist</code></p>\n</li>\n<li><p>Pathology claims: <code>mcp.patient.claim.interactive.pathology</code></p>\n</li>\n</ul>\n<p><strong>Monitor Response</strong></p>\n<ul>\n<li><p>Review response status (ASSESSED, REJECTED, or PENDABLE)</p>\n</li>\n<li><p>Check assessment codes for each service</p>\n</li>\n<li><p>Verify benefit amounts calculated</p>\n</li>\n<li><p>Print appropriate statement for patient</p>\n</li>\n</ul>\n<h3 id=\"important-resubmission-rules\">Important Resubmission Rules</h3>\n<h4 id=\"transaction-id-management\">Transaction ID Management</h4>\n<p><strong>For Rejected Claims:</strong></p>\n<ul>\n<li><p>Always generate a <strong>new Transaction ID</strong></p>\n</li>\n<li><p>Never reuse Transaction ID from rejected claim</p>\n</li>\n<li><p>Error 9777 occurs if Transaction ID duplicated</p>\n</li>\n</ul>\n<p><strong>For Pendable Claims:</strong></p>\n<ul>\n<li><p>Use the <strong>same Transaction ID</strong> to pend within 1 hour</p>\n</li>\n<li><p>After 1 hour, must use new Transaction ID</p>\n</li>\n</ul>\n<h4 id=\"claim-structure-limits\">Claim Structure Limits</h4>\n<p>Maximum limits per patient claim:</p>\n<ul>\n<li><p><strong>16 Medical Events</strong> per claim (Error 2025 if exceeded)</p>\n</li>\n<li><p><strong>14 Services</strong> per Medical Event (Error 2032 if exceeded)</p>\n</li>\n<li><p><strong>16 Total Services</strong> per claim (Error 2033 if exceeded)</p>\n</li>\n</ul>\n<p>If you exceed these limits, split into multiple claims.</p>\n<h4 id=\"timing-considerations\">Timing Considerations</h4>\n<ul>\n<li><p><strong>Do not submit more than one claim per second</strong></p>\n</li>\n<li><p><strong>Pend window:</strong> 1 hour from original submission for pendable claims</p>\n</li>\n<li><p><strong>Service date limit:</strong> Services cannot be more than 2 years old</p>\n</li>\n</ul>\n<h4 id=\"same-day-deletion\">Same Day Deletion</h4>\n<p>If you need to delete a claim submitted today:</p>\n<ul>\n<li><p>Use Same Day Delete Web Service (SDDW)</p>\n</li>\n<li><p>Must be same day as original submission</p>\n</li>\n<li><p>Claim cannot already be paid</p>\n</li>\n<li><p>Corrected claim can then be resubmitted</p>\n</li>\n</ul>\n<h3 id=\"special-cases\">Special Cases</h3>\n<h4 id=\"multiple-errors-in-one-claim\">Multiple Errors in One Claim</h4>\n<p>When a claim has multiple errors:</p>\n<ol>\n<li><p><strong>Claim Level Error Present</strong></p>\n<ul>\n<li><p>Only claim level objects returned in response</p>\n</li>\n<li><p>Fix claim level error first</p>\n</li>\n<li><p>Resubmit with new Transaction ID</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Service Level Errors Only</strong></p>\n<ul>\n<li><p>All levels of objects returned</p>\n</li>\n<li><p>Fix all service level errors</p>\n</li>\n<li><p>Resubmit with new Transaction ID</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Mix of Acceptable and Unacceptable Errors</strong></p>\n<ul>\n<li><p>If ANY unacceptable error exists, claim is rejected</p>\n</li>\n<li><p>Must fix all unacceptable errors before resubmission</p>\n</li>\n<li><p>Cannot pend if any unacceptable errors present</p>\n</li>\n</ul>\n</li>\n</ol>\n<h4 id=\"exceeding-claim-structure-limits\">Exceeding Claim Structure Limits</h4>\n<p><strong>Too Many Medical Events (Error 2025):</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Maximum 16 Medical Events per claim exceeded\n\n</code></pre><p><strong>Solution:</strong></p>\n<ul>\n<li><p>Split claim into multiple submissions</p>\n</li>\n<li><p>Group related services logically</p>\n</li>\n<li><p>Submit separate claims with new Transaction IDs</p>\n</li>\n</ul>\n<p><strong>Too Many Services per Medical Event (Error 2032):</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Maximum 14 Services per Medical Event exceeded\n\n</code></pre><p><strong>Solution:</strong></p>\n<ul>\n<li><p>Split Medical Event into separate Medical Events</p>\n</li>\n<li><p>Each new Medical Event can have up to 14 services</p>\n</li>\n<li><p>Keep same date of service for related services</p>\n</li>\n</ul>\n<p><strong>Too Many Total Services (Error 2033):</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Maximum 16 Services per claim exceeded\n\n</code></pre><p><strong>Solution:</strong></p>\n<ul>\n<li><p>Split into multiple claims</p>\n</li>\n<li><p>Each claim can have maximum 16 services total</p>\n</li>\n</ul>\n<h4 id=\"claimant-without-bank-details\">Claimant Without Bank Details</h4>\n<p>If claim assessed successfully but claimant has no bank details:</p>\n<p><strong>Response Received:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"claimAssessment\": {\n    \"error\": {\n      \"code\": 9783,\n      \"text\": \"The claimant will need to update their bank details...\"\n    }\n  },\n  \"status\": \"MEDICARE_ASSESSED\"\n}\n\n</code></pre>\n<p><strong>Action Required:</strong></p>\n<ol>\n<li><p>Inform patient/claimant that benefit was calculated</p>\n</li>\n<li><p>Patient must update bank details with Medicare:</p>\n<ul>\n<li><p>Through Medicare online account</p>\n</li>\n<li><p>By calling Medicare</p>\n</li>\n<li><p>By visiting a Service Centre</p>\n</li>\n</ul>\n</li>\n<li><p>Payment will be released once bank details updated</p>\n</li>\n<li><p>No resubmission needed</p>\n</li>\n</ol>\n<h3 id=\"service-type-mismatch\">Service Type Mismatch</h3>\n<p><strong>Error 2030 for Service Type:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>The details in this claim are inconsistent with the service called\n\n</code></pre><p><strong>Solution:</strong></p>\n<ol>\n<li><p>Verify service type:</p>\n<ul>\n<li><p>General practitioners → <code>mcp.patient.claim.interactive.general</code></p>\n</li>\n<li><p>Specialists/Allied Health/Diagnostic Imaging → <code>mcp.patient.claim.interactive.specialist</code></p>\n</li>\n<li><p>Pathology → <code>mcp.patient.claim.interactive.pathology</code></p>\n</li>\n</ul>\n</li>\n<li><p>Ensure referral/request details match service type:</p>\n<ul>\n<li><p>General: No referral/request details</p>\n</li>\n<li><p>Specialist: Referral OR override OR self-deemed</p>\n</li>\n<li><p>Pathology: Request OR override (N) OR self-deemed (SD only)</p>\n</li>\n</ul>\n</li>\n<li><p>Resubmit to correct web service endpoint</p>\n</li>\n</ol>\n<h3 id=\"assessment-codes-with-zero-benefits\">Assessment Codes with Zero Benefits</h3>\n<p>Some services may be assessed with zero benefit due to MBS conditions:</p>\n<p><strong>Example Response:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"service\": [{\n    \"assessmentCode\": \"556\",\n    \"benefitPaid\": 0,\n    \"chargeAmount\": \"40000\",\n    \"itemNumber\": \"20560\"\n  }]\n}\n\n</code></pre>\n<p><strong>Understanding 3-Digit Codes:</strong></p>\n<ul>\n<li><p>These are Medicare reason codes</p>\n</li>\n<li><p>Indicate why benefit was zero or reduced</p>\n</li>\n<li><p>Claim is not rejected - it was assessed</p>\n</li>\n<li><p>Review MBS Schedule for item-specific conditions</p>\n</li>\n</ul>\n<p><strong>Common Reason Codes:</strong></p>\n<ul>\n<li><p><strong>242</strong>: Multiple operation rule applied</p>\n</li>\n<li><p><strong>556</strong>: Service not eligible for benefit</p>\n</li>\n<li><p><strong>154</strong>: Benefit reduced due to conditions</p>\n</li>\n</ul>\n<p><strong>Action:</strong> Explain outcome to patient and why benefit differs from expected amount.</p>\n<h3 id=\"best-practices-to-minimize-rejections\">Best Practices to Minimize Rejections</h3>\n<h4 id=\"1-always-use-patient-verification-and-eligibility-check-first\">1. Always Use Patient Verification and Eligibility Check First</h4>\n<p>Before submitting any patient claim:</p>\n<ul>\n<li><p>Use Online Patient Verification Web Service (OPVW)</p>\n</li>\n<li><p>Confirm patient's Medicare eligibility</p>\n</li>\n<li><p>Verify claimant details if different from patient</p>\n</li>\n<li><p>Check current Medicare card number and IRN</p>\n</li>\n</ul>\n<h4 id=\"2-validate-claimant-eligibility\">2. Validate Claimant Eligibility</h4>\n<ul>\n<li><p>Confirm claimant is at least 14 years old</p>\n</li>\n<li><p>If patient is under 14, claimant must be parent/guardian</p>\n</li>\n<li><p>Verify claimant has valid Medicare card</p>\n</li>\n</ul>\n<h4 id=\"3-complete-all-required-information\">3. Complete All Required Information</h4>\n<p><strong>For All Claims:</strong></p>\n<ul>\n<li><p>Submission Authority Indicator must be Y</p>\n</li>\n<li><p>Account Paid Indicator correctly set (Y or N)</p>\n</li>\n<li><p>Authorisation date not in future</p>\n</li>\n<li><p>All provider numbers valid and correctly formatted</p>\n</li>\n</ul>\n<p><strong>For Specialist/Pathology Claims:</strong></p>\n<ul>\n<li><p>Include complete referral/request details OR</p>\n</li>\n<li><p>Include valid override code OR</p>\n</li>\n<li><p>Include appropriate self-deemed code</p>\n</li>\n</ul>\n<p><strong>For Hospital Services:</strong></p>\n<ul>\n<li><p>Set Hospital Indicator to Y</p>\n</li>\n<li><p>Provide valid Facility ID</p>\n</li>\n<li><p>Both must be present together</p>\n</li>\n</ul>\n<h4 id=\"4-verify-eft-details-if-provided\">4. Verify EFT Details (If Provided)</h4>\n<p>If providing temporary bank details for claimant:</p>\n<ul>\n<li><p>Account Paid Indicator must be Y</p>\n</li>\n<li><p>Include all three EFT fields:</p>\n<ul>\n<li><p>Account Name (1-30 characters)</p>\n</li>\n<li><p>Account Number (1-9 characters)</p>\n</li>\n<li><p>BSB Code (6 digits, valid BSB)</p>\n</li>\n</ul>\n</li>\n<li><p>Validate BSB code is valid for Medicare payments</p>\n</li>\n</ul>\n<h4 id=\"5-check-service-dates-and-amounts\">5. Check Service Dates and Amounts</h4>\n<ul>\n<li><p>Services cannot be more than 2 years old</p>\n</li>\n<li><p>At least one service per Medical Event must be ≥ $1.00</p>\n</li>\n<li><p>Patient contribution must be less than charge amount</p>\n</li>\n<li><p>Medical Event Date must be after patient's date of birth</p>\n</li>\n</ul>\n<h4 id=\"6-validate-address-information-if-provided\">6. Validate Address Information (If Provided)</h4>\n<ul>\n<li><p>Use residential address (not PO Box)</p>\n</li>\n<li><p>Include all required components (Line 1, Locality, Postcode)</p>\n</li>\n<li><p>Postcode cannot be 0000</p>\n</li>\n<li><p>Don't include state code as separate value in locality</p>\n</li>\n</ul>\n<h4 id=\"7-use-rebateright-calculate-rebate\">7. Use RebateRight Calculate Rebate</h4>\n<p>Before submitting:</p>\n<ul>\n<li><p>Run RebateRight's pre-submission Calculate Rebate checks</p>\n</li>\n<li><p>Review all warnings and errors</p>\n</li>\n<li><p>Confirm all conditional fields are complete</p>\n</li>\n<li><p>Verify claim structure limits not exceeded</p>\n</li>\n</ul>\n<h4 id=\"8-monitor-submission-rate\">8. Monitor Submission Rate</h4>\n<ul>\n<li><p>Maximum 1 claim per second</p>\n</li>\n<li><p>Batch submissions appropriately</p>\n</li>\n<li><p>Allow processing time between submissions</p>\n</li>\n</ul>\n<h3 id=\"printed-statements-for-patients\">Printed Statements for Patients</h3>\n<h4 id=\"when-to-issue-statements\">When to Issue Statements</h4>\n<p><strong>Lodgement Advice:</strong></p>\n<ul>\n<li><p>Issued when claim pended for manual assessment</p>\n</li>\n<li><p>Status: MEDICARE_PENDABLE → MEDICARE_PENDED</p>\n</li>\n<li><p>States claim already submitted, not for claiming</p>\n</li>\n</ul>\n<p><strong>Statement of Claim &amp; Benefit Payment:</strong></p>\n<ul>\n<li><p>Issued when claim successfully assessed</p>\n</li>\n<li><p>Status: MEDICARE_ASSESSED</p>\n</li>\n<li><p>Shows benefit amount calculated</p>\n</li>\n<li><p>Includes Medicare reason codes (if any)</p>\n</li>\n</ul>\n<h4 id=\"critical-statement-requirements\">Critical Statement Requirements</h4>\n<p>Both statements must include:</p>\n<ol>\n<li><p><strong>Claimant Declaration</strong> - Legal authorisation wording (exact text required)</p>\n</li>\n<li><p><strong>Privacy Notice</strong> - Services Australia privacy statement (exact text required)</p>\n</li>\n<li><p><strong>All Service Details</strong> - Including any override indicators or additional information</p>\n</li>\n<li><p><strong>Payment Information</strong> - How benefit will be paid (EFT or to stored bank details)</p>\n</li>\n</ol>\n<p><strong>Important:</strong> Use exact wording as specified in Medicare documentation. Do not modify, shorten, or paraphrase required text.</p>\n<h4 id=\"values-to-display-on-statements\">Values to Display on Statements</h4>\n<p>Essential information to include:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Data Element</th>\n<th>Display Format</th>\n<th>Location</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Patient Medicare Card Number</td>\n<td>As transmitted</td>\n<td>Patient details</td>\n</tr>\n<tr>\n<td>Patient IRN</td>\n<td>As transmitted</td>\n<td>Patient details</td>\n</tr>\n<tr>\n<td>Claimant details</td>\n<td>As transmitted</td>\n<td>Claimant details (if different from patient)</td>\n</tr>\n<tr>\n<td>Date of Service</td>\n<td>As transmitted</td>\n<td>Service details</td>\n</tr>\n<tr>\n<td>Item Number</td>\n<td>As transmitted</td>\n<td>Item details</td>\n</tr>\n<tr>\n<td>Charge Amount</td>\n<td>As transmitted</td>\n<td>Fee/Charge column</td>\n</tr>\n<tr>\n<td>Patient Contribution</td>\n<td>As transmitted</td>\n<td>Patient contribution column</td>\n</tr>\n<tr>\n<td>Benefit Paid</td>\n<td>From response</td>\n<td>Benefit column (if assessed)</td>\n</tr>\n<tr>\n<td>Reason Codes</td>\n<td>From response</td>\n<td>RSN/Assessment column (if present)</td>\n</tr>\n<tr>\n<td>Hospital Indicator</td>\n<td>* or \"in hospital\"</td>\n<td>After item number or in description</td>\n</tr>\n<tr>\n<td>Referral details</td>\n<td>As transmitted</td>\n<td>Referral section</td>\n</tr>\n<tr>\n<td>EFT details</td>\n<td>As transmitted</td>\n<td>Payment details section</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"quick-reference-common-error-codes\">Quick Reference: Common Error Codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Type</th>\n<th>Common Cause</th>\n<th>Solution</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>9202</td>\n<td>Format Error</td>\n<td>Invalid format or value</td>\n<td>Check format requirements for the field</td>\n</tr>\n<tr>\n<td>2030</td>\n<td>Missing/Inconsistent Data</td>\n<td>Required field missing or data conflict</td>\n<td>Add missing information or resolve conflict</td>\n</tr>\n<tr>\n<td>2025</td>\n<td>Structure Error</td>\n<td>Too many Medical Events (&gt;16)</td>\n<td>Split into multiple claims</td>\n</tr>\n<tr>\n<td>2032</td>\n<td>Structure Error</td>\n<td>Too many Services per Medical Event (&gt;14)</td>\n<td>Split into separate Medical Events</td>\n</tr>\n<tr>\n<td>2033</td>\n<td>Structure Error</td>\n<td>Too many Services per Claim (&gt;16)</td>\n<td>Split into multiple claims</td>\n</tr>\n<tr>\n<td>9777</td>\n<td>Duplicate Transaction</td>\n<td>Transaction ID already used OR pend window expired</td>\n<td>Use new Transaction ID</td>\n</tr>\n<tr>\n<td>9602</td>\n<td>Channel Error</td>\n<td>Claim cannot be lodged through this channel</td>\n<td>Use alternative claiming channel</td>\n</tr>\n<tr>\n<td>9628</td>\n<td>Missing Referral</td>\n<td>Referral or request required for service type</td>\n<td>Add referral/request details or valid override</td>\n</tr>\n<tr>\n<td>9641</td>\n<td>Acceptable Error</td>\n<td>Restrictive condition exists</td>\n<td>Can pend for operator review</td>\n</tr>\n<tr>\n<td>9601</td>\n<td>Acceptable Error</td>\n<td>Needs operator assessment</td>\n<td>Can pend for manual review</td>\n</tr>\n<tr>\n<td>9783</td>\n<td>Bank Details Missing</td>\n<td>Claimant bank details not on file</td>\n<td>Inform patient to update with Medicare</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"key-differences-patient-claims-vs-bulk-bill-claims\">Key Differences: Patient Claims vs Bulk Bill Claims</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Aspect</th>\n<th>Patient Claims</th>\n<th>Bulk Bill Claims</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>Benefit Recipient</strong></td>\n<td>Patient/Claimant</td>\n<td>Health Professional</td>\n</tr>\n<tr>\n<td><strong>Claim Limits</strong></td>\n<td>16 Medical Events, 16 total services</td>\n<td>80 Medical Events, no total service limit</td>\n</tr>\n<tr>\n<td><strong>Claimant Age</strong></td>\n<td>Must be 14+ years</td>\n<td>Not applicable</td>\n</tr>\n<tr>\n<td><strong>Bank Details</strong></td>\n<td>Optional (can use stored details)</td>\n<td>EFT required for provider</td>\n</tr>\n<tr>\n<td><strong>Pend Capability</strong></td>\n<td>Yes (within 1 hour)</td>\n<td>No</td>\n</tr>\n<tr>\n<td><strong>Assessment</strong></td>\n<td>Real-time with operator fallback</td>\n<td>Store and forward for later assessment</td>\n</tr>\n<tr>\n<td><strong>Transaction ID Reuse</strong></td>\n<td>Yes (for pending only)</td>\n<td>Never</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>Remember:</strong> Patient claims require additional validation for claimant details and have different structure limits than bulk bill claims. Always use Patient Verification before submitting, and monitor the response status to determine if the claim was assessed, rejected, or requires pending for manual review.</p>\n","_postman_id":"06cf1b32-c016-4607-8472-2fa8a01c0271","auth":{"type":"apikey","apikey":{"value":"{{ApiKey}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"3535d25c-226d-431f-89db-6ff2f34804b1","id":"3535d25c-226d-431f-89db-6ff2f34804b1","name":"RebateRight","type":"collection"}}}],"id":"dbde0d90-3052-4b88-bfca-3696b29580f2","description":"<p>The Claiming services provide health professionals and healthcare locations with the ability to lodge Medicare claims electronically with Services Australia.</p>\n<p>There are two main claim types supported by RebateRight:</p>\n<ul>\n<li><p><strong>Bulk Bill Claim</strong> – where the patient assigns their right to Medicare benefits to the health professional, and the claim is lodged on their behalf.</p>\n</li>\n<li><p><strong>Patient Claim Interactive</strong> – where the patient retains their right to Medicare benefits, and the claim is lodged on their behalf for direct payment to the patient.</p>\n</li>\n</ul>\n<p>Both claim types share common concepts such as vouchers, services, referrals, and requests, but differ in processing rules, payment flow, and responsibilities for assignment of benefits.</p>\n<p>Use the specific claim type folder for detailed information about structures, requirements, and response handling.</p>\n","_postman_id":"dbde0d90-3052-4b88-bfca-3696b29580f2","auth":{"type":"apikey","apikey":{"value":"{{ApiKey}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"3535d25c-226d-431f-89db-6ff2f34804b1","id":"3535d25c-226d-431f-89db-6ff2f34804b1","name":"RebateRight","type":"collection"}}},{"name":"Governance","item":[],"id":"720954ec-4441-4bf6-9d4b-9a700ca01391","description":"<h1 id=\"🛡️-security-privacy-data-residency\">🛡️ Security, Privacy, Data Residency</h1>\n<p>At RebateRight, security and privacy are fundamental to everything we build. Our platform is architected from the ground up to protect your data while ensuring full compliance with Australian healthcare regulations.</p>\n<h2 id=\"⚡zero-data-persistence-architecture\">⚡Zero Data Persistence Architecture</h2>\n<p><strong>Real-time processing only</strong> — Patient data flows through our system without ever being stored. Each request is processed immediately and discarded, ensuring no sensitive information remains in our infrastructure.</p>\n<p><strong>Stateless serverless design</strong> — Every request is handled independently with no session persistence. Once your request is complete, no trace of the transaction remains in our systems.</p>\n<h2 id=\"📍australian-data-sovereignty--compliance\">📍Australian Data Sovereignty &amp; Compliance</h2>\n<p><strong>Complete geographic containment</strong> — Your data never crosses Australian borders. Our entire infrastructure operates within Microsoft Azure's Australia East region, ensuring data sovereignty from ingestion to response.</p>\n<p><strong>Government-grade security</strong> — Microsoft Azure has completed an IRAP (Information Security Registered Assessors Program) assessment for Australian government data processing, supporting workloads up to and including the PROTECTED classification level in Australian regions.</p>\n<p><strong>Enterprise compliance framework</strong> — Azure provides compliance with ISO 27001, SOC 2, HIPAA, GDPR, and numerous other global security standards, giving you confidence in our underlying infrastructure's security posture. (<a href=\"https://learn.microsoft.com/en-us/azure/compliance/\">Microsoft Azure Compliance</a>).</p>\n<h2 id=\"🔐-your-keys-your-control\">🔐 Your Keys, Your Control</h2>\n<p><strong>Client-managed authentication</strong> — RebateRight never stores, accesses, or manages your API credentials. You maintain complete control over your authentication tokens.</p>\n<h2 id=\"🏗️-enterprise-grade-infrastructure\">🏗️ Enterprise-Grade Infrastructure</h2>\n<p><strong>Azure reliability</strong> — Leveraging Microsoft Azure's enterprise infrastructure ensures high availability, automatic scaling during peak periods, and built-in redundancy across multiple availability zones.</p>\n<p><strong>Security by design</strong> — Every component follows security best practices including TLS 1.2/1.3 encrypted transit, minimal attack surface, secure development lifecycle with vulnerability scanning, and continuous monitoring for threats.</p>\n<p><strong>Government-standard integration</strong> — Our communications with Services Australia including Medicare use PRODA (Provider Digital Access), Services Australia's secure authentication mechanism, ensuring authentication meet official security requirements.</p>\n<h2 id=\"📊-usage-data-we-store\">📊 Usage Data We Store</h2>\n<p>To keep billing accurate and provide you with usage insights, RebateRight stores a minimal set of operational metadata about requests.<br />Examples of this metadata include:</p>\n<ul>\n<li><p>The total number of times RebateRight endpoints were used</p>\n</li>\n<li><p>Which API endpoints were called</p>\n</li>\n<li><p>Which MBS item numbers were requested</p>\n</li>\n<li><p>The outcome of the operation (e.g., whether an eligibility check returned eligible or not eligible)</p>\n</li>\n</ul>\n<p>This metadata <strong>never includes personally identifiable information (PII)</strong>, patient details, or provider information. It is retained solely for billing and reporting purposes, ensuring transparency without compromising privacy.</p>\n","_postman_id":"720954ec-4441-4bf6-9d4b-9a700ca01391","auth":{"type":"apikey","apikey":{"value":"{{ApiKey}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"3535d25c-226d-431f-89db-6ff2f34804b1","id":"3535d25c-226d-431f-89db-6ff2f34804b1","name":"RebateRight","type":"collection"}}},{"name":"Minor ID","item":[],"id":"4a5c70e6-afd3-431b-81f8-ea90adfaa278","description":"<h2 id=\"📍-minor-ids\">📍 Minor IDs</h2>\n<p>If you use <strong>Claiming</strong> endpoints or <strong>AIR</strong> through RebateRight, You should notify Services Australia of your assigned Minor ID for linking purposes by following the steps outlined below. If you are only using <strong>Patient Verification</strong> and <strong>Eligibility Check</strong>, you may not need to complete these steps, as RebateRight will handle the necessary registrations.</p>\n<h3 id=\"step-1-get-your-minor-id\">Step 1: Get your Minor ID</h3>\n<p>RebateRight will issue and provide your organisation with its unique Minor ID(s)—also known as Location IDs or Software Site IDs. Each physical location of your business requires its own Minor ID so that Services Australia can accurately identify where each request originates. This ensures compliance with Services Australia standards, which rely on Minor ID + provider number combinations being unique and location-specific. When you open a new site, you must request a new Minor ID from RebateRight before submitting claims for that location</p>\n<h3 id=\"step-2-complete-the-form\">Step 2: Complete the Form</h3>\n<p>Download and complete the following form: <a href=\"https://www.servicesaustralia.gov.au/hw027\">➡️ HW027</a></p>\n<p>This form allows Services Australia to associate your organisation with the provided Minor ID(s).</p>\n<p><strong>Note</strong>:</p>\n<ul>\n<li><p>The HW027 form only needs to be completed once per organisation, not per practitioner.</p>\n</li>\n<li><p>If you prefer, you may use the <a href=\"https://www.servicesaustralia.gov.au/hw052\">➡️ HW052</a> form to register up to six practitioners at the same time.</p>\n</li>\n</ul>\n<h3 id=\"step-3-submit-the-form\">Step 3: Submit the Form</h3>\n<p>Follow the submission instructions included in the form.</p>\n<p>Once Services Australia approves the form, your organisation will be able to use these services through RebateRight.</p>\n<h3 id=\"step-4-link-all-other-practitioners-in-your-organisation\">Step 4: Link All Other Practitioners in Your Organisation</h3>\n<p>For every practitioner who will be claiming:</p>\n<ol>\n<li><p>They must log in to PRODA and confirm their bank account details match your organisation's bank account details.</p>\n</li>\n<li><p>Then call <strong>Medicare eBusiness</strong>: 1800 700 199 and request that the Minor ID be linked to their provider number.</p>\n</li>\n</ol>\n<p><strong>Or</strong></p>\n<p>A representative from your organisation may call Medicare to link all provider numbers to the Minor ID/s.</p>\n<p><strong>Note</strong>:</p>\n<ul>\n<li><p>The practitioner’s bank details in PRODA must match the organisation’s bank details.</p>\n</li>\n<li><p>If any practitioner’s bank details are not current, that practitioner will be required to submit their own HW027 form.</p>\n</li>\n</ul>\n","_postman_id":"4a5c70e6-afd3-431b-81f8-ea90adfaa278","auth":{"type":"apikey","apikey":{"value":"{{ApiKey}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"3535d25c-226d-431f-89db-6ff2f34804b1","id":"3535d25c-226d-431f-89db-6ff2f34804b1","name":"RebateRight","type":"collection"}}},{"name":"Troubleshooting","item":[],"id":"da498690-2f78-4b76-8cbb-1088b05e97d2","description":"<h2 id=\"🔧-troubleshooting\">🔧 Troubleshooting</h2>\n<p>⛔ <strong>\"Unauthorized access.\" Response</strong></p>\n<p>This indicates that a valid <strong>API Key</strong> was not provided in your request.</p>\n<p><strong>Resolution</strong><br />Refer to the <strong>🔓 Authentication</strong> section for resolution details.</p>\n<hr />\n<p>⛔ <strong>The '...' field is not provided.</strong></p>\n<p>When a required field for an endpoint is missing, the <strong>reason</strong> field provides exact details about the missing field, including the expected <strong>field name</strong> enclosed in single quotes.</p>\n<p>For instance: <code>\"Reason\": \"The 'PrincipalProviderNumber' field is not provided.\"</code></p>\n<p><strong>Resolution</strong></p>\n<p>To resolve this error, ensure that the missing field (in this case, <code>PrincipalProviderNumber</code>) is included in your request and try again.</p>\n<hr />\n<p>⛔ <strong>\"Referral details and referral override code both provided.\"</strong></p>\n<p>This occurs when both referral details (such as referring provider number) and a <strong>referral override code</strong> (e.g. <code>N – Not required</code>) are included in the same request. Medicare only allows one of these to be provided.</p>\n<p><strong>Resolution</strong></p>\n<p>Include <strong>either</strong> referral details <strong>or</strong> a referral override code — not both.</p>\n<hr />\n<p>⛔ <strong>Invalid Referral Type or Service Type combination.</strong></p>\n<p>This indicates that the combination of <strong>Referral Type Code</strong> and <strong>Service Type Code</strong> in the request does not meet Medicare’s validation rules.</p>\n<p><strong>Resolution</strong></p>\n<ul>\n<li><p>If <code>ReferralTypeCode</code> is <code>S</code> or <code>D</code>, then <code>ServiceTypeCode</code> must be <code>S</code> (Specialist).</p>\n</li>\n<li><p>If <code>ReferralTypeCode</code> is <code>P</code>, then <code>ServiceTypeCode</code> must be <code>P</code> (Pathology).</p>\n</li>\n<li><p>Confirm both values exactly match one of the valid MBS combinations.</p>\n</li>\n</ul>\n<hr />\n<p>⛔ <strong>\"Invalid or inconsistent Referral Issue Date.\"</strong></p>\n<p>The <strong>Referral Issue Date</strong> provided is invalid. This can happen when the date is in the future, after the service date, or before the patient’s date of birth.</p>\n<p><strong>Resolution</strong></p>\n<p>Ensure the referral issue date:</p>\n<ul>\n<li><p>Is <strong>not in the future</strong></p>\n</li>\n<li><p>Is <strong>on or before</strong> the service date</p>\n</li>\n<li><p>Is <strong>after</strong> the patient’s date of birth</p>\n</li>\n</ul>\n<hr />\n<p>⛔ <strong>\"Invalid Provider Number format.\"</strong></p>\n<p>The provider number does not follow the required Medicare format.</p>\n<p><strong>Resolution</strong></p>\n<p>Provider numbers must contain <strong>8 characters</strong> in the format:</p>\n<p>6-digit stem + 1 location character + 1 check digit.</p>\n<p>Example: <code>123456A7</code></p>\n<hr />\n<p>⛔ <strong>\"Referrer and servicing provider cannot be the same.\"</strong></p>\n<p>This occurs when the <strong>referring provider number</strong> matches the <strong>servicing provider number</strong>. Medicare requires different provider stems for each.</p>\n<p><strong>Resolution</strong></p>\n<p>Use a referring provider number with a <strong>different 6-digit stem</strong> from the servicing provider’s number.</p>\n<hr />\n<p>⛔ <strong>\"Hospital indicator or Facility ID missing.\"</strong></p>\n<p>A <strong>hospital-related referral override code</strong> (<code>H</code>) was provided, but required hospital fields were not included.</p>\n<p><strong>Resolution</strong></p>\n<p>If <code>ReferralOverrideCode</code> is <code>H</code>:</p>\n<ul>\n<li><p>Set <strong>HospitalIndicator</strong> to <code>Y</code>, and</p>\n</li>\n<li><p>Provide a valid <strong>FacilityID</strong>.</p>\n</li>\n</ul>\n<hr />\n<p>⛔ <strong>\"Invalid or inconsistent service date.\"</strong></p>\n<p>The <strong>Service Date</strong> is invalid. This occurs when the service date is in the future or outside Medicare’s permitted timeframe.</p>\n<p><strong>Resolution</strong></p>\n<p>Ensure the service date:</p>\n<ul>\n<li><p>Is <strong>not in the future</strong></p>\n</li>\n<li><p>Is <strong>within 2 years</strong> of the transmission date</p>\n</li>\n</ul>\n<hr />\n<p>⛔ <strong>\"Invalid Medicare card number or IRN.\"</strong></p>\n<p>The <strong>Medicare card number</strong> or <strong>IRN (Individual Reference Number)</strong> provided is invalid.</p>\n<p><strong>Resolution</strong></p>\n<ul>\n<li><p>The Medicare card number must be <strong>10 digits</strong>, with a valid check digit.</p>\n</li>\n<li><p>The <strong>10th digit must not be 0</strong>.</p>\n</li>\n<li><p>The <strong>IRN</strong> must be a single digit from <strong>1 to 9</strong> (not 0).</p>\n</li>\n</ul>\n<hr />\n<p>⛔ <strong>\"Incomplete collection or accession date/time (pathology).\"</strong></p>\n<p>A <strong>Collection</strong> or <strong>Accession</strong> timestamp was provided without its corresponding value.</p>\n<p><strong>Resolution</strong></p>\n<p>If either <code>CollectionDateTime</code> or <code>AccessionDateTime</code> is provided, both must be included.</p>\n<ul>\n<li><p>Both must use valid Australian time zones.</p>\n</li>\n<li><p>The order must be <strong>Collection ≤ Accession ≤ ServiceDate</strong>.</p>\n</li>\n</ul>\n<hr />\n<p>⛔ <strong>\"Medicare rejected the request.\" or \"Response incomplete.\"</strong></p>\n<p>This indicates that Medicare rejected the transaction due to missing or invalid dependent fields, or incomplete data required for claim validation.</p>\n<p><strong>Resolution</strong></p>\n<p>Review the <code>reason</code> or <code>errorDescription</code> field in the response for details.</p>\n<p>⛔ <strong>\"Too many Medical Events in claim.\"</strong></p>\n<p>A <strong>Patient Claim</strong> contains more than 16 Medical Events.</p>\n<p><strong>Resolution</strong></p>\n<ul>\n<li><p>Limit each claim to <strong>16 Medical Events</strong>.</p>\n</li>\n<li><p>If more events exist, <strong>split into separate claims</strong>.</p>\n</li>\n</ul>\n<hr />\n<p>⛔ <strong>\"Too many services in a Medical Event.\"</strong></p>\n<p>A <strong>Medical Event</strong> contains more than 14 services.</p>\n<p><strong>Resolution</strong></p>\n<ul>\n<li><p>Limit each Medical Event to <strong>14 services</strong>.</p>\n</li>\n<li><p>If more services exist, <strong>split into separate Medical Events</strong>.</p>\n</li>\n</ul>\n<hr />\n<p>⛔ <strong>\"Too many services in a Patient Claim.\"</strong></p>\n<p>The <strong>Patient Claim</strong> contains more than 16 services overall.</p>\n<p><strong>Resolution</strong></p>\n<ul>\n<li><p>Limit the claim to <strong>16 services total</strong>.</p>\n</li>\n<li><p>Split additional services into <strong>separate claims</strong>.</p>\n</li>\n</ul>\n<hr />\n<p>⛔ <strong>\"Duplicate or out-of-sequence Medical Event ID.\"</strong></p>\n<p>One or more <strong>Medical Event IDs</strong> are either duplicated or not in the correct sequence (01–16).</p>\n<p><strong>Resolution</strong></p>\n<ul>\n<li><p>Ensure <strong>Medical Event IDs</strong> are <strong>unique</strong>.</p>\n</li>\n<li><p>IDs must <strong>start at 01</strong> and <strong>increment by one</strong> sequentially.</p>\n</li>\n</ul>\n<hr />\n<p>⛔ <strong>\"Duplicate Service ID in claim.\"</strong></p>\n<p>A <strong>Service ID</strong> is repeated within the same Patient Claim.</p>\n<p><strong>Resolution</strong></p>\n<ul>\n<li>Ensure <strong>all Service IDs</strong> are <strong>unique within the claim</strong>.</li>\n</ul>\n<hr />\n<p>⛔ <strong>\"Invalid Account Paid Indicator.\"</strong></p>\n<p>The <strong>Account Paid Indicator</strong> is not <code>Y</code> or <code>N</code>, or inconsistent with EFT details.</p>\n<p><strong>Resolution</strong></p>\n<ul>\n<li><p>Must be <code>Y</code> (paid) or <code>N</code> (not paid).</p>\n</li>\n<li><p>If <strong>EFT details</strong> are supplied, set <strong>Account Paid Indicator = Y</strong>.</p>\n</li>\n</ul>\n<hr />\n<p>⛔ <strong>\"Invalid Account Reference ID.\"</strong></p>\n<p>The <strong>Account Reference ID</strong> contains invalid characters or length.</p>\n<p><strong>Resolution</strong></p>\n<ul>\n<li><p>Must be <strong>1–9 characters</strong>.</p>\n</li>\n<li><p>Allowed: <code>0-9, A-Z, a-z, @ # $ % + = : ; , . -</code></p>\n</li>\n<li><p>No <strong>leading or trailing spaces</strong>.</p>\n</li>\n</ul>\n<hr />\n<p>⛔ <strong>\"Invalid Referral Period or Type.\"</strong></p>\n<p>Referral <strong>PeriodCode</strong>, <strong>Period</strong>, or <strong>TypeCode</strong> is missing or inconsistent.</p>\n<p><strong>Resolution</strong></p>\n<ul>\n<li><p>TypeCode: <code>S</code> (Specialist), <code>P</code> (Pathology), <code>D</code> (Diagnostic).</p>\n</li>\n<li><p>Period/PeriodCode only set if <strong>TypeCode = S</strong>.</p>\n</li>\n<li><p>Non-standard referrals (<code>N</code>) must supply <strong>Period 1–98</strong>, not 0, 00, or 99.</p>\n</li>\n</ul>\n<hr />\n<p>⛔ <strong>\"Submission Authority not set.\"</strong></p>\n<p>The claim cannot be submitted digitally because <strong>SubmissionAuthorityInd</strong> is missing or invalid.</p>\n<p><strong>Resolution</strong></p>\n<ul>\n<li>Set <strong>SubmissionAuthorityInd = Y</strong> to indicate claimant authorised digital submission.</li>\n</ul>\n","_postman_id":"da498690-2f78-4b76-8cbb-1088b05e97d2","auth":{"type":"apikey","apikey":{"value":"{{ApiKey}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"3535d25c-226d-431f-89db-6ff2f34804b1","id":"3535d25c-226d-431f-89db-6ff2f34804b1","name":"RebateRight","type":"collection"}}},{"name":"Diagrams","item":[],"id":"9c61767d-f0a7-4b74-a345-f7319d909a24","description":"<h2 id=\"🧩-diagrams\">🧩 Diagrams</h2>\n<h3 id=\"high-level-overview\">High-level Overview</h3>\n<p>The diagram below provides a simplified, high-level overview of how your application interacts with RebateRight. The <strong>Calculate Rebate</strong> endpoint is just an example and one of many possibilities.</p>\n<img src=\"https://content.pstmn.io/290c9b42-7ef2-4d39-a52a-3e108300c944/U2ltcGxlIERpYWdyYW0uZHJhd2lvICgxKS5wbmc=\" alt=\"High%20Level%20Overview\" />\n\n<p>1️⃣ <strong>Calculate Rebate Request</strong></p>\n<ul>\n<li><p>The request includes your Location Minor ID, Patient Details, List of MBS Item Numbers and Provider numbers. Essentially, all the information that determine the patient's eligibility for a Medicare Rebate.</p>\n</li>\n<li><p>RebateRight works behind the scenes with PRODA, Medicare, the Provider Directory, and the MBS Item Catalogue to determine eligibility and calculate applicable rebates.</p>\n</li>\n<li><p>Your Api Key is included in the request header.</p>\n</li>\n<li><p>Upon receiving a request, RebateRight will initiate internal processes and external API calls to gather the result.</p>\n</li>\n</ul>\n<p>2️⃣ <strong>Rebate Response</strong></p>\n<ul>\n<li>The response will indicate the rebate amount Medicare will pay for each of the requested MBS items.</li>\n</ul>\n<h3 id=\"rebateright-external-interactions\">RebateRight External Interactions</h3>\n<p>This diagram offers a more detailed view of RebateRight’s interactions with external systems and services.</p>\n<img src=\"https://content.pstmn.io/46ee2cfd-97cb-4dcc-b274-2d68150780d1/RGV0YWlsZWQgRGlhZ3JhbS5kcmF3aW8gKDIpLnBuZw==\" alt=\"External%20Interactions\" />\n\n<p><strong>1️⃣ RebateRight Rules Engine</strong></p>\n<ul>\n<li><p>RebateRight has a growing set of internal rules to assess patient eligibility, including checks for age, referrer specialty, and in-hospital or out-of-hospital restrictions.</p>\n</li>\n<li><p>These rules serve as the first layer of eligibility checks before any external validation is performed.</p>\n</li>\n</ul>\n<p>2️⃣<strong>PRODA</strong></p>\n<ul>\n<li><p>PRODA is the <strong>authentication</strong> mechanism that enables secure communication between RebateRight and Medicare.</p>\n</li>\n<li><p>Our <strong>organization</strong> and <strong>B2B device</strong> are registered in PRODA.</p>\n</li>\n<li><p>Operations such as <strong>Activate Device</strong>, <strong>Refresh Token</strong>, and <strong>Get Authetication Token</strong> take place with PRODA.</p>\n</li>\n</ul>\n<p><strong>3️⃣Medicare</strong></p>\n<ul>\n<li><p>RebateRight securely connects to Medicare to perform advanced verification, eligibility, and claiming operations.</p>\n</li>\n<li><p><strong>Patient Demographic Verification:</strong> Ensures that patient details — such as name, date of birth, and Medicare number — match official Medicare records for accurate identification.</p>\n</li>\n<li><p><strong>Eligibility Checks:</strong> Determines whether a patient is eligible for rebates for specific MBS item numbers, applying the latest Medicare rules and taking into account the patient’s claim history.</p>\n</li>\n<li><p><strong>Claiming:</strong> Enables seamless submission and tracking of Medicare claims directly through RebateRight, ensuring fast and accurate processing of rebates.</p>\n</li>\n<li><p><strong>Note:</strong> All related information, including <strong>Medicare reason codes</strong>, is automatically updated within RebateRight. No manual action is required from users</p>\n</li>\n</ul>\n<p><strong>4️⃣ Providers Directory</strong></p>\n<ul>\n<li><p>RebateRight automatically connects to a nationwide provider directory to retrieve the latest information on all registered healthcare providers in Australia.</p>\n</li>\n<li><p>This service allows searching by <strong>provider number</strong> to obtain specialty details, which are used for <strong>referrer specialty validation</strong> during eligibility checks.</p>\n</li>\n<li><p><strong>Note:</strong> The provider data is imported automatically by RebateRight. No manual updates or user actions are required.</p>\n</li>\n</ul>\n<p>5️⃣ <strong>MBS Items</strong></p>\n<ul>\n<li><p>RebateRight has access to the <strong>complete list of ~6,000 MBS items</strong>, including descriptions, rebate values, and usage rules.</p>\n</li>\n<li><p><strong>Always up to date with the latest MBS releases</strong><br />  RebateRight automatically applies the latest Medicare Benefits Schedule (MBS) updates to ensure all eligibility checks and rebate calculations remain accurate and compliant, no manual updates required.</p>\n</li>\n</ul>\n","_postman_id":"9c61767d-f0a7-4b74-a345-f7319d909a24","auth":{"type":"apikey","apikey":{"value":"{{ApiKey}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"3535d25c-226d-431f-89db-6ff2f34804b1","id":"3535d25c-226d-431f-89db-6ff2f34804b1","name":"RebateRight","type":"collection"}}},{"name":"PRODA","item":[],"id":"cc4eda3a-905a-4e6d-a9a1-e758f535da85","description":"<p><strong>Provider Digital Access (PRODA)</strong>\n🔔 <strong>Note:</strong></p>\n<blockquote>\n<p>This section is provided for your information only — no action is required from you regarding PRODA. For Medicare integrations (excluding claiming), RebateRight manages all required setup and maintenance internally, including generating and registering Minor IDs, managing and activating the PRODA device, refreshing keys, and related configuration processes.</p>\n</blockquote>\n<p>PRODA is the authentication mechanism that enables secure communication between RebateRight and Medicare. It allows RebateRight to access Medicare, AIR and other government services securely. Our organization and B2B device are registered in the PRODA environment, which lays the foundation for authentication.</p>\n<p>🔗For more information please visit: <a href=\"https://www.servicesaustralia.gov.au/proda-provider-digital-access\">servicesaustralia.gov.au/proda<br /></a></p>\n<p>For each request sent to Medicare or AIR, RebateRight requires an authentication token from PRODA. These tokens are cached and reused for about an hour, after which they are refreshed automatically.</p>\n","_postman_id":"cc4eda3a-905a-4e6d-a9a1-e758f535da85","auth":{"type":"apikey","apikey":{"value":"{{ApiKey}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"3535d25c-226d-431f-89db-6ff2f34804b1","id":"3535d25c-226d-431f-89db-6ff2f34804b1","name":"RebateRight","type":"collection"}}},{"name":"AIR","item":[],"id":"ec830578-697a-452d-9d47-4ce8a24329c4","description":"<h1 id=\"💉-air-integration-overview\">💉 AIR Integration Overview</h1>\n<p>The <strong>Australian Immunisation Register (AIR)</strong> is a national register that records all vaccinations given to individuals of all ages living in Australia. This includes people who are non-eligible for Medicare with no Medicare card number i.e., newborns, newly arrived immigrants, student visas.</p>\n<p>RebateRight integrates with the <strong>AIR</strong> to support secure, compliant, and streamlined healthcare transactions.</p>\n","_postman_id":"ec830578-697a-452d-9d47-4ce8a24329c4","auth":{"type":"apikey","apikey":{"value":"{{ApiKey}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"3535d25c-226d-431f-89db-6ff2f34804b1","id":"3535d25c-226d-431f-89db-6ff2f34804b1","name":"RebateRight","type":"collection"}}},{"name":"Eligibility Disclaimer","item":[{"name":"Eligibility Disclaimer","id":"7c72ff4c-916c-4457-b72c-90be678e96c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"PrincipalProviderNumber\": \"2447781L\",\r\n    \"ServicingProviderNumber\": \"2447781L\",\r\n    \"PatientDateOfBirth\": \"2009-02-08\",\r\n    \"PatientFamilyName\": \"FLETCHER\",\r\n    \"PatientGivenName\": \"Clint\",\r\n    \"PatientSex\": \"1\",\r\n    \"PatientMedicareNumber\": \"4951525561\",\r\n    \"PatientMedicareRefNumber\": \"3\",\r\n    \"MedicareItems\": [\r\n        {\r\n            \"ItemNumber\": \"4\"\r\n        },\r\n        {\r\n            \"ItemNumber\": \"55028\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/EligibilityDisclaimer","description":"<p>This endpoint provides a report that serves as a record of the eligibility quote provided by the health professional to the patient.</p>\n<h4 id=\"🎨how-it-works\">🎨<strong>How It Works</strong></h4>\n<ul>\n<li><p>Generates a <strong>PDF</strong> file containing the required quote record.</p>\n</li>\n<li><p>The request structure is identical to the <code>/CalculateRebate</code> endpoint.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"value":"{{ApiKey}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"3535d25c-226d-431f-89db-6ff2f34804b1","id":"3535d25c-226d-431f-89db-6ff2f34804b1","name":"RebateRight","type":"collection"}},"urlObject":{"path":["EligibilityDisclaimer"],"host":["{{hostURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7c72ff4c-916c-4457-b72c-90be678e96c2"}],"id":"77973b1b-e5d2-4739-957b-fc9584ec4c95","_postman_id":"77973b1b-e5d2-4739-957b-fc9584ec4c95","description":"","auth":{"type":"apikey","apikey":{"value":"{{ApiKey}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"3535d25c-226d-431f-89db-6ff2f34804b1","id":"3535d25c-226d-431f-89db-6ff2f34804b1","name":"RebateRight","type":"collection"}}},{"name":"V4","item":[{"name":"Bulk Bill Claim","item":[{"name":"Printed Statements","item":[{"name":"AoB","id":"20e565e9-32c7-4478-8955-521d07e9db99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"claim\": {\r\n    \"serviceTypeCode\": \"O\",\r\n    \"serviceProvider\": {\r\n      \"providerNumber\": \"2447781L\"\r\n    },\r\n    \"medicalEvent\": [\r\n      {\r\n        \"id\": \"01\",\r\n        \"authorisationDate\": \"2026-03-18\",\r\n        \"createDateTime\": \"2026-03-18T10:30:00+10:00\",\r\n        \"medicalEventDate\": \"2026-03-18\",\r\n        \"submissionAuthorityInd\": \"Y\",\r\n        \"patient\": {\r\n          \"identity\": {\r\n            \"dateOfBirth\": \"1986-12-18\",\r\n            \"familyName\": \"FLETCHER\",\r\n            \"givenName\": \"Edmond\"\r\n          },\r\n          \"medicare\": {\r\n            \"memberNumber\": \"4951525561\",\r\n            \"memberRefNumber\": \"2\"\r\n          }\r\n        },\r\n        \"service\": [\r\n          {\r\n            \"id\": \"0001\",\r\n            \"aftercareOverrideInd\": \"Y\",\r\n            \"chargeAmount\": \"15000\",\r\n            \"itemNumber\": \"23\"\r\n          }\r\n        ]\r\n      }\r\n    ]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/AoB","auth":{"type":"apikey","apikey":{"value":"{{ApiKey}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"3535d25c-226d-431f-89db-6ff2f34804b1","id":"3535d25c-226d-431f-89db-6ff2f34804b1","name":"RebateRight","type":"collection"}},"urlObject":{"path":["AoB"],"host":["{{hostURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"20e565e9-32c7-4478-8955-521d07e9db99"}],"id":"d5ff8d2f-4f6b-4438-b1bd-148ed3808c6f","description":"<p><strong>⚖️ Note from Services Australia:</strong></p>\n<blockquote>\n<p>Services Australia advises that it is a legislative requirement that the most up to date statements, declarations and privacy notes are used in your software. </p>\n</blockquote>\n<h2 id=\"bulk-bill-assignment-advice\">Bulk Bill Assignment Advice</h2>\n<p>The Location must issue the patient with a Bulk Bill Assignment of benefit form detailing services provided, except in the case of pathology services subject to a request which contains an appropriately completed \"offer to assign\".</p>\n<p>The assignment of benefit form must be printed, provided to the patient to review and sign and offered to the patient to retain for their records.</p>\n<p>Providers are no longer required to retain a copy of the assignment of benefit form for a period of two years. Should Services Australia need to confirm that a service was provided to a patient, evidence demonstrating that the service was provided will be sought from the service provider. The evidence of service may be demonstrated through records such as electronic billing information, notes in practice software, appointment records and, if the practice chooses to retain them, a copy of the assignment of benefit form.</p>\n<p>Information in addition to that specified below may be included in the Bulk Bill Assignment of benefit form. The form submitted for approval must not contain any variable data.</p>\n<p>The assignment of benefit form must be compliant with the guidelines provided by services Australia.</p>\n<p><strong>🔔 Note:</strong></p>\n<blockquote>\n<p>The wording appearing on your form must be the same as that set out in the template below. You can arrange the fields to suit your needs however if the wording changes, the form does not meet the guidelines and is not an approved form. </p>\n</blockquote>\n<p>You can download the template PDF using the link below:<br />📥<a href=\"https://app.rebateright.com.au/docs/bulk-bill-assignment-db4.pdf\"><b>Bulk Bill Assignment of Benefit Form (DB4).pdf</b></a></p>\n<h2 id=\"pathology-combined-request-assignment-advice--bulk-bill\">Pathology Combined Request Assignment Advice – Bulk Bill</h2>\n<p>The <strong>Pathology Combined Request Assignment Advice for bulk billing</strong> may be used as an alternative to the <strong>Bulk Bill Assignment of Benefit Form (DB4)</strong> in scenarios where:</p>\n<ul>\n<li><p>The treating practitioner (e.g., GP) requests pathology services</p>\n</li>\n<li><p>The patient does <strong>not</strong> physically attend the <strong>Approved Pathology Practitioner (APP)</strong></p>\n</li>\n</ul>\n<p>In this case:</p>\n<ul>\n<li><p>The patient may complete an <strong>assignment voucher</strong> (Pathology Combined Request Assignment Advice form) at the time of the visit to the requesting practitioner, offering to assign benefits for the APP’s services.</p>\n</li>\n<li><p>The <strong>DB4 form</strong> must also be signed by the patient for the assignment of benefit to the requesting practitioner/GP (if they are bulk billing the patient).</p>\n</li>\n</ul>\n<p><strong>🔔 Note:</strong></p>\n<blockquote>\n<p>The wording appearing on your form must be the same as that set out in the template. You can arrange the fields to suit your needs, however if the wording changes, the form does not meet the guidelines and is not an approved form. </p>\n</blockquote>\n<hr />\n<h3 id=\"requesting-practitioner\">Requesting Practitioner</h3>\n<p><em>(Prescribed particulars are headings to prompt requesting practitioners to provide necessary information. Necessary particulars can be provided by stamp, sticker label, etc.)</em></p>\n<ul>\n<li><p><strong>Surname and initials</strong> (to distinguish)</p>\n</li>\n<li><p><strong>Address</strong></p>\n</li>\n<li><p><strong>Provider number</strong></p>\n</li>\n<li><p><strong>Practitioner</strong> to date the request form</p>\n</li>\n</ul>\n<hr />\n<h3 id=\"details-of-the-person-to-whom-the-request-is-made\">Details of the Person to Whom the Request is Made</h3>\n<p>Where the person is an <strong>Approved Pathology Authority (APA)</strong> or <strong>Approved Pathology Practitioner (APP):</strong></p>\n<ol>\n<li><p>Full name of APA / surname and initials of APP</p>\n</li>\n<li><p>Place of practice address</p>\n</li>\n<li><p>Letters <strong>APA / APP</strong> shown</p>\n</li>\n</ol>\n<hr />\n<h3 id=\"patient-details\">Patient Details</h3>\n<ul>\n<li><p><strong>Name</strong> – surname, first name</p>\n</li>\n<li><p><strong>Address</strong></p>\n</li>\n<li><p><strong>Date of birth</strong></p>\n</li>\n<li><p><strong>Sex</strong></p>\n</li>\n<li><p><strong>Medicare card number</strong> and <strong>Individual Reference Number</strong></p>\n</li>\n<li><p><strong>Hospital status</strong></p>\n</li>\n</ul>\n<p>Two acceptable versions are as follows:</p>\n<ul>\n<li><em>Patient status at the time of the service or when the specimen was collected</em></li>\n</ul>\n<p><strong>OR</strong></p>\n<ul>\n<li><p><em>Was or will the patient be, at the time of the service or when the specimen is obtained:</em></p>\n<ol>\n<li><p>A private patient in a private hospital or approved day hospital facility</p>\n</li>\n<li><p>A private patient in a recognised hospital</p>\n</li>\n<li><p>A public patient in a recognised hospital</p>\n</li>\n<li><p>An outpatient of a recognised hospital</p>\n</li>\n</ol>\n</li>\n</ul>\n<hr />\n<h3 id=\"tests-requested\">Tests Requested</h3>\n<ul>\n<li><p>An area titled <strong>“Tests Requested”</strong> is required.</p>\n</li>\n<li><p>Terms such as <em>order, require, referred</em> etc. must <strong>not</strong> be used.</p>\n</li>\n</ul>\n<hr />\n<h3 id=\"self-determine-sd\">Self Determine (SD)</h3>\n<ul>\n<li><p>A tick box is required for <strong>SD</strong>.</p>\n</li>\n<li><p>This is used when the APP determines that pathologist-determinable tests are necessary.</p>\n</li>\n<li><p>The tick box can be placed in the clinical notes area.</p>\n</li>\n</ul>\n<hr />\n<h3 id=\"privacy-notice\">Privacy Notice</h3>\n<p>The wording of the notice must be:</p>\n<blockquote>\n<p><strong>Privacy Notice:</strong> Your personal information is protected by law, including the <em>Privacy Act 1988</em>, and is collected by Services Australia for the assessment and administration of payments and services. This information is required to process your application or claim. </p>\n</blockquote>\n<ul>\n<li><p>Placement of the notice is only necessary on the <strong>patient’s copy</strong>.</p>\n</li>\n<li><p>It may be incorporated into the clinical notes area or placed on the back of the patient copy if more practicable.</p>\n</li>\n</ul>\n<hr />\n<h3 id=\"combined-request--assignment-form-only\">Combined Request / Assignment Form Only</h3>\n<h4 id=\"offer-to-assign-and-reference-to-section-20a\">Offer to Assign and Reference to Section 20A</h4>\n<p>Example of Section 20A Offer to Assign:</p>\n<blockquote>\n<p><strong>Medicare Assignment (Section 20A of the Health Insurance Act 1973)</strong><br />I offer to assign my right to benefits to the Approved Pathology Practitioner who will render the requested pathology service(s) and any eligible pathologist determinable service(s) established as necessary by the practitioner. </p>\n</blockquote>\n<p>Patient Signature: <strong>_____</strong>.<strong>_____</strong>.<strong>_____</strong> Date: <strong>_____</strong> /<strong>_____</strong> /<strong>_____</strong></p>\n","_postman_id":"d5ff8d2f-4f6b-4438-b1bd-148ed3808c6f","auth":{"type":"apikey","apikey":{"value":"{{ApiKey}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"3535d25c-226d-431f-89db-6ff2f34804b1","id":"3535d25c-226d-431f-89db-6ff2f34804b1","name":"RebateRight","type":"collection"}}},{"name":"Bulk Bill Claim - General","id":"800d7b68-98e5-4306-adf6-a946069af912","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"claim\": {\r\n        \"serviceTypeCode\": \"O\",\r\n        \"serviceProvider\": {\r\n            \"providerNumber\": \"0000000X\"\r\n        },\r\n        \"medicalEvent\": [\r\n            {\r\n                \"id\": \"01\",\r\n                \"authorisationDate\": \"2025-09-16\",\r\n                \"createDateTime\": \"2025-09-16T10:30:00+10:00\",\r\n                \"medicalEventDate\": \"2025-09-16\",\r\n                //\"medicalEventTime\": \"08:30:00+10:00\",\r\n                \"submissionAuthorityInd\": \"Y\",\r\n                \"patient\": {\r\n                    \"identity\": {\r\n                        \"dateOfBirth\": \"1986-12-18\",\r\n                        \"familyName\": \"FLETCHER\",\r\n                        \"givenName\": \"Edmond\"\r\n                    },\r\n                    \"medicare\": {\r\n                        \"memberNumber\": \"4951525561\",\r\n                        \"memberRefNumber\": \"2\"\r\n                    }\r\n                },\r\n                \"service\": [\r\n                    {\r\n                        \"id\": \"0001\",\r\n                        \"aftercareOverrideInd\": \"Y\",\r\n                        \"chargeAmount\": \"15000\",\r\n                        //\"duplicateServiceOverrideInd\": \"Y\",\r\n                        \"itemNumber\": \"23\"\r\n                        //\"multipleProcedureOverrideInd\": \"Y\",\r\n                        //\"numberOfPatientsSeen\": \"1\",\r\n                        //\"restrictiveOverrideCode\": \"NR\",\r\n                        //\"text\": \"General Consultation\"\r\n                    }\r\n                    \r\n                ]\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/Medicare/bulkbillstoreforward/general/v1","description":"<h2 id=\"general-services-claim\">General services claim</h2>\n","auth":{"type":"apikey","apikey":{"value":"{{ApiKey}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"3535d25c-226d-431f-89db-6ff2f34804b1","id":"3535d25c-226d-431f-89db-6ff2f34804b1","name":"RebateRight","type":"collection"}},"urlObject":{"path":["Medicare","bulkbillstoreforward","general","v1"],"host":["{{hostURL}}"],"query":[],"variable":[]}},"response":[{"id":"52b501a6-2bc2-46b2-9da2-d9bf469f86fd","name":"Success","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"claim\": {\r\n        \"serviceTypeCode\": \"O\",\r\n        \"serviceProvider\": {\r\n            \"providerNumber\": \"0000000X\"\r\n        },\r\n        \"medicalEvent\": [\r\n            {\r\n                \"id\": \"01\",\r\n                \"authorisationDate\": \"2025-06-01\",\r\n                \"createDateTime\": \"2025-06-01T08:30:00+10:00\",\r\n                \"medicalEventDate\": \"2025-06-01\",\r\n                \"medicalEventTime\": \"08:30:00+10:00\",\r\n                \"submissionAuthorityInd\": \"Y\",\r\n                \"patient\": {\r\n                    \"identity\": {\r\n                        \"dateOfBirth\": \"1985-04-20\",\r\n                        \"familyName\": \"Smith\",\r\n                        \"givenName\": \"John\"\r\n                    },\r\n                    \"medicare\": {\r\n                        \"memberNumber\": \"4951525561\",\r\n                        \"memberRefNumber\": \"1\"\r\n                    }\r\n                },\r\n                \"service\": [\r\n                    {\r\n                        \"id\": \"0001\",\r\n                        \"aftercareOverrideInd\": \"Y\",\r\n                        \"chargeAmount\": \"15075\",\r\n                        \"duplicateServiceOverrideInd\": \"Y\",\r\n                        \"itemNumber\": \"3\",\r\n                        \"multipleProcedureOverrideInd\": \"Y\",\r\n                        \"numberOfPatientsSeen\": \"1\",\r\n                        \"restrictiveOverrideCode\": \"NR\",\r\n                        \"text\": \"General Consultation\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/Medicare/bulkbillstoreforward/general/v1"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 19 Aug 2025 05:53:11 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"claimId\": \"E7002@\",\n    \"status\": \"SUCCESS\"\n}"},{"id":"33a1b00b-4bf7-4d99-891b-c09c1298d6b0","name":"All fields","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"claim\": {\r\n        //\"facilityId\": \"12345619\",\r\n        //\"hospitalInd\": \"Y\",\r\n        \"serviceTypeCode\": \"O\",\r\n        \"serviceProvider\": {\r\n            \"providerNumber\": \"0000000X\"\r\n        },\r\n        // \"payeeProvider\": {\r\n        //     \"providerNumber\": \"0000000X\"\r\n        // },\r\n        \"medicalEvent\": [\r\n            {\r\n                \"id\": \"01\",\r\n                \"authorisationDate\": \"2025-06-01\",\r\n                \"createDateTime\": \"2025-06-01T08:30:00+10:00\",\r\n                \"medicalEventDate\": \"2025-06-01\",\r\n                \"medicalEventTime\": \"08:30:00+10:00\",\r\n                //\"referralOverrideCode\": \"N\",\r\n                \"submissionAuthorityInd\": \"Y\",\r\n                // \"referral\": {\r\n                //     \"issueDate\": \"2025-05-15\",\r\n                //     \"period\": 30,\r\n                //     \"periodCode\": \"D\",\r\n                //     \"typeCode\": \"S\",\r\n                //     \"provider\": {\r\n                //         \"providerNumber\": \"PROV1001\"\r\n                //     }\r\n                // },\r\n                \"patient\": {\r\n                    \"identity\": {\r\n                        \"dateOfBirth\": \"1985-04-20\",\r\n                        \"familyName\": \"Smith\",\r\n                        \"givenName\": \"John\"\r\n                    },\r\n                    \"medicare\": {\r\n                        \"memberNumber\": \"4951525561\",\r\n                        \"memberRefNumber\": \"1\"\r\n                    }\r\n                },\r\n                \"service\": [\r\n                    {\r\n                        \"id\": \"0001\",\r\n                        //\"accessionDateTime\": \"2025-06-01T08:45:00Z\",\r\n                        \"aftercareOverrideInd\": \"Y\",\r\n                        \"chargeAmount\": \"15075\",\r\n                        //\"collectionDateTime\": \"2025-06-01T09:00:00Z\",\r\n                        \"duplicateServiceOverrideInd\": \"Y\",\r\n                        //\"fieldQuantity\": \"1\",\r\n                        \"itemNumber\": \"3\",\r\n                        ///\"lspNumber\": \"11111\",\r\n                        \"multipleProcedureOverrideInd\": \"Y\",\r\n                        \"numberOfPatientsSeen\": \"1\",\r\n                        \"restrictiveOverrideCode\": \"NR\",\r\n                        //\"rule3ExemptInd\": \"Y\",\r\n                        //\"s4b3ExemptInd\": \"N\",\r\n                        //\"scpId\": \"SCP89\",\r\n                        //\"selfDeemedCode\": \"SD\",\r\n                        \"text\": \"General Consultation\"\r\n                        //\"timeDuration\": \"100\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/Medicare/bulkbillstoreforward/general/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 09 Jun 2025 14:18:29 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"claimId\": \"E5344@\",\n    \"status\": \"SUCCESS\"\n}"},{"id":"0afb04b4-317c-45d8-bea0-cf319b25fa11","name":"1. General","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"claim\": {\r\n    \"serviceTypeCode\": \"O\",\r\n    \"serviceProvider\": {\r\n      \"providerNumber\": \"2447781L\"\r\n    },\r\n    \"medicalEvent\": [\r\n      {\r\n        \"id\": \"01\",\r\n        \"authorisationDate\": \"2026-03-18\",\r\n        \"createDateTime\": \"2026-03-18T10:30:00+10:00\",\r\n        \"medicalEventDate\": \"2026-03-18\",\r\n        \"submissionAuthorityInd\": \"Y\",\r\n        \"patient\": {\r\n          \"identity\": {\r\n            \"dateOfBirth\": \"1986-12-18\",\r\n            \"familyName\": \"FLETCHER\",\r\n            \"givenName\": \"Edmond\"\r\n          },\r\n          \"medicare\": {\r\n            \"memberNumber\": \"4951525561\",\r\n            \"memberRefNumber\": \"2\"\r\n          }\r\n        },\r\n        \"service\": [\r\n          {\r\n            \"id\": \"0001\",\r\n            \"aftercareOverrideInd\": \"Y\",\r\n            \"chargeAmount\": \"15000\",\r\n            \"itemNumber\": \"23\"\r\n          }\r\n        ]\r\n      },\r\n      {\r\n        \"id\": \"02\",\r\n        \"authorisationDate\": \"2026-03-25\",\r\n        \"createDateTime\": \"2026-03-25T14:15:00+10:00\",\r\n        \"medicalEventDate\": \"2026-03-25\",\r\n        \"submissionAuthorityInd\": \"Y\",\r\n        \"patient\": {\r\n          \"identity\": {\r\n            \"dateOfBirth\": \"1986-12-18\",\r\n            \"familyName\": \"FLETCHER\",\r\n            \"givenName\": \"Edmond\"\r\n          },\r\n          \"medicare\": {\r\n            \"memberNumber\": \"4951525561\",\r\n            \"memberRefNumber\": \"2\"\r\n          }\r\n        },\r\n        \"service\": [\r\n          {\r\n            \"id\": \"0002\",\r\n            \"aftercareOverrideInd\": \"Y\",\r\n            \"chargeAmount\": \"8500\",\r\n            \"itemNumber\": \"36\"\r\n          }\r\n        ]\r\n      }\r\n    ]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/Medicare/bulkbillstoreforward/general/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 01 Apr 2026 23:14:35 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"claimId\": \"F3435@\",\n    \"status\": \"SUCCESS\",\n    \"correlationId\": \"urn:uuid:MDE00000436cf807890d4d0f\"\n}"}],"_postman_id":"800d7b68-98e5-4306-adf6-a946069af912"},{"name":"Bulk Bill Claim - Specialist","id":"a989f158-0014-48c1-844b-e65f9f8c3a4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"claim\": {\r\n        \"serviceTypeCode\": \"S\",\r\n        \"serviceProvider\": {\r\n            \"providerNumber\": \"2447781L\"\r\n        },\r\n        \"medicalEvent\": [\r\n            {\r\n                \"id\": \"01\",\r\n                \"authorisationDate\": \"2025-06-01\",\r\n                \"createDateTime\": \"2025-06-01T08:30:00+10:00\",\r\n                \"medicalEventDate\": \"2025-06-01\",\r\n                \"medicalEventTime\": \"08:30:00+10:00\",\r\n                \"submissionAuthorityInd\": \"Y\",\r\n                \"referral\": {\r\n                    \"issueDate\": \"2025-05-15\",\r\n                    \"periodCode\": \"S\",\r\n                    \"typeCode\": \"S\",\r\n                    \"provider\": {\r\n                        \"providerNumber\": \"5458413W\"\r\n                    }\r\n                },\r\n                \"patient\": {\r\n                    \"identity\": {\r\n                        \"dateOfBirth\": \"1985-04-20\",\r\n                        \"familyName\": \"Smith\",\r\n                        \"givenName\": \"John\"\r\n                    },\r\n                    \"medicare\": {\r\n                        \"memberNumber\": \"4951525561\",\r\n                        \"memberRefNumber\": \"1\"\r\n                    }\r\n                },\r\n                \"service\": [\r\n                    {\r\n                        \"id\": \"0001\",\r\n                        \"chargeAmount\": \"15075\",\r\n                        \"itemNumber\": \"64994\",\r\n                        \"text\": \"General Consultation\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/Medicare/bulkbillstoreforward/specialist/v1","description":"<h2 id=\"specialist-services-claim\">Specialist services claim</h2>\n<p>This is including Allied Health &amp; Diagnostic services claim</p>\n<p>One of the below conditions must be satisfied for each medical event within a Specialist claim. If one of the below conditions is not met for each medical event within a Specialist claim, an error will be returned and no further processing will occur.</p>\n<ul>\n<li><p>If referral is set and referral&gt;Type Code is set to S or ‘D’ perform validation checks and continue processing. If referral is set and referral&gt;Type Code is not set to S or D, an error will be returned and processing will stop.</p>\n</li>\n<li><p>If Referral Override Code is set to either H, L, E or N, perform validation checks and continue processing. If Referral Override Code is not set to either H, L, E or N, an error will be returned and processing will stop.</p>\n</li>\n<li><p>If Self Deemed Code is set to either SD or SS for at least one service per medical event, perform validation checks and continue processing. If Self Deemed Code is not set to either SD or SS for at least one service per medical event, an error will be returned and processing will stop.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"value":"{{ApiKey}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"3535d25c-226d-431f-89db-6ff2f34804b1","id":"3535d25c-226d-431f-89db-6ff2f34804b1","name":"RebateRight","type":"collection"}},"urlObject":{"path":["Medicare","bulkbillstoreforward","specialist","v1"],"host":["{{hostURL}}"],"query":[],"variable":[]}},"response":[{"id":"862116ed-2dc8-495a-a95c-3c82ba8fbd97","name":"Success","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"claim\": {\r\n        \"serviceTypeCode\": \"S\",\r\n        \"serviceProvider\": {\r\n            \"providerNumber\": \"2447781L\"\r\n        },\r\n        \"medicalEvent\": [\r\n            {\r\n                \"id\": \"01\",\r\n                \"authorisationDate\": \"2025-06-01\",\r\n                \"createDateTime\": \"2025-06-01T08:30:00+10:00\",\r\n                \"medicalEventDate\": \"2025-06-01\",\r\n                \"medicalEventTime\": \"08:30:00+10:00\",\r\n                \"submissionAuthorityInd\": \"Y\",\r\n                \"referral\": {\r\n                    \"issueDate\": \"2025-05-15\",\r\n                    \"periodCode\": \"S\",\r\n                    \"typeCode\": \"S\",\r\n                    \"provider\": {\r\n                        \"providerNumber\": \"5458413W\"\r\n                    }\r\n                },\r\n                \"patient\": {\r\n                    \"identity\": {\r\n                        \"dateOfBirth\": \"1985-04-20\",\r\n                        \"familyName\": \"Smith\",\r\n                        \"givenName\": \"John\"\r\n                    },\r\n                    \"medicare\": {\r\n                        \"memberNumber\": \"4951525561\",\r\n                        \"memberRefNumber\": \"1\"\r\n                    }\r\n                },\r\n                \"service\": [\r\n                    {\r\n                        \"id\": \"0001\",\r\n                        \"chargeAmount\": \"15075\",\r\n                        \"itemNumber\": \"64994\",\r\n                        \"text\": \"General Consultation\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/Medicare/bulkbillstoreforward/specialist/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 01 Apr 2026 02:08:10 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"claimId\": \"F3391@\",\n    \"status\": \"SUCCESS\",\n    \"correlationId\": \"urn:uuid:MDE00000af8af487f2f14751\"\n}"},{"id":"4e9a3e69-820d-41ba-a4a3-038d31f424d3","name":"2. Sepcialist","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"claim\": {\r\n        \"serviceTypeCode\": \"S\",\r\n        \"serviceProvider\": {\r\n            \"providerNumber\": \"2447781L\"\r\n        },\r\n        \"medicalEvent\": [\r\n            {\r\n                \"id\": \"01\",\r\n                \"authorisationDate\": \"2025-06-01\",\r\n                \"createDateTime\": \"2025-06-01T08:30:00+10:00\",\r\n                \"medicalEventDate\": \"2025-06-01\",\r\n                \"medicalEventTime\": \"08:30:00+10:00\",\r\n                \"submissionAuthorityInd\": \"Y\",\r\n                \"referral\": {\r\n                    \"issueDate\": \"2025-05-15\",\r\n                    \"periodCode\": \"S\",\r\n                    \"typeCode\": \"S\",\r\n                    \"provider\": {\r\n                        \"providerNumber\": \"5458413W\"\r\n                    }\r\n                },\r\n                \"patient\": {\r\n                    \"identity\": {\r\n                        \"dateOfBirth\": \"1985-04-20\",\r\n                        \"familyName\": \"Smith\",\r\n                        \"givenName\": \"John\"\r\n                    },\r\n                    \"medicare\": {\r\n                        \"memberNumber\": \"4951525561\",\r\n                        \"memberRefNumber\": \"1\"\r\n                    }\r\n                },\r\n                \"service\": [\r\n                    {\r\n                        \"id\": \"0001\",\r\n                        \"chargeAmount\": \"15075\",\r\n                        \"itemNumber\": \"64994\",\r\n                        \"text\": \"General Consultation\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/Medicare/bulkbillstoreforward/specialist/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 01 Apr 2026 23:15:05 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"claimId\": \"F3436@\",\n    \"status\": \"SUCCESS\",\n    \"correlationId\": \"urn:uuid:MDE000009ceeb6aef7114b2b\"\n}"},{"id":"665dd89e-67c3-4dd7-a1af-6840611fd299","name":"All fields","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"claim\": {\r\n        //\"facilityId\": \"12345619\",\r\n        //\"hospitalInd\": \"Y\",\r\n        \"serviceTypeCode\": \"S\",\r\n        \"serviceProvider\": {\r\n            \"providerNumber\": \"2447781L\"\r\n        },\r\n        // \"payeeProvider\": {\r\n        //     \"providerNumber\": \"2447781L\"\r\n        // },\r\n        \"medicalEvent\": [\r\n            {\r\n                \"id\": \"01\",\r\n                \"authorisationDate\": \"2025-06-01\",\r\n                \"createDateTime\": \"2025-06-01T08:30:00+10:00\",\r\n                \"medicalEventDate\": \"2025-06-01\",\r\n                \"medicalEventTime\": \"08:30:00+10:00\",\r\n                //\"referralOverrideCode\": \"N\",\r\n                \"submissionAuthorityInd\": \"Y\",\r\n                \"referral\": {\r\n                    \"issueDate\": \"2025-05-15\",\r\n                    //\"period\": \"30\",\r\n                    \"periodCode\": \"S\",\r\n                    \"typeCode\": \"S\",\r\n                    \"provider\": {\r\n                        \"providerNumber\": \"5458413W\"\r\n                    }\r\n                },\r\n                \"patient\": {\r\n                    \"identity\": {\r\n                        \"dateOfBirth\": \"1985-04-20\",\r\n                        \"familyName\": \"Smith\",\r\n                        \"givenName\": \"John\"\r\n                    },\r\n                    \"medicare\": {\r\n                        \"memberNumber\": \"4951525561\",\r\n                        \"memberRefNumber\": \"1\"\r\n                    }\r\n                },\r\n                \"service\": [\r\n                    {\r\n                        \"id\": \"0001\",\r\n                        //\"accessionDateTime\": \"2025-06-01T08:45:00Z\",\r\n                        //\"aftercareOverrideInd\": \"Y\",\r\n                        \"chargeAmount\": \"15075\",\r\n                        //\"collectionDateTime\": \"2025-06-01T09:00:00Z\",\r\n                        //\"duplicateServiceOverrideInd\": \"Y\",\r\n                        //\"fieldQuantity\": \"1\",\r\n                        \"itemNumber\": \"64994\",\r\n                        ///\"lspNumber\": \"11111\",\r\n                        //\"multipleProcedureOverrideInd\": \"Y\",\r\n                        //\"numberOfPatientsSeen\": \"1\",\r\n                       // \"restrictiveOverrideCode\": \"NR\",\r\n                        //\"rule3ExemptInd\": \"Y\",\r\n                        //\"s4b3ExemptInd\": \"N\",\r\n                        //\"scpId\": \"SCP89\",\r\n                        //\"selfDeemedCode\": \"SD\",\r\n                        \"text\": \"General Consultation\"\r\n                        //\"timeDuration\": \"100\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/Medicare/bulkbillstoreforward/specialist/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 09 Jun 2025 14:32:55 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"claimId\": \"E5348@\",\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"a989f158-0014-48c1-844b-e65f9f8c3a4e"},{"name":"Bulk Bill Claim - Pathology","id":"d135fb28-f7f6-4e5e-860a-ece8d8c4603d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"claim\": {\r\n        \"serviceTypeCode\": \"P\",\r\n        \"facilityId\": \"9988770W\",\r\n        \"hospitalInd\": \"Y\",\r\n        \"serviceProvider\": {\r\n            \"providerNumber\": \"0000000X\"\r\n        },\r\n        \"medicalEvent\": [\r\n            {\r\n                \"id\": \"01\",\r\n                \"authorisationDate\": \"2025-06-01\",\r\n                \"createDateTime\": \"2025-06-01T08:30:00+10:00\",\r\n                \"medicalEventDate\": \"2025-06-01\",\r\n                \"medicalEventTime\": \"08:30:00+10:00\",\r\n                \"submissionAuthorityInd\": \"Y\",\r\n                //\"referralOverrideCode\": \"N\",\r\n                \"referral\": {\r\n                    \"issueDate\": \"2025-05-01\",\r\n                    \"typeCode\": \"P\",\r\n                    \"provider\": {\r\n                        \"providerNumber\": \"0000000X\"\r\n                    }\r\n                },\r\n                \"patient\": {\r\n                    \"identity\": {\r\n                        \"dateOfBirth\": \"1985-04-20\",\r\n                        \"familyName\": \"Smith\",\r\n                        \"givenName\": \"John\"\r\n                    },\r\n                    \"medicare\": {\r\n                        \"memberNumber\": \"4951525561\",\r\n                        \"memberRefNumber\": \"1\"\r\n                    }\r\n                },\r\n                \"service\": [\r\n                    {\r\n                        \"id\": \"0001\",\r\n                        \"itemNumber\": \"65120\",\r\n                        \"chargeAmount\": \"15075\"\r\n                        ,\"collectionDateTime\":\"2025-05-01T08:30:00+10:00\"\r\n                        ,\"accessionDateTime\":\"2025-05-02T08:30:00+10:00\"\r\n                        //,\"selfDeemedCode\": \"SD\",\r\n                        //\"aftercareOverrideInd\": \"Y\",\r\n                        //\"duplicateServiceOverrideInd\": \"Y\",\r\n                        //\"multipleProcedureOverrideInd\": \"Y\",\r\n                        //\"numberOfPatientsSeen\": \"2\",\r\n                        //\"restrictiveOverrideCode\": \"NR\",\r\n                        //\"timeDuration\":\"100\",\r\n                        //\"lspNumber\":\"000014\",\r\n                        ,\"scpId\": \"00001\"\r\n                       // \"text\": \"text\",\r\n                       ,\"rule3ExemptInd\":\"Y\"\r\n                       //,\"s4b3ExemptInd\":\"Y\"\r\n                       \r\n                    },\r\n                    {\r\n                        \"id\": \"0002\",\r\n                        \"itemNumber\": \"11704\",\r\n                        \"chargeAmount\": \"15075\"\r\n                        //,\"selfDeemedCode\": \"SD\"\r\n                       //,\"rule3ExemptInd\":\"Y\"\r\n                       //,\"s4b3ExemptInd\":\"Y\"\r\n                       //,\"collectionDateTime\":\"2025-05-01T08:30:00+10:00\"\r\n                       //,\"accessionDateTime\":\"2025-05-02T08:30:00+10:00\"\r\n                        //,\"aftercareOverrideInd\": \"Y\",\r\n                        //\"duplicateServiceOverrideInd\": \"Y\",\r\n                        //\"multipleProcedureOverrideInd\": \"Y\",\r\n                        //\"numberOfPatientsSeen\": \"2\",\r\n                        //\"restrictiveOverrideCode\": \"NR\",\r\n                        //\"timeDuration\":\"100\",\r\n                        //\"lspNumber\":\"000014\",\r\n                        //,\"scpId\":\"00001\"\r\n                        //\"text\": \"text\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/Medicare/bulkbillstoreforward/pathology/v1","description":"<h2 id=\"pathology-services-claim\">Pathology services claim</h2>\n<p>One of the below conditions must be satisfied for each medical event within a Pathology claim. If one of the below conditions is not met for each medical event within a Pathology claim, an error will be returned and no further processing will occur.</p>\n<ul>\n<li><p>If referral is set and referral&gt;Type Code is set to P perform validation checks and continue processing. If referral is set and referral&gt;Type Code is not set to P, an error will be returned and processing will stop.</p>\n</li>\n<li><p>If Referral Override Code is set to N, perform validation checks and continue processing. If Referral Override Code is not set to N, an error will be returned and processing will stop.</p>\n</li>\n<li><p>If Self Deemed Code is set to SD for at least one service per medical event and no service has Self Deemed Code set to SS, perform validation checks and continue processing. If Self Deemed Code is not set to SD for at least one service per medical event, or service has Self Deemed Code set to SS, an error will be returned and processing will stop.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"value":"{{ApiKey}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"3535d25c-226d-431f-89db-6ff2f34804b1","id":"3535d25c-226d-431f-89db-6ff2f34804b1","name":"RebateRight","type":"collection"}},"urlObject":{"path":["Medicare","bulkbillstoreforward","pathology","v1"],"host":["{{hostURL}}"],"query":[],"variable":[]}},"response":[{"id":"23c0d70a-c64d-47dd-8a38-b0986850de80","name":"Pathology","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"claim\": {\r\n        \"serviceTypeCode\": \"P\",\r\n        \"serviceProvider\": {\r\n            \"providerNumber\": \"2447781L\"\r\n        },\r\n        \"medicalEvent\": [\r\n            {\r\n                \"id\": \"01\",\r\n                \"authorisationDate\": \"2025-06-01\",\r\n                \"createDateTime\": \"2025-06-01T08:30:00+10:00\",\r\n                \"medicalEventDate\": \"2025-06-01\",\r\n                \"medicalEventTime\": \"08:30:00+10:00\",\r\n                \"submissionAuthorityInd\": \"Y\",\r\n                \"referral\": {\r\n                    \"issueDate\": \"2025-05-15\",\r\n                    \"typeCode\": \"P\",\r\n                    \"provider\": {\r\n                        \"providerNumber\": \"5458413W\"\r\n                    }\r\n                },\r\n                \"patient\": {\r\n                    \"identity\": {\r\n                        \"dateOfBirth\": \"1985-04-20\",\r\n                        \"familyName\": \"Smith\",\r\n                        \"givenName\": \"John\"\r\n                    },\r\n                    \"medicare\": {\r\n                        \"memberNumber\": \"4951525561\",\r\n                        \"memberRefNumber\": \"1\"\r\n                    }\r\n                },\r\n                \"service\": [\r\n                    {\r\n                        \"id\": \"0001\",\r\n                        \"chargeAmount\": \"15075\",\r\n                        \"itemNumber\": \"74991\",\r\n                        \"selfDeemedCode\": \"SD\",\r\n                        \"text\": \"General Consultation\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/Medicare/bulkbillstoreforward/pathology/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Mon, 25 Aug 2025 22:06:32 GMT"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:a82b3763-6878-4bdd-9ecb-93ac5af8604e"}],"cookie":[],"responseTime":null,"body":"{\n    \"claimId\": \"E7077@\",\n    \"status\": \"SUCCESS\"\n}"},{"id":"d4e9da53-e695-4ed8-87e4-ceadb8c50ef6","name":"All Fields","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"claim\": {\r\n        //\"facilityId\": \"12345619\",\r\n        //\"hospitalInd\": \"Y\",\r\n        \"serviceTypeCode\": \"P\",\r\n        \"serviceProvider\": {\r\n            \"providerNumber\": \"2447781L\"\r\n        },\r\n        // \"payeeProvider\": {\r\n        //     \"providerNumber\": \"2447781L\"\r\n        // },\r\n        \"medicalEvent\": [\r\n            {\r\n                \"id\": \"01\",\r\n                \"authorisationDate\": \"2025-06-01\",\r\n                \"createDateTime\": \"2025-06-01T08:30:00+10:00\",\r\n                \"medicalEventDate\": \"2025-06-01\",\r\n                \"medicalEventTime\": \"08:30:00+10:00\",\r\n                //\"referralOverrideCode\": \"N\",\r\n                \"submissionAuthorityInd\": \"Y\",\r\n                \"referral\": {\r\n                    \"issueDate\": \"2025-05-15\",\r\n                    //\"period\": \"30\",\r\n                    //\"periodCode\": \"S\",\r\n                    \"typeCode\": \"P\",\r\n                    \"provider\": {\r\n                        \"providerNumber\": \"5458413W\"\r\n                    }\r\n                },\r\n                \"patient\": {\r\n                    \"identity\": {\r\n                        \"dateOfBirth\": \"1985-04-20\",\r\n                        \"familyName\": \"Smith\",\r\n                        \"givenName\": \"John\"\r\n                    },\r\n                    \"medicare\": {\r\n                        \"memberNumber\": \"4951525561\",\r\n                        \"memberRefNumber\": \"1\"\r\n                    }\r\n                },\r\n                \"service\": [\r\n                    {\r\n                        \"id\": \"0001\",\r\n                        //\"accessionDateTime\": \"2025-06-01T08:45:00Z\",\r\n                        //\"aftercareOverrideInd\": \"Y\",\r\n                        \"chargeAmount\": \"15075\",\r\n                        //\"collectionDateTime\": \"2025-06-01T09:00:00Z\",\r\n                        //\"duplicateServiceOverrideInd\": \"Y\",\r\n                        //\"fieldQuantity\": \"1\",\r\n                        \"itemNumber\": \"74991\",\r\n                        ///\"lspNumber\": \"11111\",\r\n                        //\"multipleProcedureOverrideInd\": \"Y\",\r\n                        //\"numberOfPatientsSeen\": \"1\",\r\n                       // \"restrictiveOverrideCode\": \"NR\",\r\n                        //\"rule3ExemptInd\": \"Y\",\r\n                        //\"s4b3ExemptInd\": \"N\",\r\n                        //\"scpId\": \"SCP89\",\r\n                        \"selfDeemedCode\": \"SD\",\r\n                        \"text\": \"General Consultation\"\r\n                        //\"timeDuration\": \"100\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/Medicare/bulkbillstoreforward/pathology/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 09 Jun 2025 14:32:35 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"claimId\": \"E5347@\",\n    \"status\": \"SUCCESS\"\n}"},{"id":"c8f7cdbd-bd81-42fb-b859-84378f58ca93","name":"3. Pathology","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"claim\": {\r\n    \"serviceTypeCode\": \"P\",\r\n    \"facilityId\": \"9988770W\",\r\n    \"hospitalInd\": \"Y\",\r\n    \"serviceProvider\": {\r\n      \"providerNumber\": \"2447791K\"\r\n    },\r\n    \"medicalEvent\": [\r\n      {\r\n        \"id\": \"01\",\r\n        \"authorisationDate\": \"2026-03-28\",\r\n        \"createDateTime\": \"2026-03-28T18:00:00+10:00\",\r\n        \"medicalEventDate\": \"2026-03-28\",\r\n        \"medicalEventTime\": \"17:00:00+10:00\",\r\n        \"submissionAuthorityInd\": \"Y\",\r\n        \"referral\": {\r\n          \"issueDate\": \"2026-03-15\",\r\n          \"typeCode\": \"P\",\r\n          \"provider\": {\r\n            \"providerNumber\": \"2447781L\"\r\n          }\r\n        },\r\n        \"patient\": {\r\n          \"identity\": {\r\n            \"dateOfBirth\": \"1985-04-20\",\r\n            \"familyName\": \"Smith\",\r\n            \"givenName\": \"John\"\r\n          },\r\n          \"medicare\": {\r\n            \"memberNumber\": \"4951525561\",\r\n            \"memberRefNumber\": \"1\"\r\n          }\r\n        },\r\n        \"service\": [\r\n          {\r\n            \"id\": \"0001\",\r\n            \"itemNumber\": \"65120\",\r\n            \"chargeAmount\": \"15075\",\r\n            \"collectionDateTime\": \"2026-03-28T09:15:00+10:00\",\r\n            \"accessionDateTime\": \"2026-03-28T14:00:00+10:00\",\r\n            \"scpId\": \"00001\",\r\n            \"rule3ExemptInd\": \"Y\"\r\n          },\r\n          {\r\n            \"id\": \"0002\",\r\n            \"itemNumber\": \"11704\",\r\n            \"chargeAmount\": \"15075\"\r\n          }\r\n        ]\r\n      }\r\n    ]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/Medicare/bulkbillstoreforward/pathology/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 01 Apr 2026 23:15:26 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"claimId\": \"#7242@\",\n    \"status\": \"SUCCESS\",\n    \"correlationId\": \"urn:uuid:MDE000008536b66ec50346ff\"\n}"}],"_postman_id":"d135fb28-f7f6-4e5e-860a-ece8d8c4603d"},{"name":"Bulk Bill Processing Report","id":"6bfd4ec6-3d9d-4a1a-981f-227cd10c9262","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"correlationId\": \"urn:uuid:MDE00000ee97ff9fd17d4afc\",\r\n    \"payeeProvider\": {\r\n        \"providerNumber\": \"2447781L\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/Medicare/bulkbillprocessingreport/v1","description":"<p>Bulk Bill Processing Report Web Service (BPRW) is used to retrieve a processing report for a Bulk Bill claim/s, which details processing information (including changes and exception situations) for each medical event and associated service/s within the original BBSW claim.</p>\n<p>This report is available for six months after its initial generation (date of lodgement for claim) and can be retrieved in real time as many times as required.</p>\n<p>The report can only be requested by the same transmitting location that submitted the claim.</p>\n<h2 id=\"📑-request-fields\">📑 Request Fields</h2>\n<h4 id=\"🔸correlationid\">🔸correlationId</h4>\n<p>The correlationId from the original Bulk Bill claim.</p>\n<hr />\n<h4 id=\"🔸payeeproviderprovidernumber\">🔸payeeProvider.providerNumber</h4>\n<p>Details of the health professional to whom the Medicare benefit is to be paid, as submitted in the original claim transmission.</p>\n<ul>\n<li>Must be filled with leading zeros if the provider number is greater than 2 characters but less than 8 characters</li>\n</ul>\n<hr />\n<h2 id=\"📑-bulk-bill-report-response-fields\">📑 Bulk Bill Report Response Fields</h2>\n<h3 id=\"🔸status\">🔸status</h3>\n<p>Indicates the status of the report being requested.</p>\n<ul>\n<li><p><strong>Valid values:</strong></p>\n<ul>\n<li><p><code>COMPLETE</code></p>\n</li>\n<li><p><code>REPORT_NOT_READY</code></p>\n</li>\n<li><p><code>REPORT_NOT_FOUND</code></p>\n</li>\n<li><p><code>REPORT_EXPIRED</code></p>\n</li>\n</ul>\n</li>\n</ul>\n<p>When <code>status = COMPLETE</code>, the following objects/values may be returned:</p>\n<hr />\n<h4 id=\"🔸claimassessmentbenefitpaid\">🔸claimAssessment.benefitPaid</h4>\n<p>The total amount of Medicare benefit paid for all services in the claim, returned in cents.</p>\n<ul>\n<li><strong>Format:</strong> Numeric cents (e.g., $1.00 → <code>100</code>)</li>\n</ul>\n<hr />\n<h4 id=\"🔸claimassessmentchargeamount\">🔸claimAssessment.chargeAmount</h4>\n<p>The total amount charged for all services in the claim, returned in cents.</p>\n<ul>\n<li><strong>Format:</strong> Numeric cents (e.g., $1.00 → <code>100</code>)</li>\n</ul>\n<hr />\n<h4 id=\"🔸claimassessmentclaimid\">🔸claimAssessment.claimId</h4>\n<p>A unique identifier generated by the practice management software for DBS claims, or by the agency for BBSW claims.</p>\n<hr />\n<h3 id=\"medicalevent--up-to-80-per-claim\">medicalEvent – up to 80 per claim</h3>\n<h4 id=\"🔸medicaleventeventdate\">🔸medicalEvent.eventDate</h4>\n<p>The date of service applicable to the medical event, as submitted in the original Bulk Bill claim.</p>\n<hr />\n<h4 id=\"🔸medicaleventid\">🔸medicalEvent.id</h4>\n<p>An identifier used to define the occurrence of the medical event.</p>\n<hr />\n<h4 id=\"🔸medicaleventpatientstatuscode\">🔸medicalEvent.patient.status.code</h4>\n<p>A code which identifies the problem with the Medicare card details supplied.</p>\n<hr />\n<h4 id=\"🔸medicaleventpatientstatustext\">🔸medicalEvent.patient.status.text</h4>\n<p>Text explaining the patient status code. Provides additional information to assist with service assessment and can be used to suggest changes to the Medicare patient record.</p>\n<ul>\n<li><p><strong>Values:</strong></p>\n<ul>\n<li><p><code>8023</code> = Patient identification amended</p>\n</li>\n<li><p><code>8024</code> = Patient Medicare Issue number changed</p>\n</li>\n<li><p><code>8025</code> = Patient Medicare Number changed</p>\n</li>\n<li><p><code>8026</code> = Patient card used will expire shortly</p>\n</li>\n<li><p><code>8027</code> = Patient card expired. Future services may be rejected</p>\n</li>\n<li><p><code>8028</code> = Old Medicare issue number for patient. Future services may be rejected</p>\n</li>\n</ul>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸medicaleventpatientcurrentmembershipmembernumber\">🔸medicalEvent.patient.currentMembership.memberNumber</h4>\n<p>The patient's Medicare Card Number as recorded with Medicare at the time of the claim.</p>\n<h4 id=\"🔸medicaleventpatientcurrentmembershipmemberrefnumber\">🔸medicalEvent.patient.currentMembership.memberRefNumber</h4>\n<p>The patient’s Medicare Reference Number (IRN) as recorded with Medicare in the original claim.</p>\n<hr />\n<h4 id=\"🔸medicaleventpatientcurrentmemberfamilyname\">🔸medicalEvent.patient.currentMember.familyName</h4>\n<p>The patient's family name as identified or corrected at the time of assessment.</p>\n<hr />\n<h4 id=\"🔸medicaleventpatientcurrentmembergivenname\">🔸medicalEvent.patient.currentMember.givenName</h4>\n<p>The patient's first given name as recorded with Medicare.</p>\n<hr />\n<h3 id=\"medicaleventservice--up-to-14-per-medical-event\">medicalEvent.service – up to 14 per medical event</h3>\n<h4 id=\"🔸medicaleventserviceassessmentcode\">🔸medicalEvent.service.assessmentCode</h4>\n<p>Medicare assessment result explanation code (Medicare Reason Code).</p>\n<hr />\n<h4 id=\"🔸medicaleventservicebenefitpaid\">🔸medicalEvent.service.benefitPaid</h4>\n<p>The amount of benefit assessed as payable for the service, returned in cents.</p>\n<ul>\n<li><strong>Format:</strong> Numeric cents (e.g., $1.00 → <code>100</code>)</li>\n</ul>\n<hr />\n<h4 id=\"🔸medicaleventservicechargeamount\">🔸medicalEvent.service.chargeAmount</h4>\n<p>The amount charged for the service in cents, as submitted in the original claim.</p>\n<ul>\n<li><strong>Format:</strong> Numeric cents (e.g., $1.00 → <code>100</code>)</li>\n</ul>\n<hr />\n<h4 id=\"🔸medicaleventserviceid\">🔸medicalEvent.service.id</h4>\n<p>Unique identifier used to define the occurrence of the service within the claim.</p>\n<hr />\n<h4 id=\"🔸medicaleventserviceitemnumber\">🔸medicalEvent.service.itemNumber</h4>\n<p>The MBS item number against which the Medicare benefit was assessed.</p>\n<hr />\n<h4 id=\"🔸medicaleventservicenumberofpatientsseen\">🔸medicalEvent.service.numberOfPatientsSeen</h4>\n<p>The number of patients seen for the service in a group attendance scenario.</p>\n<ul>\n<li><strong>Valid values:</strong> <code>1–99</code></li>\n</ul>\n<hr />\n<h4 id=\"🔸serviceproviderprovidernumber\">🔸serviceProvider.providerNumber</h4>\n<p>Service provider.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{ApiKey}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"3535d25c-226d-431f-89db-6ff2f34804b1","id":"3535d25c-226d-431f-89db-6ff2f34804b1","name":"RebateRight","type":"collection"}},"urlObject":{"path":["Medicare","bulkbillprocessingreport","v1"],"host":["{{hostURL}}"],"query":[],"variable":[]}},"response":[{"id":"62b6242a-7311-485a-a529-6efbfc86ff4f","name":"Report Not Ready","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"MDE00000","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"correlationId\": \"urn:uuid:MDE00000db6719f59c084530\",\r\n    \"payeeProvider\": {\r\n        \"providerNumber\": \"2447781L\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:7252/Medicare/bulkbillprocessingreport/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 09 Jun 2025 14:39:02 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"REPORT_NOT_READY\",\n    \"correlationId\": \"urn:uuid:MDE0000049cd82a2acce47f2\"\n}"},{"id":"9e41730a-13f2-4834-a2f6-57bf246b3acc","name":"Complete","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"correlationId\": \"urn:uuid:MDE00000db6719f59c084530\",\r\n    \"payeeProvider\": {\r\n        \"providerNumber\": \"2447781L\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/Medicare/bulkbillprocessingreport/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Mon, 01 Sep 2025 03:33:48 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"claimAssessment\": {\n        \"medicalEvent\": [\n            {\n                \"patient\": {\n                    \"currentMembership\": {\n                        \"memberNumber\": \"4951525561\",\n                        \"memberRefNumber\": \"1\"\n                    },\n                    \"currentMember\": {\n                        \"familyName\": \"SMITH\",\n                        \"givenName\": \"JOHN\"\n                    }\n                },\n                \"service\": [\n                    {\n                        \"id\": \"0001\",\n                        \"assessmentCode\": \"250\",\n                        \"benefitPaid\": \"0\",\n                        \"chargeAmount\": \"15075\",\n                        \"itemNumber\": \"00003\"\n                    }\n                ],\n                \"id\": \"01\",\n                \"eventDate\": \"2025-06-01\"\n            }\n        ],\n        \"serviceProvider\": {\n            \"providerNumber\": \"2447781L\"\n        },\n        \"benefitPaid\": \"0\",\n        \"chargeAmount\": \"15075\",\n        \"claimId\": \"E7062@\"\n    },\n    \"status\": \"COMPLETE\",\n    \"correlationId\": \"urn:uuid:MDE00000db6719f59c084530\"\n}"}],"_postman_id":"6bfd4ec6-3d9d-4a1a-981f-227cd10c9262"},{"name":"Bulk Bill Payment Report","id":"a7c990f2-9404-4f8d-bb00-9d2a68627cce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"correlationId\": \"urn:uuid:MDE00000cbeadae44a894f3c\",\r\n    \"payeeProvider\": {\r\n        \"providerNumber\": \"0000000X\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/Medicare/bulkbillpaymentreport/v1","description":"<p>Bulk Bill Payment Report Web Service (BPYW) is used to retrieve a payment report, providing payment information relating to Bulk Bill claims including the payment deposited, the bank account details the deposit was made to, and the list of claims covered by the payment run.</p>\n<p>This report is available for six months after its initial generation (date of lodgement for claim) and can be retrieved in real time as many times as required.</p>\n<p>The report can only be requested by the same transmitting location that submitted the claim.</p>\n<h2 id=\"📑-request-fields\">📑 Request Fields</h2>\n<h4 id=\"🔸correlationid\">🔸correlationId</h4>\n<p>The correlationId from the original Bulk Bill claim.</p>\n<hr />\n<h4 id=\"🔸payeeproviderprovidernumber\">🔸payeeProvider.providerNumber</h4>\n<p>Details of the health professional to whom the Medicare benefit is to be paid, as submitted in the original claim transmission.</p>\n<ul>\n<li>Must be filled with leading zeros if the provider number is greater than 2 characters but less than 8 characters</li>\n</ul>\n<hr />\n<h2 id=\"📑-response-fields\">📑 Response Fields</h2>\n<h3 id=\"🔸status\">🔸status</h3>\n<p>Indicates the status of the report being requested.</p>\n<ul>\n<li><p><strong>Valid values:</strong></p>\n<ul>\n<li><p><code>COMPLETE</code></p>\n</li>\n<li><p><code>REPORT_NOT_AVAILABLE</code></p>\n</li>\n<li><p><code>REPORT_NOT_READY</code></p>\n</li>\n<li><p><code>REPORT_NOT_FOUND</code></p>\n</li>\n<li><p><code>REPORT_EXPIRED</code></p>\n</li>\n</ul>\n</li>\n</ul>\n<p>When <code>status = COMPLETE</code>, the following values may be returned:</p>\n<hr />\n<h4 id=\"🔸paymentrunrundate\">🔸paymentRun.runDate</h4>\n<p>The date on which the agency is requesting the RBA to make the payment.</p>\n<hr />\n<h4 id=\"🔸paymentrunrunnumber\">🔸paymentRun.runNumber</h4>\n<p>A unique identifier for the payment run.</p>\n<hr />\n<h4 id=\"🔸paymentinfodepositamount\">🔸paymentInfo.depositAmount</h4>\n<p>The total amount of Medicare benefit to be deposited into the payee provider's account for the claims detailed in the payment run.</p>\n<ul>\n<li><strong>Format:</strong> Numeric cents (e.g., $1.00 → <code>100</code>)</li>\n</ul>\n<hr />\n<h4 id=\"🔸paymentinfoaccountinfoaccountname\">🔸paymentInfo.accountInfo.accountName</h4>\n<p>The payee provider's financial institution account name.</p>\n<hr />\n<h4 id=\"🔸paymentinfoaccountinfoaccountnumber\">🔸paymentInfo.accountInfo.accountNumber</h4>\n<p>The payee provider's financial institution account number.</p>\n<ul>\n<li><strong>Note:</strong> Only the last 4 digits are returned and prefixed with asterisks, e.g., <code>\\\\\\*1234</code>.</li>\n</ul>\n<hr />\n<h4 id=\"🔸paymentinfoaccountinfobsbcode\">🔸paymentInfo.accountInfo.bsbCode</h4>\n<p>The branch identifier (BSB) for where the payee provider's account is held.</p>\n<hr />\n<h4 id=\"🔸claimsummarybenefit\">🔸claimSummary.benefit</h4>\n<p>The total amount of Medicare benefit paid for all services in the claim.</p>\n<ul>\n<li><strong>Format:</strong> Numeric cents (e.g., $1.00 → <code>100</code>)</li>\n</ul>\n<hr />\n<h4 id=\"🔸claimsummarychargeamount\">🔸claimSummary.chargeAmount</h4>\n<p>The total amount charged for all services in the claim.</p>\n<ul>\n<li><strong>Format:</strong> Numeric cents (e.g., $1.00 → <code>100</code>)</li>\n</ul>\n<hr />\n<h4 id=\"🔸claimsummaryclaimid\">🔸claimSummary.claimId</h4>\n<p>The unique identifier that is generated by Medicare for the original Bulk Bill claim.</p>\n<hr />\n<h4 id=\"🔸claimsummarylodgementdate\">🔸claimSummary.lodgementDate</h4>\n<p>The date when Medicare received the original claim.</p>\n<hr />\n<h4 id=\"🔸claimsummarytransactionid\">🔸claimSummary.transactionId</h4>\n<p>The unique identifier of the claim request maintained throughout the life of a claim.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{ApiKey}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"3535d25c-226d-431f-89db-6ff2f34804b1","id":"3535d25c-226d-431f-89db-6ff2f34804b1","name":"RebateRight","type":"collection"}},"urlObject":{"path":["Medicare","bulkbillpaymentreport","v1"],"host":["{{hostURL}}"],"query":[],"variable":[]}},"response":[{"id":"201a99a2-5bb4-4c61-be5a-d56bcb0ad98e","name":"Report Not Ready","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"MDE00000","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"correlationId\": \"urn:uuid:MDE0000049cd82a2acce47f2\",\r\n    \"payeeProvider\": {\r\n        \"providerNumber\": \"2447781L\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:7252/Medicare/bulkbillpaymentreport/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 09 Jun 2025 14:37:51 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"REPORT_NOT_READY\",\n    \"correlationId\": \"urn:uuid:MDE0000049cd82a2acce47f2\"\n}"},{"id":"7037e233-ba28-4737-a8f1-2d6547198b94","name":"Complete","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"correlationId\": \"urn:uuid:MDE0000049cd82a2acce47f2\",\r\n    \"payeeProvider\": {\r\n        \"providerNumber\": \"2447781L\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/Medicare/bulkbillpaymentreport/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Tue, 02 Sep 2025 06:26:55 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"paymentRun\": {\n        \"runDate\": \"2025-09-02\",\n        \"runNumber\": \"699\"\n    },\n    \"paymentInfo\": {\n        \"accountInfo\": {\n            \"accountName\": \"GWENDA HUNTER\",\n            \"accountNumber\": \"*****3357\",\n            \"bsbCode\": \"062290\"\n        },\n        \"depositAmount\": \"1960\"\n    },\n    \"claimSummary\": [\n        {\n            \"benefit\": \"1960\",\n            \"chargeAmount\": \"15075\",\n            \"claimId\": \"E7061@\",\n            \"lodgementDate\": \"2025-08-25\",\n            \"transactionId\": \"MDE0000049cd82a2acce47f2\"\n        }\n    ],\n    \"status\": \"COMPLETE\",\n    \"correlationId\": \"urn:uuid:MDE0000049cd82a2acce47f2\"\n}"}],"_postman_id":"a7c990f2-9404-4f8d-bb00-9d2a68627cce"}],"id":"c6aed0a5-9bec-4dfd-8782-7e4629366d79","description":"<p>This is the bulk claiming process that allows health professionals to claim Medicare benefits directly from Services Australia.</p>\n<p>This service allows claims where patients who have received professional medical services, and have assigned their right to Medicare benefits to the health professional who provided the service, to be transmitted to Services Australia and assessed at a later time.</p>\n<p>The Health Care Location submits the claim on behalf of a patient to Medicare.</p>\n<p>There are three Bulk Bill claim types:</p>\n<ul>\n<li><p>General services claim</p>\n</li>\n<li><p>Specialist services claim, including Allied Health &amp; Diagnostic services claim</p>\n</li>\n<li><p>Pathology services claim</p>\n</li>\n</ul>\n<p>A Bulk Bill claim contains information about:</p>\n<ul>\n<li><p>one servicing provider, and one payee provider, where applicable (the servicing provider and payee provider cannot be the same)</p>\n</li>\n<li><p>one or more Medical Events (Vouchers - up to a maximum of 80)</p>\n</li>\n<li><p>a consistent ServiceTypeCode eg. All Specialist, General or Pathology</p>\n</li>\n</ul>\n<p>Each voucher (Medical Event) consists of:</p>\n<ul>\n<li><p>a Patient</p>\n</li>\n<li><p>one or more services (up to a maximum of 14)</p>\n</li>\n<li><p>a Date of Service</p>\n</li>\n<li><p>Referral details, where applicable</p>\n</li>\n</ul>\n<p>Once a claim has been successfully submitted, you will receive a response to indicate success of the transmission.</p>\n<h3 id=\"referred-and-requested-services-being-claimed-in-the-same-voucher\">Referred and Requested services being claimed in the same voucher</h3>\n<p>Specialists may submit claims with a mixture of services requiring request and referral information in the same voucher. To do this, the voucher must include referral details along with the relevant service level details.</p>\n<p>This only applies to specialist services requiring Referrals and Diagnostic Imaging Requests being submitted together.</p>\n<p>Pathology Requests need to be submitted separately.</p>\n<h3 id=\"bulk-bill-assignment-advice-db4\">Bulk Bill Assignment Advice (DB4)</h3>\n<p>The Location must issue the patient with a Bulk Bill Assignment of benefit form detailing services provided, except in the case of pathology services subject to a request which contains an appropriately completed \"offer to assign\".</p>\n<p>The assignment of benefit form must be printed, provided to the patient to review and sign and offered to the patient to retain for their records.</p>\n<p>Providers are no longer required to retain a copy of the assignment of benefit form for a period of two years. Should Services Australia need to confirm that a service was provided to a patient, evidence demonstrating that the service was provided will be sought from the service provider. The evidence of service may be demonstrated through records such as electronic billing information, notes in practice software, appointment records and, if the practice chooses to retain them, a copy of the assignment of benefit form.</p>\n<h3 id=\"eft-details\">EFT details</h3>\n<p>Services Australia no longer sends cheques for bulk bill and Department of Veterans' Affairs (DVA) payments to health professionals.</p>\n<p>Health professionals must provide their bank details to the agency to have their bulk bill and DVA claims paid through Electronic Funds Transfer (EFT).<br />If they practise at more than one location, a health professional must submit bank details for each location.</p>\n<p>To register EFT details for bulk bill and DVA payments, refer health professionals to the Services Australia website: <a href=\"https://www.servicesaustralia.gov.au/claim-medicare-bulk-bill-payments?context=20%5D\">Claim bulk bill payments</a></p>\n<p><strong>🔔 Note:</strong></p>\n<blockquote>\n<p>Claims with a DateOfService greater than 2 years in the past will not be accepted by Medicare. </p>\n</blockquote>\n<p><strong>👩‍💻 Implementation Note:</strong></p>\n<blockquote>\n<p>It is a requirement by Services Australia that error messages are displayed to the end user as supplied in the response, and not truncated, transformed or changed in any way. This will ensure that the correct message is received by the end user, as they may be updated at any time. </p>\n</blockquote>\n<h3 id=\"validations\">Validations</h3>\n<ul>\n<li><p>A maximum of <strong>80 Medical Events</strong> are allowed per Bulk Bill Claim.</p>\n</li>\n<li><p>A maximum of <strong>14 Services</strong> are allowed per Medical Event.</p>\n</li>\n<li><p>Medical Event Ids must begin with <strong>01</strong> and increase by one as each Medical Event is added.</p>\n</li>\n<li><p>Service Ids must be unique within the claim.</p>\n</li>\n<li><p>When the number of Bulk Bill Claims received from the same Payee Provider and Location Id exceeds 2500 per day,<br />  Subsequent BBSW claims will be rejected.</p>\n</li>\n</ul>\n<h2 id=\"📑-request-fields\">📑 Request Fields</h2>\n<h4 id=\"🔸claimfacilityid\">🔸claim.facilityId</h4>\n<p>The Commonwealth Hospital Facility Provider Number. A unique identifier of a Registered Hospital or Day Care Facility. If Hospital Indicator is set to <strong><code>Y</code></strong> (In Hospital) then Facility Id must be supplied.</p>\n<hr />\n<h4 id=\"🔸claimhospitalind\">🔸claim.hospitalInd</h4>\n<p>Indicates the service(s) was rendered to an admitted patient for in-patient services provided within a hospital facility.</p>\n<p>Valid Values:</p>\n<ul>\n<li><strong><code>Y</code></strong> = In Hospital (In-patient)</li>\n</ul>\n<hr />\n<h4 id=\"🔸claimservicetypecode\">🔸claim.serviceTypeCode</h4>\n<p>Indicates the type of services that make up the claim.</p>\n<p>Valid Values:</p>\n<ul>\n<li><p><strong><code>P</code></strong> = Pathology</p>\n</li>\n<li><p><strong><code>S</code></strong> = Specialist</p>\n</li>\n<li><p><strong><code>O</code></strong> = General</p>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸claimserviceproviderprovidernumber\">🔸claim.serviceProvider.providerNumber</h4>\n<ul>\n<li><p>The health professional providing the service.</p>\n</li>\n<li><p>The Servicing Provider must not be the same person as the Payee Provider. If they are the same person only supply the Servicing Provider.</p>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸claimpayeeproviderprovidernumber-optional\">🔸claim.payeeProvider.providerNumber (Optional)</h4>\n<p>A Payee Provider Number is issued by Medicare for each clinician who wants to bill for services. It identifies the bank account where Medicare payments should be made. In most cases, it is the same as the clinician’s Provider Number.</p>\n<ul>\n<li>The Servicing Provider must not be the same person as the Payee Provider. If they are the same person only supply the Servicing Provider.</li>\n</ul>\n<hr />\n<h4 id=\"🔸claimmedicaleventid\">🔸claim.medicalEvent.id</h4>\n<p>Used to identify the occurrence of the Medical Event Type. (<code>01–80</code>)</p>\n<hr />\n<h4 id=\"🔸claimmedicaleventauthorisationdate\">🔸claim.medicalEvent.authorisationDate</h4>\n<p>The date on which the claim was authorised.</p>\n<ul>\n<li><p>Must not be in the future</p>\n</li>\n<li><p>Must not be earlier than the Medical Event Date</p>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸claimmedicaleventcreatedatetime\">🔸claim.medicalEvent.createDateTime</h4>\n<p>Used to record the date and time that the medical event record was created.</p>\n<ul>\n<li><p>Must not be in the future</p>\n</li>\n<li><p>Must not be earlier than the Medical Event Date and Medical Event Time (if supplied)</p>\n</li>\n<li><p>Must reflect the correct Australian time zone.</p>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸claimmedicaleventmedicaleventdate\">🔸claim.medicalEvent.medicalEventDate</h4>\n<p>Used to record the date that the medical event occurred (<strong>Date of Service</strong>).</p>\n<ul>\n<li><p>Must not be in the future</p>\n</li>\n<li><p>Must not be more than 2 years before the date of transmission</p>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸claimmedicaleventmedicaleventtime-optional\">🔸claim.medicalEvent.medicalEventTime (Optional)</h4>\n<p>Used to record the time that the medical event occurred (Time of Service).</p>\n<ul>\n<li><p>Must not be in the future</p>\n</li>\n<li><p>Must reflect the correct Australian time zone</p>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸claimmedicaleventreferraloverridecode-optional\">🔸claim.medicalEvent.referralOverrideCode (Optional)</h4>\n<p>Provides an indication of why services that require a referral were provided without a referral from another health professional.</p>\n<p>Valid Values:</p>\n<ul>\n<li><p><code>E</code> = Emergency</p>\n</li>\n<li><p><code>H</code> = Hospital</p>\n</li>\n<li><p><code>L</code> = Lost</p>\n</li>\n<li><p><code>N</code> = Not required (Non-Referred)</p>\n</li>\n</ul>\n<p>Additional Rules:</p>\n<ul>\n<li><p>If set to <code>H</code> (Hospital), Hospital Indicator must be set to <code>Y</code></p>\n</li>\n<li><p>If set to <code>H</code> (Hospital), Facility Id must be supplied</p>\n</li>\n<li><p>Must not be suplied for general services.</p>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸claimmedicaleventsubmissionauthorityind\">🔸claim.medicalEvent.submissionAuthorityInd</h4>\n<p>Indicates that the Medicare benefit was assigned by the patient, who retained a copy of the DB4 form.</p>\n<p>Valid Values:</p>\n<ul>\n<li>Must be set to <strong><code>Y</code></strong> (Authorised) to submit the claim</li>\n</ul>\n<hr />\n<h4 id=\"🔸claimmedicaleventreferral-optional\">🔸claim.medicalEvent.referral (Optional)</h4>\n<ul>\n<li><p>If referral is set, Referral Override Code must not be set</p>\n</li>\n<li><p>Referral must not be set when Service Type Code is <code>O</code> (general services)</p>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸claimmedicaleventreferralissuedate-optional\">🔸claim.medicalEvent.referral.issueDate (Optional)</h4>\n<p>The date the referral/request was issued.</p>\n<p>Valid Values:</p>\n<ul>\n<li><p>Must not be in the future</p>\n</li>\n<li><p>Must not be after the Medical Event Date</p>\n</li>\n<li><p>Must not be set when Service Type Code is <code>O</code> (general services)</p>\n</li>\n<li><p>Must not be before the Patient’s Date of Birth</p>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸claimmedicaleventreferralperiod-optional\">🔸claim.medicalEvent.referral.period (Optional)</h4>\n<p>Indicates the length of the referral period for Non Standard referrals (in months).</p>\n<p>Valid Values:</p>\n<ul>\n<li><p>Must be numeric (<code>1–98</code>)</p>\n</li>\n<li><p>Must only be set if Referral Period Code is <code>N</code> (Non Standard)</p>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸claimmedicaleventreferralperiodcode-optional\">🔸claim.medicalEvent.referral.periodCode (Optional)</h4>\n<p>A code indicating the length of the referral period.</p>\n<p>Valid Values:</p>\n<ul>\n<li><p><code>S</code> = Standard (12 months for a GP, 3 months for a Specialist)</p>\n</li>\n<li><p><code>N</code> = Non Standard</p>\n</li>\n<li><p><code>I</code> = Indefinite</p>\n</li>\n</ul>\n<p>Must only be set to <code>N</code> if Referral Period is set.</p>\n<hr />\n<h4 id=\"🔸claimmedicaleventreferraltypecode-optional\">🔸claim.medicalEvent.referral.typeCode (Optional)</h4>\n<p>A code that indicates the type of referral/request (i.e., Pathology, Diagnostic, Specialist).</p>\n<p>Valid Values:</p>\n<ul>\n<li><p><strong><code>P</code></strong> = Pathology</p>\n</li>\n<li><p><strong><code>D</code></strong> = Diagnostic Imaging</p>\n</li>\n<li><p><strong><code>S</code></strong> = Specialist (Including Allied Health)</p>\n</li>\n</ul>\n<p>Rules:</p>\n<ul>\n<li><p>Must not be set when Service Type Code is <code>O</code> (general services)</p>\n</li>\n<li><p>If set to <code>D</code> or <code>P</code>, Referral Period Code and Referral Period must not be set</p>\n</li>\n<li><p>If set to <code>S</code>, Referral Period Code must be supplied</p>\n</li>\n<li><p>If set to <code>P</code>, Service Type Code must be <code>P</code></p>\n</li>\n<li><p>If set to <code>D</code> or <code>S</code>, Service Type Code must be <code>S</code></p>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸claimmedicaleventreferralproviderprovidernumber-optional\">🔸claim.medicalEvent.referral.provider.providerNumber (Optional)</h4>\n<p>Referrer provider number.</p>\n<p>Rules:</p>\n<ul>\n<li><p>Must not be set when Service Type Code is <code>O</code> (general services)</p>\n</li>\n<li><p>Referring Provider Number must not be the same as the Servicing Provider Number.</p>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸claimmedicaleventpatientidentitydateofbirth\">🔸claim.medicalEvent.patient.identity.dateOfBirth</h4>\n<p>The patient’s date of birth.</p>\n<ul>\n<li><p>Must not be in the future</p>\n</li>\n<li><p>Must not be more than 130 years in the past</p>\n</li>\n<li><p>Must not be after the Medical Event Date</p>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸claimmedicaleventpatientidentityfamilyname\">🔸claim.medicalEvent.patient.identity.familyName</h4>\n<p>The patient’s family name.</p>\n<ul>\n<li><p>Must be between <code>1</code> and <code>40</code> characters long</p>\n</li>\n<li><p>Where a patient has only one name, that name must appear in this field and the word <code>Onlyname</code> must be entered in the given name field</p>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸claimmedicaleventpatientidentitygivenname\">🔸claim.medicalEvent.patient.identity.givenName</h4>\n<p>The patient’s first given name.</p>\n<ul>\n<li><p>Must be between <code>1</code> and <code>40</code> characters long</p>\n</li>\n<li><p>Where a patient has only one name, that name must appear in the family name field and the word <code>Onlyname</code> must be provided in this field</p>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸claimmedicaleventpatientmedicaremembernumber\">🔸claim.medicalEvent.patient.medicare.memberNumber</h4>\n<p>The patient’s Medicare card number.</p>\n<ul>\n<li>Must be <code>10</code> characters long</li>\n</ul>\n<hr />\n<h4 id=\"🔸claimmedicaleventpatientmedicarememberrefnumber\">🔸claim.medicalEvent.patient.medicare.memberRefNumber</h4>\n<p>The patient’s individual reference number on their Medicare card.</p>\n<ul>\n<li><p>Must be <code>1</code> character long</p>\n</li>\n<li><p>Must be numeric (<code>1–9</code>)</p>\n</li>\n<li><p>Must not be zero</p>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸claimmedicaleventserviceid\">🔸claim.medicalEvent.service.id</h4>\n<p>Used to identify the occurrence of the Service Type.</p>\n<ul>\n<li><p>Must be set</p>\n</li>\n<li><p>Must be <code>4</code> characters long</p>\n</li>\n<li><p>Must be alphanumeric (<code>A–Z</code>, <code>0–9</code>)</p>\n</li>\n<li><p>Example valid values: <code>C001</code>, <code>AC68</code>, <code>0104</code>, <code>4074</code>, <code>ABCD</code></p>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸claimmedicaleventserviceaccessiondatetime\">🔸claim.medicalEvent.service.accessionDateTime</h4>\n<p>The date/time the pathology test was performed.</p>\n<ul>\n<li><p>Must not be in the future</p>\n</li>\n<li><p>Must only be set when Service Type Code is <code>P</code> (Pathology) and must not be set when Service Type Code is <code>O</code> (General) or <code>S</code> (Specialist)</p>\n</li>\n<li><p>Must be equal to or earlier than Medical Event Date and Time (if present)</p>\n</li>\n<li><p>Must be equal to or earlier than Medical Event Creation Date Time</p>\n</li>\n<li><p>Must reflect the correct Australian time zone</p>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸claimmedicaleventserviceaftercareoverrideind-optional\">🔸claim.medicalEvent.service.aftercareOverrideInd (Optional)</h4>\n<p>Indicates whether the service was performed as part of normal aftercare.</p>\n<ul>\n<li><p>Valid value: <code>Y</code> = Not Normal Aftercare</p>\n</li>\n<li><p>If set, Service Type Code must not be <code>P</code> (Pathology)</p>\n</li>\n<li><p>Must only be set when Service Type Code is <code>S</code> (Specialist) or <code>O</code> (General) and must not be set for Pathology.</p>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸claimmedicaleventservicechargeamount\">🔸claim.medicalEvent.service.chargeAmount</h4>\n<p>The amount charged for the service in cents. For Bulk Bill claims, this is the benefit assigned.</p>\n<ul>\n<li><p>Minimum amount: <code>100</code> cents (<code>$1.00</code>)</p>\n</li>\n<li><p>Maximum amount: <code>9,999,999</code> cents (<code>$99,999.99</code>)</p>\n</li>\n<li><p>Leading zeros allowed for amounts less than <code>7</code> characters (e.g., <code>100</code>, <code>0100</code>, <code>00100</code>)</p>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸claimmedicaleventservicecollectiondatetime-optional\">🔸claim.medicalEvent.service.collectionDateTime (Optional)</h4>\n<p>The date/time the pathology sample was taken/extracted from the patient.</p>\n<ul>\n<li><p>Must only be set when Service Type Code is <code>P</code> (Pathology) and must not be set when Service Type Code is <code>O</code> (General) or <code>S</code> (Specialist)</p>\n</li>\n<li><p>Must not be after Accession Date Time</p>\n</li>\n<li><p>If either Collection Date Time or Accession Date Time is set, both must be supplied.</p>\n</li>\n<li><p>Must not be before Patient Date of Birth</p>\n</li>\n<li><p>Must not be before Referral Issue Date</p>\n</li>\n<li><p>Must reflect the correct Australian time zone</p>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸claimmedicaleventserviceduplicateserviceoverrideind-optional\">🔸claim.medicalEvent.service.duplicateServiceOverrideInd (Optional)</h4>\n<p>Indicates whether multiple services performed on the same day by the same service provider should be treated as separate services.</p>\n<ul>\n<li><p>Valid value: <code>Y</code> = Not Duplicate</p>\n</li>\n<li><p>Must not be set when Service Type Code is <code>P</code> (Pathology) and Must only be set when Service Type Code is <code>S</code> (Specialist) or <code>O</code> (General)</p>\n</li>\n<li><p>If set, either Medical Event Time or additional information in Service Text must be provided to support the override.</p>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸claimmedicaleventserviceitemnumber\">🔸claim.medicalEvent.service.itemNumber</h4>\n<p>A number from the Medicare Benefits Schedule (MBS) that identifies the service(s) provided. Used to enable a claim for a Medicare benefit.</p>\n<ul>\n<li><p>Must be numeric (<code>1–99999</code>)</p>\n</li>\n<li><p>Leading zeros are acceptable e.g., item <code>3</code> can be transmitted as <code>3</code>, <code>03</code>, <code>003</code>, <code>0003</code>, or <code>00003</code></p>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸claimmedicaleventservicelspnumber-optional\">🔸claim.medicalEvent.service.lspNumber (Optional)</h4>\n<p>Location Specific Practice Number for diagnostic and radiation oncology that is specific to an individual location for the purpose of claiming a Medicare benefit.</p>\n<ul>\n<li><p>Must be numeric (<code>1–999999</code>)</p>\n</li>\n<li><p>Leading zeros are acceptable (e.g., <code>4</code> can be transmitted as <code>4</code>, <code>04</code>, <code>004</code>, etc.)</p>\n</li>\n<li><p>Must only be set when Service Type Code is <code>S</code> (Specialist) or <code>O</code> (General)</p>\n</li>\n<li><p>Must not be set when Service Type Code is <code>P</code></p>\n</li>\n<li><p>Must not be set with <strong>Number of Patients Seen</strong></p>\n</li>\n<li><p>Must not be set with <strong>Time Duration</strong></p>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸claimmedicaleventservicemultipleprocedureoverrideind-optional\">🔸claim.medicalEvent.service.multipleProcedureOverrideInd (Optional)</h4>\n<p>Indicates whether the multiple services rule should or shouldn’t be applied to the services being claimed.</p>\n<ul>\n<li><p>Value must be <code>Y</code> (Not Multiple)</p>\n</li>\n<li><p>Must only be set when Service Type Code is <code>S</code> (Specialist) or <code>O</code> (General)</p>\n</li>\n<li><p>Must not be set when Service Type Code is <code>P</code></p>\n</li>\n<li><p>If set to <code>Y</code>, <strong>Service Text</strong> (reason for the override) must also be supplied</p>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸claimmedicaleventservicenumberofpatientsseen-optional\">🔸claim.medicalEvent.service.numberOfPatientsSeen (Optional)</h4>\n<p>The number of patients seen. Must be set for group attendance items (e.g. counselling) or visits (home, hospital, or institution) to ensure the correct payment is made.</p>\n<ul>\n<li><p>Value must be numeric (<code>1–99</code>)</p>\n</li>\n<li><p>Leading zeros are acceptable (e.g. <code>1</code> may be transmitted as <code>1</code> or <code>01</code>)</p>\n</li>\n<li><p>Must only be set when Service Type Code is <code>S</code> (Specialist) or <code>O</code> (General)</p>\n</li>\n<li><p>Must not be set when Service Type Code is <code>P</code></p>\n</li>\n<li><p>Must not be set with <strong>Time Duration</strong></p>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸claimmedicaleventservicerestrictiveoverridecode-optional\">🔸claim.medicalEvent.service.restrictiveOverrideCode (Optional)</h4>\n<p>This code allows payment for services where the account indicates the service is not restrictive with another service either within the same claim or on the patient’s history.</p>\n<ul>\n<li><p>Value must be one of:</p>\n<ul>\n<li><p><code>SP</code> = Separate Sites</p>\n</li>\n<li><p><code>NR</code> = Not Related to consult</p>\n</li>\n<li><p><code>NC</code> = Not for Comparison (Bilateral)</p>\n</li>\n</ul>\n</li>\n<li><p>Must only be set when Service Type Code is <code>S</code> (Specialist) or <code>O</code> (General)</p>\n</li>\n<li><p>Must not be set when Service Type Code is <code>P</code></p>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸claimmedicaleventservicerule3exemptind-optional\">🔸claim.medicalEvent.service.rule3ExemptInd (Optional)</h4>\n<p>Indicates if the pathology service is exempt from <strong>Rule 3</strong> in the Medicare Benefits Schedule (MBS).</p>\n<ul>\n<li><p>Value must be: <code>Y</code> = Exempt</p>\n</li>\n<li><p>Must only be set when Service Type Code is <code>P</code> (Pathology)</p>\n</li>\n<li><p>Must not be set when Service Type Code is <code>O</code> (General) or <code>S</code> (Specialist)</p>\n</li>\n<li><p>If set, <strong>Medical Event Time</strong> must also be supplied</p>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸claimmedicaleventservices4b3exemptind-optional\">🔸claim.medicalEvent.service.s4b3ExemptInd (Optional)</h4>\n<p>Indicates if the pathology service is exempt from assessment in accordance with <strong>S4b3 requirements</strong> in the Medicare Benefits Schedule (MBS).</p>\n<ul>\n<li><p>Value must be: <code>Y</code> = Exempt</p>\n</li>\n<li><p>Must only be set when Service Type Code is <code>P</code> (Pathology)</p>\n</li>\n<li><p>Must not be set when Service Type Code is <code>O</code> (General) or <code>S</code> (Specialist)</p>\n</li>\n<li><p>Must not be set if <strong>Rule 3 Exempt Indicator</strong> is set</p>\n</li>\n<li><p>If set:</p>\n<ul>\n<li><p><strong>Self Deemed Code</strong> must be <code>SD</code>, OR</p>\n</li>\n<li><p><strong>Referral Override Code</strong> must be <code>N</code>, OR</p>\n</li>\n<li><p><strong>Pathology Referred</strong> must be supplied (Referral Type Code = <code>P</code>, with Referring Provider Number and Referral Issue Date set)</p>\n</li>\n<li><p><strong>Hospital Indicator</strong> must be <code>Y</code> (service must be rendered in hospital)</p>\n</li>\n</ul>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸claimmedicaleventservicescpid-optional\">🔸claim.medicalEvent.service.scpId (Optional)</h4>\n<p>The <strong>Specimen Collection Point (SCP Id)</strong> identifies the site where the pathology specimen was collected.</p>\n<ul>\n<li><p><strong>Format rules:</strong></p>\n<ul>\n<li><p><code>3–5</code> characters in length</p>\n</li>\n<li><p>Characters must be alphanumeric (<code>A–Z</code>, <code>0–9</code>)</p>\n</li>\n<li><p>Must not be all zero (<code>0</code>, <code>00</code>, <code>000</code>, etc.)</p>\n</li>\n<li><p>Spaces are not allowed</p>\n</li>\n<li><p>Leading zeros are allowed for shorter values (e.g. <code>001</code>, <code>0001</code>, <code>00001</code>)</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Business rules:</strong></p>\n<ul>\n<li><p>Must only be set when <strong>Service Type Code =</strong> <strong><code>P</code></strong> (Pathology)</p>\n</li>\n<li><p>Must not be set when <strong>Service Type Code =</strong> <strong><code>O</code></strong> (General) or <code>S</code> (Specialist)</p>\n</li>\n<li><p>If set, at least one of the following must be true:</p>\n<ul>\n<li><p><strong>Referral Type Code =</strong> <strong><code>P</code></strong></p>\n</li>\n<li><p><strong>Referral Override Code =</strong> <strong><code>N</code></strong></p>\n</li>\n<li><p><strong>Self Deemed Code =</strong> <strong><code>SD</code></strong></p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸claimmedicaleventserviceselfdeemedcode-optional\">🔸claim.medicalEvent.service.selfDeemedCode (Optional)</h4>\n<p>Indicates if the service is <strong>Self Deemed</strong> or a <strong>Substituted Service</strong>.</p>\n<ul>\n<li><p><strong>Valid values</strong></p>\n<ul>\n<li><p><code>SD</code> – Self Deemed</p>\n</li>\n<li><p><code>SS</code> – Substituted Service</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Business rules</strong></p>\n<ul>\n<li><p><code>SS</code> must only be set when <strong>Service Type Code =</strong> <strong><code>S</code></strong> (Specialist)</p>\n</li>\n<li><p>Must not be set when <strong>Service Type Code =</strong> <strong><code>O</code></strong> (General)</p>\n</li>\n<li><p>Must not be set if <strong>Referral Override Code</strong> is set</p>\n</li>\n<li><p>If <strong>Rule 3 Exempt Indicator</strong> is set, <strong>Self Deemed Code</strong> must be <code>SD</code></p>\n</li>\n<li><p>For pathology, at least one of the following must apply if set:</p>\n<ul>\n<li>Referral Type Code = <code>P</code> and Referring Provider Number &amp; Referral Issue Date are set</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸claimmedicaleventservicetext-optional\">🔸claim.medicalEvent.service.text (Optional)</h4>\n<p>Free text used to provide additional information to assist with the assessment of the service.</p>\n<ul>\n<li><p><strong>Length:</strong> <code>1–50</code> characters</p>\n</li>\n<li><p><strong>Valid characters:</strong></p>\n<ul>\n<li><p>Alpha (<code>A–Z</code>, <code>a–z</code>)</p>\n</li>\n<li><p>Numeric (<code>0–9</code>)</p>\n</li>\n<li><p>Space ( )</p>\n</li>\n<li><p>Special characters: <code>@ # $ % + = : ; , . -</code></p>\n</li>\n</ul>\n</li>\n<li><p><strong>Formatting rules:</strong></p>\n<ul>\n<li>Spaces must not appear before or after other spaces or at the start/end of the value</li>\n</ul>\n</li>\n</ul>\n<hr />\n<h4 id=\"🔸claimmedicaleventservicetimeduration-optional\">🔸claim.medicalEvent.service.timeDuration (Optional)</h4>\n<p>The duration of a service in minutes.</p>\n<ul>\n<li><p><strong>Length:</strong> <code>3</code> characters</p>\n</li>\n<li><p><strong>Valid values:</strong> Numeric, <code>001–999</code> (represents time in minutes)</p>\n</li>\n<li><p><strong>Service Type restriction:</strong> Only set when Service Type Code is <code>S</code> (Specialist) or <code>O</code> (General)</p>\n</li>\n</ul>\n<h2 id=\"resubmitting-rejected-claims-in-rebateright\">Resubmitting Rejected Claims in RebateRight</h2>\n<h3 id=\"overview\">Overview</h3>\n<p>When a Bulk Bill claim is rejected by Medicare, it's important to understand why the rejection occurred and how to correct and resubmit the claim properly. This guide will help you navigate the resubmission process in RebateRight.</p>\n<h3 id=\"understanding-claim-rejections\">Understanding Claim Rejections</h3>\n<h4 id=\"when-claims-are-rejected\">When Claims Are Rejected</h4>\n<p>Claims can be rejected at two stages:</p>\n<ol>\n<li><p><strong>YAML Interface Validation</strong> - Technical format errors detected immediately</p>\n</li>\n<li><p><strong>Business Rules Validation</strong> - Clinical or administrative rule violations identified during processing</p>\n</li>\n</ol>\n<p>If a claim is rejected, <strong>no Claim ID will be generated</strong> and the claim will not be submitted to Medicare for assessment.</p>\n<h4 id=\"common-rejection-reasons\">Common Rejection Reasons</h4>\n<p>Based on Medicare's validation rules, claims are commonly rejected for:</p>\n<ul>\n<li><p><strong>Patient Details Errors</strong></p>\n<ul>\n<li><p>Invalid Medicare card number or IRN</p>\n</li>\n<li><p>Patient date of birth in the future or more than 130 years ago</p>\n</li>\n<li><p>Missing or incorrectly formatted patient names</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Service Information Errors</strong></p>\n<ul>\n<li><p>Invalid MBS item numbers</p>\n</li>\n<li><p>Charge amounts below minimum ($1.00) or incorrectly formatted</p>\n</li>\n<li><p>Missing required fields for specific service types</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Referral/Request Issues</strong></p>\n<ul>\n<li><p>Referral issue date after service date</p>\n</li>\n<li><p>Missing referral details for specialist services</p>\n</li>\n<li><p>Incorrect referral period codes</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Provider Information Errors</strong></p>\n<ul>\n<li><p>Invalid provider number format</p>\n</li>\n<li><p>Servicing provider same as payee provider</p>\n</li>\n<li><p>Referring provider same as servicing provider</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Date and Time Errors</strong></p>\n<ul>\n<li><p>Service date more than 2 years in the past</p>\n</li>\n<li><p>Authorisation date before service date</p>\n</li>\n<li><p>Future dates for services or authorisations</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"reading-error-messages\">Reading Error Messages</h3>\n<p>Medicare error messages follow this format:</p>\n<p><em>[Error Code] [Error Message Text]. Error located in Medical Event {m}, Service {s}.</em></p>\n<p><strong>Example:</strong></p>\n<p><em>9202 Invalid value of [12345] supplied for Patient Medicare Card Number. The value supplied must be numeric and conform to the Medicare Card check digit routine. Error located in Medical Event 01, Service C001.</em></p>\n<h4 id=\"key-elements\">Key Elements:</h4>\n<ul>\n<li><p><strong>Error Code</strong>: Identifies the type of error (e.g., 9202 for format errors, 2030 for missing information)</p>\n</li>\n<li><p><strong>Error Message</strong>: Describes what's wrong and what's required</p>\n</li>\n<li><p><strong>Location</strong>: Shows which Medical Event (voucher) and Service contains the error</p>\n</li>\n</ul>\n<p><strong>Important:</strong> Display all error messages exactly as provided by Medicare - do not truncate, transform, or modify them.</p>\n<h3 id=\"resubmission-process\">Resubmission Process</h3>\n<h4 id=\"step-1-review-the-rejection\">Step 1: Review the Rejection</h4>\n<ol>\n<li><p>Open the rejected claim in RebateRight</p>\n</li>\n<li><p>Locate the error message(s) in the claim details</p>\n</li>\n<li><p>Identify which Medical Event(s) and Service(s) are affected</p>\n</li>\n<li><p>Note the specific validation rule that failed</p>\n</li>\n</ol>\n<h4 id=\"step-2-correct-the-errors\">Step 2: Correct the Errors</h4>\n<p>Based on the error code and message:</p>\n<ol>\n<li><p><strong>For Format Errors (9202)</strong></p>\n<ul>\n<li><p>Verify the data format matches Medicare requirements</p>\n</li>\n<li><p>Check for special characters, spacing, or length issues</p>\n</li>\n<li><p>Ensure dates are valid and in correct format</p>\n</li>\n</ul>\n</li>\n<li><p><strong>For Missing Information (2030)</strong></p>\n<ul>\n<li><p>Add the required fields specified in the error message</p>\n</li>\n<li><p>Ensure all conditional requirements are met</p>\n</li>\n<li><p>Verify related fields are consistent</p>\n</li>\n</ul>\n</li>\n<li><p><strong>For Structural Errors (2025, 2032)</strong></p>\n<ul>\n<li><p>Check Medical Event and Service counts don't exceed limits</p>\n</li>\n<li><p>Ensure IDs are unique and sequential</p>\n</li>\n<li><p>Verify Medical Event structure is valid</p>\n</li>\n</ul>\n</li>\n</ol>\n<h4 id=\"step-3-validate-before-resubmission\">Step 3: Validate Before Resubmission</h4>\n<p>Before resubmitting:</p>\n<ul>\n<li><p>✓ All error messages have been addressed</p>\n</li>\n<li><p>✓ Patient details are correct and verified</p>\n</li>\n<li><p>✓ Provider numbers are valid and correctly formatted</p>\n</li>\n<li><p>✓ Service dates are within acceptable range (not more than 2 years old)</p>\n</li>\n<li><p>✓ Referral details are complete (for specialist/pathology services)</p>\n</li>\n</ul>\n<h4 id=\"step-4-resubmit-the-claim\">Step 4: Resubmit the Claim</h4>\n<ol>\n<li><p>Generate a <strong>new Transaction ID</strong> for the resubmission. When you leave the field empty RebateRight automatically generates a new TransactionId for you.</p>\n</li>\n<li><p>Review the corrected claim details one final time</p>\n</li>\n<li><p>Submit the claim through RebateRight.</p>\n</li>\n</ol>\n<h3 id=\"important-resubmission-rules\">Important Resubmission Rules</h3>\n<h4 id=\"transaction-ids\">Transaction IDs</h4>\n<ul>\n<li><p><strong>Always use a new Transaction ID</strong> for resubmissions</p>\n</li>\n<li><p>Reusing a Transaction ID will result in error 9777: \"Transaction Id submitted for this claim has already been received\"</p>\n</li>\n<li><p>RebateRight automatically generates unique Transaction IDs for each submission</p>\n</li>\n</ul>\n<h4 id=\"submission-limits\">Submission Limits</h4>\n<ul>\n<li><p>Maximum 2500 BBSW claims per day per Payee Provider and Location ID</p>\n</li>\n<li><p>Exceeding this limit results in error 3004</p>\n</li>\n<li><p>Plan your resubmissions to stay within daily limits</p>\n</li>\n</ul>\n<h4 id=\"timing-considerations\">Timing Considerations</h4>\n<ul>\n<li><p><strong>Do not submit more than one claim per second</strong> to ensure proper processing</p>\n</li>\n<li><p>Allow time between resubmission attempts for system processing</p>\n</li>\n<li><p>If multiple claims need correction, prioritize by service date</p>\n</li>\n</ul>\n<h3 id=\"special-cases\">Special Cases</h3>\n<h4 id=\"multiple-errors-in-one-claim\">Multiple Errors in One Claim</h4>\n<p>If a claim has multiple errors:</p>\n<ol>\n<li><p>Review all error messages before making corrections</p>\n</li>\n<li><p>Address errors systematically (patient details first, then services)</p>\n</li>\n<li><p>Fix related errors together (e.g., referral date and referral period)</p>\n</li>\n<li><p>Resubmit once all errors are corrected</p>\n</li>\n</ol>\n<h4 id=\"claim-structure-errors\">Claim Structure Errors</h4>\n<p>If you receive errors 2025 or 2032:</p>\n<ul>\n<li><p><strong>Error 2025</strong>: Too many Medical Events (maximum 80)</p>\n<ul>\n<li><p>Split the claim into multiple submissions</p>\n</li>\n<li><p>Each submission should have 80 or fewer Medical Events</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Error 2032</strong>: Too many Services per Medical Event (maximum 14)</p>\n<ul>\n<li><p>Split the Medical Event into separate Medical Events</p>\n</li>\n<li><p>Each Medical Event should have 14 or fewer Services</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"service-type-mismatches-error-2030\">Service Type Mismatches (Error 2030)</h4>\n<p>If the service type doesn't match the web service called:</p>\n<ul>\n<li><p>Verify you're using the correct web service:</p>\n<ul>\n<li><p><code>mcp.bulk.bill.store.forward.general</code> for General services</p>\n</li>\n<li><p><code>mcp.bulk.bill.store.forward.specialist</code> for Specialist services</p>\n</li>\n<li><p><code>mcp.bulk.bill.store.forward.pathology</code> for Pathology services</p>\n</li>\n</ul>\n</li>\n<li><p>Ensure referral/request details match the service type</p>\n</li>\n<li><p>Cannot mix service types in a single claim</p>\n</li>\n</ul>\n<h3 id=\"best-practices\">Best Practices</h3>\n<h4 id=\"to-minimize-rejections\">To Minimize Rejections:</h4>\n<ol>\n<li><p><strong>Validate Patient Details First</strong></p>\n<ul>\n<li><p>Use Patient Verification and Calculate Rebate before submitting claims</p>\n</li>\n<li><p>Confirm Medicare card details are current and accurate</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Check Provider Numbers</strong></p>\n<ul>\n<li><p>Ensure all provider numbers are valid and correctly formatted</p>\n</li>\n<li><p>Verify provider numbers conform to check digit routine</p>\n</li>\n<li><p>Don't use same provider number for different roles (servicing/payee/referring)</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Verify Service Dates</strong></p>\n<ul>\n<li><p>Services cannot be more than 2 years old</p>\n</li>\n<li><p>Service dates cannot be in the future</p>\n</li>\n<li><p>Ensure date sequence is logical (referral before service, service before authorisation)</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Complete All Required Fields</strong></p>\n<ul>\n<li><p>For specialist services: Include referral details OR override code OR self-deemed code</p>\n</li>\n<li><p>For pathology services: Include request details OR override code (N) OR self-deemed code (SD)</p>\n</li>\n<li><p>For in-hospital services: Include facility ID and hospital indicator</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Review Before Submission</strong></p>\n<ul>\n<li><p>Use RebateRight's validation checks before submitting</p>\n</li>\n<li><p>Confirm all conditional requirements are met</p>\n</li>\n</ul>\n</li>\n</ol>\n","_postman_id":"c6aed0a5-9bec-4dfd-8782-7e4629366d79","auth":{"type":"apikey","apikey":{"value":"{{ApiKey}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"3535d25c-226d-431f-89db-6ff2f34804b1","id":"3535d25c-226d-431f-89db-6ff2f34804b1","name":"RebateRight","type":"collection"}}},{"name":"Eligibility Disclaimer","id":"522898dc-a52a-449e-84bc-f2adca67a086","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"claim\": {\r\n        // \"accident\": {\r\n        //     \"accidentDate\": \"2024-08-18\",\r\n        //     \"accidentInd\": \"342335234455720\"\r\n        // },\r\n        \"accountReferenceId\": \"12345ss\",\r\n        \"serviceTypeCode\": \"O\",\r\n        \"submissionAuthorityInd\": \"Y\",\r\n        \"typeCode\": \"ECM\",\r\n        // \"claimTypeCode\": \"eg\",\r\n        // \"compensationClaimInd\": \"c\",\r\n        // \"emergencyAdmissionInd\": \"i\",\r\n        // \"facilityId\": \"7797981847748608\",\r\n        // \"fundPayeeId\": \"5169752460754944\",\r\n        // \"hospitalInd\": \"l\",\r\n        // \"lengthOfStay\": 3855220,\r\n          \"patient\": {\r\n            \"identity\": {\r\n                \"dateOfBirth\": \"2009-02-08\",\r\n                \"familyName\": \"FLETCHER\",\r\n                \"givenName\": \"Clint\",\r\n                \"sex\":\"1\"\r\n            },\r\n            \"medicare\": {\r\n                \"memberNumber\": \"4951525561\",\r\n                \"memberRefNumber\": \"3\"\r\n            }\r\n        },\r\n        \"medicalEvent\": [\r\n            {\r\n                // \"admissionDate\": \"2018-07-20\",\r\n                // \"dischargeDate\": \"2020-11-29\",\r\n                // \"financialInterestDisclosureInd\": \"k\",\r\n                \"id\": \"01\",\r\n                // \"ifcIssueCode\": \"p\",\r\n                // \"referral\": {\r\n                //     \"issueDate\": \"2008-06-10\",\r\n                //     \"period\": \"a\",\r\n                //     \"periodCode\": \"z\",\r\n                //     \"provider\": {\r\n                //         \"providerNumber\": \"329866954145792\"\r\n                //     },\r\n                //     \"typeCode\": \"o\"\r\n                // },\r\n                // \"referralOverrideCode\": \"3681760944586752\",\r\n                \"serviceProvider\": {\r\n                    \"providerNumber\": \"2447781L\"\r\n                },\r\n                \"service\": [\r\n                    {\r\n                        \"id\": \"0001\",\r\n                        \"chargeAmount\": \"10000\",\r\n                        \"itemNumber\": \"124\",\r\n                        \"dateOfService\":\"2026-04-01\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n      \r\n        ,\"principalProvider\": {\r\n            \"providerNumber\": \"2447781L\"\r\n        }\r\n        // \"senderContact\": {\r\n        //     \"emailAddress\": \"a@b.c\",\r\n        //     \"name\": \"Eva Oliver\",\r\n        //     \"phoneNumber\": \"(988) 778-6816\"\r\n        // },\r\n    },\r\n  \"eligibilityResponse\": {\r\n    \"status\": \"COMPLETE\",\r\n    \"claimSummary\": {\r\n        \"accountReferenceId\": \"12345ss\"\r\n    },\r\n    \"medicareStatus\": {\r\n        \"status\": {\r\n            \"code\": 0,\r\n            \"text\": \"Patient is eligible to claim for Medicare with details provided.\"\r\n        }\r\n    },\r\n    \"medicareClaimEstimation\": {\r\n        \"medicalEvent\": [\r\n            {\r\n                \"id\": \"01\",\r\n                \"service\": [\r\n                    {\r\n                        \"chargeAmount\": \"10000\",\r\n                        \"dateOfService\": \"2026-04-01\",\r\n                        \"itemNumber\": \"124\",\r\n                        \"benefit\": 10000,\r\n                        \"explanationCode\": \"0\",\r\n                        \"scheduleFee\": 23335,\r\n                        \"id\": \"0001\"\r\n                    }\r\n                ]\r\n            }\r\n        ],\r\n        \"lodgementDate\": \"2026-04-01\"\r\n    },\r\n    \"correlationId\": \"urn:uuid:MDE00000d99f03067e4b4cdf\"\r\n}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/EligibilityDisclaimer","description":"<p>This endpoint provides a report that serves as a record of the eligibility quote provided by the health professional to the patient.</p>\n<h4 id=\"🎨how-it-works\">🎨<strong>How It Works</strong></h4>\n<ul>\n<li><p>Generates a <strong>PDF</strong> file containing the required quote record.</p>\n</li>\n<li><p>The request structure is identical to the <code>/CalculateRebate</code> endpoint.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"value":"{{ApiKey}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"3535d25c-226d-431f-89db-6ff2f34804b1","id":"3535d25c-226d-431f-89db-6ff2f34804b1","name":"RebateRight","type":"collection"}},"urlObject":{"path":["EligibilityDisclaimer"],"host":["{{hostURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"522898dc-a52a-449e-84bc-f2adca67a086"},{"name":"Concession Verification","id":"ee5ea85a-b7f7-4347-a350-8f82500f39bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"dateOfService\": \"2025-09-03\",\r\n    \"patient\": {\r\n        \"identity\": {\r\n            \"dateOfBirth\": \"1960-02-08\",\r\n            \"familyName\": \"ALDRIDGE\",\r\n            \"givenName\": \"Eli\",\r\n            \"sex\": \"1\"\r\n        },\r\n        \"medicare\": {\r\n            \"memberNumber\": \"4951648811\",\r\n            \"memberRefNumber\": \"1\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/Medicare/concessionverification/v1","auth":{"type":"apikey","apikey":{"value":"{{ApiKey}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"3535d25c-226d-431f-89db-6ff2f34804b1","id":"3535d25c-226d-431f-89db-6ff2f34804b1","name":"RebateRight","type":"collection"}},"urlObject":{"path":["Medicare","concessionverification","v1"],"host":["{{hostURL}}"],"query":[],"variable":[]}},"response":[{"id":"7caf48d0-4365-48cd-b867-7fb5195d7057","name":"Not a concession Card","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"dateOfService\": \"2025-09-03\",\r\n    \"patient\": {\r\n        \"identity\": {\r\n            \"dateOfBirth\": \"1960-02-08\",\r\n            \"familyName\": \"ALDRIDGE\",\r\n            \"givenName\": \"Eli\",\r\n            \"sex\": \"1\"\r\n        },\r\n        \"medicare\": {\r\n            \"memberNumber\": \"4951648811\",\r\n            \"memberRefNumber\": \"1\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/Medicare/concessionverification/v1"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 31 Mar 2026 00:28:20 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"medicareStatus\": {\n        \"status\": {\n            \"code\": 0,\n            \"text\": \"Patient is eligible to claim for Medicare with details provided.\"\n        }\n    },\n    \"concessionStatus\": {\n        \"status\": {\n            \"code\": 9685,\n            \"text\": \"A concessional entitlement has not been found for this patient.\"\n        }\n    },\n    \"correlationId\": \"urn:uuid:MDE0000069026808972d407c\"\n}"},{"id":"f6abb56a-5576-4590-9585-11ce8d57f2c2","name":"1. Match","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"dateOfService\": \"2025-09-03\",\r\n    \"patient\": {\r\n        \"identity\": {\r\n            \"dateOfBirth\": \"1958-02-10\",\r\n            \"familyName\": \"LEONARD\",\r\n            \"givenName\": \"Bobby\",\r\n            \"sex\": \"1\"\r\n        },\r\n        \"medicare\": {\r\n            \"memberNumber\": \"2293653285\",\r\n            \"memberRefNumber\": \"1\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/Medicare/concessionverification/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Wed, 01 Apr 2026 23:19:12 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"medicareStatus\": {\n        \"status\": {\n            \"code\": 0,\n            \"text\": \"Patient is eligible to claim for Medicare with details provided.\"\n        }\n    },\n    \"concessionStatus\": {\n        \"status\": {\n            \"code\": 0,\n            \"text\": \"Patient Eligible for Concession.\"\n        }\n    },\n    \"correlationId\": \"urn:uuid:MDE0000017f0781dd0144064\"\n}"}],"_postman_id":"ee5ea85a-b7f7-4347-a350-8f82500f39bb"},{"name":"Veteran Verification","id":"c2e29d67-1337-42d4-9bd3-71b8a21a8e5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"dateOfService\": \"2025-09-03\",\r\n    \"patient\": {\r\n        \"identity\": {\r\n            \"dateOfBirth\": \"1960-02-08\",\r\n            \"familyName\": \"ALDRIDGE\",\r\n            \"givenName\": \"Eli\",\r\n            \"sex\": \"1\"\r\n        },\r\n        \"medicare\": {\r\n            \"memberNumber\": \"4951648811\",\r\n            \"memberRefNumber\": \"1\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/Medicare/veteranverification/v1","auth":{"type":"apikey","apikey":{"value":"{{ApiKey}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"3535d25c-226d-431f-89db-6ff2f34804b1","id":"3535d25c-226d-431f-89db-6ff2f34804b1","name":"RebateRight","type":"collection"}},"urlObject":{"path":["Medicare","veteranverification","v1"],"host":["{{hostURL}}"],"query":[],"variable":[]}},"response":[{"id":"8077f0c8-14b3-4683-9e8d-3237eed01997","name":"Not Match","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"patient\": {\r\n    \"identity\": {\r\n      \"dateOfBirth\": \"1985-03-15\",\r\n      \"familyName\": \"Smith\",\r\n      \"givenName\": \"John\",\r\n      \"sex\": \"2\"\r\n    }\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/Medicare/veteranverification/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Tue, 31 Mar 2026 00:02:49 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"veteranStatus\": {\n        \"status\": {\n            \"code\": 9650,\n            \"text\": \"The Veteran File Number and/or patient details submitted did not match Veteran checks. Please verify the details and resubmit with additional information if available.\"\n        }\n    },\n    \"correlationId\": \"urn:uuid:MDE00000b8c7517b9d8b4f20\"\n}"},{"id":"49be6fd2-a0f3-4da7-b8bb-98f6e6f1b553","name":"Match - PTEC","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"patient\": {\r\n    \"identity\": {\r\n      \"dateOfBirth\": \"1958-09-27\",\r\n      \"familyName\": \"IAN\",\r\n      \"givenName\": \"JANET\",\r\n      \"sex\": \"2\"\r\n    },\r\n    \"residentialAddress\": {\r\n      \"locality\": \"YARRALUMLA\",\r\n      \"postcode\": \"2600\"\r\n    },\r\n    \"veteranMembership\": {\r\n      \"veteranNumber\": \"NX901667\"\r\n    }\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/Medicare/veteranverification/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Tue, 31 Mar 2026 00:07:54 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"veteranStatus\": {\n        \"currentMembership\": {\n            \"entitlementCode\": \"PTEC\"\n        },\n        \"status\": {\n            \"code\": 0,\n            \"text\": \"Patient is known to DVA with details provided.\"\n        }\n    },\n    \"correlationId\": \"urn:uuid:MDE00000b2fb18b70a7d41b5\"\n}"},{"id":"8f6f9386-5789-44d5-9dd4-359ef5aa1375","name":"Match - DVA number returned","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"patient\": {\r\n    \"identity\": {\r\n      \"dateOfBirth\": \"1958-09-27\",\r\n      \"familyName\": \"IAN\",\r\n      \"givenName\": \"JANET\",\r\n      \"sex\": \"2\"\r\n    }\r\n    // ,\r\n    // \"residentialAddress\": {\r\n    //   \"locality\": \"YARRALUMLA\",\r\n    //   \"postcode\": \"2600\"\r\n    // }//,\r\n    // \"veteranMembership\": {\r\n    //   \"veteranNumber\": \"NX901667\"\r\n    // }\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/Medicare/veteranverification/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 31 Mar 2026 00:11:48 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"veteranStatus\": {\n        \"currentMembership\": {\n            \"veteranNumber\": \"NX901667\",\n            \"entitlementCode\": \"PTEC\"\n        },\n        \"status\": {\n            \"code\": 0,\n            \"text\": \"Patient is known to DVA with details provided.\"\n        }\n    },\n    \"correlationId\": \"urn:uuid:MDE00000ee37bf1133324182\"\n}"}],"_postman_id":"c2e29d67-1337-42d4-9bd3-71b8a21a8e5f"},{"name":"Eligibility Check","id":"931f8a03-ae03-43d1-ae8c-323dad4b8dec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"claim\": {\r\n        // \"accident\": {\r\n        //     \"accidentDate\": \"2024-08-18\",\r\n        //     \"accidentInd\": \"342335234455720\"\r\n        // },\r\n        \"accountReferenceId\": \"12345ss\",\r\n        \"serviceTypeCode\": \"O\",\r\n        \"submissionAuthorityInd\": \"Y\",\r\n        \"typeCode\": \"ECM\",\r\n        // \"claimTypeCode\": \"eg\",\r\n        // \"compensationClaimInd\": \"c\",\r\n        // \"emergencyAdmissionInd\": \"i\",\r\n        // \"facilityId\": \"7797981847748608\",\r\n        // \"fundPayeeId\": \"5169752460754944\",\r\n        // \"hospitalInd\": \"l\",\r\n        // \"lengthOfStay\": 3855220,\r\n          \"patient\": {\r\n            \"identity\": {\r\n                \"dateOfBirth\": \"2009-02-08\",\r\n                \"familyName\": \"FLETCHER\",\r\n                \"givenName\": \"Clint\",\r\n                \"sex\":\"1\"\r\n            },\r\n            \"medicare\": {\r\n                \"memberNumber\": \"4951525561\",\r\n                \"memberRefNumber\": \"3\"\r\n            }\r\n        },\r\n        \"medicalEvent\": [\r\n            {\r\n                // \"admissionDate\": \"2018-07-20\",\r\n                // \"dischargeDate\": \"2020-11-29\",\r\n                // \"financialInterestDisclosureInd\": \"k\",\r\n                \"id\": \"01\",\r\n                // \"ifcIssueCode\": \"p\",\r\n                // \"referral\": {\r\n                //     \"issueDate\": \"2008-06-10\",\r\n                //     \"period\": \"a\",\r\n                //     \"periodCode\": \"z\",\r\n                //     \"provider\": {\r\n                //         \"providerNumber\": \"329866954145792\"\r\n                //     },\r\n                //     \"typeCode\": \"o\"\r\n                // },\r\n                // \"referralOverrideCode\": \"3681760944586752\",\r\n                \"serviceProvider\": {\r\n                    \"providerNumber\": \"2447781L\"\r\n                },\r\n                \"service\": [\r\n                    {\r\n                        \"id\": \"0001\",\r\n                        \"chargeAmount\": \"10000\",\r\n                        \"itemNumber\": \"124\",\r\n                        \"dateOfService\":\"2026-04-01\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n      \r\n        ,\"principalProvider\": {\r\n            \"providerNumber\": \"2447781L\"\r\n        }\r\n        // \"senderContact\": {\r\n        //     \"emailAddress\": \"a@b.c\",\r\n        //     \"name\": \"Eva Oliver\",\r\n        //     \"phoneNumber\": \"(988) 778-6816\"\r\n        // },\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/Medicare/onlineeligibilitycheck/medicare/v2","auth":{"type":"apikey","apikey":{"value":"{{ApiKey}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"3535d25c-226d-431f-89db-6ff2f34804b1","id":"3535d25c-226d-431f-89db-6ff2f34804b1","name":"RebateRight","type":"collection"}},"urlObject":{"path":["Medicare","onlineeligibilitycheck","medicare","v2"],"host":["{{hostURL}}"],"query":[],"variable":[]}},"response":[{"id":"5c0e2fab-ca48-4b77-b5f9-102fcf58a267","name":"14111","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"claim\": {\r\n        // \"accident\": {\r\n        //     \"accidentDate\": \"2024-08-18\",\r\n        //     \"accidentInd\": \"342335234455720\"\r\n        // },\r\n        \"accountReferenceId\": \"12345ss\",\r\n        \"serviceTypeCode\": \"O\",\r\n        \"submissionAuthorityInd\": \"Y\",\r\n        \"typeCode\": \"ECM\",\r\n        // \"claimTypeCode\": \"eg\",\r\n        // \"compensationClaimInd\": \"c\",\r\n        // \"emergencyAdmissionInd\": \"i\",\r\n        // \"facilityId\": \"7797981847748608\",\r\n        // \"fundPayeeId\": \"5169752460754944\",\r\n        // \"hospitalInd\": \"l\",\r\n        // \"lengthOfStay\": 3855220,\r\n          \"patient\": {\r\n            \"identity\": {\r\n                \"dateOfBirth\": \"2009-02-08\",\r\n                \"familyName\": \"FLETCHER\",\r\n                \"givenName\": \"Clint\",\r\n                \"sex\":\"1\"\r\n            },\r\n            \"medicare\": {\r\n                \"memberNumber\": \"4951525561\",\r\n                \"memberRefNumber\": \"3\"\r\n            }\r\n        },\r\n        \"medicalEvent\": [\r\n            {\r\n                // \"admissionDate\": \"2018-07-20\",\r\n                // \"dischargeDate\": \"2020-11-29\",\r\n                // \"financialInterestDisclosureInd\": \"k\",\r\n                \"id\": \"01\",\r\n                // \"ifcIssueCode\": \"p\",\r\n                // \"referral\": {\r\n                //     \"issueDate\": \"2008-06-10\",\r\n                //     \"period\": \"a\",\r\n                //     \"periodCode\": \"z\",\r\n                //     \"provider\": {\r\n                //         \"providerNumber\": \"329866954145792\"\r\n                //     },\r\n                //     \"typeCode\": \"o\"\r\n                // },\r\n                // \"referralOverrideCode\": \"3681760944586752\",\r\n                \"serviceProvider\": {\r\n                    \"providerNumber\": \"2447781L\"\r\n                },\r\n                \"service\": [\r\n                    {\r\n                        \"id\": \"0001\",\r\n                        \"chargeAmount\": \"10000\",\r\n                        \"itemNumber\": \"3\",\r\n                        \"dateOfService\":\"2025-09-01\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n      \r\n        ,\"principalProvider\": {\r\n            \"providerNumber\": \"2447781L\"\r\n        }\r\n        // \"senderContact\": {\r\n        //     \"emailAddress\": \"a@b.c\",\r\n        //     \"name\": \"Eva Oliver\",\r\n        //     \"phoneNumber\": \"(988) 778-6816\"\r\n        // },\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/Medicare/onlineeligibilitycheck/medicare/v1"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Sat, 06 Sep 2025 02:48:44 GMT"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:a82b3763-6878-4bdd-9ecb-93ac5af8604e"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"MEDICARE_REJECTED\",\n    \"claimSummary\": {\n        \"accountReferenceId\": \"12345ss\"\n    },\n    \"medicareStatus\": {\n        \"status\": {\n            \"code\": 0,\n            \"text\": \"Patient is eligible to claim for Medicare with details provided.\"\n        }\n    },\n    \"medicareClaimEstimation\": {\n        \"medicalEvent\": [\n            {\n                \"id\": \"01\",\n                \"service\": [\n                    {\n                        \"chargeAmount\": \"10000\",\n                        \"dateOfService\": \"2025-09-01\",\n                        \"itemNumber\": \"3\",\n                        \"benefit\": 0,\n                        \"explanationCode\": \"717\",\n                        \"scheduleFee\": 0,\n                        \"id\": \"0001\"\n                    }\n                ]\n            }\n        ],\n        \"lodgementDate\": \"2025-09-06\"\n    },\n    \"correlationId\": \"urn:uuid:MDE0000032f972e7bfdd45b1\"\n}"},{"id":"e33c2491-c4fa-4019-b026-72d220857530","name":"v1","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"claim\": {\r\n        // \"accident\": {\r\n        //     \"accidentDate\": \"2024-08-18\",\r\n        //     \"accidentInd\": \"342335234455720\"\r\n        // },\r\n        \"accountReferenceId\": \"12345ss\",\r\n        \"serviceTypeCode\": \"O\",\r\n        \"submissionAuthorityInd\": \"Y\",\r\n        \"typeCode\": \"ECM\",\r\n        // \"claimTypeCode\": \"eg\",\r\n        // \"compensationClaimInd\": \"c\",\r\n        // \"emergencyAdmissionInd\": \"i\",\r\n        // \"facilityId\": \"7797981847748608\",\r\n        // \"fundPayeeId\": \"5169752460754944\",\r\n        // \"hospitalInd\": \"l\",\r\n        // \"lengthOfStay\": 3855220,\r\n          \"patient\": {\r\n            \"identity\": {\r\n                \"dateOfBirth\": \"2009-02-08\",\r\n                \"familyName\": \"FLETCHER\",\r\n                \"givenName\": \"Clint\",\r\n                \"sex\":\"1\"\r\n            },\r\n            \"medicare\": {\r\n                \"memberNumber\": \"4951525561\",\r\n                \"memberRefNumber\": \"3\"\r\n            }\r\n        },\r\n        \"medicalEvent\": [\r\n            {\r\n                // \"admissionDate\": \"2018-07-20\",\r\n                // \"dischargeDate\": \"2020-11-29\",\r\n                // \"financialInterestDisclosureInd\": \"k\",\r\n                \"id\": \"01\",\r\n                // \"ifcIssueCode\": \"p\",\r\n                // \"referral\": {\r\n                //     \"issueDate\": \"2008-06-10\",\r\n                //     \"period\": \"a\",\r\n                //     \"periodCode\": \"z\",\r\n                //     \"provider\": {\r\n                //         \"providerNumber\": \"329866954145792\"\r\n                //     },\r\n                //     \"typeCode\": \"o\"\r\n                // },\r\n                // \"referralOverrideCode\": \"3681760944586752\",\r\n                \"serviceProvider\": {\r\n                    \"providerNumber\": \"2447781L\"\r\n                },\r\n                \"service\": [\r\n                    {\r\n                        \"id\": \"0001\",\r\n                        \"chargeAmount\": \"10000\",\r\n                        \"itemNumber\": \"3\",\r\n                        \"dateOfService\":\"2026-09-01\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n      \r\n        ,\"principalProvider\": {\r\n            \"providerNumber\": \"2447781L\"\r\n        }\r\n        // \"senderContact\": {\r\n        //     \"emailAddress\": \"a@b.c\",\r\n        //     \"name\": \"Eva Oliver\",\r\n        //     \"phoneNumber\": \"(988) 778-6816\"\r\n        // },\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/Medicare/onlineeligibilitycheck/medicare/v1"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 30 Mar 2026 06:02:46 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"MEDICARE_REJECTED\",\n    \"claimSummary\": {\n        \"accountReferenceId\": \"12345ss\"\n    },\n    \"medicareStatus\": {\n        \"status\": {\n            \"code\": 0,\n            \"text\": \"Patient is eligible to claim for Medicare with details provided.\"\n        }\n    },\n    \"medicareClaimEstimation\": {\n        \"medicalEvent\": [\n            {\n                \"id\": \"01\",\n                \"service\": [\n                    {\n                        \"chargeAmount\": \"10000\",\n                        \"dateOfService\": \"2026-09-01\",\n                        \"itemNumber\": \"3\",\n                        \"benefit\": 0,\n                        \"explanationCode\": \"717\",\n                        \"scheduleFee\": 0,\n                        \"id\": \"0001\"\n                    }\n                ]\n            }\n        ],\n        \"lodgementDate\": \"2026-03-30\"\n    },\n    \"correlationId\": \"urn:uuid:MDE000005b95ee2bdaee4c85\"\n}"},{"id":"51f5e738-2ee6-4f9e-be0e-7c621bf1d11e","name":"v2","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"claim\": {\r\n        // \"accident\": {\r\n        //     \"accidentDate\": \"2024-08-18\",\r\n        //     \"accidentInd\": \"342335234455720\"\r\n        // },\r\n        \"accountReferenceId\": \"12345ss\",\r\n        \"serviceTypeCode\": \"O\",\r\n        \"submissionAuthorityInd\": \"Y\",\r\n        \"typeCode\": \"ECM\",\r\n        // \"claimTypeCode\": \"eg\",\r\n        // \"compensationClaimInd\": \"c\",\r\n        // \"emergencyAdmissionInd\": \"i\",\r\n        // \"facilityId\": \"7797981847748608\",\r\n        // \"fundPayeeId\": \"5169752460754944\",\r\n        // \"hospitalInd\": \"l\",\r\n        // \"lengthOfStay\": 3855220,\r\n          \"patient\": {\r\n            \"identity\": {\r\n                \"dateOfBirth\": \"2009-02-08\",\r\n                \"familyName\": \"FLETCHER\",\r\n                \"givenName\": \"Clint\",\r\n                \"sex\":\"1\"\r\n            },\r\n            \"medicare\": {\r\n                \"memberNumber\": \"4951525561\",\r\n                \"memberRefNumber\": \"3\"\r\n            }\r\n        },\r\n        \"medicalEvent\": [\r\n            {\r\n                // \"admissionDate\": \"2018-07-20\",\r\n                // \"dischargeDate\": \"2020-11-29\",\r\n                // \"financialInterestDisclosureInd\": \"k\",\r\n                \"id\": \"01\",\r\n                // \"ifcIssueCode\": \"p\",\r\n                // \"referral\": {\r\n                //     \"issueDate\": \"2008-06-10\",\r\n                //     \"period\": \"a\",\r\n                //     \"periodCode\": \"z\",\r\n                //     \"provider\": {\r\n                //         \"providerNumber\": \"329866954145792\"\r\n                //     },\r\n                //     \"typeCode\": \"o\"\r\n                // },\r\n                // \"referralOverrideCode\": \"3681760944586752\",\r\n                \"serviceProvider\": {\r\n                    \"providerNumber\": \"2447781L\"\r\n                },\r\n                \"service\": [\r\n                    {\r\n                        \"id\": \"0001\",\r\n                        \"chargeAmount\": \"10000\",\r\n                        \"itemNumber\": \"3\",\r\n                        \"dateOfService\":\"2026-09-01\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n      \r\n        ,\"principalProvider\": {\r\n            \"providerNumber\": \"2447781L\"\r\n        }\r\n        // \"senderContact\": {\r\n        //     \"emailAddress\": \"a@b.c\",\r\n        //     \"name\": \"Eva Oliver\",\r\n        //     \"phoneNumber\": \"(988) 778-6816\"\r\n        // },\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/Medicare/onlineeligibilitycheck/medicare/v2"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 30 Mar 2026 06:03:22 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"MEDICARE_REJECTED\",\n    \"claimSummary\": {\n        \"accountReferenceId\": \"12345ss\"\n    },\n    \"medicareStatus\": {\n        \"status\": {\n            \"code\": 0,\n            \"text\": \"Patient is eligible to claim for Medicare with details provided.\"\n        }\n    },\n    \"medicareClaimEstimation\": {\n        \"medicalEvent\": [\n            {\n                \"id\": \"01\",\n                \"service\": [\n                    {\n                        \"chargeAmount\": \"10000\",\n                        \"dateOfService\": \"2026-09-01\",\n                        \"itemNumber\": \"3\",\n                        \"benefit\": 0,\n                        \"explanationCode\": \"717\",\n                        \"scheduleFee\": 0,\n                        \"id\": \"0001\"\n                    }\n                ]\n            }\n        ],\n        \"lodgementDate\": \"2026-03-30\"\n    },\n    \"correlationId\": \"urn:uuid:MDE000002be72d351fb24bfa\"\n}"},{"id":"8b9e74b4-f52f-41b6-bca0-9a94c2dfe68c","name":"Pre Eligible","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"claim\": {\r\n        // \"accident\": {\r\n        //     \"accidentDate\": \"2024-08-18\",\r\n        //     \"accidentInd\": \"342335234455720\"\r\n        // },\r\n        \"accountReferenceId\": \"12345ss\",\r\n        \"serviceTypeCode\": \"O\",\r\n        \"submissionAuthorityInd\": \"Y\",\r\n        \"typeCode\": \"ECM\",\r\n        // \"claimTypeCode\": \"eg\",\r\n        // \"compensationClaimInd\": \"c\",\r\n        // \"emergencyAdmissionInd\": \"i\",\r\n        // \"facilityId\": \"7797981847748608\",\r\n        // \"fundPayeeId\": \"5169752460754944\",\r\n        // \"hospitalInd\": \"l\",\r\n        // \"lengthOfStay\": 3855220,\r\n          \"patient\": {\r\n            \"identity\": {\r\n                \"dateOfBirth\": \"2009-02-08\",\r\n                \"familyName\": \"FLETCHER\",\r\n                \"givenName\": \"Clint\",\r\n                \"sex\":\"1\"\r\n            },\r\n            \"medicare\": {\r\n                \"memberNumber\": \"4951525561\",\r\n                \"memberRefNumber\": \"3\"\r\n            }\r\n        },\r\n        \"medicalEvent\": [\r\n            {\r\n                // \"admissionDate\": \"2018-07-20\",\r\n                // \"dischargeDate\": \"2020-11-29\",\r\n                // \"financialInterestDisclosureInd\": \"k\",\r\n                \"id\": \"01\",\r\n                // \"ifcIssueCode\": \"p\",\r\n                // \"referral\": {\r\n                //     \"issueDate\": \"2008-06-10\",\r\n                //     \"period\": \"a\",\r\n                //     \"periodCode\": \"z\",\r\n                //     \"provider\": {\r\n                //         \"providerNumber\": \"329866954145792\"\r\n                //     },\r\n                //     \"typeCode\": \"o\"\r\n                // },\r\n                // \"referralOverrideCode\": \"3681760944586752\",\r\n                \"serviceProvider\": {\r\n                    \"providerNumber\": \"2447781L\"\r\n                },\r\n                \"service\": [\r\n                    {\r\n                        \"id\": \"0001\",\r\n                        \"chargeAmount\": \"10000\",\r\n                        \"itemNumber\": \"124\",\r\n                        \"dateOfService\":\"2026-04-01\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n      \r\n        ,\"principalProvider\": {\r\n            \"providerNumber\": \"2447781L\"\r\n        }\r\n        // \"senderContact\": {\r\n        //     \"emailAddress\": \"a@b.c\",\r\n        //     \"name\": \"Eva Oliver\",\r\n        //     \"phoneNumber\": \"(988) 778-6816\"\r\n        // },\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/Medicare/onlineeligibilitycheck/medicare/v2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Wed, 01 Apr 2026 05:01:13 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"COMPLETE\",\n    \"claimSummary\": {\n        \"accountReferenceId\": \"12345ss\"\n    },\n    \"medicareStatus\": {\n        \"status\": {\n            \"code\": 0,\n            \"text\": \"Patient is eligible to claim for Medicare with details provided.\"\n        }\n    },\n    \"medicareClaimEstimation\": {\n        \"medicalEvent\": [\n            {\n                \"id\": \"01\",\n                \"service\": [\n                    {\n                        \"chargeAmount\": \"10000\",\n                        \"dateOfService\": \"2026-04-01\",\n                        \"itemNumber\": \"124\",\n                        \"benefit\": 10000,\n                        \"explanationCode\": \"0\",\n                        \"scheduleFee\": 23335,\n                        \"id\": \"0001\"\n                    }\n                ]\n            }\n        ],\n        \"lodgementDate\": \"2026-04-01\"\n    },\n    \"correlationId\": \"urn:uuid:MDE00000d99f03067e4b4cdf\"\n}"}],"_postman_id":"931f8a03-ae03-43d1-ae8c-323dad4b8dec"},{"name":"Patient Verification","id":"f0d4146c-d464-45c3-89e7-d594c258b37f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"typeCode\": \"PVM\",\r\n    \"dateOfService\": \"2025-09-03\",\r\n    \"patient\": {\r\n        \"identity\": {\r\n            \"dateOfBirth\": \"1960-02-08\",\r\n            \"familyName\": \"ALDRIDGE\",\r\n            \"givenName\": \"Eli\",\r\n            \"sex\": \"1\"\r\n        },\r\n        \"medicare\": {\r\n            \"memberNumber\": \"4951648811\",\r\n            \"memberRefNumber\": \"1\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/Medicare/patientverification/medicare/v1","auth":{"type":"apikey","apikey":{"value":"{{ApiKey}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"3535d25c-226d-431f-89db-6ff2f34804b1","id":"3535d25c-226d-431f-89db-6ff2f34804b1","name":"RebateRight","type":"collection"}},"urlObject":{"path":["Medicare","patientverification","medicare","v1"],"host":["{{hostURL}}"],"query":[],"variable":[]}},"response":[{"id":"a940bc78-f76a-4669-9c3f-c60dd774136c","name":"Details did not match","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"typeCode\": \"PVM\",\r\n    \"patient\": {\r\n        \"identity\": {\r\n            \"dateOfBirth\": \"2000-02-02\",\r\n            \"familyName\": \"F\",\r\n            \"givenName\": \"M\",\r\n            \"sex\": \"1\"\r\n        },\r\n        \"medicare\": {\r\n            \"memberNumber\": \"4951648811\",\r\n            \"memberRefNumber\": \"1\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/Medicare/patientverification/medicare/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 09 Jun 2025 12:01:45 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"medicareStatus\": {\n        \"status\": {\n            \"code\": 9650,\n            \"text\": \"The card number and/or patient details submitted did not match Medicare checks. Please verify the details and resubmit with additional information if available.\"\n        }\n    }\n}"},{"id":"3cf8ac36-0167-4aea-b521-99d0f45eb706","name":"Wrong GivenName","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"typeCode\": \"PVM\",\r\n    \"patient\": {\r\n        \"identity\": {\r\n            \"dateOfBirth\": \"1960-02-08\",\r\n            \"familyName\": \"ALDRIDGE\",\r\n            \"givenName\": \"Eli2\",\r\n            \"sex\": \"1\"\r\n        },\r\n        \"medicare\": {\r\n            \"memberNumber\": \"4951648811\",\r\n            \"memberRefNumber\": \"1\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/Medicare/patientverification/medicare/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 09 Jun 2025 12:04:46 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"medicareStatus\": {\n        \"status\": {\n            \"code\": 8017,\n            \"text\": \"Patient Verification has been accepted however patient details were not an exact match. Please check patient Given Name before claiming.\"\n        },\n        \"currentMember\": {\n            \"givenName\": \"ELI\"\n        }\n    }\n}"},{"id":"54cc7338-39a9-4b18-961b-7cad6a81371a","name":"Match","originalRequest":{"method":"POST","header":[{"key":"x-minor-id","value":"{{MinorId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"typeCode\": \"PVM\",\r\n    \"dateOfService\": \"2025-09-03\",\r\n    \"patient\": {\r\n        \"identity\": {\r\n            \"dateOfBirth\": \"1960-02-08\",\r\n            \"familyName\": \"ALDRIDGE\",\r\n            \"givenName\": \"Eli\",\r\n            \"sex\": \"1\"\r\n        },\r\n        \"medicare\": {\r\n            \"memberNumber\": \"4951648811\",\r\n            \"memberRefNumber\": \"1\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostURL}}/Medicare/patientverification/medicare/v1"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 30 Mar 2026 23:58:42 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"medicareStatus\": {\n        \"status\": {\n            \"code\": 0,\n            \"text\": \"Patient is eligible to claim for Medicare with details provided.\"\n        }\n    },\n    \"correlationId\": \"urn:uuid:MDE00000058530a24e214991\"\n}"}],"_postman_id":"f0d4146c-d464-45c3-89e7-d594c258b37f"}],"id":"70ead61d-8dd1-40b6-a366-6846805549ea","_postman_id":"70ead61d-8dd1-40b6-a366-6846805549ea","description":"","auth":{"type":"apikey","apikey":{"value":"{{ApiKey}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"3535d25c-226d-431f-89db-6ff2f34804b1","id":"3535d25c-226d-431f-89db-6ff2f34804b1","name":"RebateRight","type":"collection"}}}],"id":"83789c2e-8fd0-41dc-8e57-42d9ec81eb20","description":"<p>The following sections provide detailed information on specific topics. Each folder focuses on a particular aspect and contains guidance relevant to that area.</p>\n","_postman_id":"83789c2e-8fd0-41dc-8e57-42d9ec81eb20","auth":{"type":"apikey","apikey":{"value":"{{ApiKey}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"3535d25c-226d-431f-89db-6ff2f34804b1","id":"3535d25c-226d-431f-89db-6ff2f34804b1","name":"RebateRight","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"value":"{{ApiKey}}","key":"<key>"}},"event":[{"listen":"prerequest","script":{"id":"7b9b981c-2f58-4558-addc-415f8c18440d","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"331f090f-9c38-4691-ae6e-4d757dfa91ad","type":"text/javascript","packages":{},"exec":[""]}}]}