ILF:Allgemeiner Leitfaden Guide Test: Unterschied zwischen den Versionen

Aus HL7 Austria MediaWiki
Wechseln zu: Navigation, Suche
[unmarkierte Version][unmarkierte Version]
Zeile 1: Zeile 1:
 
__KEIN_INHALTSVERZEICHNIS__
 
__KEIN_INHALTSVERZEICHNIS__
 +
{{#seo:
 +
|title=Implementierungsleitfäden
 +
|titlemode=append
 +
|keywords=HL7, Wiki, Leitfäden, CDA, CDA Dokumente, Implementierungsleitfäden, Leitfaden, Implementierungsleitfaden, Allgemeiner Implementierungsleitfäden, Entlassungsbrief, Pflegesituationsbericht, e-Medikation, Spezielle Leitfäden
 +
|description=Hier werden die spezifischen Templates und Spezifikationen beschrieben, welche unter "HL7 Austria" erarbeitet und verabschiedet wurden.
 +
}}
 +
 +
<!-- Css-->
 +
{{#css:
 +
.hauptcontainer{
 +
  width:100%;
 +
  height:auto;
 +
  min-height:230px;
 +
  padding-bottom:5px;
 +
  font-family:Calibri;
 +
  margin-top: 2%;
 +
  }
 +
 +
.container {
 +
  padding: 2px 16px;
 +
  }
 +
 +
.semi-transparent:hover {
 +
  background: rgba(0, 0, 0, 0.5)!important;
 +
}
 +
 +
.mybutton {
 +
  -webkit-border-radius: 10px;
 +
  -moz-border-radius: 10px;
 +
  border-radius: 10px;
 +
  height: 15px;
 +
  color: #FFFFFF;
 +
  width: 150px;
 +
  font-size: 20px;
 +
  font-weight: 100;
 +
  padding: 15px;
 +
  background-color: #26B756;
 +
  text-decoration: none;
 +
  cursor: pointer;
 +
  text-align:center;
 +
}
 +
 +
.mybutton:hover {
 +
  background: #28C25B;
 +
  text-decoration: none;
 +
}
 +
 +
a {
 +
color: black;
 +
text-decoration: none;
 +
}
 +
 +
a:visited {
 +
color: black;
 +
text-decoration: none;
 +
}
 +
 
 +
.rechteck {
 +
  height: 200px;
 +
  width: 100%;
 +
  border: 2px #BFBFBF solid;
 +
  border-radius: 0.5em;
 +
  transition: 0.3s;
 +
  margin-bottom: 3%;
 +
 +
  }
 +
.rechteck:hover {
 +
border: 2px #26b756 solid;
 +
transition: 0.3s;
 +
}
 +
 +
.rechteckblau {
 +
  height: 200px;
 +
  width: 100%;
 +
  border: 2px #BFBFBF solid;
 +
  border-radius: 0.5em;
 +
  transition: 0.3s;
 +
  margin-bottom: 3%;
 +
 +
  }
 +
.rechteckblau:hover {
 +
border: 2px #018dc8 solid;
 +
transition: 0.3s;
 +
}
 +
 +
.subueberschrift {
 +
width:25%;
 +
margin-top:-7%;
 +
margin-left: auto;
 +
margin-right: auto;
 +
background-color: white;
 +
text-align:center;
 +
color: #26b756;
 +
font-size: 20px;
 +
padding-left: 20px;
 +
padding-right: 20px;
 +
 +
 +
.subueberschriftblau {
 +
width:25%;
 +
margin-top:-7%;
 +
margin-left: auto;
 +
margin-right: auto;
 +
background-color: white;
 +
text-align:center;
 +
color: #018dc8 ;
 +
font-size: 20px;
 +
padding-left: 20px;
 +
padding-right: 20px;
 +
 +
.ueberschrift{
 +
  font-size: 23px;
 +
  text-align:center;
 +
}
 +
 
 +
.p {
 +
  white-space: nowrap;
 +
  color: black;
 +
  font-family: sans-serif;
 +
  }
 +
 +
.aussen{
 +
  margin-top:1%;
 +
  position:relative;
 +
  width:27%;
 +
  height:auto;
 +
  float:left;
 +
  margin-left:3%;
 +
  }
 +
 +
th {
 +
  border-bottom:1px solid;
 +
  }
 +
 +
 +
@media screen and (max-width: 82em) {
 +
.hauptcontainer{
 +
  width:100%;
 +
  height:550px;
 +
  }
 +
 +
td {
 +
  display: inline-block;
 +
  min-width: 30%;
 +
  padding: .2em 2em;
 +
  text-align: left;
 +
  }
 +
 +
table, tr {
 +
  display: block;
 +
  }
 +
th {
 +
  display: none;
 +
  }
 +
 +
td:nth-child(1)::before  {
 +
  content: "Status: ";
 +
  }
 +
 +
td:nth-child(2)::before  {
 +
  content: "Version: ";
 +
  }
 +
 +
td:nth-child(3)::before {
 +
  content: "Datum: ";
 +
  }
 +
 +
td:nth-child(4)::before {
 +
  content: "PDF: ";
 +
  }
 +
 
{{#customtitle:Allgemeiner Leitfaden Guide TEST}}
 
{{#customtitle:Allgemeiner Leitfaden Guide TEST}}
  
 +
td:nth-child(5)::before {
 +
  content: "Wiki: ";
 +
  }
 +
 +
.text {
 +
  font-size: 15px;
 +
  }
 +
}
 +
 +
@media screen and (max-width: 70em) {
 +
.hauptcontainer{
 +
  width:100%;
 +
  height:750px;
 +
  }
 +
td {
 +
  display: inline-block;
 +
  min-width: 30%;
 +
  padding: .2em 2em;
 +
  text-align: left;
 +
  }
 +
 +
table, tr {
 +
  display: block;
 +
  }
 +
th {
 +
  display: none;
 +
  }
 +
 +
td:nth-child(1)::before  {
 +
  content: "Status: ";
 +
  }
 +
 +
td:nth-child(2)::before  {
 +
  content: "Version: ";
 +
  }
 +
 +
td:nth-child(3)::before {
 +
  content: "Datum: ";
 +
  }
 +
 +
td:nth-child(4)::before {
 +
  content: "PDF: ";
 +
  }
 +
 +
td:nth-child(5)::before {
 +
  content: "Wiki: ";
 +
  }
 +
 +
.text {
 +
  font-size: 15px;
 +
  }
 +
}
 +
}}
 
{{#css:
 
{{#css:
.aussen{
+
 
width:100%;
 
float:none;
 
height: 70px;
 
  }
 
  
 
.blau {  
 
.blau {  

Version vom 25. Mai 2020, 12:28 Uhr



1 Allgemeine Leitfäden

Allgemein

Status Version Datum PDF Wiki
Finished.png Gültig 2.06.2 31.01.2017 PDF.png Schwarzer link.png
Finished.png Gültig 2.06 30.10.2015 PDF.png

XDS

Status Version Datum PDF Wiki
Finished.png Gültig 2.06 30.10.2015 link= https://www.gesundheit.gv.at/r/service/Implementierungsleitfaden_XDS_Metadaten_%28Version_2_06%29.pdf?pamm89 Schwarzer link.png
Finished.png Gültig 2.06 30.10.2015 link= https://www.gesundheit.gv.at/r/service/Implementierungsleitfaden_XDS_Metadaten_%28Version_2_06%29.pdf?pamm89

2 Was ist der Allgemeine Implementierungsleitfaden?

Der Allgemeine Implementierungsleitfaden dient als Basis für alle weiteren Leitfäden und verfolgt das Ziel, die Struktur, das Format und die Standards von medizinischen Dokumenten der Elektronischen Gesundheitsakte "ELGA" gemäß Gesundheitstelematikgesetz 2012 (GTelG 2012), aber auch für medizinische Dokumente im österreichischen Gesundheitswesen, zu beschreiben.

3 Zweck

Das Ziel dieses Dokuments ist die Beschreibung der Struktur von medizinischen Dokumenten der Elektronischen Gesundheitsakte ELGA (entsprechend ELGA-G, BGBl. I Nr. 111/2012). Insbesondere behandelt das Dokument alle Dokumentenklassen-übergreifend gültigen Strukturen.

Die Beschreibung enthält Festlegungen, Einschränkungen und Bedingungen auf Grundlage von HL7 CDA-Elementen.

Jeder spezielle Implementierungsleitfaden basiert auf diesem vorliegenden Allgemeinen Implementierungsleitfaden.

Diese speziellen ELGA CDA Implementierungsleitfäden sind bereits für folgende Dokumentenklassen definiert (Liste kann erweitert werden):

Die Beschreibung des Zusammenhangs von ELGA CDA-Dokumenten und den zur Registrierung von CDA in ELGA notwendigen „XDS-Metadaten“ finden Sie im Dokument