Informant (informant) (Template)
(Teildokument von Arztbrief 2.x)
Foemig (Diskussion | Beiträge) K |
Foemig (Diskussion | Beiträge) K |
||
Zeile 32: | Zeile 32: | ||
|} | |} | ||
− | { | + | Unter Informanten werden all diejenigen Personen angegeben, die Informationen zum Arztbrief beigesteuert haben. |
− | + | ||
− | } | + | ===Attribute=== |
+ | |||
+ | {| class="hl7table" | ||
+ | ! Lvl | ||
+ | ! RIM | ||
+ | ! Name | ||
+ | ! DT | ||
+ | ! Kard | ||
+ | ! Conf | ||
+ | ! Beschreibung | ||
+ | |||
+ | |- | ||
+ | | 1 | ||
+ | |bgcolor="ccffff"| part | ||
+ | | informant | ||
+ | | | ||
+ | | 0..* | ||
+ | | M | ||
+ | |Informanten | ||
+ | |||
+ | |- | ||
+ | |2 | ||
+ | |bgcolor="ccffff"| part | ||
+ | | @typeCode | ||
+ | | | ||
+ | | 1..1 | ||
+ | | F | ||
+ | | INF | ||
+ | |||
+ | |- | ||
+ | |2 | ||
+ | |bgcolor="ccffff"| part | ||
+ | | templateId | ||
+ | | | ||
+ | | 1..1 | ||
+ | | F | ||
+ | | | ||
+ | |||
+ | |- | ||
+ | |2 | ||
+ | |bgcolor="ffff88"| role | ||
+ | |relatedEntity | ||
+ | | | ||
+ | |1..1 | ||
+ | |M | ||
+ | | | ||
+ | |||
+ | |- | ||
+ | |3 | ||
+ | |bgcolor="ffff88"| role | ||
+ | |id | ||
+ | |II.DE | ||
+ | |0..* | ||
+ | |O | ||
+ | |Identifikation des Informanten | ||
+ | |||
+ | |- | ||
+ | |4 | ||
+ | |bgcolor="88ff88"|ent | ||
+ | |relatedPerson | ||
+ | | | ||
+ | |1..1 | ||
+ | |R | ||
+ | | | ||
+ | |||
+ | |- | ||
+ | |5 | ||
+ | |bgcolor="88ff88"|ent | ||
+ | |name | ||
+ | |PN.DE | ||
+ | |0..* | ||
+ | |O | ||
+ | |Name des Informanten | ||
+ | |||
+ | |} | ||
+ | |||
+ | ====Beispiel==== | ||
+ | |||
+ | ''Beispiel: Ursula Müller hat Informationen beigesteuert.'' | ||
+ | |||
+ | <syntaxhighlight lang="xml"> | ||
+ | <informant typeCode="INF"> | ||
+ | <templateId root="1.2.3.4.5.6" /> | ||
+ | <relatedEntity> | ||
+ | <id extension="4342116437" root="2.16.840.1.113883.3.933"/> | ||
+ | <relatedPerson> | ||
+ | <name> | ||
+ | <given>Ursula</given> | ||
+ | <family>Müller</family> | ||
+ | </name> | ||
+ | </relatedPerson> | ||
+ | </relatedEntity> | ||
+ | </informant> | ||
+ | </syntaxhighlight> | ||
[[Kategorie:cdaab2|Informant]] | [[Kategorie:cdaab2|Informant]] | ||
[[Kategorie:CDA Header Level Template|Informant (informant)]] | [[Kategorie:CDA Header Level Template|Informant (informant)]] |
Version vom 30. Januar 2014, 16:45 Uhr
Dieses Material ist Teil des Leitfadens Arztbrief 2.x.
|
Participant: Informant (informant)
Template-Metadaten | |
Template-Typ | Header |
Template ID | |
generischeres Template | |
genutztes Templates | |
nutzende Templates | |
abgeleitete Templates | |
Schwester-Templates | |
generelle Beschreibung | Informanten sind diejenigen Personen, die Informationen zu dem Arztbrief beigesteuert haben. |
allg. Erläuterung | |
Verhältnis zu IHE | dt.Übersetzung oder Ergänzung oder neu |
Ballotierungsstatus | noch nicht ausgearbeitet |
Erweiterbarkeit | offen oder geschlossen |
Unter Informanten werden all diejenigen Personen angegeben, die Informationen zum Arztbrief beigesteuert haben.
Attribute
Lvl | RIM | Name | DT | Kard | Conf | Beschreibung |
---|---|---|---|---|---|---|
1 | part | informant | 0..* | M | Informanten | |
2 | part | @typeCode | 1..1 | F | INF | |
2 | part | templateId | 1..1 | F | ||
2 | role | relatedEntity | 1..1 | M | ||
3 | role | id | II.DE | 0..* | O | Identifikation des Informanten |
4 | ent | relatedPerson | 1..1 | R | ||
5 | ent | name | PN.DE | 0..* | O | Name des Informanten |
Beispiel
Beispiel: Ursula Müller hat Informationen beigesteuert.
<informant typeCode="INF">
<templateId root="1.2.3.4.5.6" />
<relatedEntity>
<id extension="4342116437" root="2.16.840.1.113883.3.933"/>
<relatedPerson>
<name>
<given>Ursula</given>
<family>Müller</family>
</name>
</relatedPerson>
</relatedEntity>
</informant>