= {
+ display: 'flex',
+ justifyContent: 'space-between',
+ gap: '32px',
+ flexDirection: 'row',
+ width: '100%',
+ mb: 4,
+ [theme.breakpoints.only('lg')]: {
+ width: '100%',
+ justifyContent: 'space-between',
+ gap: '32px',
+ flexWrap: 'nowrap',
+ flexDirection: 'row',
+ },
+ [theme.breakpoints.between('lg', 'md')]: {
+ width: '100%',
+ justifyContent: 'space-between',
+ gap: '4px',
+ flexWrap: 'wrap',
+ flexDirection: 'row',
+ },
+ [theme.breakpoints.down('md')]: {
+ width: '100%',
+ flexDirection: 'row',
+ flexWrap: 'wrap',
+ gap: '32px',
+ },
+ }
+ function trackMenuItemClick(heading: string) {
+ if (typeof window.gtag === 'function') {
+ window.gtag('event', 'Click archive sub menu', {
+ event_category: 'Navigation',
+ event_label: heading,
+ })
+ }
+ }
return (
-
+
+ {/* Global Header */}
+ Docs
+
+ }
+ heading={'Documentation'}
description={
- "In this dedicated area of our website, you'll find a treasure trove of valuable resources designed to enhance your understanding of ONC SITE (Office of the National Coordinator for Health Information Technology - Strategic Interoperability Testing and Evaluation). Whether you're a healthcare professional, a developer, an industry stakeholder, or simply someone interested in the world of health information technology, this section has something for everyone."
+ <>
+ Explore a collection of documents and GitHub repositories on this page, designed to enhance your
+ understanding of the ONC Standards Implementation & Testing Environment (SITE). Whether you're looking
+ for technical documentation or ready-to-use code, these resources will support your efforts in testing and
+ implementing health IT standards.
+ >
}
/>
-
-
-
-
-
- {
- "Our document library is a comprehensive repository of whitepapers, research reports, guidelines, and informative articles related to ONC SITE. Whether you're looking to stay up-to-date with the latest regulatory changes, delve into technical specifications, or gain insights into the broader landscape of health IT, you'll find a wealth of knowledge at your fingertips."
- }
-
-
-
- Access Testing Procedures and Companion Guides
-
- Local Installation Guide
-
- Installing using the AMI (Amazon Machine Image)
-
-
- Endpoints for ETT.HealthIT.Gov testing
-
-
-
- }
- />
-
-
- For those who prefer visual learning, our video collection offers an engaging way to absorb
- information
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+ Document Library
+
+
+ Our document library offers a growing collection of resources relevant to SITE. It will be updated to
+ build a comprehensive repository of relevant materials.
+
+
+
+
+
+
+
+
+ Github
+
+ The following GitHub repositories are part of SITE releases.
+
-
-
-
-
-
-
- }
- />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+