No processing of your file contents takes place on any server. You need no data-processing agreement with gottrix to handle confidential or business documents.
Servers in GermanyGDPR by design
Origin servers at Hetzner in Germany. Since your files never leave your device, their contents are not transmitted at all.
HL7 CDA R2 (Clinical Document Architecture) is a widespread XML standard for clinical documents - from a discharge letter to a nursing report. The ClinicalDocument (namespace urn:hl7-org:v3) carries a header (title, date, document type, patient data) and a structured body of sections, each with a title and text. As a raw XML file it is hard for a person to read. This tool turns the core fields into a plain, clear HTML page that opens on any device.
Drop your CDA XML; the tool reads the header (title, date, document type, patient with name, gender, birth date and identifier) and the sections of the structured body and renders them as HTML tables and sections. The section text is carried over as readable running text. You can drop several files at once, each becomes its own HTML page. Every value read from the XML is inserted HTML-safe (no injected code).
Everything runs entirely locally in the browser (pure JavaScript, no server, no foreign library from a foreign CDN) - the document with its patient data never leaves your device. Honest framing: this is a readable view of the core fields, not a full CDA stylesheet renderer and not a clinical tool. Nested tables or lists inside the section text are simplified to running text; for the full, official rendering use your system viewer.
Specifications
Specifications
Input formats
XML, CDA
Output format
HTML
Batch processing
Yes
Processing
Locally in your browser (JavaScript)
File upload
None
In 3 steps
Drop your HL7 CDA file(s) (.xml).
The conversion runs automatically, locally in the browser.
View the readable output directly, or download it as HTML - one per document.
Limitations:Makes an HL7 CDA R2 document (ClinicalDocument, namespace urn:hl7-org:v3) readable as HTML: header (title, effectiveTime as the date, document type from the code element, recordTarget/patient with name, gender, birth date and identifier) and the sections of the structuredBody (title + section text carried over as running text). It is a view of the core fields, not a full CDA stylesheet renderer and not a clinical tool: nested tables/lists in the narrative are simplified to text, embedded stylesheets and attachments are not evaluated. Every value is inserted HTML-safe. For the full, official rendering use your system viewer.
FAQ
Is my patient data uploaded?
No. Reading the CDA XML and building the HTML view run entirely locally in the browser (pure JavaScript, no server); the document never leaves your device.
What is shown from the document?
The header (title, date, document type, patient with name, gender, birth date, identifier) and the structured-body sections with title and text.
Is this a full CDA rendering?
No. It is a view of the core fields; nested tables or lists in the section text are simplified to running text. For the official rendering use your system viewer.
Is the view safe from malicious code?
Yes. Every value read from the XML is inserted HTML-safe (escaped), so no injected code is executed.
Can I convert several documents at once?
Yes. Drop several CDA files at once; each becomes its own HTML view.