hl7:observation
|
|
|
|
|
(Psy…rie) |
|
|
|
@classCode
|
|
1 … 1 |
F |
OBS |
@moodCode
|
|
1 … 1 |
F |
EVN |
@negationInd
|
|
0 … 1 |
|
|
|
Voorbeeld |
<!--Psychiatrie?--> <observation classCode="OBS" moodCode="EVN"> <code code="74732009" codeSystem="2.16.840.1.113883.6.96"/> <text xsi:type="ST">Toelichting over de psychiatrie</text></observation> |
|
Voorbeeld |
<observation classCode="OBS" moodCode="EVN" negationInd="true"> <code code="74732009" codeSystem="2.16.840.1.113883.6.96"/></observation> |
hl7:code
|
CE |
1 … 1 |
M |
|
(Psy…rie) |
@code
|
CONF |
1 … 1 |
F |
74732009 |
@codeSystem
|
1 … 1 |
F |
2.16.840.1.113883.6.96 (Snomed) |
hl7:text
|
ST |
0 … 1 |
R |
|
(Psy…rie) |
|
|
|
@xsi:type
|
|
1 … 1 |
F |
ST |
|
Schematron assert |
role |
error
|
|
|
test |
not(hl7:text and @negationInd='true') and not(hl7:text and @nullFlavor) and not(@nullFlavor
and @negationInd)
|
|
|
Melding |
Er moet ofwel een nullFlavor, ofwel een negationInd='true', ofwel er mag een hl7:text
aanwezig zijn, maar niet meer dan een van deze drie. |
|