Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The item medication has of the following additional elements:

Element

TypeMeaningVitalink

group of elements for

medication information

Refer to corresponding paragraph.
Mandatory
temporalityCD-TEMPORALITY
Optional
frequency

CD-PERIODICITY


Optional
beginmoment<date>
Mandatory
endmoment<date>
Optional, not together with duration
duration

Optional, not together with endmoment
regimen

Optional, not together with posology
posology

Optional, not together with regimen
route

Optional
instructionforpatient

Optional
instructionforoverdose

Optional

...

The medication is defined with the help of exactly 1 tag <medicinalproduct> in <content>.

Element

TypeMeaningVitalink

content/medicinalproduct/intendedcd

CD-DRUG-CNK


Mandatory
content/medicinalproduct/intendednametext
Mandatory
content/medicinalproduct/deliveredcdCD-DRUG-CNK
Optional
content/medicinalproduct/deliverednametext
Optional

...

The medication is defined with the help of exactly 1 tag <substanceproduct> in <content>.

Element

TypeMeaningVitalink

content/substanceproduct/intendedcd

CD-INNCLUSTER


Mandatory
content/substanceproduct/intendednametext
Mandatory
content/substanceproduct/deliveredcdCD-DRUG-CNK
Optional
content/substanceproduct/deliverednametext
Optional

...

Code Block
languagexml
titleExample with deliveredcd
linenumberstrue
...
<item>
	<id S="ID-KMEHR" SV="1.0">2</id>
	<cd S="CD-ITEM" SV="1.11">medication</cd>
	<content>
		<substanceproduct>
			<intendedcd S="CD-INNCLUSTER" SV="2010-07">30189</intendedcd>
			<intendedname>rosuvastatine 40 mg (or.)</intendedname>
			<deliveredcd> S="CD-DRUG-CNK" SV="2010-07">3641081</deliveredcd>
			<deliveredname>Rosuvastatine Mylan filmomh. tabl. 98 x 40 mg</deliveredname>
		</substanceproduct>
	</content>
	<beginmoment>
		<date>2025-01-15</date>
	</beginmoment>
	...
Medication information via CD-EAN and <text>


The medication is defined with a CD-EAN code as <content> and a tag <text> in <item>.

Element

TypeMeaningVitalink

content

CD-EAN


Mandatory
texttext
Mandatory


Code Block
languagexml
titleExample
linenumberstrue
...
<item>
	<id S="ID-KMEHR" SV="1.0">2</id>
	<cd S="CD-ITEM" SV="1.4">medication</cd>
	<content>
		<cd SV="external" S="CD-EAN">8426420004947</cd>
	</content>
	<text L="nl">DAFALGAN FORTE DROOG 1G TABL 50</text>
	<beginmoment>
		<date>2025-01-15</date>
	</beginmoment>
	...

Note that the version of the CD-EAN table is externally defined, since it is not a proprietary Kmehr table. No Vitalink validation is done regarding that version or value passed for CD-EAN.

Medication information via <compoundprescription> and <text>

In the current kmehr standard it is only possible to enter a pharmaceutical compound in textual form. However steps have been taken to do this in a more structured manner in a future version. When these modifications are included in kmehr Vitalink will possibly be aligned. As a placeholder for this future change, the tag <compoundprescription> is already defined, accompanied by another tag <text>.

Element

TypeMeaningVitalink

compoundprescription

text


Mandatory
texttext
Mandatory
Medication element <temporality>

...