cdapad:Versorgungsunterbrechung-Section (Template): Unterschied zwischen den Versionen

Aus Hl7wiki
Wechseln zu: Navigation, Suche
(Section: Versorgungsunterbrechung)
(Attribute)
Zeile 37: Zeile 37:
  
 
===Attribute===
 
===Attribute===
 +
{| class="hl7table"
 +
! Lvl
 +
! RIM
 +
! Name
 +
! DT
 +
! Kard
 +
! Conf
 +
! Beschreibung
  
 +
|-
 +
|1
 +
|bgcolor="ff8888"|act
 +
|Versorgungsunterbrechung
 +
|
 +
|0..1
 +
|null
 +
|
 +
 +
|-
 +
|1
 +
|bgcolor="ff8888"|act
 +
|@classCode
 +
|CS CNE
 +
|1..1
 +
|M
 +
|DOCSECT
 +
 +
|-
 +
|1
 +
|bgcolor="ff8888"|act
 +
|@moodCode
 +
|CS CNE
 +
|1..1
 +
|M
 +
|EVN
 +
 +
|-
 +
|1
 +
|bgcolor="ff8888"|act
 +
|code
 +
|CD CWE
 +
|0..1
 +
|O
 +
|
 +
 +
|-
 +
|1
 +
|bgcolor="ffaaaa"|rel
 +
|entry
 +
|
 +
|1..1
 +
|R
 +
|
 +
 +
|-
 +
|2
 +
|bgcolor="ffaaaa"|rel
 +
|@typeCode
 +
|CS CNE
 +
|1..1
 +
|M
 +
|
 +
 +
|-
 +
|2
 +
|bgcolor="ff8888"|act
 +
|Versorgungsunterbrechung
 +
|
 +
|0..1
 +
|O
 +
|
 +
 +
|-
 +
|3
 +
|bgcolor="ff8888"|act
 +
|@classCode
 +
|CS CNE
 +
|1..1
 +
|M
 +
|OBS
 +
 +
|-
 +
|3
 +
|bgcolor="ff8888"|act
 +
|@moodCode
 +
|CS CNE
 +
|1..1
 +
|M
 +
|EVN
 +
 +
|-
 +
|3
 +
|bgcolor="ff8888"|act
 +
|code
 +
|CD CWE
 +
|0..1
 +
|O
 +
|
 +
 +
|-
 +
|3
 +
|bgcolor="ff8888"|act
 +
|text
 +
|ED
 +
|0..1
 +
|O
 +
|
 +
 +
|-
 +
|3
 +
|bgcolor="ff8888"|act
 +
|effectiveTime
 +
|TS
 +
|0..1
 +
|O
 +
|
 +
 +
|-
 +
|3
 +
|bgcolor="ff8888"|act
 +
|value
 +
|ANY CWE
 +
|0..1
 +
|O
 +
|
 +
 +
 +
|}
  
 
===Beispiel===
 
===Beispiel===

Version vom 3. März 2014, 16:37 Uhr

Section: Versorgungsunterbrechung

Template-Metadaten
Template-Typ Section
Template ID keine
generischeres Template -
genutztes Templates -
nutzende Templates -
abgeleitete Templates -
Schwester-Templates -
generelle Beschreibung Versorgungsunterbrechung
allg. Erläuterung Sektion für Versorgungsunterbrechung
Verhältnis zu IHE neu
Ballotierungsstatus
Erweiterbarkeit offen

Versorgungsunterbrechungen werden dieser Sektion festgehalten.

Modell

Verunt.png


Attribute

Lvl RIM Name DT Kard Conf Beschreibung
1 act Versorgungsunterbrechung 0..1 null
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
1 rel entry 1..1 R
2 rel @typeCode CS CNE 1..1 M
2 act Versorgungsunterbrechung 0..1 O
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
3 act text ED 0..1 O
3 act effectiveTime TS 0..1 O
3 act value ANY CWE 0..1 O


Beispiel

<section>
	<code code="Versorgungsunterbrechung" codeSystem="LOINC" />
	<entry typeCode="DRIV">
		<observation classCode="OBS" moodCode="EVN">
			<code xsi:type="CD" code="13" codeSystem="1.2.276.0.76.3.1.81.4.6.0" codeSystemName="Palliativinhalte" displayName="Versorgungsunterbrechung"/>
			<text>
				Anmerkung
			</text>
			<effectiveTime>
				<low value="20140201" />
			</effectiveTime>
			<value xsi:type="CD" code="2" codeSystem="1.2.276.0.76.3.1.81.4.6.19" codeSystemName="Grund der Versorgungsunterbrechung" displayName="Wunsch des Patienten"/>
			<entryRelationship typeCode="COMP">
				<!-- Neuer Eintrag -->
			</entryRelationship>
		</observation>
	</entry>
</section>