cdapad:SAPV Verordnung-Section (Template): Unterschied zwischen den Versionen
K (Wikiadmin verschob Seite Cdapd:SAPV Verordnung-Section (Template) nach cdapad:SAPV Verordnung-Section (Template), ohne dabei eine Weiterleitung anzulegen) |
|||
| Zeile 321: | Zeile 321: | ||
[[Kategorie:CDA Section Level Template|SAPV Verordnung]] | [[Kategorie:CDA Section Level Template|SAPV Verordnung]] | ||
| − | [[Kategorie: | + | [[Kategorie:cdapad|SAPV Verordnung]] |
Version vom 10. März 2014, 13:21 Uhr
Inhaltsverzeichnis
Section: SAPV Verordnung
| Template-Metadaten | |
| Template-Typ | Section |
| Template ID | keine |
| generischeres Template | - |
| genutztes Templates | - |
| nutzende Templates | - |
| abgeleitete Templates | - |
| Schwester-Templates | - |
| generelle Beschreibung | SAPV Verordnung |
| allg. Erläuterung | Die SAPV Verordnung wird in dieser Sektion festgehalten. |
| Verhältnis zu IHE | neu |
| Ballotierungsstatus | in Abstimmung |
| Erweiterbarkeit | offen |
Die SAPV Verordnung wird in dieser Sektion festgehalten.
Modell
Attribute
| Lvl | RIM | Name | DT | Kard | Conf | Beschreibung |
|---|---|---|---|---|---|---|
| 1 | act | SAPVVerordnung | Beschreibt die SAPV Verordnung | |||
| 1 | act | @classCode | CS CNE | 1..1 | M | DOCSECT |
| 1 | act | @moodCode | CS CNE | 1..1 | M | EVN |
| 1 | act | code | CD CWE | 0..1 | O | codeSystem="LOINC", code="SAPV" |
| 1 | rel | entry | 1..1 | R | ||
| 2 | rel | @typeCode | CS CNE | 1..1 | M | |
| 2 | act | SAPVVerordnung | 0..* | O | Angabe der SAPV Verordnung | |
| 3 | act | @classCode | CS CNE | 1..1 | M | OBS |
| 3 | act | @moodCode | CS CNE | 1..1 | M | EVN |
| 3 | act | code | CD CWE | 0..1 | O | codeSystem="1.2.276.0.76.3.1.81.4.6.0", code="10.0" |
| 3 | act | text | ED | 0..1 | O | Anmerkung als Freitext |
| 3 | act | statusCode | CS CNE | 0..1 | O | Status |
| 3 | act | effectiveTime | TS | 0..1 | O | Datum der Verordnung |
| 3 | act | value | ANY CWE | 0..1 | O | Code für entsprechenden Katalog zur Angabe der SAPV Details und Angabe innerhalb des Codesystems |
| 3 | rel | entry | 1..1 | R | ||
| 4 | rel | @typeCode | CS CNE | 1..1 | M | |
| 4 | act | ArtDerVerordnung | 0..* | O | Weitere Informationen zur Art der Verordnung | |
| 5 | act | @classCode | CS CNE | 1..1 | M | OBS |
| 5 | act | @moodCode | CS CNE | 1..1 | M | EVN |
| 5 | act | code | CD CWE | 0..1 | O | codeSystem="1.2.276.0.76.3.1.81.4.6.0", code="10.1" |
| 5 | act | value | ANY CWE | 0..1 | O | Code für entsprechenden Katalog zur Angabe der Art der Verordnung und Angabe innerhalb des Codesystems
|
Katalog "SAPV" (OID 1.2.276.0.76.3.1.81.4.6.11)
| Code | Beschreibung |
|---|---|
| 1 | Beratung |
| 2 | Koordination |
| 3 | Additive Teilversorgung |
| 4 | Vollständige Versorgung |
Katalog "Art der Verordnung" (OID 1.2.276.0.76.3.1.81.4.6.12)
| Code | Beschreibung |
|---|---|
| 1 | Erstverordnung |
| 2 | Wiederverordnung |
Beispiel
<section>
<code code="SAPV" codeSystem="LOINC" />
<entry typeCode="DRIV">
<observation classCode="OBS" moodCode="EVN">
<code xsi:type="CD" code="10.0" codeSystem="1.2.276.0.76.3.1.81.4.6.0" codeSystemName="Palliativinhalte" displayName="SAPVVerordnung"/>
<text>
Anmerkung
</text>
<statusCode code="1"/>
<effectiveTime value="20140201" />
<value xsi:type="CD" code="3" codeSystem="1.2.276.0.76.3.1.81.4.6.11" codeSystemName="SAPV" displayName="Additive Teilversorgung">
<qualifier>
<value code="3" />
</qualifier>
</value>
<entryRelationship typeCode="COMP">
<observation classCode="OBS" moodCode="EVN">
<code xsi:type="CD" code="10.1" codeSystem="1.2.276.0.76.3.1.81.4.6.0" codeSystemName="Palliativinhalte" displayName="Art der Verordnung"/>
<value xsi:type="CD" code="5" codeSystem="1.2.276.0.76.3.1.81.4.6.12"
codeSystemName="Art der Verordnung" displayName="Erstverordnung">
<qualifier>
<value code="1" />
</qualifier>
</value>
</observation>
</entryRelationship>
<entryRelationship typeCode="COMP">
<!-- Neuer Eintrag -->
</entryRelationship>
</observation>
</entry>
</section>