Skip to content

Commit 0682f06

Browse files
committed
chore: remove 2015 reference (openemr#11083)
<!--Thanks for sending a pull request! Please create an issue at https://github.com/openemr/openemr/issues/new/choose and then --> <!-- add that issue number that is fixed by this PR (In the form Fixes openemr#123) --> Fixes # <!-- PR title must follow Conventional Commits: type(scope): description Examples: feat(api): add patient search, fix(calendar): correct date parsing See CONTRIBUTING.md for details --> #### Short description of what this resolves: #### Changes proposed in this pull request: #### Does your code include anything generated by an AI Engine? Yes / No #### If you answered yes: Verify that each file that has AI generated code has a description that describes what AI engine was used and that the file includes AI generated code. Sections of code that are entirely or mostly generated by AI should be marked with a comment header and footer that includes the AI engine used and stating the code was AI.
1 parent 772513b commit 0682f06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Documentation/EHI_Export/schemaspy/layout

Documentation/EHI_Export/schemaspy/layout/main.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h4>EHI Export Format For {{databaseName}}{{#schemaName}}.{{schemaName}}{{/schem
1616
<h3 class="box-title">Documentation Explanation</h3>
1717
</div>
1818
<div class="box-body">
19-
<p>This is the documentation for the ONC (2015) §170.315(b)(10) Electronic Health Information export feature in OpenEMR</p>
19+
<p>This is the documentation for the ONC §170.315(b)(10) Electronic Health Information export feature in OpenEMR</p>
2020
<p>The Electronic Health Information Export files are all contained inside a zip folder where each zip contains a batch of 1 or more patients. A single patient export will contain only 1 patient in the batch.</p>
2121
<p>Zips are between aproximately 1MB-4GB in size which is configurable at the time of export. Each zip file is structured as follows</p>
2222
<p><b>ehi-export-&lt;UNIQUEID&gt;.zip</b></p>

0 commit comments

Comments
 (0)