Offen (auch andere als die definierten Elemente sind erlaubt)
Beispiel
Beispiel
<text> <referencevalue="#nartext1"/></text>
Item
DT
Kard
Konf
Beschreibung
Label
hl7:text
ED
1 … 1
M
(atc...ext)
hl7:reference
TEL
1 … 1
M
Die Referenz auf den entsprechenden Text im menschenlesbaren Teil muss durch Bezugnahme auf den Inhalt[@ID] angegeben werden: reference[@value='#xxx'].
(atc...ext)
@value
1 … 1
R
Reference to the narrative part of the section in the format '#xxx', where xxx is the ID of the corresponding <content></content> element.
Schematron assert
role
error
test
starts-with(@value,'#')
Meldung
The @value attribute content MUST conform to the format '#xxx', where xxx is the ID of the corresponding <content/> element.
Variable let
Name
idvalue
Value
substring-after(@value,'#')
Schematron assert
role
error
test
ancestor::hl7:structuredBody//*[@ID=$idvalue]
Meldung
No narrative text found for this reference (no content element within this document has an ID that corresponds to '<value-ofselect="$idvalue"/>').