Skip to content

Commit c0ac2e8

Browse files
committed
Publishing
1 parent a89f0c0 commit c0ac2e8

14 files changed

Lines changed: 1263 additions & 16 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Defines the initial version of stream structures and event types for a common model for HDS data points.
44

5+
## Usage
6+
7+
- Files are published on https://model.healthdatasafe.dev
8+
59
## Functional Requirements Specifications
610

711
| Date | 27th May 2025 |

dist/index.html

Lines changed: 0 additions & 10 deletions
This file was deleted.

docs-src/index.html

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<html>
2+
<head>
3+
<title>
4+
Health Data Safe - Data Dictionnary
5+
</title>
6+
7+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
8+
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
9+
<link rel="icon" href="https://healthdatasafe.github.io/style/images/Favicon/favicon.ico" type="image/x-icon">
10+
<link rel="stylesheet" type="text/css" href="https://healthdatasafe.github.io/style/hds.min.css">
11+
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Inter:300,400">
12+
</head>
13+
<body>
14+
<div class="container">
15+
<h1>Health Data Safe - Data Dictionnary</h1>
16+
<a href="https://github.com/healthdatasafe/data-model-draft">Github Repo</a>
17+
<br>
18+
<hr>
19+
<table class="table">
20+
<thead>
21+
<tr>
22+
<th scope="col">Title</th>
23+
<th scope="col">Filename</th>
24+
</tr>
25+
</thead>
26+
<tbody>
27+
{TABLE_BODY}
28+
</tbody>
29+
</table>
30+
</div>
31+
</body>
32+
</html>

docs/index.html

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<html>
2+
<head>
3+
<title>
4+
Health Data Safe - Data Dictionnary
5+
</title>
6+
7+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
8+
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
9+
<link rel="icon" href="https://healthdatasafe.github.io/style/images/Favicon/favicon.ico" type="image/x-icon">
10+
<link rel="stylesheet" type="text/css" href="https://healthdatasafe.github.io/style/hds.min.css">
11+
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Inter:300,400">
12+
</head>
13+
<body>
14+
<div class="container">
15+
<h1>Health Data Safe - Data Dictionnary</h1>
16+
<a href="https://github.com/healthdatasafe/data-model-draft">Github Repo</a>
17+
<br>
18+
<hr>
19+
<table class="table">
20+
<thead>
21+
<tr>
22+
<th scope="col">Title</th>
23+
<th scope="col">Filename</th>
24+
</tr>
25+
</thead>
26+
<tbody>
27+
<tr><td>Pack items & streams</td><td><a href="./pack.json">pack.json</a></tr>
28+
<tr><td>Json Schema Item</td><td><a href="./json-schemas/item.json">./json-schemas/item.json</a></tr>
29+
<tr><td>Json Schema Defs</td><td><a href="./json-schemas/defs.json">./json-schemas/defs.json</a></tr>
30+
<tr><td>Streams Tree</td><td><a href="./streamsTree.json">./streamsTree.json</a></tr>
31+
<tr><td>Items dictionnary</td><td><a href="./items.json">./items.json</a></tr>
32+
</tbody>
33+
</table>
34+
</div>
35+
</body>
36+
</html>

0 commit comments

Comments
 (0)