Test page: Difference between revisions

From Discovery Data Service
Jump to navigation Jump to search
No edit summary
No edit summary
Line 35: Line 35:
This text is not collapsible; but the next is collapsible and hidden by default:
This text is not collapsible; but the next is collapsible and hidden by default:
<div class="mw-collapsible-content">This is additional hidden text</div> </div>  
<div class="mw-collapsible-content">This is additional hidden text</div> </div>  
This section should be highlighted source code (SQL)
<syntaxhighlight lang="SQL">SELECT *
FROM observation
WHERE patient_id = 1234
</syntaxhighlight>
&nbsp;
&nbsp;

Revision as of 18:00, 6 May 2020

xxxzxxz--David Stables 11:18, 5 May 2020 (UTC)Caption
Code Term
H33.. Asthma
G33.. Diabetes

 

 

 

Code Term
H33.. Asthma
G33.. Diabetes

 

This text is not collapsible; but the next is collapsible and hidden by default:

This is additional hidden text

This section should be highlighted source code (SQL)

SELECT *
FROM observation
WHERE patient_id = 1234