Zoonotische Influenza-Erkrankungsmeldung (NotificationDiseaseIZVD)
https://demis.rki.de/fhir/StructureDefinition/NotificationDiseaseIZVD
Das NotificationDiseaseIZVD-Profil leiten sich aus dem NotificationDisease-Profil ab.
Innerhalb des Profils erfolgt der Zuschnitt der Erkrankungsmeldung auf einen ganz konkreten Meldetatbestand (hier: Zoonotische Influenza). Über die in Instanzen dieses Profils verpflichtend zu befüllenden section-Entries wird auf insgesamt drei Ressourcen verwiesen:
- eine meldetatbestandsspezifisch ausgestaltete Condition-Ressource (hier gemäß DiseaseIZVD), die u.a. Angaben zur Diagnose und zu Symptomen/Manifestationen enthält,
- einen ausgefüllten allgemeinen Fragebogen (hier gemäß DiseaseInformationCommon), der u.a. Angaben zur Hospitalisierung, zur Exposition, zur Beauftragung eines Labors usw. enthalten kann und
- einen ausgefüllten meldetatbestandsspezifischen Fragebogen (hier gemäß DiseaseInformationIZVD), der u.a. Angaben zur Immunisierung der betroffenen Person aber auch zum möglichen Infektionsumfeld referenziert bzw. enthält.
Profilansicht
NotificationDiseaseIZVD (Composition) | NotificationDisease | ||
category | |||
coding | |||
system | Fixed Value | ||
code | Fixed Value | ||
disease | |||
entry | Reference(DiseaseIZVD) | ||
diseaseInformation | 1.. | ||
entry | Reference(DiseaseInformationIZVD) |
Beispiel
<Composition xmlns="http://hl7.org/fhir"> <id value="bada490e-ed88-38ac-bab3-021b505f4a25" /> <meta> <lastUpdated value="2023-04-04T09:50:00.000+01:00" /> <profile value="https://demis.rki.de/fhir/StructureDefinition/NotificationDiseaseIZVD" /> </meta> <identifier> <system value="https://demis.rki.de/fhir/NamingSystem/NotificationId" /> <value value="98a864a1-f54b-4dda-ac95-e61ff1d1f0c7" /> </identifier> <status value="final" /> <type> <coding> <system value="http://loinc.org" /> <code value="34782-3" /> <display value="Infectious disease Note" /> </coding> </type> <category> <coding> <system value="https://demis.rki.de/fhir/CodeSystem/notificationType" /> <code value="6.1_2" /> <display value="Meldung gemäß §6 Absatz 1, 2" /> </coding> </category> <subject> <reference value="Patient/3835fc33-7d99-3386-bc41-ffd0801f95e8" /> </subject> <date value="2023-04-04T02:00:00+02:00" /> <author> <reference value="PractitionerRole/8b5fad85-bd17-3054-9335-17d124435b9c" /> </author> <title value="Meldung gemäß §6 Absatz 1, 2 IfSG" /> <section> <title value="Diagnose" /> <code> <coding> <system value="https://demis.rki.de/fhir/CodeSystem/sectionCode" /> <code value="diagnosis" /> <display value="Diagnose" /> </coding> </code> <entry> <reference value="Condition/4b8e8c55-a032-38cf-a995-e28eb2616162" /> </entry> </section> <section> <title value="Meldetatbestandsübergreifende klinische und epidemiologische Angaben" /> <code> <coding> <system value="https://demis.rki.de/fhir/CodeSystem/sectionCode" /> <code value="generalClinAndEpiInformation" /> <display value="Meldetatbestandsübergreifende klinische und epidemiologische Angaben" /> </coding> </code> <entry> <reference value="QuestionnaireResponse/396c109c-0a4f-3cee-8b67-dd588dded41c" /> </entry> </section> <section> <title value="Meldetatbestandsspezifische klinische und epidemiologische Angaben" /> <code> <coding> <system value="https://demis.rki.de/fhir/CodeSystem/sectionCode" /> <code value="specificClinAndEpiInformation" /> <display value="Meldetatbestandsspezifische klinische und epidemiologische Angaben" /> </coding> </code> <entry> <reference value="QuestionnaireResponse/db8a7046-5868-3e7a-8169-e56a20621fc9" /> </entry> </section> </Composition>