hl7:observation
|
|
0 … 1 |
R |
|
(Patouw) |
@classCode
|
cs |
1 … 1 |
F |
OBS |
@moodCode
|
cs |
1 … 1 |
F |
EVN |
@negationInd
|
bl |
0 … 1 |
|
Gebruik negationInd='false' wanneer er sprake is van pathologie vrouw. Gebruik negationInd='true'
wanneer er géén sprake is van pathologie vrouw. Bij 'onbekend' een nullFlavor (UNK)
opnemen.
|
@nullFlavor
|
cs |
0 … 1 |
|
Gebruik 'UNK' wanneer onbekend is of er sprake is van pathologie vrouw. Gebruik 'NI'
wanneer er géén informatie beschikbaar is over pathologie vrouw.
|
|
CONF |
@nullFlavor moet "UNK" zijn |
of |
@nullFlavor moet "NI" zijn |
|
|
Voorbeeld |
<!--Pathologie vrouw--> <observation classCode="OBS" moodCode="EVN" negationInd="false"> <templateId root="2.16.840.1.113883.2.4.6.10.90.900984"/> <code code="362973001" codeSystem="2.16.840.1.113883.6.96" displayName="Disorder of puerperium (disorder)"/> <effectiveTime value="20140512"/> <value xsi:type="CE" code="67359005" codeSystem="2.16.840.1.113883.6.96" displayName="Pre-eclampsie gesuperponeerde"/></observation> |
hl7:templateId
|
II |
1 … 1 |
M |
|
(Patouw) |
@root
|
uid |
1 … 1 |
F |
2.16.840.1.113883.2.4.6.10.90.900984 |
hl7:code
|
CE |
1 … 1 |
M |
|
(Patouw) |
@code
|
CONF |
1 … 1 |
F |
362973001 |
@codeSystem
|
1 … 1 |
F |
2.16.840.1.113883.6.96 (SNOMED) |
hl7:effectiveTime
|
TS.DATE.MIN |
0 … 1 |
R |
|
(Patouw) |
|
|
hl7:value
|
CE |
0 … 1 |
C |
|
(Patouw) |
|
|
@xsi:type
|
|
1 … 1 |
F |
CE |
|
CONF |
|
|
Schematron assert |
role |
error
|
|
|
test |
not(hl7:value and @negationInd='true') and not(hl7:value and @nullFlavor) and not(@nullFlavor
and @negationInd)
|
|
|
Melding |
Er mag een nullFlavor, een negationInd='true', of een hl7:value aanwezig zijn, maar
niet meer dan een van deze drie. |
|
|
Schematron assert |
role |
error
|
|
|
test |
count(../../hl7:component/hl7:observation/hl7:code[@code='362973001'])=1 or @negationInd='false' |
|
|
Melding |
Als er meer dan één observatie is over pathologie vrouw, moet er ook sprake zijn van
pathologie bij die vrouw (negationInd moet dan in alle gevallen false zijn). |
|