Changelog
New features and fixes in each release of Healthcare Online Tools.
v1.10.0
New features
- New ICD-10-PCS Code Builder: procedure codes are built, not looked up, and this builds them the way the classification actually works. Pick a section, body system and root operation and the remaining four characters offer only the values that are valid together โ because a PCS code exists only when all seven come from the same row of a table, which is what makes so many plausible-looking codes get a claim rejected. Paste a code you already have and every axis is named; if it does not exist, you get the exact character that breaks it and what the table would have accepted instead. The full alphabetic index is included, so you can start from the procedure name the way the manual does, and both FY2026 and FY2025 are loaded because claims work runs behind the 1 October update. Alongside it, a reference page defining all 31 root operations with the distinctions that cause the most rework. Everything runs in your browser.
- The HL7 to JSON Converter now splits subcomponents, not just fields, repetitions and components. A field like an assigning authority carrying a namespace, an OID and a universal ID type together (`CITY_GENERAL&1.2.840.114350&ISO`) used to come through as one opaque string; each of those subcomponents is now its own array entry, so the OID your EMPI or FHIR Identifier.system mapping actually needs is no longer buried inside a string you'd have to re-parse by hand.
Fixes
- Two fixes in the HL7 tools. The message viewer did not model repeating fields: a patient identifier list like 1^^^MR~2^^^SSN was read as one long field, so from the repetition separator onwards every component carried the wrong label โ the second identifier's assigning authority was shown as part of the first identifier. Repetitions are now split out and shown as separate labelled groups, and MSH-1 and MSH-2, which define the separators themselves, are never split. In the HL7 v2 to FHIR converter, the coding system was emitted as urn:oid: followed by whatever the message said, producing urn:oid:LN for a LOINC code โ not an OID, not a valid URI, and enough to fail FHIR validation. The well-known terminologies now map to their real canonical URIs (LOINC, SNOMED CT, ICD-9/10, CPT, HCPCS, RxNorm, NDC, UCUM, CVX), a genuine numeric OID keeps urn:oid:, and a local or unrecognised system is left without a system URI and reported in the warnings rather than being invented.
- Two fixes in the HL7 v2 to FHIR Mapper. When a patient carried more than one identifier in PID-3 โ an enterprise MRN and a local facility MRN, say โ only the first ever became a Patient.identifier, and if a second one was present its data bled into the first entry's identifier type instead of staying separate. The same happened to alternate or maiden names in PID-5. Every repetition of both fields now becomes its own entry. Separately, a results message covering more than one panel or order โ a chemistry panel and a microbiology culture sent together โ produced a single DiagnosticReport with every result from every panel mixed into it; each OBR group now becomes its own report, holding only the results that belong to it.
v1.8.0
New features
- New ICD-10-CM and DICOM guides: how a code is structured and how to look one up, billable vs non-billable codes, Excludes1 vs Excludes2 notes, ICD-10-CM vs ICD-10-PCS, plus windowing (window width and level) and the standard CT presets for brain, lung, bone and soft tissue.
- Blog tags now follow the language you are reading in, and the tag you filtered by is shown on the page so it is clear what the list is filtered to.
- Article images now carry descriptive alternative text, so screen readers describe what each illustration shows instead of repeating the article title.
Fixes
- Fixed 11 internal links that pointed to the wrong category or to a non-localized address and led to a Not Found page.
- Spanish blog tag pages kept their old addresses working: the previous links now redirect to the translated address instead of breaking.
- Article publication dates are spread across distinct days, so the blog reads as a steady stream of articles instead of large batches all dated the same day.
v1.7.0
New features
- New FHIR Bundle Explorer: open a FHIR Bundle, a single resource or a Bulk Data NDJSON export, browse the resources as a tree with clickable references, flatten any resource type to a table, and download it as CSV โ all in your browser.
- Added a feedback button (report a bug or suggestion) and a contact form. Both are optional โ they only appear when configured.
- New X12 EDI 837/835 Viewer: parse and inspect healthcare claim and remittance (ERA) files locally, with named segments and no PHI upload.
Fixes
- Blog article headers are now a shorter, full-width hero image instead of an oversized banner.
v1.6.0
New features
- Blog, tag and category pages are now paginated (12 per page) for faster browsing.
- Each site now has a public changelog โ click the version in the footer to see what's new.
- Refreshed page headers: the title and description now sit on a larger hero image, and category pages show each tool as an image card you can browse at a glance.
- The privacy notice is now a compact dismissible bar at the bottom of the screen instead of a large block, leaving more room for the tool.
Fixes
- Fixed the blog card image so it fits the card edge-to-edge instead of floating with extra padding.
- Lab Unit Converter no longer shows a negative value for an out-of-range HbA1c; it now warns instead.
- Fixed offline mode: the offline cache failed to install because of missing icon files, so pages weren't reliably available offline.
- Keyword tags now show as individual tags instead of a single comma-separated line.