hl7:observation
|
|
|
|
|
(Blo…ie2) |
@classCode
|
|
1 … 1 |
F |
OBS |
@moodCode
|
|
1 … 1 |
F |
EVN |
@negationInd
|
|
0 … 1 |
|
|
|
Voorbeeld |
<observation classCode="OBS" moodCode="EVN"> <code code="116859006" codeSystem="2.16.840.1.113883.6.96"/> <value xsi:type="BL" value="false"/></observation> |
hl7:code
|
CE |
1 … 1 |
M |
|
(Blo…ie2) |
@code
|
CONF |
1 … 1 |
F |
116859006 |
@codeSystem
|
1 … 1 |
F |
2.16.840.1.113883.6.96 (Snomed) |
hl7:value
|
BL |
1 … 1 |
|
|
(Blo…ie2) |
|
|
|
@xsi:type
|
|
1 … 1 |
F |
BL |
|
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. |
|