diff --git a/html/index.html b/html/index.html index 273a497..a734823 100644 --- a/html/index.html +++ b/html/index.html @@ -72,7 +72,7 @@ @@ -195,7 +195,7 @@ td = document.createElement('td'); td.innerText = item['maximum_prescribable_units']; tr.appendChild(td); td = document.createElement('td'); td.innerText = item['number_repeats']; tr.appendChild(td); - if (item['program'] !== 'GE') { + if (item['program'] !== 'GE' && item['program'] !== 'HB') { td = document.createElement('td'); if (item['program'] === 'R1') { td.innerHTML = 'RPBS'; diff --git a/import_pbs_xml.py b/import_pbs_xml.py index c8cf51c..9f449da 100755 --- a/import_pbs_xml.py +++ b/import_pbs_xml.py @@ -126,6 +126,7 @@ def parse_program(program_code): parse_program('GE') # General Schedule parse_program('R1') # Repatriation PBS +parse_program('HB') # Section 100 (Highly Specialised Drugs) - Public Hospitals # ---------------- # Parse MPPs, etc.