hl7:observation
|
|
|
|
|
(Oveing) |
|
|
@classCode
|
cs |
1 … 1 |
F |
OBS |
@moodCode
|
cs |
1 … 1 |
F |
EVN |
@negationInd
|
bl |
0 … 1 |
|
|
|
|
|
Voorbeeld |
<!--Overige aandoening--> <observation classCode="OBS" moodCode="EVN"> <templateId root="2.16.840.1.113883.2.4.6.10.90.900960"/> <code code="OverigeAandoeningenAnamnese" codeSystem="2.16.840.1.113883.2.4.4.13"/> <value xsi:type="ST"/></observation> |
|
Voorbeeld |
<observation classCode="OBS" moodCode="EVN" negationInd="true"> <code code="OverigeAandoeningenAnamnese" codeSystem="2.16.840.1.113883.2.4.4.13"/></observation> |
hl7:templateId
|
II |
1 … 1 |
M |
|
(Oveing) |
@root
|
uid |
1 … 1 |
F |
2.16.840.1.113883.2.4.6.10.90.900960 |
hl7:code
|
CE |
1 … 1 |
M |
|
(Oveing) |
@code
|
CONF |
1 … 1 |
F |
OverigeAandoeningenAnamnese |
@codeSystem
|
1 … 1 |
F |
2.16.840.1.113883.2.4.4.13 (PerinatologyObservations) |
hl7:text
|
ST |
0 … 1 |
|
|
(Oveing) |
|
|
|
Schematron assert |
role |
error
|
|
|
test |
not(hl7:text and @negationInd='true') and not(hl7:text and @nullFlavor) and not(@nullFlavor
and @negationInd)
|
|
|
Melding |
Er mag ofwel een nullFlavor, ofwel een negationInd='true', ofwel een hl7:text aanwezig
zijn, maar niet meer dan een van deze drie. In de Kernset Geboortezorg mag deze observatie
ook zonder text meegegeven worden. |
|