===Significant Pathogens (Notifiable Conditions)===
Wichtige Erreger können in Level 3 codiert werden. Diese Erreger sind in der Codeliste „ELGA_SignificantPathogens“ (1.2.40.0.34.5.45) aufgelistet. Diese Liste enthält etwa die meldepflichtigen Krankheiten. Die Level 3-Codierung erfolgt über einen „Notification Organizer“ (organizer-Element) mit „Notifiable Condition“ als observation-Element.
====Strukturbeispiel====
<pre class="orange">
<!-- Notification Organizer -->
<entryRelationship typeCode="COMP">
<organizer classCode="CLUSTER" moodCode="EVN">
<templateId root="1.3.6.1.4.1.19376.1.3.1.1"/>
<statusCode code="completed"/>
<!-- Significant Pathogens (notifiable condition) -->
<component typeCode="COMP">
<observation classCode="COND" moodCode="EVN">
<templateId root="1.3.6.1.4.1.19376.1.3.1.1.1"/>
<id extension="ERR-1-1"
root="2.16.840.1.113883.2.16.1.99.3.1"/>
<!-- E.coli ist in ELGA_SignificantPathogens enthalten
Codierung zwingend -->
<code code="170516003" codeSystem="2.16.840.1.113883.6.96"
codeSystemName="SNOMED-CT"
displayName="Notification of Disease">
<qualifier>
<name code="246087005"
codeSystem="2.16.840.1.113883.6.96"
codeSystemName="SNOMED-CT"
displayName="Source of Specimen"/>
<value code="116154003" codeSystem="2.16.840.1.113883.6.96"
codeSystemName="SNOMED-CT"
displayName="Patient"/>
</qualifier>
</code>
<statusCode code="completed"/>
<effectiveTime value="201212010834+0100"/>
<value xsi:type="CE" code="SP015"
codeSystem="1.2.40.0.34.5.45"
codeSystemName="ELGA_SignificantPathogens"
displayName="Escherichia coli, sonstige darmpathogene
Stämme"/>
</observation>
</component>
</organizer>
</entryRelationship>
</pre>
====Spezifikation Notification Organizer====