Section | Access level | Description |
Summary | All |
|
Allergies and adverse reactions | All |
|
Medications | All |
|
Immunisations | All |
|
Encounters | Full access only |
|
Clinical items | Full access only |
|
Problems and issues | Full access only |
|
Referrals | Full access only |
|
Observations | Full access only |
|
Administrative items | Full access only |
|
<% if (previousArticle) { %>
<% } %>
<% if (allItems.length > 1) { %>
<% if (previousTitle) { %>
<% } %>
<% if (nextArticle) { %>
<%= previousTitle %>
<% } %> <%= previousArticle.title %>
<% if (nextTitle) { %>
<% } %>
<%= nextTitle %>
<% } %> <%= nextArticle.title %>In this article
-
<% allItems.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>
-
<% items.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>