Empfänger (informationRecipient) (Template)
(Teildokument von Übermittlung onkologischer Daten)
Foemig (Diskussion | Beiträge) K (hat „cdaonk:Empfänger (informationRcipient) (Template)“ nach „cdaonk:Empfänger (informationRecipient) (Template)“ verschoben) |
Foemig (Diskussion | Beiträge) K (→Participant: Empfänger (informationRecipient)) |
||
Zeile 189: | Zeile 189: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
− | [[Kategorie:CDA Header Level Template]] | + | [[Kategorie:CDA Header Level Template|Empfänger]] |
Version vom 12. Februar 2013, 15:24 Uhr
Dieses Material ist Teil des Leitfadens Übermittlung onkologischer Daten.
|
Participant: Empfänger (informationRecipient)
Als Empfänger kommen hier sowohl die Krebsregister als auch Praxen und Krankenhäuser in Frage.
In dem Attribut „informationRecipient" wird angegeben, an welches Krebsregister oder Praxis/Krankenhaus die Daten übermittelt werden. Hier wird die „scoping" Entität "Organisation" (gestrichelte Linie) genutzt.
Abbildung: Identifikation des Empfängers
Lvl | RIM | Name | Desc | DT | Kard | Conf | Beschreibung |
---|---|---|---|---|---|---|---|
0 | act | ClinicalDocument | |||||
1 | part | informationRecipient | Empfänger | 0..1 | optional | ||
2 | part | @typeCode | "PRCP" | CS CNE | 1..1 | M | fix |
2 | role | intendedRecipient | 1..1 | M | |||
3 | role | @classCode | "ASSIGNED" | 1..1 | M | fix | |
3 | role | id | ID des Datenempfängers (z.B. Krebsregister) | II | 0..0 | nicht verwendet | |
4 | ent | informationRecipient | 0..0 | nicht verwendet | |||
4 | ent | receivedOrganisation | 0..1 | optional | |||
5 | ent | name | Name der Organisation | ON | 0..1 | optional | |
5 | ent | addr | Adresse | AD | 0..1 | optional | |
6 | ent | streetname | Strasse | ST | 0..1 | optional | |
6 | ent | houseNumber | Hausnummer | ST | 0..1 | optional | |
6 | ent | postalCode | Postleitzahl | ST | 0..1 | optional | PLZ ohne Länderkennzeichen |
6 | ent | city | Wohnort | ST | 0..1 | optional | |
6 | ent | country | Land | ST | 0..1 | optional |
<informationRecipient typeCode="PRCP">
<intendedRecipient classCode="ASSIGNED">
<receivedOrganization>
<name>Landeskrebsregister NRW</name>
<addr>
<streetName>Robert-Koch-Strasse</streetName>
<houseNumber>40</houseNumber>
<country>DE</country>
<postalCode>48149</postalCode>
<city>Münster</city>
</addr>
</receivedOrganization>
</intendedRecipient>
</informationRecipient>