document-svg 2.0.2

Convert PDF, Word, Excel, PowerPoint, diagram and CAD files into one SVG per page, locally — a Rust library and the docsvg command
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<Bundle xmlns="http://hl7.org/fhir">
  <id value="private-bundle"/>
  <type value="collection"/>
  <entry>
    <resource>
      <Patient><id value="patient-secret"/><name><family value="Doe"/></name><text><status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml">private narrative</div></text><extension url="https://example.invalid/private"><valueString value="secret"/></extension></Patient>
    </resource>
  </entry>
  <entry><resource><Observation><id value="obs-1"/><valueString value="private result"/></Observation></resource></entry>
</Bundle>