Medikation-Section (Template)
(Teildokument von Arztbrief 2.x)
Foemig (Diskussion | Beiträge) K |
Foemig (Diskussion | Beiträge) K |
||
Zeile 119: | Zeile 119: | ||
|bgcolor="ff8888"| act | |bgcolor="ff8888"| act | ||
|Code | |Code | ||
− | | | + | |CE CWE |
|1..1 | |1..1 | ||
|F | |F | ||
Zeile 128: | Zeile 128: | ||
|bgcolor="ff8888"| act | |bgcolor="ff8888"| act | ||
|Title | |Title | ||
− | | | + | |ST |
|0..1 | |0..1 | ||
|O | |O | ||
Zeile 137: | Zeile 137: | ||
|bgcolor="ff8888"| act | |bgcolor="ff8888"| act | ||
|Text | |Text | ||
− | | | + | |ST |
|1..1 | |1..1 | ||
|M | |M | ||
Zeile 156: | Zeile 156: | ||
|@typeCode | |@typeCode | ||
| | | | ||
− | | | + | |1..1 |
|F | |F | ||
− | |COMP | + | |COMP |
|- | |- | ||
Zeile 180: | Zeile 180: | ||
===Vokabularien=== | ===Vokabularien=== | ||
− | ====Section.code==== | + | ====Section.code@code==== |
{| class="hl7table" | {| class="hl7table" |
Version vom 21. Februar 2014, 13:35 Uhr
Dieses Material ist Teil des Leitfadens Arztbrief 2.x.
|
Inhaltsverzeichnis
Section: Medikation
Template-Metadaten | |
Template-Typ | Section |
Template ID | |
generischeres Template | |
genutztes Templates | 1.3.6.1.4.1.19376.1.5.3.1.3.19 (IHE PCC)
2.16.840.1.113883.10.20.1.8 (CCD 3.9 Medication Section) |
nutzende Templates | |
abgeleitete Templates | |
Schwester-Templates | |
generelle Beschreibung | Dieser Abschnitt enthält Informationen über die Medikation eines Patienten. |
allg. Erläuterung | |
Verhältnis zu IHE | dt.Übersetzung oder Ergänzung oder neu |
Ballotierungsstatus | |
Erweiterbarkeit | offen |
Modell
Abbildung 1: substanceAdministration (cdampl_section.gif)
Attribute
Lvl | RIM | Element | DT | Kard. | Opt. | Beschreibung |
---|---|---|---|---|---|---|
5 | act | Section | M | |||
6 | act | @classCode | 1..1 | F | "DOCSECT" | |
6 | act | @moodCode | 1..1 | F | "EVN" | |
6 | act | templateId | 1..1 | M | ||
7 | act | @root | 1..1 | F | 2.16.840.1.113883.10.20.1.8 | |
6 | act | templateId | 1..1 | M | ||
7 | act | @root | 1..1 | F | 1.3.6.1.4.1.19376.1.5.3.1.3.19 | |
6 | act | Id | 0..1 | |||
6 | act | Code | CE CWE | 1..1 | F | 2.16.840.1.113883.6.1 (LOINC) |
6 | act | Title | ST | 0..1 | O | |
6 | act | Text | ST | 1..1 | M | |
6 | act | Entry | 1..1 | M | ||
7 | act | @typeCode | 1..1 | F | COMP | |
7 | act | substanceAdministration | 1..1 | M | Medikation |
Constraints
- als Titel der Sektion SOLL die deutsche Bezeichnung des LOINC-Codes verwendet werden.
Vokabularien
Section.code@code
LOINC Code | Bezeichnung | LOINC Bezeichnung | IHE PCC |
---|---|---|---|
10160-0 | Medikamenten-Anamnese (Vormedikation) | HISTORY OF MEDICATION USE | X |
42346-7 | Medikation bei Aufnahme | MEDICATIONS ON ADMISSION | - |
10183-2 | Medikamente bei Entlassung aus dem Krankenhaus | HOSPITAL DISCHARGE MEDICATIONS | - |
19009-0 | Jetzige Medikation | MEDICATION.CURRENT | - |
11369-6 | Impfungen | HISTORY OF IMMUNIZATIONS | - |
Beispiel
<component>
<section>
<templateId root='2.16.840.1.113883.10.20.1.8'/>
<templateId root='1.3.6.1.4.1.19376.1.5.3.1.3.19'/>
<id root='' extension=''/>
<code code='10160-0'
displayName='HISTORY OF MEDICATION USE'
codeSystem='2.16.840.1.113883.6.1'
codeSystemName='LOINC'/>
<title>Medikation</title>
<text>
Text as described above
</text>
<entry>
:
<!-- Required Medications element -->
<templateId root='1.3.6.1.4.1.19376.1.5.3.1.4.7'/>
:
</entry>
</section>
</component>