Besondere Hinweise-Section (Template)
(Teildokument von Arztbrief 2.x)
Foemig (Diskussion | Beiträge) K |
Foemig (Diskussion | Beiträge) |
||
Zeile 38: | Zeile 38: | ||
abgebildet. | abgebildet. | ||
+ | |||
+ | ===Attribute=== | ||
+ | |||
+ | {| class="hl7table" | ||
+ | ! Lvl | ||
+ | ! RIM | ||
+ | ! Name | ||
+ | ! DT | ||
+ | ! Kard | ||
+ | ! Conf | ||
+ | ! Beschreibung | ||
+ | |||
+ | |- | ||
+ | |1 | ||
+ | |bgcolor="ff8888"|act | ||
+ | |section | ||
+ | | | ||
+ | |1..1 | ||
+ | |M | ||
+ | |Abschnitt mit Warnhinweisen | ||
+ | |||
+ | |- | ||
+ | |2 | ||
+ | |bgcolor="ff8888"|act | ||
+ | |templateID | ||
+ | | | ||
+ | |1..1 | ||
+ | |F | ||
+ | | | ||
+ | |||
+ | |- | ||
+ | |2 | ||
+ | |bgcolor="ff8888"|act | ||
+ | |code | ||
+ | | | ||
+ | |1..1 | ||
+ | |F | ||
+ | | | ||
+ | |||
+ | |- | ||
+ | |2 | ||
+ | |bgcolor="ff8888"|act | ||
+ | |title | ||
+ | | | ||
+ | |0..1 | ||
+ | |F | ||
+ | |Warnhinweise | ||
+ | |||
+ | |- | ||
+ | |2 | ||
+ | |bgcolor="ff8888"|act | ||
+ | |text | ||
+ | | | ||
+ | |1..1 | ||
+ | |M | ||
+ | |Warnhinweise in textueller Form | ||
+ | |||
+ | |} | ||
===Vokabularien=== | ===Vokabularien=== | ||
Zeile 45: | Zeile 103: | ||
!LOINC!!Beschreibung | !LOINC!!Beschreibung | ||
|- | |- | ||
− | | | + | |11536-0 || Notes |
|- | |- | ||
+ | |46208-5 || Nursing Notes | ||
+ | |- | ||
+ | |65960-7 || Suicidality Notes | ||
+ | |- | ||
+ | |28563-5 || Care Provider Notes | ||
+ | |||
|} | |} | ||
Zeile 53: | Zeile 117: | ||
<syntaxhighlight lang="xml"> | <syntaxhighlight lang="xml"> | ||
<component> | <component> | ||
− | <!-- Cave Komponente | + | <!-- Cave Komponente --> |
<section> | <section> | ||
− | <code code=" | + | <templateID root="" /> |
+ | <code code="11536-0" codeSystem="2.16.840.1.113883.6.1" | ||
codeSystemName="LOINC"/> | codeSystemName="LOINC"/> | ||
− | <text> | + | <title>Warnhinweise</title> |
+ | <text>schlägt um sich</text> | ||
</section> | </section> | ||
</component> | </component> | ||
</syntaxhighlight> | </syntaxhighlight> | ||
+ | |||
[[Kategorie:cdaab2|Besondere Hinweise]] | [[Kategorie:cdaab2|Besondere Hinweise]] | ||
[[Kategorie:CDA Section Level Template|Besondere Hinweise]] | [[Kategorie:CDA Section Level Template|Besondere Hinweise]] |
Version vom 30. Januar 2014, 16:21 Uhr
Dieses Material ist Teil des Leitfadens Arztbrief 2.x.
|
Inhaltsverzeichnis
Section: besondere Hinweise (CAVE)
Template-Metadaten | |
Template-Typ | Section |
Template ID | tbd |
generischeres Template | - |
genutztes Templates | - |
nutzende Templates | - |
abgeleitete Templates | - |
Schwester-Templates | - |
Generelle Beschreibung | In diesem Abschnitt werden besondere Hinweise (CAVE) zum Patienten hinterlegt. |
allg. Erläuterung | tbd |
Verhältnis zu IHE | neu |
Ballotierungsstatus | in Arbeit |
Erweiterbarkeit | offen |
In dem Abschnitt CAVE werden
- Hinweise zu Risikofaktoren beim Patienten und
- Allergien
abgebildet.
Attribute
Lvl | RIM | Name | DT | Kard | Conf | Beschreibung |
---|---|---|---|---|---|---|
1 | act | section | 1..1 | M | Abschnitt mit Warnhinweisen | |
2 | act | templateID | 1..1 | F | ||
2 | act | code | 1..1 | F | ||
2 | act | title | 0..1 | F | Warnhinweise | |
2 | act | text | 1..1 | M | Warnhinweise in textueller Form |
Vokabularien
LOINC | Beschreibung |
---|---|
11536-0 | Notes |
46208-5 | Nursing Notes |
65960-7 | Suicidality Notes |
28563-5 | Care Provider Notes |
Beispiel
<component>
<!-- Cave Komponente -->
<section>
<templateID root="" />
<code code="11536-0" codeSystem="2.16.840.1.113883.6.1"
codeSystemName="LOINC"/>
<title>Warnhinweise</title>
<text>schlägt um sich</text>
</section>
</component>