cdapad:Zugänge Katheter-Section (Template): Unterschied zwischen den Versionen
(→Section: Zugänge Katheter) |
|||
Zeile 30: | Zeile 30: | ||
|} | |} | ||
+ | [[Kategorie:CDA Section Level Template|Zugänge Katheter]] | ||
+ | [[Kategorie:cdapd|Zugänge Katheter]] | ||
− | + | ===Beispiel=== | |
− | + | <syntaxhighlight lang="xml"> | |
+ | <section> | ||
+ | <code code="ZugängeUndKatheter" codeSystem="LOINC"/> | ||
+ | <entry typeCode="DRIV"> | ||
+ | <observation classCode="OBS" moodCode="EVN"> | ||
+ | <code xsi:type="CD" code="7.0" codeSystem="1.2.276.0.76.3.1.81.4.6.0" codeSystemName="Palliativinhalte" displayName="ZugängeUndKatheter"/> | ||
+ | <text> | ||
+ | Anmerkung | ||
+ | </text> | ||
+ | <effectiveTime value="20140201" /> | ||
+ | <participant typeCode="DEV"> | ||
+ | <participantRole classCode="ROL"> | ||
+ | <playingDevice classCode="DEV"> | ||
+ | <code code="7.1" codeSystem="1.2.276.0.76.3.1.81.4.6.0" codeSystemName="Palliativinhalte" displayName="Device"/> | ||
+ | <manufacturerModelName code="2" codeSystem="1.2.276.0.76.3.1.81.4.6.7" /> | ||
+ | </playingDevice> | ||
+ | </participantRole> | ||
+ | </participant> | ||
+ | <entryRelationship typeCode="COMP"> | ||
+ | <!-- Neuer Eintrag --> | ||
+ | </entryRelationship> | ||
+ | </observation> | ||
+ | </entry> | ||
+ | </section> | ||
+ | </syntaxhighlight> |
Version vom 3. März 2014, 10:27 Uhr
Section: Zugänge Katheter
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="ZugängeUndKatheter" codeSystem="LOINC"/>
<entry typeCode="DRIV">
<observation classCode="OBS" moodCode="EVN">
<code xsi:type="CD" code="7.0" codeSystem="1.2.276.0.76.3.1.81.4.6.0" codeSystemName="Palliativinhalte" displayName="ZugängeUndKatheter"/>
<text>
Anmerkung
</text>
<effectiveTime value="20140201" />
<participant typeCode="DEV">
<participantRole classCode="ROL">
<playingDevice classCode="DEV">
<code code="7.1" codeSystem="1.2.276.0.76.3.1.81.4.6.0" codeSystemName="Palliativinhalte" displayName="Device"/>
<manufacturerModelName code="2" codeSystem="1.2.276.0.76.3.1.81.4.6.7" />
</playingDevice>
</participantRole>
</participant>
<entryRelationship typeCode="COMP">
<!-- Neuer Eintrag -->
</entryRelationship>
</observation>
</entry>
</section>