-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathindex.html
67 lines (64 loc) · 2.71 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#da532c">
<link rel="stylesheet" href="page.css" />
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>FHIR Finland</title>
</head>
<body>
<article>
<header>
<img src="fhir.svg" alt="" />
<h1>FHIR in Finland</h1>
</header>
<main>
<section id="base-profiling" lang="en">
<h1>Implementation Guides</h1>
<p lang="en">HL7 Finland maintains several FHIR implementation guides. Read more about the
<a href="profiling.html">profiling work</a> and see the <a
href="https://hl7.fi/fhir/">list of implementation guides</a>.</p>
</section>
<section id="fhir-demo">
<h1>FHIR Demo 2024</h1>
<p lang="en">Preparations for <a href="en/demo2024/index.html">FHIR DEMO 2024</a> are going
on. Contact HL7 Finland's FHIR Ambassador <a
href="mailto:[email protected]">Mikael Rinnetmäki</a> if you'd like to get
involved.</p>
<h1>FHIR Demo 2023</h1>
<p lang="en">Read about the FHIR DEMO 2023 showcase <a href="en/demo2023/index.html">in
English</a>.</p>
<p lang="fi">Katso demon suomenkielinen <a
href="https://www.hl7.fi/fhir-demo-2023-webinaari/">webinaaritallenne</a>.</p>
<h2>FHIR Demo 2022</h2>
<p lang="en">Read about FHIR DEMO 2022 showcase <a href="en/demo2022/index.html">in
English</a>.</p>
<p lang="fi"> Lue FHIR DEMO 2022 -projektista <a
href="fi/demo2022/index.html">suomeksi</a>.</p>
</section>
<!--
<section id="ipa" lang="en">
<h1>Nordic IPA</h1>
<p>Read the memo from the <a
href="https://docs.google.com/document/d/1KY6HvIib8Xdya5W7tFJrIwYnDCHaqF4bigRspSQWiQ4/edit?usp=sharing">Nordic
IPA kick-off</a>.</p>
<p>See also the <a
href="https://www.linkedin.com/pulse/week-24-himss-europe-tehdas-norddec-nordic-ipa-mikael-rinnetmäki/">very
unofficial recap</a>.</p>
</section>
-->
</main>
<footer>
<p>©2022+ <a href="https://hl7.fi">HL7 Finland</a></p>
<p><small><a href="https://github.com/fhir-fi/fhir-fi.github.io">See the source!</a></small></p>
</footer>
</article>
</body>
</html>