Bulk Data Access IG, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 4.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/bulk-data/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
This page describes optional reviewer tooling for annotating generated IG pages. These tools are not part of the published specification.
The LLM DOM Annotator is maintained in this repository at
input/images/llm-dom-annotator.js. The IG Publisher copies this file to the
published output so it can be loaded as a bookmarklet when reviewing a local or
hosted build. This works for both local pages served from http://127.0.0.1:8000/ and hosted
HTTPS IG pages, provided the page does not block injected scripts with a Content
Security Policy.
The script runs only in the current page, stores annotations in memory, and makes no network requests after it has loaded.
javascript:(function(){var w=window,d=document,l=w.location,p=l.pathname;if(!/\/$/.test(p)){p=/\.[^\/.]+$/.test(p)?p.replace(/[^\/]*$/,''):p+'/';}var u=l.protocol+'//'+l.host+p+'llm-dom-annotator.js';if(w.LlmDomAnnotator){w.LlmDomAnnotator.activate();return;}var s=d.createElement('script');s.src=u+'?'+Date.now();s.onload=function(){if(w.LlmDomAnnotator)w.LlmDomAnnotator.activate();};s.onerror=function(){alert('Could not load LLM DOM Annotator: '+u);};d.documentElement.appendChild(s);}())
Ctrl+Shift+B on Windows/Linux or
Cmd+Shift+B on macOS.Annotate.Annotate.Annotate.Annotate bookmarklet.annotations panel to add, edit, summarize, and copy annotations.The keyboard shortcut Ctrl+Shift+A or Cmd+Shift+A also activates the tool
after it has been loaded on the page.