Versions Compared

Key

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

...

Element

TypeVitalink

group of elements for

medication information

Refer to corresponding paragraph.Mandatory
temporalityCD-TEMPORALITYOptional
frequency

CD-PERIODICITY

Optional
beginmoment<date>Mandatory
endmoment<date>Optional, not together with duration
durationRefer to corresponding paragraph.Optional, not together with endmoment
regimenRefer to corresponding paragraph.Optional, not together with posology
posology<text>Optional, not together with regimen
routeCD-DRUG-ROUTEOptional
instructionforpatienttextOptional
instructionforoverdosetextOptional
Medication elements for medication information 

...

Element

TypeMeaningVitalink

content/substanceproduct/intendedcd

CD-INNCLUSTER

The CNK code of the INN Cluster of the intended substance.Mandatory
content/substanceproduct/intendednametextA name for the intended substance.Mandatory
content/substanceproduct/deliveredcdCD-DRUG-CNKThe CNK code of the delivered product.Optional
content/substanceproduct/deliverednametextA name for the delivered product.Optional


Note
titleAdvise

It is advised to to use the delivered functionality. When delivering a product based on the intended substance, a <medicinalproduct> should be generated, replacing the <substanceproduct>.


Code Block
languagexml
titleExample
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>
		</substanceproduct>
	</content>
	<beginmoment>
		<date>2025-01-15</date>
	</beginmoment>
	...

...

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. This structure is the again accompanied by another tag <text>.

Element

TypeMeaningVitalink

compoundprescription/magistraltext

text

A textual description of the pharmaceutical compoundMandatory
texttext

A descriptive name of the pharmaceutical compound.The following information should be included as name of the compound:

  • the compound number +
  • active components +
  • dose per unit or content.
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>
		<compoundprescription L="nl">
			<magistraltext L="nl">R/ Aluminiumchloride hexahydraat 15 g + Isopropylalcohol 78 g + Gezuiverd water q.s. ad 100 g T</magistraltext>
        </compoundprescription>
	</content>
	<text L="nl">Aluminiumchloride transpiratieremmende hydroalcoholische oplossing 15 % TMF</text>
	<beginmoment>
		<date>2025-01-15</date>
	</beginmoment>
	...

...