Item |
DT |
Card |
Conf |
Omschrijving |
Label |
|
|
0 .. 1 |
R |
|
(PathologieVrouw) |
|
@classCode
|
|
|
1 .. 1 |
F |
OBS |
|
@moodCode
|
|
|
1 .. 1 |
F |
EVN |
|
@negationInd
|
|
|
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 |
|
|
|
Gekoppeld aan concepten:
|
|
Voorbeeld |
<!--Pathologie vrouw--> <observation classCode="OBS" moodCode="EVN" negationInd="false"> <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:code
|
|
CE |
1 .. 1 |
M |
|
(PathologieVrouw) |
|
|
@code
|
|
|
1 .. 1 |
F |
362973001 |
|
|
@codeSystem
|
|
|
1 .. 1 |
F |
2.16.840.1.113883.6.96 (Snomed) |
|
hl7:effectiveTime
|
|
TS.DATE.MIN |
0 .. 1 |
R |
|
(PathologieVrouw) |
|
|
Gekoppeld aan concepten:
|
|
hl7:value
|
|
CE |
0 .. 1 |
C |
|
(PathologieVrouw) |
|
|
@xsi:type
|
|
|
1 .. 1 |
F |
CE |
|
CONF |
|
|
|
Gekoppeld aan concepten:
|
|
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. |
|
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). |