hl7:observation
|
|
|
|
|
(Infkte) |
|
|
@classCode
|
|
1 … 1 |
F |
OBS |
@moodCode
|
|
1 … 1 |
F |
EVN |
@negationInd
|
|
0 … 1 |
|
|
|
Voorbeeld |
<!--Infectieziekte--> <observation classCode="OBS" moodCode="EVN"> <code code="40733004" codeSystem="2.16.840.1.113883.6.96"/> <value xsi:type="CE" code="86406008" codeSystem="2.16.840.1.113883.6.96" displayName="Human immunodeficiency virus infection (disorder)"/></observation> |
|
Voorbeeld |
<observation classCode="OBS" moodCode="EVN" negationInd="true"> <code code="40733004" codeSystem="2.16.840.1.113883.6.96"/></observation> |
hl7:code
|
CE |
1 … 1 |
M |
|
(Infkte) |
@code
|
CONF |
1 … 1 |
F |
40733004 |
@codeSystem
|
1 … 1 |
F |
2.16.840.1.113883.6.96 (Snomed) |
hl7:value
|
CE |
0 … 1 |
R |
|
(Infkte) |
|
|
@xsi:type
|
|
1 … 1 |
F |
CE |
|
CONF |
|
|
Schematron assert |
role |
error
|
|
|
test |
(@negationInd='true' or @nullFlavor or hl7:value) and not(hl7:value and @negationInd='true')
and not(hl7:value and @nullFlavor) and not(@nullFlavor and @negationInd)
|
|
|
Melding |
Er moet ofwel een nullFlavor, ofwel een negationInd='true', ofwel een hl7:value aanwezig
zijn, maar niet meer dan een van deze drie. |
|