CCDA record Template - TEMPLATES-SAMPLES
PDF from HTML Template sample in TEMPLATES-SAMPLES demonstrating ‘CCDA record Template’
result_template.html
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Results</title>
</head>
<body>
<h3>Covid Result</h3>
<hr />
<table border="1" cellspacing="0" cellpadding="10">
<thead>
<tr>
<th>Description</th>
<th>Value / Unit</th>
<th>Interpretation</th>
<th>Reference Range</th>
</tr>
</thead>
<tbody>
<tr>
<th colspan="4">{{Title}}</th>
</tr>
<tr ID="LabResult3">
<td>{{Description}}</td>
<td>{{ValuePerUnit}}</td>
<td>{{Interpretation}}</td>
<td>{{ReferenceRange}}</td>
</tr>
</tbody>
</table>
</body>
</html>
PDF.co Web API: the Web API with a set of tools for documents manipulation, data conversion, data extraction, splitting and merging of documents. Includes image recognition, built-in OCR, barcode generation and barcode decoders to decode bar codes from scans, pictures and pdf.
Download Source Code (.zip)
return to the previous page explore PDF from HTML Template endpoint
Copyright © 2016 - 2023 PDF.co