test:Test2: Unterschied zwischen den Versionen
[unmarkierte Version] | [unmarkierte Version] |
(Der Seiteninhalt wurde durch einen anderen Text ersetzt: „=Ebene 1= ==Ebene 2== ===Ebene 3=== ====Ebene 4==== =====Ebene 5===== ======Ebene 6======“) |
|||
Zeile 1: | Zeile 1: | ||
− | = | + | __KEIN_INHALTSVERZEICHNIS__ |
− | = | + | {{#css: |
− | === | + | |
− | ==== | + | *, |
− | ===== | + | *:after, |
− | ====== | + | *:before { |
+ | -webkit-box-sizing: border-box; | ||
+ | -moz-box-sizing: border-box; | ||
+ | box-sizing: border-box; | ||
+ | padding: 0; | ||
+ | margin: 0; | ||
+ | } | ||
+ | |||
+ | .clearfix:before, | ||
+ | .clearfix:after { | ||
+ | content: " "; | ||
+ | display: table; | ||
+ | } | ||
+ | |||
+ | .clearfix:after { | ||
+ | clear: both; | ||
+ | } | ||
+ | |||
+ | .clearfix { | ||
+ | *zoom: 1; | ||
+ | } | ||
+ | |||
+ | |||
+ | a { | ||
+ | color: #cfcfcf; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | a:visited { | ||
+ | color: #cfcfcf;//cfcfcf | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | .container { | ||
+ | width: 100%; | ||
+ | position: relative; | ||
+ | font-family: Calibri, Arial, sans-serif; | ||
+ | font-weight: 400; | ||
+ | font-size: 1em; | ||
+ | color: #333; | ||
+ | } | ||
+ | |||
+ | .main, | ||
+ | .container > header { | ||
+ | width: 90%; | ||
+ | max-width: 76em; | ||
+ | /*margin: 0 auto;*/ | ||
+ | padding: 0 1.875em 3.125em 0em; | ||
+ | } | ||
+ | |||
+ | .container > header { | ||
+ | padding-right: 1.875em; | ||
+ | padding-top: 1.875em; | ||
+ | padding-bottom: 1.875em; | ||
+ | padding-left: 0em; | ||
+ | } | ||
+ | |||
+ | .tabelle { | ||
+ | list-style: none; | ||
+ | text-align: center; | ||
+ | margin: 0 auto; | ||
+ | } | ||
+ | |||
+ | .tabelle li { | ||
+ | width: 24%; | ||
+ | height: 15em; | ||
+ | margin: 0.5%; | ||
+ | background: #8CC7DF; | ||
+ | color: #fff; | ||
+ | display: block; | ||
+ | float: left; | ||
+ | padding-left: 2.6em; | ||
+ | padding-bottom: 2.6em; | ||
+ | padding-right: 2.3em; | ||
+ | padding-top: 0em; | ||
+ | cursor: pointer; | ||
+ | position: relative; | ||
+ | } | ||
+ | |||
+ | .tabelle li.rb-span-2 { | ||
+ | width: 49%; | ||
+ | } | ||
+ | |||
+ | .tabelle li.rb-span-3 { | ||
+ | width: 74%; | ||
+ | } | ||
+ | |||
+ | .tabelle li.rb-span-4 { | ||
+ | width: 99%; | ||
+ | } | ||
+ | |||
+ | .tabelle li h3 { | ||
+ | font-size: 1.6em; | ||
+ | font-weight: 100; | ||
+ | color: white; | ||
+ | } | ||
+ | |||
+ | .tabelle li[class^="icon-"]:before, | ||
+ | .tabelle li[class*=" icon-"]:before { | ||
+ | font-size: 10em; | ||
+ | position: absolute; | ||
+ | display: block; | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | top: 0; | ||
+ | left: 0; | ||
+ | line-height: 3; | ||
+ | opacity: 0.4; | ||
+ | text-align: right; | ||
+ | pointer-events: none; | ||
+ | } | ||
+ | |||
+ | .schrift { | ||
+ | display: block; | ||
+ | font-size: 1.3em; | ||
+ | opacity: 0.5; | ||
+ | -webkit-transition: opacity 0.3s ease-in-out; | ||
+ | -moz-transition: opacity 0.3s ease-in-out; | ||
+ | transition: opacity 0.3s ease-in-out; | ||
+ | } | ||
+ | |||
+ | .tabelle li:hover .schrift{ | ||
+ | opacity: 1; | ||
+ | } | ||
+ | |||
+ | .tabelle li:hover .bild{ | ||
+ | opacity:0.80; | ||
+ | -webkit-transition: opacity 0.3s ease-in-out; | ||
+ | -moz-transition: opacity 0.3s ease-in-out; | ||
+ | transition: opacity 0.3s ease-in-out; | ||
+ | } | ||
+ | .tabelle li:active .boxaufgeklappt{ | ||
+ | opacity: 1; | ||
+ | z-index: 1000; | ||
+ | } | ||
+ | |||
+ | /* Colors */ | ||
+ | |||
+ | /* Grid */ | ||
+ | .tabelle li:nth-child(1) { background: #9C1072; } /*1 */ | ||
+ | .tabelle li:nth-child(2) { background: #0093AB; } /*2 33CCCC*/ | ||
+ | .tabelle li:nth-child(3) { background: #4A606B; } /*3 */ | ||
+ | .tabelle li:nth-child(4) { background: #005296; } /*4 */ | ||
+ | .tabelle li:nth-child(5) { background: #E89700; } /*5 FFB124*/ | ||
+ | .tabelle li:nth-child(6) { background: #538226; } /*6 629923*/ | ||
+ | .tabelle li:nth-child(7) { background: #ec6608; } /*7*/ | ||
+ | |||
+ | .tabelle li:nth-child(8) { background: #669999; } /*8 CC6699*/ | ||
+ | .tabelle li:nth-child(9) { background: #43B075; } /*9 99CC99*/ | ||
+ | .tabelle li:nth-child(10) { background: #339966; }/* 10 */ | ||
+ | |||
+ | |||
+ | @media screen and (max-width: 63.125em) { | ||
+ | |||
+ | .tabelle li, | ||
+ | .tabelle li.rb-span-3, | ||
+ | .tabelle li.rb-span-2, | ||
+ | .tabelle li.rb-span-4 { | ||
+ | width: 100%; | ||
+ | height: 10em; | ||
+ | text-align: left; | ||
+ | } | ||
+ | |||
+ | .tabelle li[class^="icon-"]:before, | ||
+ | .tabelle li[class*=" icon-"]:before { | ||
+ | font-size: 6em; | ||
+ | left: auto; | ||
+ | right: 0; | ||
+ | line-height: 2.5; | ||
+ | } | ||
+ | |||
+ | .tabelle li > div { | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | } | ||
+ | .bild{ | ||
+ | display: block; | ||
+ | opacity: 0.4; | ||
+ | text-align: right; | ||
+ | pointer-events: none; | ||
+ | padding-top:10%; | ||
+ | } | ||
+ | }} | ||
+ | {{#seo: | ||
+ | |title=CDA Leitfäden | ||
+ | |titlemode=append | ||
+ | |keywords=HL7, Wiki, Leitfäden, CDA, CDA Dokumente | ||
+ | |description=Auf dieser Seite finden Sie Informationen zu den aktuellen CDA Leitfäden, österreichischen HL7 Standards und Erläuterungen. | ||
+ | Hier werden die spezifischen Templates und Spezifikationen beschrieben, welche unter "HL7 Austria" erarbeitet und verabschiedet wurden. | ||
+ | }} | ||
+ | |||
+ | Auf dieser Seite finden Sie Informationen zu den aktuellen CDA Leitfäden, österreichischen HL7 Standards und Erläuterungen. | ||
+ | Hier werden die spezifischen Templates und Spezifikationen beschrieben, welche unter "HL7 Austria" erarbeitet und verabschiedet wurden. | ||
+ | |||
+ | <div class="container"> | ||
+ | <div class="main"> | ||
+ | <ul id="tabelle" class="tabelle clearfix"> | ||
+ | <li class="icon-clima-1 rb-span-2"> | ||
+ | <h3>[[Erläuterungen|Wissensbasis]]</h3><span class="schrift">[[Erläuterungen|CDA, Terminologien, Art-Decor Tabellen]]</span> | ||
+ | <div class="bild">[[Datei:Erläuterung.png|110px]]</div> | ||
+ | </li> | ||
+ | <li class="icon-clima-2"> | ||
+ | <h3>[[Terminologien|Terminologien]]</h3> | ||
+ | <div class="bild" style="padding-top:50%">[[Datei:Document.png|110px]]</div> | ||
+ | </li> | ||
+ | <li class="icon-clima-1"> | ||
+ | <h3>[[Tools|Tools]]</h3><span class="schrift">[[Tools|Art-Decor]]</span> | ||
+ | <div class="bild" style="padding-top:30%">[[Datei:Link.png|110px]]</div> | ||
+ | </li> | ||
+ | <li class="icon-clima-11 rb-span-2"> | ||
+ | <h3>[[Österreichische HL7 Standards|Österreichische HL7 Standards]]</h3><span class="schrift">[[Österreichische HL7 Standards|Z-Segmente etc.]] </span> | ||
+ | <div class="bild" style="padding-top:5%">[[Datei:Basic.png|110px]]</div> | ||
+ | </li> | ||
+ | <li class="icon-clima-2 rb-span-2"> | ||
+ | <h3>[[Implementierungsleitfäden|CDA Leitfäden]]</h3><span class="schrift">[[Implementierungsleitfäden|ELGA & Andere]]</span> | ||
+ | <div class="bild" style="padding-top:10%">[[Datei:Documents.png|110px]]</div> | ||
+ | </li> | ||
+ | <li class="icon-clima-2 rb-span-3"> | ||
+ | <h3>[[Organisatorisches|Übersicht Standardisierungsprojekte]]</h3><span class="schrift">[[Organisatorisches|Projekte]]</span> | ||
+ | <div class="bild">[[Datei:Orga.png|110px]]</div> | ||
+ | </li> | ||
+ | <li class="icon-clima-2"> | ||
+ | <h3>[[Partnerseiten|Partnerseiten]]</h3><span class="schrift">[[Partnerseiten|Träger, Unterstützer]]</span> | ||
+ | <div class="bild" style="padding-top:20%">[[Datei:Handshake.png|110px]]</div> | ||
+ | </li> | ||
+ | |||
+ | </ul> | ||
+ | |||
+ | </div> | ||
+ | </div><!-- /container --> | ||
+ | |||
+ | Zurück zur Website [//www.hl7.at www.hl7.at] | ||
+ | |||
+ | == Starthilfen == | ||
+ | |||
+ | * Hilfe zur Benutzung und Konfiguration der Wiki-Software findest du im [//meta.wikimedia.org/wiki/Help:Contents Benutzerhandbuch]. | ||
+ | * [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Liste der Konfigurationsvariablen] | ||
+ | * [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki-FAQ] | ||
+ | * [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce Mailingliste neuer MediaWiki-Versionen] | ||
+ | * [//www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Lokalisiere MediaWiki für deine Sprache] | ||
+ | * [[HL7_Austria_MediaWiki:Impressum| Impressum]] | ||
+ | |||
+ | <span style="font-size:7px">Icons made by [http://www.freepik.com] from [https://www.flaticon.com/]. www.flaticon.com is licensed by [http://creativecommons.org/licenses/by/3.0/] </span> |
Version vom 10. August 2021, 09:35 Uhr
Auf dieser Seite finden Sie Informationen zu den aktuellen CDA Leitfäden, österreichischen HL7 Standards und Erläuterungen. Hier werden die spezifischen Templates und Spezifikationen beschrieben, welche unter "HL7 Austria" erarbeitet und verabschiedet wurden.
Zurück zur Website www.hl7.at
8 Starthilfen
- Hilfe zur Benutzung und Konfiguration der Wiki-Software findest du im Benutzerhandbuch.
- Liste der Konfigurationsvariablen
- MediaWiki-FAQ
- Mailingliste neuer MediaWiki-Versionen
- Lokalisiere MediaWiki für deine Sprache
- Impressum
Icons made by [1] from [2]. www.flaticon.com is licensed by [3]