Einschätzung-Section (Template)
(Teildokument von Palliativdokumentation)
Foemig (Diskussion | Beiträge) K |
(→Section: Einschätzung) |
||
| Zeile 32: | Zeile 32: | ||
|} | |} | ||
| + | [[Kategorie:CDA Section Level Template|Einschätzung]] | ||
| + | [[Kategorie:cdapd|Einschätzung]] | ||
| − | + | ||
| − | + | ===Beispiel=== | |
| + | <syntaxhighlight lang="xml"> | ||
| + | <section> | ||
| + | <code code="Einschätzung" codeSystem="LOINC" /> | ||
| + | <entry typeCode="DRIV"> | ||
| + | <observation classCode="OBS" moodCode="EVN"> | ||
| + | <code xsi:type="CD" code="6.0" codeSystem="1.2.276.0.76.3.1.81.4.6.0" codeSystemName="Palliativinhalte" displayName="Einschaetzung"/> | ||
| + | <effectiveTime value="20140201" /> | ||
| + | <value xsi:type="CD" code="4" codeSystem="1.2.276.0.76.3.1.81.4.6.6" codeSystemName="ECOG Index"/> | ||
| + | <entryRelationship typeCode="COMP"> | ||
| + | <!-- Neuer Eintrag --> | ||
| + | </entryRelationship> | ||
| + | </observation> | ||
| + | </entry> | ||
| + | </section> | ||
| + | </syntaxhighlight> | ||
Version vom 3. März 2014, 10:26 Uhr
Dieses Material ist Teil des Leitfadens Palliativdokumentation.
|
Section: Einschätzung
| Template-Metadaten | |
| Template-Typ | Header oder Section oder Entry |
| Template ID | |
| generischeres Template | |
| genutztes Templates | |
| nutzende Templates | |
| abgeleitete Templates | |
| Schwester-Templates | |
| generelle Beschreibung | |
| allg. Erläuterung | |
| Verhältnis zu IHE | dt.Übersetzung oder Ergänzung oder neu |
| Ballotierungsstatus | |
| Erweiterbarkeit | offen oder geschlossen |
Beispiel
<section>
<code code="Einschätzung" codeSystem="LOINC" />
<entry typeCode="DRIV">
<observation classCode="OBS" moodCode="EVN">
<code xsi:type="CD" code="6.0" codeSystem="1.2.276.0.76.3.1.81.4.6.0" codeSystemName="Palliativinhalte" displayName="Einschaetzung"/>
<effectiveTime value="20140201" />
<value xsi:type="CD" code="4" codeSystem="1.2.276.0.76.3.1.81.4.6.6" codeSystemName="ECOG Index"/>
<entryRelationship typeCode="COMP">
<!-- Neuer Eintrag -->
</entryRelationship>
</observation>
</entry>
</section>