-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (63 loc) · 2.37 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Snowstorm Docs</title>
<style>
</style>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Microsoft/vscode/extensions/markdown-language-features/media/markdown.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Microsoft/vscode/extensions/markdown-language-features/media/highlight.css">
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe WPC', 'Segoe UI', system-ui, 'Ubuntu', 'Droid Sans', sans-serif;
font-size: 14px;
line-height: 1.6;
}
</style>
<style>
.task-list-item { list-style-type: none; } .task-list-item-checkbox { margin-left: -20px; vertical-align: middle; }
</style>
</head>
<body class="vscode-body vscode-light">
<h1 id="snowstorm-docs">Snowstorm Docs</h1>
<h3 id="unofficial-place-for-documentation-for-the-snomed-ct-terminology-server-snowstorm"><strong>Unofficial</strong> place for documentation for the SNOMED CT Terminology Server <a href="https://github.com/IHTSDO/snowstorm">Snowstorm</a>:</h3>
<blockquote>
<p>Snowstorm is a SNOMED CT terminology server built on top of Elasticsearch, with a focus on performance and enterprise scalability.</p>
</blockquote>
<h2 id="table-of-contents">Table of contents</h2>
<ul>
<li><a href="docs/admin.html">Admin</a>
<ul>
<li>Hard delete branch</li>
</ul>
</li>
<li><a href="docs/branches.html">Branch</a>
<ul>
<li>Get all branches</li>
<li>Get branch</li>
<li>Branch merges</li>
<li>Integrity check</li>
</ul>
</li>
<li><a href="docs/concepts.html">Concept</a>
<ul>
<li>Browser/Concept</li>
<li>findConcept</li>
</ul>
</li>
<li><a href="docs/import-export.html">Import/export</a></li>
<li><a href="docs/using-the-fhir-api.html">Using the FHIR API</a>
<ul>
<li>Create jobs</li>
<li>Archive</li>
<li>Import</li>
<li>Export</li>
</ul>
</li>
</ul>
<h2 id="contributing">Contributing</h2>
<p>We welcome questions, ideas, issues and code contributions regarding documentation to this project.</p>
<p>Please use the <a href="https://github.com/hurtigcodes/snowstorm-docs/issues">issues page</a> to get in touch with us.</p>
<p>For issues regarding Snowstorm as a service, please consult the <a href="https://github.com/IHTSDO/snowstorm/issues">Snowstorm github</a>.</p>
</body>
</html>