Empfänger (informationRecipient) (Template)
(Teildokument von Übermittlung onkologischer Daten)
Foemig (Diskussion | Beiträge) K (→Participant: Empfänger (informationRecipient)) |
Foemig (Diskussion | Beiträge) |
||
Zeile 105: | Zeile 105: | ||
| name | | name | ||
| Name der Organisation | | Name der Organisation | ||
− | | ON | + | | ON.DE |
| 0..1 | | 0..1 | ||
| optional | | optional | ||
Zeile 115: | Zeile 115: | ||
| addr | | addr | ||
| Adresse | | Adresse | ||
− | | AD | + | | AD.DE |
| 0..1 | | 0..1 | ||
| optional | | optional | ||
| | | | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} | ||
Zeile 189: | Zeile 139: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
+ | [[Kategorie:cdaonk|Empfänger]] | ||
[[Kategorie:CDA Header Level Template|Empfänger]] | [[Kategorie:CDA Header Level Template|Empfänger]] |
Aktuelle Version vom 10. März 2013, 15:39 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.DE | 0..1 | optional | |
5 | ent | addr | Adresse | AD.DE | 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>