hl7:observation
|
|
1 … 1 |
M |
|
(voe tie) |
@classCode
|
|
1 … 1 |
F |
OBS |
@moodCode
|
|
1 … 1 |
F |
EVN |
@negationInd
|
bl |
1 … 1 |
R |
|
|
Constraint |
De waarde van attribut @negationInd kan "false" of "true" zijn. Indien @negationInd="false"
dan is "sprake van?": 'ja' of 'onbekend'. Bij 'onbekend' is: value nullFlavor="UNK"
|
|
Voorbeeld |
<observation classCode="OBS" moodCode="EVN" negationInd="false"> <templateId root="2.16.840.1.113883.2.4.6.10.30.2.111"/> <code code="235719002" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT" displayName="food intolerance"/> <value xsi:type="ST">glutenintolerantie</value></observation> |
|
Schematron assert |
role |
error
|
|
|
test |
not(@negationInd='true') or count(hl7:value)=0 |
|
|
Melding |
Als er géén sprake van voedsel intolerantie is (@negationId='true') dan moet er geen
'value' (soort voedsel intolerantie) aanwezig zijn |
|
hl7:templateId
|
II |
1 … 1 |
M |
|
(voe tie) |
@root
|
|
1 … 1 |
F |
2.16.840.1.113883.2.4.6.10.30.2.111 |
|
Voorbeeld |
<templateId root="2.16.840.1.113883.2.4.6.10.30.2.111"/> |
hl7:code
|
CE |
1 … 1 |
M |
|
(voe tie) |
@code
|
CONF |
1 … 1 |
F |
235719002 |
@codeSystem
|
1 … 1 |
F |
2.16.840.1.113883.6.96 (SNOMED CT) |
|
Voorbeeld |
<code code="235719002" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT" displayName="food intolerance"/> |
hl7:value
|
ST |
0 … 1 |
C |
|
(voe tie) |
|
Constraint |
Het element value moet aanwezig zijn indien er "voedsel intolerantie" is. Bij geen
"voedsel intolerantie" is het element niet aanwezig
|
|
Voorbeeld |
<value xsi:type="ST">glutenintolerantie</value> |