Patient anonymisiert (recordTarget) (Template)
(Teildokument von Arztbrief 2.x)
Foemig (Diskussion | Beiträge) K |
Foemig (Diskussion | Beiträge) |
||
Zeile 21: | Zeile 21: | ||
[[file:Cdaab2_patient_anonymous.gif|Patient]] | [[file:Cdaab2_patient_anonymous.gif|Patient]] | ||
− | Abbildung | + | Abbildung: Identifikation des anonymen Patienten (Auszug aus dem CDA R-MIM) |
==== Attribute ==== | ==== Attribute ==== | ||
Zeile 33: | Zeile 33: | ||
! Conf | ! Conf | ||
! Beschreibung | ! Beschreibung | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
| 3 | | 3 | ||
|bgcolor="ffff88"| role | |bgcolor="ffff88"| role | ||
− | | id | + | | recordTarget.patientRole.id |
| II.DE | | II.DE | ||
| 1..* | | 1..* | ||
Zeile 93: | Zeile 48: | ||
<syntaxhighlight lang="XML"> | <syntaxhighlight lang="XML"> | ||
− | <!-- Patienten-Daten --> | + | <!-- anonymisierte Patienten-Daten --> |
<recordTarget typeCode="RCT" contextControlCode="OP" > | <recordTarget typeCode="RCT" contextControlCode="OP" > | ||
− | <patientRole classCode="PAT" > | + | <patientRole classCode="PAT"> |
<id nullFlavor="MSK" /> | <id nullFlavor="MSK" /> | ||
</patientRole> | </patientRole> |
Version vom 13. Juni 2013, 15:36 Uhr
Dieses Material ist Teil des Leitfadens Arztbrief 2.x.
|
Inhaltsverzeichnis
Participant: anonymisierter Patient (recordTarget)
Template ID | <OID für das Template> |
genutztes Template | recordTarget generisch: cdaab2:Patient_(recordTarget)_(Template) |
abgeleitetes Template | keines |
General Description | Dieses Template spezifiziert, wie ein Patient anonym angegeben werden kann. |
Erweiterbarkeit | geschlossen |
Beschreibung des Headertemplates "Patient"
In diesem Template ist die eigentliche Information auf das Minimum reduziert worden, d.h. beim Patienten sind nur die absolut notwendigen Informationen vorhanden, um einen gültigen recordTarget-Eintrag im CDA-Header zu erhalten.
Einordnung im CDA R-MIM - Identifikation des Patienten
Abbildung: Identifikation des anonymen Patienten (Auszug aus dem CDA R-MIM)
Attribute
Lvl | RIM | Name | DT | Kard | Conf | Beschreibung |
---|---|---|---|---|---|---|
3 | role | recordTarget.patientRole.id | II.DE | 1..* | R | Identifikation des Patienten über nullFlavor: Im diesem Attribut wird angegeben, dass die ID maskiert wurde. |
Beispiel für die CDA-Repräsentation
<!-- anonymisierte Patienten-Daten -->
<recordTarget typeCode="RCT" contextControlCode="OP" >
<patientRole classCode="PAT">
<id nullFlavor="MSK" />
</patientRole>
</recordTarget>